PsyCommando/ppmdu_spriteeditor

Support for palette insertion + support for 256 colors palettes

PsyCommando opened this issue · 2 comments

Support for palette insertion + support for 256 colors palettes

Mostly done, palette editing will need some work tho, so it'll be moved to its own task.
Currently palette formats supported for import are from a png image's internal palette, microsoft *.pal RIFF palettes, the *.gpl palette format used in GIMP and several others, and just a text file with one hexadecimal color 32bits value per line, and ordered as ARGB.

Export is the same formats except png image palettes of course.

Removed palette editing from the roadmap to first release.
Everything else works, including import and export of palettes in 16 or 256 colors!