https://github.com/frozenassassine/imageduplicatefinder
A simple image duplicates finder for windows
https://github.com/frozenassassine/imageduplicatefinder
csharp duplicate-images tools winui3
Last synced: over 1 year ago
JSON representation
A simple image duplicates finder for windows
- Host: GitHub
- URL: https://github.com/frozenassassine/imageduplicatefinder
- Owner: FrozenAssassine
- License: mit
- Created: 2024-01-02T13:12:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T20:25:18.000Z (over 1 year ago)
- Last Synced: 2025-01-08T21:42:56.538Z (over 1 year ago)
- Topics: csharp, duplicate-images, tools, winui3
- Language: C#
- Homepage:
- Size: 979 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ImageDuplicateFinder
## 🔎 What is ImageDuplicateFinder?
ImageDuplicateFinder is a simple way to find and remove duplicate images on Windows. It works by getting the SHA256 hash code for each image and storing those in a Dictionary. When the hashcode in the dictionary already exists, add the path to the dictionary item with the same hash code.
## 📷 Images