JamesHeinrich / phpThumb

phpThumb() - The PHP thumbnail generator
Other
315 stars 98 forks source link

zc parameter is not working #141

Open hridayag opened 5 years ago

hridayag commented 5 years ago

if i add zc=T or anything other options its not working . it seems it crop from center always i am using PHP Version 7.2.19

how can i fix this issue

on another server which has PHP Version 7.0.33 is working well i am using phpthumb -> define('phpThumbConfigFileVersion', '1.7.15');

can you please help me to sort out this issue

hridayag commented 5 years ago

ImageMagic is installed as well

arturmamedov commented 1 year ago

You need to use php_imagick PHP processor library, I think. But not every server has it.