Imaging Versions Save

Imaging is a simple image processing package for Go

v1.6.2

4 years ago

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

v1.6.1

4 years ago

Fix golden tests on arm64, ppc64le, s390x.

v1.6.0

5 years ago
  • Overall performance improvements
  • New function - AdjustSaturation
  • More tests and benchmarks

v1.5.0

5 years ago
  • 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

6 years ago
  • Fix race condition and simplify the New function.
  • Add convenience function FormatFromFilename.

v1.4.1

6 years ago
  • Nearest-neighbor downsampling improved.
  • New encode option added - PNGCompressionLevel.
  • Minor readme/documentation updates.

v1.4.0

6 years ago
  • 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).