/xxif

A Rust program to generate image hashes and add them to the images' EXIF data.

Primary LanguageRustMIT LicenseMIT

xxif

A Rust program to generate image hashes and add them to the images' EXIF data.

Installation

  1. Using cargo (from GitHub):
cargo install --git https://github.com/SFM61319/xxif

Usage

Run this command for the complete help text.

xxif --help
  1. Run in the current directory using all cores:
xxif
  1. Run in a specific path (directory or file) using all cores:
xxif -p path/to/images
  1. Run in the current directory using a specific number of cores:
xxif -n 4
  1. Run in a specific path (directory or file) using a specific number of cores:
xxif -p path/to/images -n 4

Additionally, you can use the -v flag to enable verbose mode.

License

Licensed under the MIT License.