Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donatj/imgdedup
CLI tool for image duplicate detection
https://github.com/donatj/imgdedup
deduplication image
Last synced: 3 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T11:51:29.000Z (3 months ago)
- Last Synced: 2024-10-28T15:15:54.677Z (3 months ago)
- Topics: deduplication, image
- Language: Go
- Homepage:
- Size: 334 KB
- Stars: 31
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Image De-duplicator
===================[![Go Report Card](https://goreportcard.com/badge/donatj/imgdedup)](https://goreportcard.com/report/donatj/imgdedup)
[![CI](https://github.com/donatj/imgdedup/actions/workflows/ci.yml/badge.svg)](https://github.com/donatj/imgdedup/actions/workflows/ci.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/donatj/imgdedup.svg)](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