ImageMagick/Convert problem?
Posted by: fairuza
Posted on: 2006-02-20 10:58:00
I am trying to use a php pic/thumbnail script called BlorpScript (by Justin Frankel the Winamp guy :)) and it says this in one of the files:
// thumbnail config
// ($thumbnails can be either "gd" (for GD), "convert" (for imagemagick), or "none",
// or "manual" if you like to make your own (and put them in the right places))
$thumbnails="convert";
$my_convert_path=""; // you probably want to manually configure this for win32.
...but I can't get it to work. Should my_convert_path= be usr/bin because it doesn't work when I try that. What am I doing wrong?
How about gd? Would that be simpler to use and if so how do I do that?