Skip to main content
Solved

Converting PNG palette to RGBA

  • September 24, 2018
  • 1 reply
  • 91 views

Hi!

I have a question about how to convert a PNG palette to RGBA.

My input features is in palette format (int8) storing all the RGBA values in one band.Now I would like to export it in PNG-format with the RGBA-values stored in four different bands instead. Does anyone know how to do it?

Best answer by daveatsafe

Hi @mandersson1991,

The RasterPaletteResolver transformer will convert from a palette to a full RGB or RGBA image.

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.

1 reply

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • September 24, 2018

Hi @mandersson1991,

The RasterPaletteResolver transformer will convert from a palette to a full RGB or RGBA image.