[TYPO3-english] alpha background GIFBUILDER TYPO3 problem
Lukas Stancik
lukas.stancik at robe.cz
Mon Aug 3 18:58:53 CEST 2009
Hi Francisco,
have you tried to play with
transparentBackground = 1
transparentColor = #??????
as found here:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/9/#id4302973
Regards, Lukas
Francisco Cifuentes napsal(a):
> Hi everyone!
>
> I'm developing a configuration for make a image with GIFBUILDER. The image
> consists in a transparent background and two elements over him (a text
> element and other image). I've tried combining a transparent background with
> the image through GIFBUILDER, but this doesn't work. The IMAGE haven't got
> an opacity attribute, this would be the best solution. Who has had the same
> problem?... really, Who has resolved this?
> This is my typoscript code:
>
>
> page = PAGE
>
> page.10 = IMAGE
>
> page.10.file = GIFBUILDER
>
> page.10.file {
>
> format = PNG
> XY = 230, 230
> 10 = IMAGE
> 10.file = fileadmin/templates/background.png
>
> 20 = TEXT
> 20.text = Hello World
> 20.offset = 20,25
> 20.niceText = 1
> 20.fontSize= 20
> 20.fontFile = t3lib/fonts/verdana.ttf
> 20.fontColor = #BBBB00
> 20.shadow.offset = 2,2
>
> 30 = IMAGE
> 30.file = uploads/imageToShow.jpg
> 30.file.width=224
> 30.file.height=169
> 30.offset = 3,58
>
> }
>
>
> Regards!
>
> Francisco
>
> ________________________
>
> Francisco A. Cifuentes Silva
> Ingeniero de Proyectos
> Instituto de Inform�tica Educativa
> Universidad de la Frontera
> Temuco, Chile
> Tel: +56 45 325277
> Fax: +56 45 325263
> http://www.iie.ufro.cl
More information about the TYPO3-english
mailing list