[magick-users] Composite issues

David Di Biase dave.dibiase at gmail.com
Fri May 8 12:53:43 PDT 2009


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!

The version of imagick on the live site is: Version: ImageMagick 6.2.4
09/16/06 Q16 http://www.imagemagick.org
The version of imagick on my local system is: Version: ImageMagick 6.2.8
06/11/08 Q16 http://www.imagemagick.org

I'm wondering if there are versioning issues I should be aware of and how I
can work around them? I'm kind of in a bind as we're launching the site and
we decided to add this feature last minute.

Thanks,

Dave


More information about the Magick-users mailing list