Friday 23 January 2004 11:11:18 am
Hi, I'm not sure but take a look at your Settings in your image.ini or image.ini.append if you don't have neither ImageMag.. nor Gd installed, probably you will need to change the settings value to match your setup We have a similar problem, but in our case EZP was trying to use Imagemag.. for conversion, so we have to change the settings to :
[ConverterSettings]
UseConvert=false UseGD=true
[Rules]
DefaultRule=image/jpeg;gd
Rules[]=image/jpeg;image/jpeg;gd
Rules[]=image/png;image/png;gd
Rules[]=image/gif;image/png;gd
Rules[]=image/xpm;image/png;gd Rules[]=image/tiff;image/png;gd
-----------------------------------------------
The Rules settings have the mime type of the images accepted by EZP and the conversion method could be 'convert', or 'gd' (convert for imagemagick) This is a setup, which do not have Imagemagick instead GD I think that your setup should be something like this :
[ConverterSettings]
UseConvert=false UseGD=false
[Rules]
DefaultRule=image/jpeg
Rules[]=image/jpeg;image/jpeg
Rules[]=image/png;image/png
Rules[]=image/gif;image/png
Rules[]=image/xpm;image/png Rules[]=image/tiff;image/png
-----------------------------------------
The ConverterSettings changes, seems trivial! The Rules changes, may or may not work, but you could try it
Hope this help Lazaro
Lazaro
http://www.mzbusiness.com
|