Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

AntiDupl

> 编程语言
Open source

A program to search similar and defect pictures on the disk

1.6K stars0 likes0 views
WebsiteGitHub

About

A program to search similar and defect pictures on the disk

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.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C#

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言