I’m trying to figure out how I can go thru a folder of images (pngs) and remove all duplicates (not based on the name but on the image itself). I tried using DuplaImageLib and some more libraries but couldn’t get any working solution. My idea was to create an image based hash for every image, save the path and hash to a data table and then filter out the duplicate hash integers.
Does anyone have a solution for creating those image based hash’s?
Thanks for your reply. Unfortunately seems to not be working properly since some of the images are in different sizes. Do you mind sharing a workflow file? Or do you have an idea how it could be done with the DuplaImage.Lib?