odiff icon indicating copy to clipboard operation
odiff copied to clipboard

[Feature Request] Scan all image files inside a given directory

Open KonoVitoDa opened this issue 3 months ago • 2 comments

Example:

PS C:\Users\Vitor> odiff D:\Downloads\
Images are identical (group 1):
1.png
3.png
4.png

Images are identical (group 1):
2.png
5.png

KonoVitoDa avatar Oct 13 '25 03:10 KonoVitoDa

This could be easily implemented I'm just really wondering what is the use case? Usually consumers of odiff are calling it using either C or javascript API and doing all the programatic work on thier side

dmtrKovalenko avatar Oct 14 '25 00:10 dmtrKovalenko

This could be easily implemented I'm just really wondering what is the use case?

  • Ease of use: You'd only need to place the images to be compared in the same folder and always run the same command;
  • Sometimes, I just want to compare multiple images at the same time, for example, if you want to find duplicates in a given folder.

KonoVitoDa avatar Oct 14 '25 04:10 KonoVitoDa