Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterperhac/1bitgfx

Encoder and decoder for 1-bit graphics - space-efficient storage of purely black and white images
https://github.com/peterperhac/1bitgfx

Last synced: about 1 month ago
JSON representation

Encoder and decoder for 1-bit graphics - space-efficient storage of purely black and white images

Awesome Lists containing this project

README

        

# 1-bit image codec

- minimum image dimensions: 16x16
- maximum image dimensions: 4096x4096
- maximum output colours: 2

images will be cut down in size (width and height) to nearest multiple of 16 during encoding. They will be decoded into PNG format.