disintegration/imaging
 Watch   
 Star   
 Fork   
2019-11-17 04:43:25
imaging

v1.6.2

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

2019-08-24 19:28:32
imaging

v1.6.1

Fix golden tests on arm64, ppc64le, s390x.

2019-02-02 11:03:27
imaging

v1.6.0

  • Overall performance improvements
  • New function - AdjustSaturation
  • More tests and benchmarks
2018-08-19 23:37:15
imaging

v1.5.0

  • 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.
2018-05-09 03:53:14
imaging

v1.4.2

  • Fix race condition and simplify the New function.
  • Add convenience function FormatFromFilename.
2018-03-15 06:21:09
imaging

v1.4.1

  • Nearest-neighbor downsampling improved.
  • New encode option added - PNGCompressionLevel.
  • Minor readme/documentation updates.
2018-03-08 21:13:05
imaging

v1.4.0

  • 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).