[TYPO3] GIFBUILDER question

LinTong pcu84424 at gmail.com
Wed Aug 6 17:10:21 CEST 2008


hallo

I found a solution to solve my problem. I found that I have to set a
fixed width and height or it will be set to 120,50. So I set it to
80,80 and do an offset to make sure the picture at the center.

              10 = IMAGE
		10.file = GIFBUILDER
		10.file {
			XY=80,80
			10 = IMAGE
			10.file.import = uploads/tx_templavoila/
			10.file.import.current = 1
			10.file.import.listNum = 0
			10.file.maxW = 80
			10.file.maxH = 80
			10.offset = 80-[10.w]/2,80-[10.h]/2
 }	

2008/8/6 StephenBungert <stephenbungert at yahoo.de>:
>
>
>
> hallo StephenBungert
>
>        10 = IMAGE
>        10.file = GIFBUILDER
>        10.file {
>                XY=80,80
>                maxW = 80
>                maxH = 80
>                width = 80c
>                height = 80c
>        }
>
>
> Like this maybe will work.
>
> Here is the tsref on the image object:
> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/6/
>
> Here are the GIFBUILDER properties:
>
> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/9/2/
>
> TSref is useful once you understand how it's written :-) but I find that it
> is not very easy at first when you are a TYPO3 beginner.
>
> -----
> --
> Stephen Bungert
> --
> View this message in context: http://www.nabble.com/GIFBUILDER-question-tp18849213p18851249.html
> Sent from the TYPO3 English mailing list archive at Nabble.com.
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



-- 
Best Regards
LinTong(Pierre)


More information about the TYPO3-english mailing list