#编码解码 #base64 #图像 #编码 #解码

app base64_img_cli

将图像编码和解码为 base64

2 个版本

0.1.1 2023年5月21日
0.1.0 2023年5月21日

#118 in #编码解码

MIT 许可证

40KB
64 代码行

将 Excel 文件转换为 CSV 文件

Crates.io Rust license

安装

cargo install base64_img_cli
base64_img_cli Image Encoder Decoder 1.0
Your Name <[email protected]>
Encode and decode images to and from base64
Example:
base64_img_cli -i img.jpeg -e > base64_img.txt
base64_img_cli -i base64_img.txt -d

USAGE:
    base64_img_cli [FLAGS] [OPTIONS]

FLAGS:
    -d, --decode     Decode the input base64 string to an image
    -e, --encode     Encode the input image to base64
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -i, --input <FILE>    Sets the input file path

依赖项

~14MB
~68K SLoC