[Typo3-dev] STILL the GIFBUILDER 256 color problem

Brice Bernard brikou at gmail.com
Thu Nov 3 18:03:57 CET 2005


I tried Bernhard Kraft's "KB All Colors" concerning GIFBUILDER BUG,
but there's still 256 colors and I found where the BIG problem come
from... It comes from outline property (see typoscript code under).

I hope this helps and someone will find the solution...

- Brice -

===============================
Works GREAT!!! with millions colors
===============================

<typoscript>

page.30 = IMG_RESOURCE
page.30.stdWrap.wrap = <img src="|" />

page.30.file = GIFBUILDER
page.30.file {

	XY = 760,[10.h]
	format = jpg
	quality = 100

	10 = IMAGE
	10.file = jason-nez*.jpg

	20 = TEXT
	20.text.field = title
	20.offset = 20,120
	20.niceText = 1
	20.align = center
	20.fontSize= 40
	20.fontColor = yellow

	# 20.outline.thickness = 1,1
	# 20.outline.color = black
	20.shadow.offset = 2,2
	20.shadow.color = #ff00ff
	20.shadow.blur = 50
	20.shadow.opacity = 50
	20.shadow.intensity = 50
}

</typoscript>

===============================
Works POORLY!!! with 256 colors
===============================

<typoscript>

page.30 = IMG_RESOURCE
page.30.stdWrap.wrap = <img src="|" />

page.30.file = GIFBUILDER
page.30.file {

	XY = 760,[10.h]
	format = jpg
	quality = 100

	10 = IMAGE
	10.file = jason-nez*.jpg

	20 = TEXT
	20.text.field = title
	20.offset = 20,120
	20.niceText = 1
	20.align = center
	20.fontSize= 40
	20.fontColor = yellow

	20.outline.thickness = 1,1
	20.outline.color = black
	20.shadow.offset = 2,2
	20.shadow.color = #ff00ff
	20.shadow.blur = 50
	20.shadow.opacity = 50
	20.shadow.intensity = 50
}

</typoscript>




More information about the TYPO3-dev mailing list