Skip to main content
Solved

Raster - Force RGB - how can you go about transferring a colormap/palette to turn say a single band raster into a RGB equivalent, coloured by the palette?

  • November 10, 2020
  • 2 replies
  • 92 views

oliver.morris
Contributor
Forum|alt.badge.img+14

Hi,

thank you for your help in advanced.

In ArcMap it is possible to export out a raster based on its currentl styling:

 

https://pro.arcgis.com/en/pro-app/help/data/imagery/export-or-convert-raster-datasets.htm

Force RGB

Check the Force RGB check box to export the output raster as a three-band RGB raster dataset with the current renderer.

Additionally, while exporting to formats such as TIFF, JP2, PNG, and MRF that support alpha bands, you can use this option to export the data as a four-band raster dataset with an alpha band to preserve the transparency settings of the original data.

 

Is this possible in FME?

 

Thank you

 

Oliver

Best answer by virtualcitymatt

I think​ you want to use the RasterPaltteResolver. This should do what you're after, or at least give a starting point

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

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • Best Answer
  • November 10, 2020

I think​ you want to use the RasterPaltteResolver. This should do what you're after, or at least give a starting point


oliver.morris
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • November 11, 2020

I think​ you want to use the RasterPaltteResolver. This should do what you're after, or at least give a starting point

thank you @virtualcitymatt​ will give that a go.