mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 15:54:03 +01:00
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.