Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterperhac/1bitgfx
- Owner: PeterPerhac
- Created: 2023-02-13T00:41:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T17:12:41.000Z (2 months ago)
- Last Synced: 2024-11-05T18:26:19.628Z (2 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1-bit image codec
- minimum image dimensions: 16x16
- maximum image dimensions: 4096x4096
- maximum output colours: 2images will be cut down in size (width and height) to nearest multiple of 16 during encoding. They will be decoded into PNG format.