Hello,<br>
<br>
I'm not sure if I'm posting the right place or not,but here goes.<br>
<br>
I use Mapserver to generate maps (of course)&nbsp; I have another
program that grabs these maps, adds some dynamic content, and spits
them out to a browser.&nbsp; The other program is a C program and uses
the GD library to manipulate the images.<br>
<br>
My output format is:<br>
<br>
&nbsp; OUTPUTFORMAT<br>
&nbsp;&nbsp;&nbsp; NAME gif<br>
&nbsp;&nbsp;&nbsp; DRIVER &quot;GD/GIF&quot;<br>
&nbsp;&nbsp;&nbsp; MIMETYPE &quot;image/gif&quot;<br>
&nbsp;&nbsp;&nbsp; IMAGEMODE RGBA<br>
&nbsp;&nbsp;&nbsp; EXTENSION &quot;gif&quot;<br>
&nbsp; END<br>
<br>
So I should be able to support alpha blending.<br>
<br>
The problem, is when I add my layer to this gif, the area that should be blended is completely opaque.<br>
I can't seem to find anywhere where this reverts to a paletted image, so I'm lost.<br>
<br>
If anyone can help me, I'd be greatly appreciative.<br>
<br>
I realize there's not much information to go on, so I'll wait to hear from someone before sending specific information.<br>
<br>
Thanks,<br>
<br>
<br>
jerl<br>