A Go implementation of the Quite OK Image Format (QOI). This decoder reads QOI image files and renders them to display.
- Decode QOI images
- Render decoded pixels on the screen
- Simple implementation in Go
-
Clone the repository:
git clone https://github.com/dvlpr-shivendra/qoi-go.git
-
Install dependencies:
go get
To use the decoder, you can simply run the Go application. It will read and render QOI images to the screen.
go run . path-of-qoi-file
If you'd like to contribute to this project, feel free to fork it, create a new branch, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the creators of the QOI format and the open-source community!