dreamwest Posted February 8, 2011 Share Posted February 8, 2011 Im trying to get this imagemagick to work echo shell_exec("/usr/bin/convert -version"); outputs: Version: ImageMagick 6.4.8 2010-09-03 Q16 OpenMP http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC This doesnt work (no image is output) What am i missing here? shell_exec("/usr/bin/convert -compress JPEG -quality 100 -sampling-factor 1x1 -enhance a.jpg b.jpg "); echo "<img src='b.jpg'>"; Quote Link to comment https://forums.phpfreaks.com/topic/227050-image-magick/ Share on other sites More sharing options...
BlueSkyIS Posted February 8, 2011 Share Posted February 8, 2011 for convert, you must supply the full path to the image locations. /home/user1/http_docs/images/a.jpg Quote Link to comment https://forums.phpfreaks.com/topic/227050-image-magick/#findComment-1171424 Share on other sites More sharing options...
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.