Forum Moderators: coopster
Thanks in advance.
I upload transparent .gif files with it and they are just fine...
Are you resizing the images or creating a new one before upload? or just uploading an unaltered file?
[forums.devshed.com...]
Google is a great thing.
$trnprt_indx = imagecolorallocate($this->image, 256, 256, 256);
imagecolortransparent($this->image, $trnprt_indx);
imagegif($this->image,$filename);
Cool script because you can define the transparent color to match your page. Mine was white, so white it was.
Thanks heaps.