An open API service indexing awesome lists of open source software.

https://github.com/explodingcamera/koi-rs

Koi - The Kinda OK Image Format
https://github.com/explodingcamera/koi-rs

Last synced: 4 months ago
JSON representation

Koi - The Kinda OK Image Format

Awesome Lists containing this project

README

        



Koi - The Kinda OK Image Format


A simple image format based on and inspired by [QOI](https://qoiformat.org/) and [QOIR](https://nigeltao.github.io/blog/2022/qoir.html).

A full overview of the differences and some benchmarks can be found in the accompanying [blog post](https://blog.henrygressmann.de/koi/).

## Credits

- The [QOI](https://qoiformat.org/) and [QOIR](https://nigeltao.github.io/blog/2022/qoir.html) formats
- A lot of great ideas from the [qoi2-bikeshed](https://github.com/nigeltao/qoi2-bikeshed/issues)

## Benchmarks

`cargo run --release --bin koi-bench`

# License

Licensed under either of [Apache License, Version 2.0](./LICENSE-APACHE) or [MIT license](./LICENSE-MIT) at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in OKV by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.