Dave,

I am not a IM/PHP expert, but have you tried the convert equivalent. 
see http://www.imagemagick.org/Usage/layers/#convert


Also have you checked the permissions of the directory where you are 
putting the images.

Also you many have to provide the full path to where IM is located, 
often either

/usr/local/bin

or

/user/bin/

Then add composite or convert right after that with no spaces.

With such old versions of IM there could easily be version issues.

Fred



>Hi there,
>
>I'm running this command via PHP on my server to composite a logo onto a
>larger image:
>
>shell_exec("composite -gravity SouthWest {$logo_path} {$input_file}
>{$output_file}");
>
>When I run it locally, everything seems to work properly but when I load it
>to my live site the command seems to run correctly but then doesn't generate
>the image!
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to