https://github.com/engineersbox/qoi-image-format
An implementation of Dominic Szablewski's QOI compression scheme in Rust
https://github.com/engineersbox/qoi-image-format
qoi rust
Last synced: 10 months ago
JSON representation
An implementation of Dominic Szablewski's QOI compression scheme in Rust
- Host: GitHub
- URL: https://github.com/engineersbox/qoi-image-format
- Owner: EngineersBox
- Created: 2022-03-29T03:55:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T05:47:15.000Z (about 4 years ago)
- Last Synced: 2025-06-10T18:25:02.996Z (10 months ago)
- Topics: qoi, rust
- Language: Rust
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QOI Image Format
An implementation of Dominic Szablewski's QOI image compression scheme in Rust