https://github.com/donatj/imgdedup
CLI tool for image duplicate detection
https://github.com/donatj/imgdedup
deduplication image
Last synced: 6 months ago
JSON representation
CLI tool for image duplicate detection
- Host: GitHub
- URL: https://github.com/donatj/imgdedup
- Owner: donatj
- License: mit
- Created: 2013-09-04T20:31:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T11:16:54.000Z (7 months ago)
- Last Synced: 2025-03-28T07:51:13.750Z (7 months ago)
- Topics: deduplication, image
- Language: Go
- Homepage:
- Size: 414 KB
- Stars: 33
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Image De-duplicator
===================[](https://goreportcard.com/report/donatj/imgdedup)
[](https://github.com/donatj/imgdedup/actions/workflows/ci.yml)
[](https://pkg.go.dev/github.com/donatj/imgdedup)Simple image de-duplication
```
Usage of imgdedup [options] [/files]:
-cache-dir string
(default "")
-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 ratioFlags to compare images in your preferred difftool
## Download
### Binaries
See: [Releases](https://github.com/donatj/imgdedup/releases).### Compile
$ go install github.com/donatj/imgdedup@latest