A downloadable tool

Gabriel's Pixel Art Format

I thought of this format in my sleep.

Inside each GPAF file is a START header and the image size, and a flag stating whether the image is transparent or not. Then, there will be HTML hex codes for each row. Once the image is done there will be a STOP header at the end of the file.

Published 21 days ago
StatusIn development
CategoryTool
AuthorGabrielRR
Tagsfile, format, Pixel Art
AI DisclosureAI Assisted, Code

Download

Download
example.gpaf 81 bytes
Download
converter.py 5.2 kB
Download
creator.py 11 kB
Download
viewer.py 10 kB

Install instructions

Dependencies 

Python 3.11.4 or above

tkinter

Pillow

tkinterdnd2