[TYPO3-dev] 4.0beta3 GMENU transparency bug?!?
Joerg Wagner
jwagner at digilog.de
Thu Mar 9 14:39:20 CET 2006
Hello Bernhard,
thanks for all your efforts - and especially for your working on this in the
middle of the night !!!
Unfortunatelly I can still reproduce the problem after I implemented your
patch.
Maybe you did not see it because you could not destinguish between the white
font color and the white page background. Please try this TS that should
clearly show the problem even on a white page background:
page.100 = IMAGE
page.100.file = GIFBUILDER
page.100.file {
XY = 200,200
backColor = 333333
transparentBackground = 1
10 = TEXT
10{
text = Hello
fontColor = #CCCCCC
fontSize = 80
offset = 25,125
niceText = 1
fontFile = fileadmin/fonts/ARIALN.TTF
}
}
page.110 = IMAGE
page.110.file = GIFBUILDER
page.110.file {
XY = 200,200
backColor = #CCCCCC
transparentBackground = 1
10 = TEXT
10{
text = Hello
fontColor = 333333
fontSize = 80
offset = 25,125
niceText = 1
fontFile = fileadmin/fonts/ARIALN.TTF
}
}
localconf.php (only GFX entries):
$TYPO3_CONF_VARS['GFX']["im"] = '1';
$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'combine';
$TYPO3_CONF_VARS['GFX']["im_path"] =
'C:\\Programme\\GraphicsMagick-1.1.7-Q8\\'; // CHANGE TO YOUR GM PATH!
$TYPO3_CONF_VARS['GFX']["im_path_lzw"] = '';
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
$TYPO3_CONF_VARS['GFX']['gdlib_png'] = '0';
Greets,
Jörg.
"Bernhard Kraft" <kraftb at kraftb.at> schrieb im Newsbeitrag
news:mailman.1.1141871684.16948.typo3-dev at lists.netfielders.de...
> Bernhard Kraft wrote:
>
>> greets,
>> Bernhard
>
>
> And please dont froget to report if it works :)
>
>
> I will post it to the core list if it does ...
>
>
> greets,
> Bernhard
More information about the TYPO3-dev
mailing list