[TYPO3-debian] graphicsmagick-1.1.6 on TYPO3 v4.0 ?

Michael Stucki michael at typo3.org
Mon Jul 10 12:02:28 CEST 2006


Hi Jordan,

> I have used the following graphicsmagick version:
> http://typo3.sunsite.dk/software/linux/
> 
> on my configuration and entered the following info in the localconf.php
> file:
> 
> $TYPO3_CONF_VARS["GFX"]["gdlib_png"] = '1';       // Modified or inserted
> by TYPO3 Install Tool.
> $TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';
> $TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'combine';
> $TYPO3_CONF_VARS["GFX"]["im_imvMaskState"] = '1';
> $TYPO3_CONF_VARS["GFX"]["im_mask_temp_ext_gif"] = '1';
> $TYPO3_CONF_VARS["GFX"]["im_negate_mask"] = '1';
> $TYPO3_CONF_VARS["GFX"]["im_no_effects"] = '1';
> $TYPO3_CONF_VARS["GFX"]["im_path"] =
> '/usr/local/bin/graphicsmagick-1.1.6/bin/';
> $TYPO3_CONF_VARS["GFX"]["im_version_5"] = 'gm';
> $TYPO3_CONF_VARS["GFX"]["im_v5effects"] = '1';
> $TYPO3_CONF_VARS["GFX"]["imagefile_ext"] =
> 'gif,jpg,jpeg,tif,bmp,pcx,tga,png,pdf';
> $TYPO3_CONF_VARS["GFX"]["im_noFramePrepended"] = '1';
> $TYPO3_CONF_VARS["GFX"]["thumbnails_png"] = '1';
> $TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96';
> $TYPO3_CONF_VARS["GFX"]["im_path_lzw"] =
> '/usr/local/bin/graphicsmagick-1.1.6/bin/';


Just FYI:
If you use GraphicsMagick, all you need to define is this:

$TYPO3_CONF_VARS['GFX']['im_path'] = '/your/path/to/gm/';
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';

Additionally you might want to enable this option for using GD with a proper
resolution. However it has nothing to do with the above settings:
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-debian mailing list