#encode-decode #base64 #image #encode #decode

app base64_img_cli

Encode and decode images to and from base64

2 releases

0.1.1 May 21, 2023
0.1.0 May 21, 2023

#102 in #encode-decode

MIT license

40KB
64 lines

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

Dependencies

~14MB
~68K SLoC