[TYPO3] GraphicsMagic and/or ImageMagick

Kristian Wind kw at hovsa.dk
Thu Oct 25 16:47:38 CEST 2007


Hello all!

I am still having problems with GraphicsMagick (1.0.10.0) and/or  
ImageMagick (4.2.9 and 6.3.6.1). I can get them both to work  
perfectly, but none of them will show thumbnails in BE. Scaling,  
rotating and other effects works in all 3 setups!

I asume that the permissions setup are correct as alle of them work  
in FE, and then again...

I run all sites based on a Typo3Winstaller with Apache so i figurered  
it was ok to ask in this forum. If not, so sorry...


My GraphicsMagick localconf setup looks like:

$TYPO3_CONF_VARS["GFX"]["im_path"] = 'C:\\GraphicsMagick2\\';
$TYPO3_CONF_VARS["GFX"]["im_version_5"] = 'gm';
$TYPO3_CONF_VARS["GFX"]["thumbnails"] = '1';	
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';	
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';	

My ImageMagick 4.2.9 localconf setup looks like:

$TYPO3_CONF_VARS["GFX"]["im"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'combine';
$TYPO3_CONF_VARS["GFX"]["im_path"] = 'C:\\ImageMagick\\';
$TYPO3_CONF_VARS["GFX"]["im_path_lzw"] = 'C:\\ImageMagick\\';
$TYPO3_CONF_VARS["GFX"]["thumbnails"] = '1';
$TYPO3_CONF_VARS["GFX"]["thumbnails_png"] = '1';

My ImageMagick 6.3 localconf setup looks like:

$TYPO3_CONF_VARS["GFX"]["im"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'composite';
$TYPO3_CONF_VARS["GFX"]["im_path"] = 'C:\\ImageMagick2\\';
$TYPO3_CONF_VARS["GFX"]["im_path_lzw"] = 'C:\\ImageMagick2\\';
$TYPO3_CONF_VARS["GFX"]["im_version_5"] = 'im6';
$TYPO3_CONF_VARS["GFX"]["im_v5effects"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_noScaleUp"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_noFramePrepended"] = '1';
$TYPO3_CONF_VARS["GFX"]["thumbnails"] = '1';
$TYPO3_CONF_VARS["GFX"]["thumbnails_png"] = '1';
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';


I have NO idea what to do. I have Google'd it with no result. I have  
no preferences into wich version or brand in terms of ImageMagick  
versus GraphicsMagick as long as it works!


Kristian

kw at hovsa.dk





More information about the TYPO3-english mailing list