docs.rs failed to build optimal-image-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
optimal-image
Development
Dependencies
This project depends on the following,
On Mac, install them using,
On Ubuntu / Alpine, install them using,
Build
- For the first time you want to run, you can run the
make initto intialize thegithooks - Once you have
cargoavailable locally, build the package as
Usage
Optimal Image 0.2.0
Determine optimal compression settings for an image
USAGE:
optimal_image <original> --range <MIN> <MAX> --threshold <threshold> [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-r, --range <MIN> <MAX> Compression range to search (e.g. --range min max)
-t, --threshold <threshold> threshold difference from original (lower is better)
ARGS:
<original>
SUBCOMMANDS:
diff Calculate DSSIM difference between 2 images
help Prints this message or the help of the given subcommand(s)