Skip to content

Releases: disintegration/imaging

v1.6.2

16 Nov 21:00
acabd83
Compare
Choose a tag to compare

Update golang.org/x/image dependency (improves BMP and TIFF support).

v1.6.1

24 Aug 11:35
Compare
Choose a tag to compare

Fix golden tests on arm64, ppc64le, s390x.

v1.6.0

02 Feb 03:18
Compare
Choose a tag to compare
  • Overall performance improvements
  • New function - AdjustSaturation
  • More tests and benchmarks

v1.5.0

19 Aug 16:01
Compare
Choose a tag to compare
  • New decode option AutoOrientation, that sets the auto-orientation mode. If auto-orientation is enabled, the image will be transformed after decoding according to the EXIF orientation tag (if present). By default it's disabled.
  • Blur performance optimizations.
  • New FormatFromExtension helper function.

v1.4.2

08 May 20:06
Compare
Choose a tag to compare
  • Fix race condition and simplify the New function.
  • Add convenience function FormatFromFilename.

v1.4.1

14 Mar 22:43
Compare
Choose a tag to compare
  • Nearest-neighbor downsampling improved.
  • New encode option added - PNGCompressionLevel.
  • Minor readme/documentation updates.

v1.4.0

12 Mar 12:34
Compare
Choose a tag to compare
  • Image processing refactoring: most functions are now faster and allocate less memory.
  • More tests and benchmarks added.
  • More encode options added: in addition to JPEGQuality there are now three GIF encode
    options (GIFNumColors, GIFQuantizer, GIFDrawer).