
Joshua Reid - 2005-06-13 22:25:40 -
In reply to message 2 from Dmitry A. Kirilin
Thanks I'll attack that now - the gif img layers are black and white - I want to set the black to the given var hex2rgb array and the imagecolortransparent white:
How to replace the black with hex(?)
$black = imagecolorallocate($im, hex2rgb[r],hex2rgb[g],hex2rgb[b]);
$white = imageColorAllocate ($im, 255, 255, 255);
$trans = imagecolortransparent($im,$white);
Thanks heaps?! ;)