Hi,
I have a process that converts a DWG to PNG tiles.
The last transfomer before the writer is a RasterBandPropertiesExtractor to check what will be written. This shows that each tile is RGB24 bit (red8, green8, blue8) also the tiles that are completely filled with background (255,255,255).
But when the PNG tiles are written the tiles with only background are converted to a 1bit image instead of a 24bit image.
Is there a way to force RGB24 tiles like you can with the tiff writer?
Regards,
Rob