Open
Description
Currently rgbgfx -r
generates all its output images as 8-bit RGBA encoded. I would like if it tried to match the expected encoding of the original input image.
So, if there's no palette, it would output 2-bit grayscale (or 1-bit with -d 1
). If there is a palette, it would be embedded in the output PNG as an indexed colormap. Also, there shouldn't be an alpha channel.
This would give smaller output filesizes. Also, it would be more likely to work with people's bespoke build processes (e.g. if they need grayscale or indexed input images, like pret does).