- feat(#92): support Extend param with optional background.
- fix(#106): allow image area extraction without explicit x/y axis.
- feat(api): add Extend type with
libvips
enum alias.
- fix(#111): safe check of magick image type support.
- 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
libvips
compilation. - feat(types): consistent SVG image checking.
- feat(api): add public functions
VipsIsTypeSupported()
,IsImageTypeSupportedByVips()
andIsSVGImage()
.
- feat(#95): support GIF, SVG and PDF formats.
- fix(#108): auto-width and height calculations now round instead of floor.
- fix(#90): Do not not dereference the original image a second time.
- 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.