Crates.io | base64_img_cli |
lib.rs | base64_img_cli |
version | 0.1.1 |
source | src |
created_at | 2023-05-21 05:26:07.546797 |
updated_at | 2023-05-21 06:19:26.749428 |
description | Encode and decode images to and from base64 |
homepage | |
repository | https://gitlab.com/andrew_ryan/base64_img_cli |
max_upload_size | |
id | 869774 |
size | 109,568 |
cargo install base64_img_cli
base64_img_cli Image Encoder Decoder 1.0
Your Name <your.email@example.com>
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