1个不稳定版本
使用旧的Rust 2015
0.1.0 | 2017年3月5日 |
---|
#13 in #imaging
589 每月下载次数
55KB
#image-base64-rs
概述
将图像转换为base64,反之亦然
代码示例
extern crate image_base64;
fn main() {
let base64 = "base64 String";
let image = image_base64::from_base64(base64);
let image_path = "local image file path"
let base64 = image_base64::to_base64(image_path);
}
安装
cargo install --git https://github.com/katsumeshi/image-base64-rs.git image-base64-rs
许可证
MIT
依赖项
~17MB
~155K SLoC