ImageMagick - cannto resize - path to image library problem? |
[eluser]Alistair Jackman[/eluser]
Hi. I'm attempting to use ImageMagick to perform a resize as follows: Code: $config['image_library'] = 'ImageMagick'; The same resize works fine if I choose GD, but I need to use ImageMagick in order to cope with very large images. Echoing from image_lib.php I can see the command being attempted is: Quote:/usr/local/bin/convert -quality 90 -resize 800x451 "/home/verydesi/public_html/2009/admin/assets/P1000318.JPG" "assets/P1000318_med.JPG" 2>&1 But I just get the error: Quote:Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct. I have checked with my hosting that ImageMagick is installed, this is their response: Quote:Imagemagick is installed in the server hosting your domain. I've also done the following to see if 'convert' is where I expect it to be and I can see 'convert' no problem: Code: $map = directory_map('/usr/bin'); Can you suggest a possible solution? I'm baffled! Regards AJ |
Welcome Guest, Not a member yet? Register Sign In |