-
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Labels
enhancementTypically new features; lesser priority than bugsTypically new features; lesser priority than bugsrgbgfxThis affects RGBGFXThis affects RGBGFX
Milestone
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).
Metadata
Metadata
Assignees
Labels
enhancementTypically new features; lesser priority than bugsTypically new features; lesser priority than bugsrgbgfxThis affects RGBGFXThis affects RGBGFX