-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Filippo edited this page Sep 3, 2017
·
1 revision
img2pok is a small utility for convert images to an C compatible format for POKITTO
Original inspired to bmp2pok it allows to read a wider range of images format.
Features:
- Load images in 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
Developed in C# using WinForm works in Windows and Linux too (using mono)
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