ImageMagick/Convert problem?

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?

Re: ImageMagick/Convert problem?

Posted by: silkrooster
Posted on: 2006-02-20 14:59:00

You might need to include the program /usr/bin/convert
Silk

Re: ImageMagick/Convert problem?

Posted by: fairuza
Posted on: 2006-02-20 22:07:00

I tried that already but will try again because I might have forgotten the first "/" part. Thanks.

If anyone has ever used BlorpScript please briefly explain what you editted to make it work, thanks.

Edit:
Ok it turns out the convert does work because I can see the thumbnail files it creates in my ftp, but they don't display in my actual webpage... it just shows the filename of the picture and it's unlinked. :(Edited by fairuza on 02/20/06 10:44 PM (server time).

Tags: winampimagemagickthumbnailsthumbnailpathwin32simplerusrphp