[GIS] How to convert TIF to ECW with FME maintaining a certain value

ecwfmeraster-conversion

I want to convert TIF to ECW with FME. Some tif-pixels have values of 255/255/255:

enter image description here

After conversion these pixels have values of 254/254/254 or 253/254/252 or similar.

enter image description here

How can I achieve that 255/255/255 is not changed?

I need 255/255/255 in result because I want to set the border of the image (255/255/255) to transparent in AutoCAD Map.

To convert TIF to ECW I use these FME tools:
Reader > RasterPaletteResolver > Writer

Best Answer

This problem is addressed in part by http://blog.hexagongeospatial.com/help-ecw-speckled-edges/

The only way to achieve consistent background color values after compression is by using an AllOpacity band which doesn't appear to be supported by the version of ECWJP2 SDK used in FME.

Related Question