<div dir="ltr">No, you didn't misunderstand, that's what I was looking for (duh)... However, I get really inconsistent behavior using that method. Partially because upon closer inspection my RGB has more than 6 colors (anti-aliasing). Still large blocks of pixels don't match when using an expression like ([red] = 255 AND [green] = 0 AND [blue] = 0) even though they should, based on inspection with a tool like Photoshop. I figured out a workaround.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 16, 2021 at 12:26 PM Daniel Morissette <<a href="mailto:dmorissette@mapgears.com">dmorissette@mapgears.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Maybe I misunderstood the question, is it not what raster class <br>
expressions are for?<br>
<br>
<a href="https://mapserver.org/input/raster.html#classifying-rasters" rel="noreferrer" target="_blank">https://mapserver.org/input/raster.html#classifying-rasters</a><br>
<br>
   CLASS<br>
     NAME "red -> blue"<br>
     EXPRESSION ([red] = 255 AND [green] = 0 AND [blue] = 0)<br>
     STYLE<br>
       COLOR 0 0 255<br>
     END<br>
   END<br>
<br>
<br>
On 2021-09-16 12:46, Steve Lime wrote:<br>
> Hi all: I think this is possible. What's the easiest/best way to recolor <br>
> a raster image, so for example, turning all pixels of 255 0 0 to 0 0 <br>
> 255? There are only 6 colors in the input image I need to deal with.<br>
> <br>
> --Steve<br>
> <br>
> _______________________________________________<br>
> MapServer-users mailing list<br>
> <a href="mailto:MapServer-users@lists.osgeo.org" target="_blank">MapServer-users@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
> <br>
<br>
<br>
-- <br>
Daniel Morissette<br>
Mapgears Inc<br>
T: +1 418-696-5056 #201<br>
_______________________________________________<br>
MapServer-users mailing list<br>
<a href="mailto:MapServer-users@lists.osgeo.org" target="_blank">MapServer-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div>