base64_img_cli

Crates.iobase64_img_cli
lib.rsbase64_img_cli
version0.1.1
sourcesrc
created_at2023-05-21 05:26:07.546797
updated_at2023-05-21 06:19:26.749428
descriptionEncode and decode images to and from base64
homepage
repositoryhttps://gitlab.com/andrew_ryan/base64_img_cli
max_upload_size
id869774
size109,568
zinso (zinso)

documentation

https://docs.rs/base64_img_cli

README

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
Commit count: 0

cargo fmt