Skip to main content

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?

Hi @mandersson1991,

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


Reply