Crates.io | verifyimg |
lib.rs | verifyimg |
version | 0.1.1 |
source | src |
created_at | 2020-09-20 05:00:26.855283 |
updated_at | 2020-09-20 06:07:03.145032 |
description | simple image verification tool |
homepage | |
repository | |
max_upload_size | |
id | 290679 |
size | 17,111 |
verifyimg is a simple cli tool for verifying the validity of your image file.
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.
$ vefifyimg -f <(jpeg|png|gif)> <FILE>
verifyimg currently supports JPEG, GIF, and PNG image verification.