Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey authored Apr 9, 2024
1 parent d40a02e commit 925db07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ImageDup
[![ImageDup](https://github.com/kmulvey/imagedup/actions/workflows/release_build.yml/badge.svg)](https://github.com/kmulvey/imagedup/actions/workflows/release_build.yml) [![codecov](https://codecov.io/gh/kmulvey/imagedup/branch/main/graph/badge.svg?token=wp6NcwDC5k)](https://codecov.io/gh/kmulvey/imagedup) [![Go Report Card](https://goreportcard.com/badge/github.com/kmulvey/imagedup/v2)](https://goreportcard.com/report/github.com/kmulvey/imagedup/v2) [![Go Reference](https://pkg.go.dev/badge/github.com/kmulvey/imagedup.svg)](https://pkg.go.dev/github.com/kmulvey/imagedup/v2)
[![Build](https://github.com/kmulvey/imagedup/actions/workflows/build.yml/badge.svg)](https://github.com/kmulvey/imagedup/actions/workflows/build.yml) [![Release](https://github.com/kmulvey/imagedup/actions/workflows/release.yml/badge.svg)](https://github.com/kmulvey/imagedup/actions/workflows/release.yml) [![codecov](https://codecov.io/gh/kmulvey/imagedup/branch/main/graph/badge.svg?token=wp6NcwDC5k)](https://codecov.io/gh/kmulvey/imagedup) [![Go Report Card](https://goreportcard.com/badge/github.com/kmulvey/imagedup/v2)](https://goreportcard.com/report/github.com/kmulvey/imagedup/v2) [![Go Reference](https://pkg.go.dev/badge/github.com/kmulvey/imagedup.svg)](https://pkg.go.dev/github.com/kmulvey/imagedup/v2)

Got a lot of images with many duplicates? Maybe of different sizes? `imagedup` uses [perceptual hashing](https://en.wikipedia.org/wiki/Perceptual_hashing) to find images that are close in appearance but not exact. Once `imagedup` is finished the `verify` tool can be used to read the delete log and open images in pairs so you can double check them before they are deleted. This step is necessary as perceptual hashing is not perfect and will sometimes show two completely different images. A second tool `uniqdirs` can be use with the same options as `verify` and will dedup within directories which are each considered unique. This is helpful with more organized directory layouts.

Expand Down

0 comments on commit 925db07

Please sign in to comment.