Hey All,<br><br>I am having a strang problem with my map.  I am creating a layer composed entirely of PNG symbols.  However, there is a very strang problem I am experiencing:  Not all of the symbols are rendering iwth the same quality.  This is best seen with the following image:<br>
<br><a href="http://img708.imageshack.us/i/symbolquality.png/">http://img708.imageshack.us/i/symbolquality.png/</a><br><br>As you can see, the circled image is far more &quot;crisp&quot; than the rest of the images, which appear blurry.  I&#39;ve checked the image quality of the original images for all these images that appear blurry, 
and they are all good quality images that appear as crisp and clear as 
the circled image, but when mapserver renders them, they are losing 
significant quality.  Why would this image appear more clear than the others?<br><br>I am using AGG as my renderer, using pngs for input and output.  This is my outputformat directive in the mapfile:<br><br>OUTPUTFORMAT<br>
        NAME &quot;AGGA&quot;<br>        MIMETYPE &quot;image/png; mode=24bit&quot;        <br>        DRIVER &quot;AGG/PNG&quot;<br>        IMAGEMODE &quot;RGBA&quot;<br>        TRANSPARENT TRUE<br>        EXTENSION &quot;PNG&quot;<br>
        FORMATOPTION &quot;INTERLACE=FALSE&quot;<br>    END<br><br>Any ideas or help would be great.  Thanks.<br><br>-Adam<br>