[mapserver-users] Recoloring a raster...

Daniel Morissette dmorissette at mapgears.com
Thu Sep 16 10:18:19 PDT 2021


Maybe I misunderstood the question, is it not what raster class 
expressions are for?

https://mapserver.org/input/raster.html#classifying-rasters

   CLASS
     NAME "red -> blue"
     EXPRESSION ([red] = 255 AND [green] = 0 AND [blue] = 0)
     STYLE
       COLOR 0 0 255
     END
   END


On 2021-09-16 12:46, Steve Lime wrote:
> Hi all: I think this is possible. What's the easiest/best way to recolor 
> a raster image, so for example, turning all pixels of 255 0 0 to 0 0 
> 255? There are only 6 colors in the input image I need to deal with.
> 
> --Steve
> 
> _______________________________________________
> MapServer-users mailing list
> MapServer-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapserver-users
> 


-- 
Daniel Morissette
Mapgears Inc
T: +1 418-696-5056 #201


More information about the MapServer-users mailing list