I'm having a problem with phpThumb. It says in the documentation that to get the best out of it, use ImageMagick / Imagick.
I've got this installed on the Server (running Centos 5.1), and can run convert --version and get the right info back. I can also run which convert which returns /usr/bin/convert
However, phpThumb can't location the convert program - the demo's show that:
(requires ImageMagick, this server is running "n/a" so it will not work)
Does anyone have any pointers on how to fix this?
Cheers,
Matt
Have you checked phpinfo() to make sure imagick is installed? If not, you will need to install it.
ImageMagick Install Instructions