Simple CLI app for testing the % of true black pixels in a pic.
I don't know what more.
With cargo:
cargo install blackie
Locally:
* Clone this repo and cd into it. Then:
cargo build --release
* Copy exec from target/release to some dir in PATH