Remove deprecated function flattenImages
flattenImages in imagick is deprecated since php 5.6. `PHP Deprecated: Imagick::flattenImages method is deprecated and it's use should be avoided ` Proposed solution works with imagick 3.1.0+. 11 is used as an alternative to `Imagick::ALPHACHANNEL_REMOVE` which was added in imagick 3.2.0.pull/5754/head
parent
a1e23a8967
commit
537aaa3d09
Loading…
Reference in New Issue