We have merged Ascii grid and then classified the Raster using “RasterExpressionEvaluator” the Interpretation is set to UINT8
The color values have been assigned defining the interpretation of the palette as RGB24 using an AttributeCreator and then adding the color values to the RasterPaletteAdder.
Export in Geotif format is possible. The Tif is transparent between the classified raster cells via the Nodata value.
For performance reasons, we want to use a jpeg2000 and control the transparency via an alpha band as the jpeg2000 format does not support nodata values.
How can we export the classified raster image in jpeg2000 with an alpha band?
Thank you very much for your help in advance.