#png #image #loading #file

lunar-png

加载 png 图像的简单库

3 个版本

0.1.2 2024年7月17日
0.1.1 2024年7月17日
0.1.0 2024年7月17日

#257图像

Download history 256/week @ 2024-07-13 41/week @ 2024-07-20 56/week @ 2024-07-27 2/week @ 2024-08-03

每月下载量 355 次

MIT 许可证

29KB
724

lunar-png

简单的 png 加载库

用法

let mut file = std::fs::File::open("something.png").unwrap();
let mut data = Vec::new();

file.read_to_end(&mut data);

let image = lunar_png::read_png(&mut data.into_iter()).unwrap();

lib.rs:

lunar-png

简单的 png 加载库

依赖项

~315KB