Mit der statischen Version von Imagemagick funzte es ja nicht, wie im obigen Beitrag von mir zu entnehmen.
Habe es mit der statischen Version von Graphicksmagick probiert - da funktioniert es nur im Installtool, aber ansonsten auch nicht...
Screen im Anhang... - hat jemand eine Idee?
Konfiguration
PHP-Code:
$TYPO3_CONF_VARS['GFX']['imagefile_ext'] = 'gif,jpg,jpeg,tif,bmp,pcx,tga,png';
$TYPO3_CONF_VARS['GFX']["im_path"] = '/home/www/web105/html/graphicsmagick-1.1.6/bin/'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm'; // Modified or inserted by TYPO3 Install Tool.
#$TYPO3_CONF_VARS['GFX']["gdlib_png"] = '1'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'combine'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = 96; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['gdlib_2'] = 1;
$TYPO3_CONF_VARS["GFX"]["im_imvMaskState"] = '1';