[TYPO3] Scale gifbuilde image

Tapio Markula tapio.markula at atwebteam.com
Sun Dec 10 16:31:48 CET 2006


In the page 
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/9/2/

SCALE:
NOTE:  This object resets workArea to the new dimensiosn of the image!

Property:

Data type:


Description:

Default:
width

pixels + calc

height

pixels + calc ?????????????

params

ImageMagickParams

[tsref:->GIFBUILDER.(GBObj).SCALE]

That is extremely minimal info - I don't figure at all what to do.
Could someone give some glue?

I tried
page.2 = HMENU
page.2.1 = GMENU
page.2.1 {
1=SCALE {
   20 = TEXT
   20.text.field = title
   offset = 0,17
   align = center

   NO {
   3 = IMAGE
   3.file = {$buttonImagePath}leftGrayBW.gif
   3.offset=0,0

   5 = IMAGE
   5.file = {$buttonImagePath}middleGrayBW.gif
   5.tile =10000,1
   5.offset=10,0

   6 = IMAGE
   6.file = {$buttonImagePath}rightGrayBW.gif
   6.offset=10+[20.w],0

   XY = [20.w] +20,22
   20 = TEXT
   20.text.field = title
   20.offset = 0,16
   20.align = center
   20.fontColor = black
   20.niceText=1
   20.fontSize = 14
   wrap=<br>|
   20.fontFile = {$fontPath}ARIAL.TTF
   }
1.value = height=20,70
}
}
that doesn't work and because of missing proper documentation I'm lost
without any example


More information about the TYPO3-english mailing list