On Fri, 2003-06-13 at 09:39, Andrey Almirov wrote:                     
Another question: How to install ImageMajic correctly?
> 
> I downloaded it binary Windows distribution installed it,
> place in the /WEB-INF/config/builders/images.xml
> the following:
> <properties>
>   <property name="ImageConvert.ConverterCommand">C:/Program 
> Files/ImageMagick</property>
>   <property name="ImageConvert.ConverterRoot">D:/usr</property>

This is incorrect. The class tries to run the program
'ImageConvert.ConverterCommand' from directory
'ImageConvert.ConverterRoot'. These to concatinated will thus result in
the complete executable path. In your case:

        D:/usrC:/Program Files/ImageMagick

I don't think this is what you meant :-)

I think the use of 'root' and 'command' is legacy, you might try leaving
the root blank and putting the full path of the 'convert' utility in the
'ConverterCommand' property.

Regards,

Johannes


Reply via email to