SkillAgentSearch skills...

Imgdedup

CLI tool for image duplicate detection

Install / Use

/learn @donatj/Imgdedup
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Image De-duplicator

Go Report Card CI Go Reference

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
View on GitHub
GitHub Stars37
CategoryDevelopment
Updated1mo ago
Forks4

Languages

Go

Security Score

95/100

Audited on Feb 10, 2026

No findings