Hi all,<br><br>I&#39;m serving up some raster imagery with an alpha band that contains partially transparent pixels using mapscript but when the image is rendered, the partially transparent portions (alpha between 5 and 10) come through completely opaque (alpha of 255).  Areas that are fully opaque or fully transparent look fine.  <br>

<br>I&#39;m using an output format with the GD/PNG renderer with a RGBA image mode and &quot;transparent&quot; set to true.  I&#39;ve tried using the AGG/PNG and GDAL/PNG renderers with the same result.<br><br>C# code for the output format:<br>

 <a href="http://map.outputformat.name">map.outputformat.name</a> = &quot;PNG&quot;;<br>map.outputformat.driver = &quot;GD/PNG&quot;;<br> map.outputformat.mimetype = &quot;image/png&quot;;<br> map.outputformat.imagemode = (int)MS_IMAGEMODE.MS_IMAGEMODE_RGBA;<br>

map.outputformat.extension = &quot;png&quot;;<br>map.outputformat.transparent = 1;<br><br>Any ideas on what I&#39;m doing wrong?<br><br>Thanks,<br><br>Jason<br>