[TYPO3-german] GIFBUILDER transparentBackground
Matze Hoppe
mat.hoppe at gmx.de
Fri Jul 15 01:22:03 CEST 2011
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
}
More information about the TYPO3-german
mailing list