[Typo3] imgeFixed with templavoila is processed by gifbuilder

Ries van Twisk typo3 at rvt.dds.nl
Mon Oct 10 17:14:26 CEST 2005


Hey List,

If I create a data element called 'Image Field, fixed W+H' then t3 
created the following typoscript in my DS:
<TypoScript>
    10 = IMAGE
    10.file = GIFBUILDER
10.file.if = 1
    10.file {
XY=599,105
        10 = IMAGE
        10.file.import = uploads/tx_templavoila/
        10.file.import.current = 1
        10.file.import.listNum = 0
        10.file.maxW = 599
        10.file.minW = 599
        10.file.maxH = 105
        10.file.minH = 105

    }
 </TypoScript>

How should I replace this if I don't want the image to be processed with 
gifbuilder but I want the image to be shown as I uploaded it?

cheers,
Ries van Twisk



More information about the TYPO3-english mailing list