Skip to main content
Solved

How to convert 1 channel raster into an RGB raster?

  • March 6, 2024
  • 2 replies
  • 92 views

limo
Supporter
Forum|alt.badge.img+8

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!

Best answer by david_r

You can try using the RasterPaletteResolver before writing.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • Best Answer
  • March 6, 2024

You can try using the RasterPaletteResolver before writing.


limo
Supporter
Forum|alt.badge.img+8
  • Author
  • Supporter
  • March 8, 2024

thanks @david_r  this transformer is working for me!