- update to 7.1.0.42:
* incorrect pointer update when computing median @ ImageMagick/ImageMagick#5298
* Added extra check because the flag was removed in 0.21-Beta1.
* the -transparent-color option accepts colornames @ ImageMagick/ImageMagick#5297
* fix MVG stroke-opacity issues
* map channel parameter to pixel channel offset @ ImageMagick/ImageMagick#5308
* beta release
* preserve input depth @ ImageMagick/ImageMagick6#188
* update to latest automake/autoconf release
* recognize SVG file if it starts with whitespace @ ImageMagick/ImageMagick#5294
* Removed unused stealth flag.
* Removed used path field.
* Removed unused target field.
* Removed unused exempt field.
* Added extra option to the skip spaces to the MagicInfo.
* Always start at the start of the string when comparing the magic value.
* cosmetic
* avoid OMP deadlock @ ImageMagick/ImageMagick#5301
* prevent undefined shift
* prevent possible buffer overflow
* correct copy/paste error
* We need to free the stream ourselves when the call to FT_Open_Face fails.
* Added missing call to DestroyString.
* MVG requires seekable stream
* Added extra malloc method to avoid early calls to the policy checks on Windows.
* Removed defines.
* Only check for dll's in non static build.
* Set the client name and path earlier.
* fix background opacity rounding @ ImageMagick/ImageMagick#5264
* empty result on conversion from tiff to pdf @ ImageMagick/ImageMagick#5256
OBS-URL: https://build.opensuse.org/request/show/988361
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=606
* Support '#' modifier to aspect ratio geometry (e.g., 3:2#).
* The profile of a PSD file will no longer be copied to all the images, only
the first returned image will contain the profile. To re-enable the old
behavior add -define psd:replicate-profile=true.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=582
- update to 7.1.0.4:
* trim no longer returns an empty image on 1-pixel width input (reference
https://github.com/ImageMagick/ImageMagick/issues/3896).
* remove virtual canvas offset from difference image.
* Added option to set the pixel format option of ffmpeg when reading a
video file with -define video:pixel-format=<value>.
* system() is not supported under IOS.
* accelerate subimage-search with FFT's (contributed by Fred).
* malloc() corruption fix
* Added option to set the vsync option of ffmpeg when reading or writing a
video file with -define video:vsync=<value>.
OBS-URL: https://build.opensuse.org/request/show/908508
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=573
- update to 7.0.11.3:
* Eliminate multiple division by zero exceptions (reference
https://github.com/ImageMagick/ImageMagick/issues/3339 and others).
* Use -define filename:literal=true to bypass interpretting embedded
formatting characters and instead use the filename literally.
* decode HEIC images in sRGB instead of YCbCr.
* Division by zero error is possible if crafty file sets film-gamma property
* Check for overflow in thumbnail coder
* Prevent compiler from optimizing out buffer clearing in cipher
* Clone properties from image stack.
* Set overall image depth statistic in Composite channel.
OBS-URL: https://build.opensuse.org/request/show/878998
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=554
* revert changes to the default max width/height of image.
* replaced jxl coder with an implementation that uses the jpeg-xl reference
library.
* added -define trim:edges=(north,east,south,west) that can be used to
trim a single or multiple edges.
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=542