imagick
imagick copied to clipboard
param radius of spreadImage() not work correctly with ImageMagick 7
I could not get expected result from spreadImage() on a Gentoo server. It runs php 7.2 and imagick 3.4.3 and imagemagick 7.0.7 .
See imagick_class.c, status = MagickSpreadImage(intern->magick_wand, radius, method); does not match the definition in magick-image.h .
MagickSpreadImage(MagickWand *,const PixelInterpolateMethod,const double),
Someone will need to track down then this signature changed.