Hi all,
I have a GeoTIFF with 1 rasterband (UINT8) that has palettes with 3 values (RGB).
Example:
I will convert this tiff into a three channel (RGB) tiff.
Is this possible with FME?
thanks in advance!
Hi all,
I have a GeoTIFF with 1 rasterband (UINT8) that has palettes with 3 values (RGB).
Example:
I will convert this tiff into a three channel (RGB) tiff.
Is this possible with FME?
thanks in advance!
You can try using the RasterPaletteResolver before writing.
thanks