findimagedupes

command module
v0.0.0-...-4adb1f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2023 License: GPL-3.0 Imports: 14 Imported by: 0

README

findimagedupes

findimagedupes finds similar and duplicate images.

This is written in Go and has no dependencies. This has a side effect that it is limited to GIF, JPEG, and PNG files for now, but it is very easy to install, with no ImageMagick or third-party libraries needed.

This code is a reimplementation of the algorithm used in findimagedupes, a Perl program written by Jonathan H N Chin (code@jhnc.org), which is itself a reimplementation of the algorithm used by findimagedupes by Rob Kudla.

Installation

go install github.com/swenson/findimagedupes@latest

Usage

findimagedupes [flags] dir1 [dir2 ...]

  -extensions string
    	file extensions to consider, comma-separated (default "jpg,jpeg,gif,png")
  -threshold float
    	percentage match for threshold (default 10)
  -verbose
    	verbose

Documentation

Overview

Copyright (c) 2023 Christopher Swenson

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL