tr4nc3 0 Posted August 5, 2004 Share Posted August 5, 2004 I'm attempting to resize images using Imagemagick and PHP. Anyone know what the path to convert is? Here is a sample of a command I've tried with both system() and exec() convert -geometry 100 x 100 temp/thumb_pic.jpg temp/thumb_pic.jpg I've also tried.. /usr/local/bin/convert -geometry 100 x 100 temp/thumb_pic.jpg temp/thumb_pic.jpg system() returns in error for me. I can't seem to find any information on TCH about the whereabouts of ImageMagick. help? Thanks, mike Quote Link to post Share on other sites
TCH-Thomas 25 Posted August 5, 2004 Share Posted August 5, 2004 I dont know if this will but you can try. http://members.tripod.com/~ImageMagick/index-6.html Quote Link to post Share on other sites
TCH-Don 0 Posted August 5, 2004 Share Posted August 5, 2004 /usr/local/bin/ is the path to all Image::Magick files. Quote Link to post Share on other sites
tr4nc3 0 Posted August 5, 2004 Author Share Posted August 5, 2004 /usr/local/bin/ is the path to all Image::Magick files. Thanks Don! It's funny, the same commands that didn't work last night, are working today. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.