<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>The AGG image is about 4x the file size as the GD image, which isn&#39;t<br>that surprising with all that antialiasing going on.&nbsp;&nbsp;More of a symptom
<br>than anything, but not everyone is going to enjoy downloading 400k<br>images, so it&#39;s something to think about if you&#39;re going to use this in<br>a production site.</blockquote><div><br><br>you can also set some options in your OUTPUTFORMAT to enable color quantization in the final image,
<br>for example <br><br>OUTPUTFORMAT<br>&nbsp; NAME &#39;AGGJ&#39;<br>&nbsp; DRIVER AGG/PNG<br>&nbsp; IMAGEMODE RGB<br>&nbsp; FORMATOPTION &quot;QUANTIZE_FORCE=ON&quot;<br>&nbsp; FORMATOPTION &quot;QUANTIZE_DITHER=OFF&quot;<br>&nbsp; FORMATOPTION &quot;QUANTIZE_COLORS=256&quot;
<br>END<br></div><br></div><br>