tulipcc icon indicating copy to clipboard operation
tulipcc copied to clipboard

convert_png.py

Open bwhitman opened this issue 2 years ago • 1 comments

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.

bwhitman avatar May 23 '23 23:05 bwhitman

We could do this in C with lodepng (that already comes with Tulip?) Not sure about dithering or resizing, though

bwhitman avatar May 23 '23 23:05 bwhitman