Image quantizer for Uzebox (and other retro stuff)

Topics on software tools like TileStudio, comments on documentation and tutorials (or the lack of) should go here.
Post Reply
User avatar
Jubatian
Posts: 1560
Joined: Thu Oct 01, 2015 9:44 pm
Location: Hungary
Contact:

Image quantizer for Uzebox (and other retro stuff)

Post by Jubatian »

I have an image quantizer which is suitable for use with Uzebox here:

https://github.com/Jubatian/InsaniQuant

Why? I updated this while working on my SPI RAM graphics modes where it may be more useful to have larger images (however it might find some use with non-SPI RAM stuff, tiny images too). If you wanted to specifically quantize an image for use with Uzebox or some other retro stuff, you would find there isn't any real solution due to the low bpp palette (you could quantize to an Uzebox palette of course, but you wouldn't be able to quantize a 16 color image with such a palette constraint).

You can target the Uzebox by requesting a color depth of "332" (3 bit Red, 3 bit Green, 2 bit Blue) with this, and it tends to work well especially with low color counts (such as even 2bpp).
User avatar
D3thAdd3r
Posts: 3172
Joined: Wed Apr 29, 2009 10:00 am
Location: Minneapolis, United States

Re: Image quantizer for Uzebox (and other retro stuff)

Post by D3thAdd3r »

Looks to be a useful tool, especially I can think of some interesting things for SPI ram and lower than 8bpp this would be ideal for.
User avatar
Artcfox
Posts: 1382
Joined: Thu Jun 04, 2015 5:35 pm
Contact:

Re: Image quantizer for Uzebox (and other retro stuff)

Post by Artcfox »

I look forward to trying this versus the built-in color reduction that GIMP does.
User avatar
Jubatian
Posts: 1560
Joined: Thu Oct 01, 2015 9:44 pm
Location: Hungary
Contact:

Re: Image quantizer for Uzebox (and other retro stuff)

Post by Jubatian »

You can do some quick comparisons by downloading the first archive from the SPI RAM Mode 74 topic, it contains the source image in its original format (192 x 216 @ 24bpp). So you don't necessary have to compile InsaniQuant to see this (quantize the image with Gimp to 16 or 8 colors respecively and compare the result to those screenshots in the topic, the selection of colors of course would be different, though since Gimp wouldn't quantize to the Uzebox palette).

I created InsaniQuant originally exactly because I was very unsatisfied by Gimp's results, both for color selection and dithering. Subjectively for me the results of this experiment look fairly decent, although falling a little behind to what PNGQuant can do (and it is a lot slower, although it also supports alpha quantizing, one of the goals was especially that). PNGQuant however can not quantize for Uzebox's palette.
Post Reply