Changelog for
golang-github-disintegration-imaging-1.5.0-lp150.1.1.noarch.rpm :
* Fri Jan 11 2019 hillwoodAATTopensuse.org- Update version to 1.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.
* Fix race condition and simplify the New function.
* Add convenience function FormatFromFilename.
* Nearest-neighbor downsampling improved.
* New encode option added - PNGCompressionLevel.
* Minor readme/documentation updates.
* 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).
* Thu Nov 09 2017 hillwoodAATTopensuse.org- Change buildarch to noarch.
* Wed Nov 08 2017 hillwoodAATTopensuse.org- Update to 1.2.4
* transform: omit unnecessary conversion
* histogram: omit unnecessary type declaration
* clone: adjust YCbCr to RGB conversion
* resize: reduce the number of allocations
* clone: inline YCbCr color conversion
* move Clone to separate file
* Wed Nov 08 2017 hillwoodAATTopensuse.org- Cleanup spec.
* Tue Oct 03 2017 sensor.wenAATTgmail.com- Initial package.