diff --git a/README.md b/README.md index 8f3cdd4..936854a 100644 --- a/README.md +++ b/README.md @@ -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.