tulipcc
tulipcc copied to clipboard
convert_png.py
A python or C script to run on a computer with minimal requirements that takes in a PNG file (any kind) and converts it to 256 color RGB332 indexed color with the correct alpha settings. Maybe it asks if you want to dither or find closest color. Maybe it also offers to resize an image. It also should remove big PNG preview chunks that Tulip would ignore.
We could do this in C with lodepng (that already comes with Tulip?) Not sure about dithering or resizing, though