imgdedup

CLI tool for image duplicate detection

MIT License

Stars
32

Image De-duplicator

Simple image de-duplication

Usage of imgdedup [options] [<directories>/files]:
  -cache-dir string
         (default "<varies by os>")
  -diff string
        Command to pass dupe images to eg: cmd $left $right
  -format string
        Output format - available options: default classic json (default "default")
  -no-progress
        Disable progress bar
  -subdivisions uint
        Slices per axis (default 10)
  -tolerance uint
        Color delta tolerance, higher = more tolerant (default 100)

Features

Detects duplications despite changes in

  • size
  • quality
  • aspect ratio

Flags to compare images in your preferred difftool

Download

Binaries

See: Releases.

Compile

$ go install github.com/donatj/imgdedup@latest