#ok #quote #qoi #interop

image-qoi

支持与 Image 互操作性的 Quote Ok 图像格式

2 个版本

0.1.1 2022年3月30日
0.1.0 2022年3月29日

#15 in #qoi

MIT/Apache

12KB
275 代码行数(不包括注释)

image-qoi

Quote Ok Image format 支持在 image crate 中。

使用方法

let file = File::open("qoi_test_images/dice.qoi").unwrap();
let decoder = QoiDecoder::new(file).unwrap();
let image = DynamicImage::from_decoder(decoder).unwrap();

依赖

~5MB
~60K SLoC