[TYPO3-german] TV image field fixed w+h als JPEG
A.Degelmann
a.degelmann at commapunkt.de
Mon Jul 30 15:57:57 CEST 2007
Philipp Holdener schrieb:
>>
>>
>> Hallo Philipp,
>>
>> er schreibt das Bild schon im JPG-Format, allerdings sieht es aus wie
>> ein GIF.
>>
>> Gruß,
>>
>> Alexander
>
>
>
> Ich schreib den code immer um
>
> <TypoScript>
> 10 = IMAGE
> 10.file {
> XY = 47,132
> format = jpg
> quality = 80
> ....
> }
> </TypoScript>
>
>
> Also ganz ohne Gifbuilder!!
> Also so wie ich's im ersten Mail beschrieben habe!
> Funktioniert einwandfrei.. und in guter Qualität!
>
> Gruss
> Philipp
Hallo Philipp,
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.
Gruß,
Alex
More information about the TYPO3-german
mailing list