[TYPO3] GIF --> JPEG

Søren Schimkat schimkat at hum.aau.dk
Tue Oct 17 18:24:09 CEST 2006


Hi guys

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?

Regards Søren Schimkat



More information about the TYPO3-english mailing list