Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.06 KB

img2pok

img2pok is a small utility for convert images to an C compatible format for POKITTO

img2pok

Original inspired by bmp2pok it allows to read a wider range of images format.
Features:

  • Load images from common formats (.jpg,.bmp,.png,.tiff)
  • Use image as palette (extract all colors from palette)
  • Extract palette from image (experimental, using simple color distance)
  • Editable palette (add/remove/edit colors, drag and drop to change order)
  • Split image in multiple tiles
  • Import/Export palette as json

Developed in C# using WinForm works in Windows and Linux too (using mono)

Install:
Download latest binaries
unzip on a folder and then:

Windows:
Double click on executable
Require .NET 4.5.2 (usually already installed)

Linux:
sudo apt-get install mono-runtime
sudo apt-get install libmono-system-windows-forms4.0-cil