* fixed 'Sometimes an sRGB image is masquerading as grayscale'
* fixed 'The stream utility no longer faults when exporting float pixels'
* Labels no longer overflow
* Change the sample JPEG quantization table xml to something that works
really well with 2x2 Chroma subsampling around quality 75.
* Eliminate whitespace from image properties that hold PNG chunk data.
* etc. see ChangeLog
- remove fix-wand.pc.patch, the issue is fixed upstream
- remove test-signatures.patch, the issue is fixed upstream
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=150
* Don't write an invalid PNG sRGB chunk when rendering intent is undefined.
* EXR images are in the linear RGB colorspace with a gamma of 1.0.
* Correct annotation offset for right-to-left labels.
* The -level 100x0% now produces the equivalent of -negate.
* etc., see ChangeLog
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=125
* Fixed -black-threshold and -white-threshold so they work properly with
the -channels option
* Promote image depths 9-15 to 16 to avoid crashing in the PNG
encoder
* Fix problems with JNG encoder "quality"
* Fix memory leak in JP2 coder
* Use maximum bounds when rendering PDF
* etc. see ChangeLog
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=115
* Fix memory leak in text annotation.
* The "-strip" option was excluding the PNG tRNS chunk.
* Caption now wraps properly for Chinese text.
* The PNG encoder would sometimes fail to respect the -define
PNG:color-type option when the incoming image was PseudoClass.
* Properly handled continued JPEG embedded profiles.
* Revert -colorspace sRGB option patch.
* Revert -type PaletteMatte option patch.
* etc. see ChangeLog.
- obsoletes reason-error-message.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=87
* Defend against corrupt PSD resource blocks.
* Properly allocate points when render text with large font size.
* Added support for Z_RLE strategy in the png compressor, using
-quality 98 or 99.
* Handle "-quality 97" properly in the png encoder, i.e., use intrapixel
filtering when writing a MNG file and no filtering when writing a PNG file.
* Added "-define PNG:compression-level|strategy|filter=value" options to
the PNG encoder. If these options are used, they take precedence over
the -quality option.
* Use zlib default compression strategy instead of Z_RLE and Z_FIXED
strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2,
respectively) that don't support them.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=78
* added Initial implementation of Cylinder to/from Plane 3D Distorts
Includes deritive (scaled lookup), and anti-alised horizon (validity)
Currently can NOT handle extractions from full 360 cylinder panoramas.
* Fix transient error for composite over operator.
* Fix one-off bug in option parser.
* etc., see ChangeLog
- inc-struct.diff seems to be redundant to me, removing
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=73
* The -scale option nows considers the alpha channel when scaling.
* Don't use comma as a separator for stroked tex.
* Fix transient bug for HSL to RGB and back.
* Fixed PNG8 reduction to work with an image that reduces to 256 colors
plus transparency, by merging the two darkest red colors.
* etc., see ChangeLog
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=66
* Revised PNG palette optimization
* Added some debug logging in coders/png.c.
* More precise blur values for Lanczos2Sharp and LanczosSharp.
* Added location of first Mitchell crossing (=8/7) to the filters data
structure.
* Added Lanczos2D* filters now named Lanczos2*
* Reorganization of AcquireFilter() to make it work better
* Clearer EWA filters (LanczosSharp etc) comments.
* Added LanczosSharp (3-lobe Lanczos with sharpening)
* Filter sharpening factors are also always applied regardless of usage.
* CubicBC filter formulas simplified by constant folding. In
particular, P1 coefficient (always zero) removed from coeff.
* Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398
(as already specified in the documentation).
* Ignore PS bounding box offsets if -page is set.
* Add support for -evaluate exp.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=47