Skip to content

HomineLudens/img2pok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages