Hi!

Das erste funktioniert. Das zweite nicht.

Gebe ich format = gif an, wird nichts gezeigt, gebe ich format = png an, erhalte ich sowas wie einen Strichcode.

Das erste läuft prima. Der Hintergrund ist weiss, und somit alles gut.
Der Hintergrund des zweiten ist ein Verlauf. Deshalb sollte der Grafikhintergrund transparent sein.

#Logoerstellung
 marks.SPRUCH = IMAGE
 marks.SPRUCH.file = GIFBUILDER
 marks.SPRUCH.file {
   XY = 450, 25
   format = png
   backColor = #ffffff
   #transparentBackground = 1
   25 = TEXT
   25.text = {$side.text1}
   25.fontFile = fileadmin/design/arial.ttf
   25.fontColor = #000000
   25.fontSize = 16
   25.offset = 0, 20
   25.niceText = 1

 }

 marks.GLIEDER = IMAGE
 marks.GLIEDER.file = GIFBUILDER
 marks.GLIEDER.file {
   XY = 450, 20
   format = gif
   #backColor = #000000
   transparentBackground=1
   25 = TEXT
   25.text = {$side.text2}
   25.fontFile = fileadmin/design/arial.ttf
   25.fontColor = #ffffff
   25.fontSize = 18
   25.offset = 0, 19
   25.niceText = 1

 }


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an