Hallo!
So oft es schon kam, es kommt nochmal: Das Problem mit ImageMagick unter Windows. :sad: Ich habe TYPO3 4.0 und ImageMagick 6.2.9 (Q16, DLL). Damit kann ich auch fast alles machen, außer eben shadow.blur, shadow.opacity u.s.w. mit GIFBUILDER. Auch niceText funktioniert nicht.
Also bin ich ins Install-Tool von TYPO3 gegangen und unter Image Processing steht folgendes:
Zitat:
ImageMagick enabled: 1
ImageMagick path: C:/Programme/Apache/ImageMagick/ (6.2.9)
ImageMagick path/LZW: C:/Programme/Apache/ImageMagick/ (6.2.9)
Version 5/GraphicsMagick flag: im6
GDLib enabled: 1
GDLib using PNG: 0
GDLib 2 enabled: 0
IM5 effects enabled: (Blurring/Sharpening with IM 5+)
Freetype DPI: 72 (Should be 96 for Freetype 2)
Mask invert: 1 (Should be set for some IM versions approx. 5.4+)
File Formats: gif,jpg,jpeg,tif,bmp,pcx,tga,png |
Wenn ich jetzt im Testmenü auf "Scaling images" gehe, sagt er mir für PNG to PNG:
File size is very different from reference. Der Unterschied beträgt für das gleiche Bild auch 9 KB. Nicht normal oder?
Noch krasser kommt es unter Menüpunkt "5: GD library functions" (klingt eigentlich nach der GDlib - die funktioniert. Ist aber doch IM). Alles funktioniert soweit bis auf das:
Er scheitert auch hier, wie im Template, bei shadow und niceText. Zumindest im Template funktioniert aber z.B. folgendes TypoScript:
Code:
page = PAGE
page.typeNum = 0
page.10 = IMAGE
page.10.file = GIFBUILDER
page.10.file {
XY = 250,100
10 = TEXT
10.text = Hallo!! Gehts jetzt?
10.fontSize = 20
10.offset = 5,50
10.shadow.offset = 2,2
10.shadow.color = #FF0000
} Ich habe auch schon folgende IM-Version installiert:
http://typo3.sunsite.dk/software/win...-win-4.2.9.zip Aber diese lief noch instabiler. Bevor ich es nun mit GM versuchen werde, wollte ich doch nochmal um euren Rat fragen.
Kann mir jemand bei diesem Problem helfen?
David.