I am having trouble using imagemagick....I cannot seem to get this line to work:
$thumb_dest = "/path/to/file/name.jpg";
exec("/usr/local/bin/convert -geometry $thumb_w $img $thumb_dest" ) or die("convert failed");
I always get convert failed....but I cannot find out why?