* Improve EPS aliasing
* Added a new option called 'dds:fast-mipmaps'
* The mipmaps of a dds image can now be created from a list of images with
-define dds:mipmaps=fromlist
* Fixed numerous memory leaks
* Put UTC time in the PNG tIME chunk instead of local time
* Fixed numerous memory leaks
* Properly set image->colorspace in the PNG decoder (previously
it was setting image->gamma, but only setting image->colorspace
for grayscale and gray-alpha images.
* Fix improper use of NULL in the JNG decoder
* Added "-define png:ignore-crc" option to PNG decoder. When you know
your image has no CRC or ADLER32 errors, this can speed up decoding.
It is also helpful in debugging bug reports from "fuzzers".
* Off by one error for gradient coder
* YUV coder no longer renders streaks
* Fixed numerous memory leaks
* Added experimental PNG orNT chunk, to store image->orientation.
* Removed vpAg chunk write support
* Fixed numerous memory leaks
* Fix memory leaks when reading a malformed JNG image
* Fixed numerous memory leaks
* The -monochrome option no longer returns a blank canvas
* coders/png.c: fixed memory leak of quantum_info
* coders/png.c: fixed NULL dereference when trying to write an empty MNG
* Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed
by the "-strip" option.
* Implemented PNG eXIf chunk support
* Support new -auto-threshold option. OTSU and Triangle methods are
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=293