Imagemagick script
Posted by: spidermite
Posted on: 2007-03-05 15:34:00
Hi, ive been driving myself crazy trying to get this imagemagick thumbnail script to work for almost 2 hrs. Everything seems to be in the right location with no errors but the script just runs through without converting, then deletes the old file (as it should). Im stuck.
$location='/usr/bin/convert';
$make_magick_th = system("$location -resize x60 -gravity North -crop 60x60+0+0 -quality 75 -strip $current_file $thumb_name", $retval_th);