Monday 11 October 2010 12:31:23 am
Hi Paolo and welcome to the eZ Community ! :) Which version of ImageMagick do you use ? Did you install it with MacPorts or anything like that ? Check the prefix of your convert binary and be sure it is the same as in your settings/override/image.ini.append.php.
which convert This command returns me /opt/local/bin/convert (installed via MacPorts). My settings/override/image.ini.append.php :
[ImageMagick]
IsEnabled=true
ExecutablePath=/opt/local/bin
Executable=convert If you have any other issues, you may activate the debug output and clear all your caches (to see eventual ImageMagick errors) ;)
|