[TYPO3-german] TV image field fixed w+h als JPEG

A.Degelmann a.degelmann at commapunkt.de
Mon Jul 30 17:06:42 CEST 2007


Philipp Holdener schrieb:
>>
>> so sieht mein Code im DS aus:
>>
>>     10 = IMAGE
>>         10.file = GIFBUILDER
>>     10.file {
>>         XY = 349,226
>>                 format = jpg
>>                 quality = 80
>>                 10 = IMAGE
>>                 10.file.import = uploads/tx_templavoila/
>>                 10.file.import.current = 1
>>                 10.file.import.listNum = 0
>>                 10.file.maxW = 349
>>                 10.file.minW = 349
>>                 10.file.maxH = 226
>>                 10.file.minH = 226
>>     }
>>                                10.stdWrap.typolink.parameter.field = 
>> link_box_gross
>>
>> wenn ich jetzt den GIFBUILDER rausschmeise, wird kein Bild eingefügt. 
>> Das vorhandene Bild wird wohl als jpg-Datei gespeichert. Allerdings 
>> ist es vom Aussehen ein GIF.
>>
>> Vielleicht findest Du etwas, das ich noch falsch mache.
> 
> 
> Hallo Alex
> 
> Schau doch mein Code an.. da steht nix von Gifbuilder!
> ich arbeite direkt mit IMAGE..
> 
> <TypoScript>
>     10 = IMAGE
>     10.file {
>         XY = 47,132
>         format = jpg
>                 quality = 80
>     ....
>     }
> </TypoScript>
> 
> 
> also bei dir wäre das
> 
>  >     10 = IMAGE
>  >     10.file {
>  >         XY = 349,226
>  >                 format = jpg
>  >                 quality = 80
>  >                 import = uploads/tx_templavoila/
>  >                 1import.current = 1
>  >                 import.listNum = 0
>  >                 maxW = 349
>  >                 minW = 349
>  >                 maxH = 226
>  >                 minH = 226
>  >     }
> 
> 
> Gruss
> Philipp

Danke,

funktioniert. Jetzt werden die Bilder wohl nur in der Breite skaliert, 
aber das werde ich auch noch hinkriegen.

Gruß,

Alexander


More information about the TYPO3-german mailing list