Hallo,
ich habe Probleme mit ImageMagick und Typo3 4.5.7 auf Debian Squeeze.
Diese Konfiguration funktioniert:
$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin/';
$TYPO3_CONF_VARS['GFX']['im_path_lzw'] = '/usr/bin/';
Das sehe ich im Install-Tool:
ImageMagick enabled: 1
ImageMagick path: /usr/bin/ (6.6.0-4)
ImageMagick path/LZW: /usr/bin/ (6.6.0-4)
Version 5/GraphicsMagick flag: im6
sowie
Available ImageMagick/GraphicsMagick installations:
/usr/bin/ convert 6.6.0-4
composite 6.6.0-4
identify 6.6.0-4
und die Tests funktionieren, die Bilder stimmen. Typo3 führt dabei bspw.
dies aus:
'/usr/bin/convert' +profile '*' -geometry 170x136! -colorspace RGB
-quality 70 '/srv/www/typo3/sysext/install/imgs/jesus.jpg'[0]
'/srv/www/typo3temp/pics/install_read_jpg.jpg'
Passt.
Bei echten Bildern klappt allerdings nix. Ich erhalte leere img src-Tags:
<img src="" width="" height="" border="0" alt="" />
und Fehlermeldungen im Apache-Error-Log:
sh: /usr/bin//convert +profile * -geometry 600x891! -colorspace RGB
-quality 70 uploads/pics/Foto1.jpg\[0\] typo3temp/pics/10fe6d0766.jpg':
not found
(Man beachte die zwei Slashes ("//") zwischen bin und convert im Aufruf.)
Was mache ich falsch?
Vielen Dank & viele Grüße
Paul
PS. Meiner Einschätzung nach ist das *nicht*
http://forge.typo3.org/issues/24346 , denn ich scheitere ja schon einen
Schritt vorher, bei /usr/bin//convert.
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german