FILTERCUBICSPLINE - 'Define the lobes with the -define
filter:lobes={2,3,4}
(reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506).'
Imagick now explicitly conflicts with the Gmagick extension.
Fixes:
Correct version check to make RemoveAlphaChannel and FlattenAlphaChannel
be available when using Imagick with ImageMagick version 6.7.8-x
Bug 77128 - Imagick::setImageInterpolateMethod() not available on Windows
Prevent memory leak when ImagickPixel::__construct called after object instantiation.
Prevent segfault when ImagickPixel internal constructor not called.
Imagick::setResourceLimit support for values larger than 2GB (2^31) on 32bit platforms.
Corrected memory overwrite in Imagick::colorDecisionListImage()
Bug 77791 - ImagickKernel::fromMatrix() out of bounds write.
Fixes CVE-2019-11037, boo#1135418