<div dir="ltr"><div><div>Thanks Steve. Yet another beer that I owe you! I've used Photoshop create palettes for source imagery a long time ago but didn't think of it for the output.<br><br></div>Hope you're doing well, and as always, I appreciate your help.<br><br></div>Rich<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 16, 2016 at 8:29 AM, Lime, Steve D (MNIT) <span dir="ltr"><<a href="mailto:Steve.Lime@state.mn.us" target="_blank">Steve.Lime@state.mn.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">
<div>You can create a predefined palette and use that. Here's an example definition:</div>
<div><br>
</div>
<div>
<p>  OUTPUTFORMAT</p>
<p>    NAME png8</p>
<p>    DRIVER "AGG/PNG"</p>
<p>    MIMETYPE "image/png"</p>
<p>    IMAGEMODE RGB</p>
<p>    EXTENSION "png"</p>
<p>    FORMATOPTION "INTERLACE=OFF"</p>
<p>    FORMATOPTION "PALETTE_FORCE=TRUE"</p>
<p>    FORMATOPTION "PALETTE=/usr/local/mapserver/shared/my.palette" # needs to be a full path</p>
<p>  END</p>
<p><br>
</p>
<p>where the palette file is just a text file with a bunch of RGB triplets:</p>
<p><br>
</p>
<p>  <span style="font-size:10pt">201,222,252</span></p>
<p>  40,172,218</p>
</div>
<div>  ...</div>
<div><br>
</div>
<div>I've used PhotoShop to take sample MapServer 24-bit output that is representative of maps as a whole (shows all feature types and labeling scenarios) and create an 8-bit GIF. That software does a nice job of color reduction but I'm sure there are other
 ways. Then you can use gdalinfo to extract the palette information. I have a little perl script that parses the gdalinfo output if you're interested.</div>
<div><br>
</div>
<div>Steve</div>
<br>
<div style="font-family:Times New Roman;color:#000000;font-size:16px">
<hr>
<div style="direction:ltr"><font color="#000000" face="Tahoma" size="2"><b>From:</b> mapserver-users [<a href="mailto:mapserver-users-bounces@lists.osgeo.org" target="_blank">mapserver-users-bounces@lists.osgeo.org</a>] on behalf of Richard Greenwood [<a href="mailto:richard.greenwood@gmail.com" target="_blank">richard.greenwood@gmail.com</a>]<br>
<b>Sent:</b> Friday, January 15, 2016 8:43 PM<br>
<b>To:</b> mapserver<br>
<b>Subject:</b> [mapserver-users] running out of colors in PC256 output<br>
</font><br>
</div><div><div class="h5">
<div></div>
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>I'm running into more or less the same problem described in this 12 year old ticket:<br>
  <a href="https://trac.osgeo.org/mapserver/ticket/397" target="_blank">https://trac.osgeo.org/mapserver/ticket/397</a><br>
</div>
In my case black truetype font labels will be rendered in dark green or similar when there are a lot of colors in accompanying vector layers with anit-aliasing or opacity. I think the 256 color palette gets used up before the labels are rendered.<br>
<br>
</div>
I don't want to go to full RGB output because the image sizes are so much larger. If I put a black feature into one of the layers it seems to add it to the palette and then the black labels are render correctly in black. But that seems pretty kludgy.<br>
<br>
</div>
Any other suggestions?<br>
<br>
</div>
Thanks<br clear="all">
<div>
<div>
<div>
<div>
<div><br>
-- <br>
<div>
<div dir="ltr">Richard W. Greenwood, PLS<br>
<a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Richard W. Greenwood, PLS<br><a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a></div></div>
</div>