Solved

Converting PNG palette to RGBA

  • 24 September 2018
  • 1 reply
  • 11 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?

icon

Best answer by daveatsafe 24 September 2018, 23:05

View original

1 reply

Userlevel 2
Badge +17

Hi @mandersson1991,

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

Reply