Skip to content

ermig1979/AntiDupl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiDupl screenshot

Typically, modern computer users have large collections of images in various formats. With more of these collections, it is more likely to have a large number of duplicates. The natural desire of the user is to get rid of them. However, if the collection is large enough, performing this manually is a very tedious and unproductive task. AntiDupl.NET is a program to help you automate this process. It can find and display duplicate images in the most common graphic formats: JPEG, GIF, TIFF, BMP, PNG, EMF, WMF, WEBP, EXIF, ICON, JP2, PSD, DDS, HEIF, HEIC, TGA, AVIF and JXL. The comparison is based on the contents of the files, so the program can find not only almost identical, but also similar images. In addition, the program can find images with some types of defects.

AntiDupl.NET is free and open-source software. It is simple to use, has high speed and accuracy of work, and supports Russian and English interfaces.

Building AntiDupl.NET

  1. Download Visual Studio 2022 e.g. the Community Edition:

    https://visualstudio.microsoft.com/vs/community/

  2. In the Visual Studio Installer select following workloads

  • .NET Desktop development
  • Desktop development with C++ Info: Current latest default toolset is v143
  1. Download vcpkg dependency manager, e.g. by using git:
	git clone https://github.com/Microsoft/vcpkg.git
  1. Install vcpkg:
	cd vcpkg
	./bootstrap-vcpkg.bat
	./vcpkg integrate install
  1. Open Visual solution file
	src\AntiDupl.sln
  1. Start building AntiDupl.NET in Visual Studio. Depended libraries will be automatically loaded and built by vcpkg.

Command line tool AntiDuplX

There is a command line tool AntiDuplX to search for similar and damaged images. This is a standalone project which uses a similar algorithm for image comparison. It works on Linux and Windows.

About

A program to search similar and defect pictures on the disk

Resources

License

Stars

Watchers

Forks

Packages

No packages published