Forums / Setup & design / Problems with ImageMagick

Problems with ImageMagick

Author Message

Tarjei Gilbrant

Thursday 06 May 2004 6:21:42 am

Pictures work if I disable ImageMagick. If I enable the convertion, it doesn't work. I can't see any of the "dynamic" pictures at the site.

This is the output from the debugger:

Warning: eZImageShellHandler::convert mai 06 2004 15:50:10
Failed executing: c:\program files\imagemagick-6.0.0-q16/convert.exe "-quality" "75" "-geometry" "600x600>" "var/tscm/storage/images/welcome_to_the_tscm_website/105-8-eng-GB/welcome_to_the_tscm_website.jpg" "JPEG:var/tscm/storage/images/welcome_to_the_tscm_website/105-8-eng-GB/welcome_to_the_tscm_website_reference.jpg", Error: , Return: 1

Error: eZImageManager::createImageAlias mai 06 2004 15:50:10
Failed converting var/tscm/storage/images/welcome_to_the_tscm_website/105-8-eng-GB/welcome_to_the_tscm_website.jpg to alias original in directory var/tscm/storage/images/welcome_to_the_tscm_website/105-8-eng-GB

Björn Dieding@xrow.de

Thursday 06 May 2004 11:02:52 pm

You have a missconfiguration in the image.ini check your settings

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Tarjei Gilbrant

Thursday 06 May 2004 11:20:47 pm

My settings\override\image.ini.append.php looks like this:

<?php /* #?ini charset="iso-8859-1"?

[ImageMagick]
IsEnabled=true
ExecutablePath=c:\program files\imagemagick-6.0.0-q16
Executable=convert.exe
*/ ?>

I changed the path to old windows-style, and now it works!

<?php /* #?ini charset="iso-8859-1"?

[ImageMagick]
IsEnabled=true
ExecutablePath=c:\progra~1\imagemagick-6.0.0-q16
Executable=convert.exe
*/ ?>