Topic awaiting preservation: Aliased text on image with GD/PHP (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Seoul, Korea |
posted 04-16-2003 15:42
As some of you may know, I am currently working on a "text on image" PHP tutorial for the Guru's Network. I've got just about all the pieces into place, exhibit for the pesky little problem of aliased text. code: <?php |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-16-2003 15:48
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-17-2003 01:36
Yes, that does sound very reasonable... I'll go give that a shot. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 04-21-2003 17:12
Ok, I haven't played with GD in a very *very* long time as I ditced it in favour of another package but I'll lay down the concept and let you try and figure out how to do it. |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-22-2003 05:50
I may be missing the point here (which is likely), but I think everything that's been discussed so far is moot. The root of the problem is that there is no effective way to turn off anti-aliasing in GD, and thus none of this true color image/alpha transparency stuff is going to matter in the end. If anti-aliasing is turned off, we don't have to worry about transparency, since there is no transparency issue for aliased text: either a pixel is the text color or it isn't. There is no in between. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 04-23-2003 03:04
turn off anti-aliasing? |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-24-2003 04:40
quote:
quote:
|
Maniac (V) Inmate From: Brisbane, Australia |
posted 04-26-2003 17:27
Damn, that sucks. |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-28-2003 02:05
Got it. Thanks, Drac. I'll look into that. |