imagick icon indicating copy to clipboard operation
imagick copied to clipboard

param radius of spreadImage() not work correctly with ImageMagick 7

Open zelll opened this issue 7 years ago • 1 comments

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 .

zelll avatar Jan 28 '18 06:01 zelll

MagickSpreadImage(MagickWand *,const PixelInterpolateMethod,const double),

Someone will need to track down then this signature changed.

Danack avatar Mar 27 '18 10:03 Danack