base64_img_cli 0.1.1

Encode and decode images to and from base64
base64_img_cli-0.1.1 is not a library.

Convert excel file to csv file

Crates.io Rust license

install

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