function imagick_update_7100 in Imagick 7
Updates image effects to work with 7.x-1.1 version
File
- ./
imagick.install, line 96
Code
function imagick_update_7100(&$sandbox) {
_imagick_alter_existing_effect_names(TRUE);
return 'Updated Imagick image effects';
}