Announcement

Collapse
No announcement yet.

Image sort plugin - Open img with 1 click & close it if mouse was moved

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Image sort plugin - Open img with 1 click & close it if mouse was moved

    I had to sort 500 000 images lately it was real pain even with thumbnails viewer, so i made a little helper. I would like to share it + the source. But I do not know how to integrate it as irfan plugin.

    How do you share a plugin? do you make an exe ? im really new at irfan.

    This is what I have so far:

    script.exe

    1 Hotkey to pause GUI cuz its running in a reasonable loop - I can make GUI or ini file so user can change it

    Functions:

    Code:
    If click on image in thumbnail view  [Actully Doubleclick]
    
    Capture mouse pos
    
    If we move mouse by X30 or Y30 in any direction 
    & if IrfanView window is active Close it
    	
    Do same if we are in Fullscreen mode close only fullscreen
Working...
X