Skip to content

dvlpr-shivendra/qoi-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QOI Decoder and Renderer in Go

A Go implementation of the Quite OK Image Format (QOI). This decoder reads QOI image files and renders them to display.

Features

  • Decode QOI images
  • Render decoded pixels on the screen
  • Simple implementation in Go

Installation

  1. Clone the repository:

    git clone https://github.com/dvlpr-shivendra/qoi-go.git
  2. Install dependencies:

    go get

Usage

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

Contributing

If you'd like to contribute to this project, feel free to fork it, create a new branch, and submit a pull request.

License

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

Acknowledgments

Thanks to the creators of the QOI format and the open-source community!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages