in der Datei „localconf.php“
1 2 3 4 5 6 7 8 9 10 |
" ] $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im6'; $TYPO3_CONF_VARS['GFX']['im_no_effects'] = '1'; $TYPO3_CONF_VARS['GFX']['im_v5effects'] = '1'; $TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite'; $TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96'; $TYPO3_CONF_VARS['GFX']['png_truecolor'] = '1'; $TYPO3_CONF_VARS['GFX']['jpg_quality'] = '95'; $TYPO3_CONF_VARS['GFX']['gdlib_png'] = '1'; $TYPO3_CONF_VARS['GFX']['im_negate_mask'] = '1'; |