Search found 2 matches

by finalwebsites
2011-03-24T11:28:45-07:00
Forum: Users
Topic: convert function stopped working on new server
Replies: 2
Views: 4904

Re: convert function stopped working on new server

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

Olaf
by finalwebsites
2011-03-24T01:23:16-07:00
Forum: Users
Topic: convert function stopped working on new server
Replies: 2
Views: 4904

convert function stopped working on new server

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 ...