Size and resolution dupe filter
-
Hjkma
- Posts: 6
- Joined: Sun Sep 25, 2016 1:25 pm
Size and resolution dupe filter
Hey. Here there is a sizedupe filter and there is a search for the height and width of the image. I suggest combining them so that all can find images with the same size and the same resolutions. This can already allow users to easily find many identical duplicates at once. Because if there are many different images with the same size, then with the combination with the same resolutions, the chance increases that the search result will basically have identical images.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Size and resolution dupe filter
sizedupe: exists.
As does some image related, like height:.
Check help & explore.
As does some image related, like height:.
Check help & explore.
-
Hjkma
- Posts: 6
- Joined: Sun Sep 25, 2016 1:25 pm
Re: Size and resolution dupe filter
You carefully read what I wrote? I know that there is a sizedupe filter, I mentioned it in the first sentence. As for height:, it needs to specify a specific number of pixels and this is not suitable for finding the same dimensions among all images, but only to search for images with a specific height. Search does not give the desired result.
Just to understand, I need the search to give me such files like:
Code: Select all
sizedupe: height: Just to understand, I need the search to give me such files like:
image1.jpg 320kb 1200x600
image101.jpg 320kb 1200x600
image666.jpg 111kb 800x1200
image7654.jpg 111kb 800x1200
-
Stamimail
- Posts: 1122
- Joined: Sat Aug 31, 2013 9:05 pm
Re: Size and resolution dupe filter
If you trying to find and handle duplicate files, currently I would use programs like these:
https://www.techsupportalert.com/best-f ... emover.htm
https://alternativeto.net/software/visipics/
https://www.techsupportalert.com/best-f ... emover.htm
https://alternativeto.net/software/visipics/
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Size and resolution dupe filter
Everything would need to index image height information for a heightdupe: function to exist.
I am considering the option to index this information in Everything 1.5.
The option to display height information will also be displayed in Everything 1.5. You would be able to sort by height after searching for sizedupe:
I am considering the option to index this information in Everything 1.5.
The option to display height information will also be displayed in Everything 1.5. You would be able to sort by height after searching for sizedupe:
-
Hjkma
- Posts: 6
- Joined: Sun Sep 25, 2016 1:25 pm
Re: Size and resolution dupe filter
I would like to width also indexed. And add the opportunity simultaneous search for a sizedupe: heightdupe: widthdupe:. Thanks!