Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 566 Bytes

File metadata and controls

12 lines (9 loc) · 566 Bytes

tilequant

Tile-based Image Quantization Tool

Purpose

This tool is mostly meant for GBA/NDS graphics, where each 'tile' can use one of many palettes. However, it can be adapted to just about any use (for example, custom formats).

Getting started

Run make to build the tool, then call tilequant Input.bmp Output.bmp (no. of palettes) (entries/palette)

Authors

  • Ruben Nunez - Initial work - Aikku93
  • Marco Köpcke - Modifications and motivation for DLL interface - Parakoopa