Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ratio

Flags 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