img2gb

Converts images to GameBoy tileset


Keywords
gb, gameboy, image, tile, tileset, tilemap
License
BSD-3-Clause
Install
pip install img2gb==1.2.0

Documentation

img2gb - Converts Images to GameBoy Tileset and Tilemap

Build Status PYPI Version License

img2gb generates GameBoy Tilesets and Tilemaps from standard image (PNG, JPEG,...). It converts the images into the GameBoy image format and generates C code (.c and .h files) that can be used in GameBoy projects.

./doc/_static/banner.png

Dependencies

  • Python 2.7 / 3.5
  • Pillow

Install

Usage

Links

Changelog

  • 1.0.0: * Refacto of the Python API, with new high-level fuction to be easier to use * Refacto of the CLI: now tileset and tilemap are generated separately, this allow more options for both and covers more usecases. * New option to handle alternative palette * New option to handle 8x16px sprites * Documentation * Unit test (everything is not coverd but it is better than nothing :))
  • 0.10.0: Adds non-RGB image support (indexed images,...)
  • 0.9.1: Fixes an issue with Python 3
  • 0.9.0: Initial release (generates tiles, tilesets and tilemaps)