09-18-2018, 08:12 PM
I'm experimenting with creating pixel art at some various levels of technical quality; creating pixel art constrained to various different systems.
Now for any system or palette that doesn't exceed 256 colors, I can easily convert an image to index mode.
For a 15-bit color palette, I can save an image as a 15-bit .bmp file (or rather, 16-bit with one bit for alpha.)
But what about anything in-between? Like a 9-bit RGB, or a 12-bit RGB? Or maybe some other less-popular color combination? (But 9-bit and 12-bit RGB are the ones I am interested in at this time.)
How can I convert an image to these palettes? Does someone have a script I can run to make the conversion?
Now for any system or palette that doesn't exceed 256 colors, I can easily convert an image to index mode.
For a 15-bit color palette, I can save an image as a 15-bit .bmp file (or rather, 16-bit with one bit for alpha.)
But what about anything in-between? Like a 9-bit RGB, or a 12-bit RGB? Or maybe some other less-popular color combination? (But 9-bit and 12-bit RGB are the ones I am interested in at this time.)
How can I convert an image to these palettes? Does someone have a script I can run to make the conversion?