I have a bunch of images (screenshots), that I would like to sort automaticly in subfolders.
Since these are screenshots, I was thinking that I could program something that would read each jpg, check if such and such part of the image matches a specific set of pixels, and move the file accordingly.
What's the fastest way to accomplish that ? I have C# and python on my system.