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
- Host: GitHub
- URL: https://github.com/explodingcamera/koi-rs
- Owner: explodingcamera
- License: apache-2.0
- Created: 2023-02-18T23:41:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T21:38:43.000Z (about 1 year ago)
- Last Synced: 2025-01-22T02:32:05.804Z (5 months ago)
- Language: Rust
- Homepage: https://blog.henrygressmann.de/koi
- Size: 30.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.