[TYPO3] GIF --> JPEG
JoH asenau
info at cybercraft.de
Tue Oct 17 18:36:26 CEST 2006
> In a Flexible content object, I got this code which works just fine:
>
> <TypoScript>
> 10 = IMAGE
> 10.file = GIFBUILDER
> 10.file {
> XY = 300,195
> 10 = IMAGE
> 10.file.import = uploads/tx_templavoila/
> 10.file.import.current = 1
> 10.file.import.listNum = 0
> 10.file.maxW = 300
> 10.file.minW = 300
> 10.file.maxH = 195
> 10.file.minH = 195
> }
> </TypoScript>
>
> .. but I would rather output jpeg images instead. Could someone guide
> me to the documentation on how to do that?
<TypoScript>
10 = IMAGE
10.file = GIFBUILDER
10.file {
format = jpg
XY = 300,195
blah
...
blah
}
</TypoScript>
Joey
--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com
More information about the TYPO3-english
mailing list