Liquix Posted November 12, 2007 Share Posted November 12, 2007 I'm using exec to rotate and lays an image over another image. Here's the command: composite -compose atop -geometry 200x200+10-10 "tmp/img1.tmp" -matte -background none -rotate 67 "tmp/img2.tmp" "tmp/img3.tmp" It works in the newer version of imagemagick, but not the old. Anyone who can help me with a new command? Link to comment https://forums.phpfreaks.com/topic/76955-imagemagick-help/ Share on other sites More sharing options...
trq Posted November 12, 2007 Share Posted November 12, 2007 Any reason your not using the imagemagick extension to deal with this? Link to comment https://forums.phpfreaks.com/topic/76955-imagemagick-help/#findComment-389681 Share on other sites More sharing options...
Liquix Posted November 12, 2007 Author Share Posted November 12, 2007 Because the server doesn't support it. Link to comment https://forums.phpfreaks.com/topic/76955-imagemagick-help/#findComment-389811 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.