I am using IrfanView in a custom Windows desktop app to grab a portion of the screen in order to monitor a condition in another program.
Until the condition changes, the screengrabs will be identical. I will make my app alert me when the two images are significantly different (say, 15% different) and when they are totally different (say 80% different).
Can IrfanView do this via a command-line switch (i.e. compare two images, report % difference)?
If not, does anyone know of another app that to do this via command-line switches?
Many thanks!
Code:
/capture=7=(-1830,40,100,40)
Can IrfanView do this via a command-line switch (i.e. compare two images, report % difference)?
If not, does anyone know of another app that to do this via command-line switches?
Many thanks!
Comment