qoi
is a Golang package for encoding and decoding QOI (Quite OK Image) format images. QOI is a lossless image format that offers a good balance between simplicity, speed, and compression. This package allows you to easily work with QOI images in your Go applications.
- Encoding: Convert raw image data to the QOI format.
- Decoding: Convert QOI images back to raw image data.
- Simple API: Easy-to-use functions for both encoding and decoding.
To install the package, run:
go get github.com/kriticalflare/qoi
Contributions are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License. See the LICENSE file for details.