Govips Versions Save

A lightning fast image processing and resizing library for Go

v2.14.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/davidbyttow/govips/compare/v2.13.0...v2.14.0

v2.13.0

1 year ago

What's Changed

Full Changelog: https://github.com/davidbyttow/govips/compare/v2.12.0...v2.13.0

v2.12.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/davidbyttow/govips/compare/v2.11.0...v2.12.0

v2.11.0

2 years ago

Bug fixes and improvements

  • Fixes various animated GIF issues (thanks @Elad-Laufer and @cshum)
  • Fixes DPI param for svg and PDF (thanks @JMontupet)

What's Changed

New Contributors

Full Changelog: https://github.com/davidbyttow/govips/compare/v2.10.0...v2.11.0

v2.10.0

2 years ago

New functionality

  • Animated GIF support (thanks @Elad-Laufer)
  • Simple pixelation filter (thanks @Elad-Laufer)
  • Adds image Replicate for repeating images (thanks @cshum)

Bug fixes and improvements

  • Fixes macos-11 test failures

What's Changed

Full Changelog: https://github.com/davidbyttow/govips/compare/v2.9.0...v2.10.0

v2.9.0

2 years ago

New functionality

  • GetPoint()
  • Create thumbnails straight from image or buffer (faster than loading image, then thumbnailing)
  • vips_embed implements extend background with color
  • TransformICC()

Bug fixes

  • Fix double-free in Label()

v2.8.1

2 years ago

Fix ICCTransform() for more than 8-bit images

v2.8.0

2 years ago

New functionality

  • loading parameters general support
  • JPEG2000 support
  • PNG export parameters support
  • getPoint()
  • Join()
  • ArrayJoin()

Bug corrections

  • PNG loading fail parameter respected
  • WEBP ICC support
  • Some memory leak fixes

v2.7.0

2 years ago
  • AVIF support
  • GIF/WEBP animation support was causing regressions, removing it temporarily

v2.6.0

3 years ago
  • FindTrim()
  • Insert()
  • Rank()
  • Improved BMP performance
  • Close() available again for manually closing images if GC can't keep up with your hyper-volume app
  • WEBP and GIF animation support

A huge thank you to all the wonderful contributors!