Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 922 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 922 Bytes

qoi

License: MIT

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.

Features

  • 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.

Installation

To install the package, run:

go get github.com/kriticalflare/qoi

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License. See the LICENSE file for details.