Umbongo
03-05-2003, 01:55 PM
PHP Manual
Col is the color index. Using the negative of a color index has the effect of turning off antialiasing.
How do I make a color negative?
Assuming im using the code
$white = ImageColorAllocate ($im, 255, 255, 255);
ImageTTFText ($im, 20, 0, 10, 20, $white, "/path/arial.ttf", "Testing... Omega: Ω");
Col is the color index. Using the negative of a color index has the effect of turning off antialiasing.
How do I make a color negative?
Assuming im using the code
$white = ImageColorAllocate ($im, 255, 255, 255);
ImageTTFText ($im, 20, 0, 10, 20, $white, "/path/arial.ttf", "Testing... Omega: Ω");
