Skip to content

Golang package for encoding and decoding QOI (Quite OK Image) format images

License

Notifications You must be signed in to change notification settings

kriticalflare/qoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Golang package for encoding and decoding QOI (Quite OK Image) format images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages