[TYPO3-english] [ S O L V E D ] typo3 4.3 imagemagik problem

J. Bakshi joydeep at infoservices.in
Fri Dec 11 09:53:35 CET 2009


J. Bakshi wrote:
> Dear list,
>
> A strange problem in typo3 4.3 with imagemagik.  I confirm that in this
> very server typo3 4.2.8; 4.2.9; 4.2.10 is running without any imagemagik
> problem.  But typo3 4.3 has. Within installtool the image processing
> section is showing some very strange output.  first of all it takes huge
> time to generate the images and in the server "gs" is consuming a
> considerable load. The generated images are also no OK, they are bigger
> in size with error "*Pixel dimension are not equal!*-- "
>
> PNG is not generated at all.  I have used the command from CLI and get
>
> ` ` `
> /usr/local/typo3sh/IM/bin/convert +profile '*' -geometry 170x136!
> -colors 64  '/var/www/test/typo3/sysext/install/imgs/jesus.gif[0]'
> '/var/www/test/typo3temp/pics/install_write_png.png'
>
>
> convert: no delegate for this image format (XML).
> convert: no delegate for this image format (XML).
> convert: no delegate for this image format (LOG).
> convert: no delegate for this image format (PHP).
> convert: no delegate for this image format (PHP).
> convert: no delegate for this image format (PHP).
> convert: no delegate for this image format (PHP).
>
> ` ` `
>
> But   < 4.3  versions are working well. Could any one give a clue what
> is causing the problem in 4.3  ?
>
> Here is the related config  I have in localconf.php
>
> ` ` `
> $TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/local/typo3sh/IM/bin/';
> $TYPO3_CONF_VARS['GFX']['im_path_lzw'] = '/usr/local/typo3sh/IM/bin/';
> $TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'combine';
> $TYPO3_CONF_VARS['GFX']['im_version_5'] = '4.2.9';
> $TYPO3_CONF_VARS['GFX']['TTFdpi'] = '92';
> $TYPO3_CONF_VARS['GFX']['gdlib_2'] = '1';
>
>   
convert +profile '*'

causing the problem. disable it by
 
` ` `
$TYPO3_CONF_VARS['GFX']['im_stripProfileCommand'] = '';
` ` `
in localconf.php .  Now everything is OK.




>
> Thanks
>
> জয়দীপ বক্সী
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


-- 
জয়দীপ বক্সী



More information about the TYPO3-english mailing list