ermig1979 / AntiDupl

A program to search similar and defect pictures on the disk
https://ermig1979.github.io/AntiDupl
MIT License
1.26k stars 93 forks source link

External Viewer / WinMerge #146

Closed Hoedi1030 closed 1 year ago

Hoedi1030 commented 1 year ago

When I compare Images with little difference, it is much easier to find the difference by opening both images in an external Application, I really enjoy using WinMerge, a free software for windows, to do so.

I would recommend adding a button - just like the ones to delete the first or second picture - to execute an external application with parameters such as %1 for Image 1 and %2 for image 2.

So far, I have been copying the paths of both images manually and pasted them into WinMerge, but this is really a bad and slow workflow. A programmable, dedicated button for this would be highly appreciated.

Edi61 commented 1 year ago

Added new button to execute an external diff application (e.g. Winmerge) with parameters such as %1 for Image 1 and %2 for image 2. Added new options to configure path and arguments for the external diff application ImageDiffTool