Imagemagick (again, sorry!)

Status
Not open for further replies.

user83491

New Member
Messages
1
Reaction score
0
Points
0
Hi

I know there has been a lot of discussion of imagemagick already on here, but I'm starting a new one since I couldn't find an answer and it looks like it's not liked to post in old threads.

I want to make some thumbnails, and I've tried to use phpThumb. For large files I need imagemagick to resize them - I know you have it installed (v. good for a free hoster - thanks!!) However I can't work out how to use it. I read about a /usr/bin directory? I can't find it unfortunately.

If anyone could let me know either how to get it working, or suggest what to put in the config instead of

// Windows: set absolute pathname
$PHPTHUMB_CONFIG['imagemagick_path'] = 'C:/ImageMagick/convert.exe';

and

// *nix: set absolute pathname to "convert", or leave as null if "convert" is in the path (location detected with `which`)
//$PHPTHUMB_CONFIG['imagemagick_path'] = '/usr/local/bin/convert';
$PHPTHUMB_CONFIG['imagemagick_path'] = null;

(yes I have tried /usr/bin and some other things)

I would be really really grateful. Everything else looks great so I'd probably want to buy the one of extra space ad ons if I could just get this working! (I have a lot of pics)

Thank you in advance!
 
Status
Not open for further replies.
Top