2 releases
0.1.1 | Sep 20, 2020 |
---|---|
0.1.0 | Sep 20, 2020 |
#156 in #verification
7KB
55 lines
verifyimg
verifyimg is a simple cli tool for verifying the validity of your image file.
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.
Dependencies
~6.5MB
~82K SLoC