Hi,
I'm using the GD-library to create images 'on the fly'. I've got this script that places a bit of text on a black background. Then the black is made transparent with the ImageColorTransparent()-function. This works ok, but there's stil a tiny dark border visible around the edge of the text. I found out the RGB-code of these (2) colors. But how can I set these 3(!!) colors transparent? Calling the ImageColorTransparent()-function three times did not work (it only made the last color transparent). Does anyone have solution for me??
Thanx in Advance, Michiel