mirror of https://github.com/talgo-cloud/bimg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
963 B
963 B
1.0.4 / 29-09-2016
- fix(#111): safe check of magick image type support.
1.0.3 / 28-09-2016
- fix(#95): better image type inference and support check.
- fix(background): pass proper background RGB color for PNG image conversion.
- feat(types): validate supported image types by current
libvipscompilation. - feat(types): consistent SVG image checking.
- feat(api): add public functions
VipsIsTypeSupported(),IsImageTypeSupportedByVips()andIsSVGImage().
1.0.2 / 27-09-2016
- feat(#95): support GIF, SVG and PDF formats.
- fix(#108): auto-width and height calculations now round instead of floor.
1.0.1 / 22-06-2016
- fix(#90): Do not not dereference the original image a second time.
1.0.0 / 21-04-2016
- refactor(api): breaking changes: normalize public members to follow Go naming idioms.
- feat(version): bump to major version. API contract won't be compromised in
v1. - feat(docs): add missing inline godoc documentation.