Page 1 of 1

GT and antialiasing

Posted: Thu 27. Jan 2005, 23:07
by update
Hi,
I tried to get the GT mod going, but there is one thing I don't understand:
While the fonts are rendereing very well when added, the png output in styles lacks antialiasing.
And so does the graphical text in the webpage itself. What am I doing wrong?
Any help is appreciated...
Greetings
Claus

Posted: Fri 28. Jan 2005, 09:12
by update
Hi,
Sorry, I think that I've choosen the wrong forum (GT is an official mod isn't it?)
Could any moderator please move it to the right place? Thank you.
And many thanks in advance for a hint what to do with the above mentioned problem (small one...)
Claus

Posted: Sat 29. Jan 2005, 17:02
by update
I solved it...
I didn't choose any background color!
Claus

Posted: Mon 31. Jan 2005, 07:57
by Jérôme
That's it :).

Posted: Wed 2. Feb 2005, 11:08
by cyrano
hi i also want to use a transparent bg color (DEV 1.1.9), but got the error:

Code: Select all

Fatal error: Call to undefined function: imagecolorallocatealpha() in /www/htdocs/wcmstw/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 66
so i use ImageMagick and don't know why this happens.

i hoose red in forground, white in background and transparency, got this error.

when i choose red in forground and transparency it shows the same error

using PNG as image file format.

and:

when i want to edit a style i see nothing when click on editing, i have to fill all fields again... that is working when using the release 27_08_04.

what's wrong in using?

Posted: Tue 8. Mar 2005, 15:49
by Neelix
cyrano wrote:

Code: Select all

Fatal error: Call to undefined function: imagecolorallocatealpha() in /www/htdocs/wcmstw/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 66
I think that's the problem:

check your php-version:
imagecolorallocatealpha is available since PHPv.>=4.3.2