3个不稳定版本
0.5.0-rc0 | 2024年4月7日 |
---|---|
0.4.10 | 2023年12月28日 |
0.4.0 | 2023年11月16日 |
#4 in #qoi
585 每月下载量
用于 zune-image
125KB
2K SLoC
Zune-QOI
一个相当好的图像解码器和编码器。
这是zune-image系列库的一部分
用法
使用 cargo add
将其添加到您的库中
cargo add zune-qoi
或者您可以将以下内容添加到您的 Cargo.toml
[dependencies]
zune-qoi = "0.4"
功能
log
: 启用或禁用日志功能。该库使用log
来传递解码和编码过程和详细信息。
许可证
该项目在MIT、Zlib和Apache 2.0下三重许可。
lib.rs
:
解码和编码相当好的图像格式
功能
- 解码和编码 -
no_std
- 快速
- 模糊测试
无 std
您可以使用 no_std
特性与alloc功能一起编译为 no_std
端点