Thanks for your response!
I think the problem is somewhere else I run the IM function using exec in PHP and the problem only exists in the browser. Using CLI the script works. You're right I need to check the permissions
Hi, I'm using the following function to convert my image to a smaller one: convert /home/user/domains/remote.com/public_html/img/www.image.jpg -resize 120x\> -size 120x90 xc:white +swap -gravity north -composite -quality 90 /home/user/domains/remote.com/public_html/img/www.image_thumb.jpg This code ...