imagick icon indicating copy to clipboard operation
imagick copied to clipboard

Imagick::resizeImage has nasty BC break.

Open Danack opened this issue 4 years ago • 0 comments

The signature on IM6 - Imagick::resizeImage(int width, int height, int filter, float blur[, bool bestfit = false[, bool legacy]]

The signature on IM7 should be Imagick::resizeImage(int width, int height, int filter [, bool bestfit = false[, bool legacy]]

as blur has gone away....

Danack avatar Oct 20 '21 11:10 Danack