leachim Posted January 14, 2025 Posted January 14, 2025 Trying to find a utility that does what Google Reverse Image search does - but on your computer ie you pick a picture file and ask this utility to find exact or similar looking files anywhere on your computer Thanks
jthompson Posted January 15, 2025 Posted January 15, 2025 Not sure, but if you wanted to search for any files matching the same extension and filesize: type:.jpg size:=2345KB
LeMarchand Posted January 15, 2025 Posted January 15, 2025 Not used it, but I keep meaning to test: https://www.alldup.de/alldup_help/alldup.php Seems to search "similar" images.
dmj Posted January 15, 2025 Posted January 15, 2025 Not sure, but if you wanted to search for any files matching the same extension and filesize: type:.jpg size:=2345KB To find identical files, you're better off matching the MD5 hash - but I don't think this is what the OP is asking. Here's a python script that will do it: https://github.com/lene/DuplicateImages 1
bald_pig Posted January 15, 2025 Posted January 15, 2025 I've used DupeGuru in the past for this kind of thing.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now