tr4nc3 Posted August 5, 2004 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
TCH-Thomas Posted August 5, 2004 Posted August 5, 2004 I dont know if this will but you can try. http://members.tripod.com/~ImageMagick/index-6.html Quote
TCH-Don Posted August 5, 2004 Posted August 5, 2004 /usr/local/bin/ is the path to all Image::Magick files. Quote
tr4nc3 Posted August 5, 2004 Author 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
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.