verifyimg

Crates.ioverifyimg
lib.rsverifyimg
version0.1.1
sourcesrc
created_at2020-09-20 05:00:26.855283
updated_at2020-09-20 06:07:03.145032
descriptionsimple image verification tool
homepage
repository
max_upload_size
id290679
size17,111
YUTA Shimakawa (bananaumai)

documentation

README

verifyimg

verifyimg is a simple cli tool for verifying the validity of your image file.

License: MIT

installation

If you already have Rust environment on your machine, it's easiest to use cargo.

$ cargo install verifyimg

Or go to release page and download the prebuilt binary which is suitable for your platform.

usage

$ vefifyimg -f <(jpeg|png|gif)> <FILE>

verifyimg currently supports JPEG, GIF, and PNG image verification.

Commit count: 0

cargo fmt