Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unixb0y/2bpp_to_image_py

Convert 2BPP data from GameBoy to images quickly
https://github.com/unixb0y/2bpp_to_image_py

Last synced: about 1 month ago
JSON representation

Convert 2BPP data from GameBoy to images quickly

Awesome Lists containing this project

README

        

# GameBoy 2BPP to image converter

Outputs jpg / png / bmp with same filename representing the contents of the hex file in GameBoy 2BPP Graphics Format.

Usage:

```
$ python3 2bpp_to_image.py mew.hex jpg
```

Dependencies: Python Pillow

```
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install Pillow
```