[TYPO3-v4] TYPO3 (all versions) with PHP 5.2.12 and GD Freetype version 2.3.7 + niceText

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Tue Jun 1 11:54:37 CEST 2010


Am 31.05.2010 22:54, schrieb Jigal van Hemert:
> Read the descriptions in the Install Tool and if things don't work
> correctly change some of the settings.

Hello!

Now I have tried for nearly an hour with all kind of different settings, 
and the best I get is either with GraphicsMagick rendered text without 
anti-aliasing, or just a blue background image in the install tool with 
ImageMagick, currently with those settings:

$TYPO3_CONF_VARS['GFX']['TTFdpi'] = 96;
$TYPO3_CONF_VARS['GFX']['gdlib'] = 1;
$TYPO3_CONF_VARS['GFX']['gdlib_2'] = 1;
$TYPO3_CONF_VARS['GFX']['gdlib_png'] = 0;
$TYPO3_CONF_VARS['GFX']['image_processing'] = 1;
$TYPO3_CONF_VARS['GFX']['im'] = 1;
$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin/';
$TYPO3_CONF_VARS['GFX']['im_imvMaskState'] = 1;
$TYPO3_CONF_VARS['GFX']['im_v5effects'] = 1;
$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite';
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im6';
$TYPO3_CONF_VARS['GFX']['im_negate_mask'] = 1;
$TYPO3_CONF_VARS['GFX']['im_no_effects'] = 0;
$TYPO3_CONF_VARS['GFX']['im_mask_temp_ext_gif'] = 1;
$TYPO3_CONF_VARS['GFX']['im_noFramePrepended'] = 0;
$TYPO3_CONF_VARS['GFX']['im_stripProfileCommand'] = '+profile \'*\'';
$TYPO3_CONF_VARS['GFX']['im_useStripProfileByDefault'] = 1;
$TYPO3_CONF_VARS['GFX']['png_truecolor'] = 1;
$TYPO3_CONF_VARS['GFX']['gif_compress'] = 1;

Any other ideas? Can I debug this in some way? Should there be logs or 
anything else?

That's so weird - it worked a week ago. =o(

Thomas


More information about the TYPO3-project-v4 mailing list