I have a number of 16bit RGB raster images which need to be converted to ECW format. The images are displayed perfectly in ArcGIS and have the following attributes.
rows and columns: 1506, 2051 No Bands: 3 Format: TIFF Pixel depth: 16 Bit Compression LZW
When I load the Tiff in FME 2017 and inspect it, it is rendered black with the following information:
rows and columns: 959, 250 BAND 0 (Gray 16) BAND 1 (UINT 16) BAND 2 (UINT16)
My translation to ecw fails due to "Unsupported band interpretation 'GRAY16'". How can I resolve this?