I want to search for some wallpapers in my gallery, and many images in gallery are not standard 16:9, but they are also suitable for my desktop. So I want to search for these images whose aspect ratio is close to a certain value. What can I do?
I knew there is function syntax in 1.5version that define range of value, but I do not know if it works on ratios and how to use.
How can I search for images with aspect ratio?
-
cosmico
- Posts: 2
- Joined: Sat Mar 02, 2024 11:03 am
-
void
- Developer
- Posts: 19871
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How can I search for images with aspect ratio?
Please try the following searches:
"c:\my wallpapers\" aspect-ratio:16:8..16:10
"c:\my wallpapers\" aspect-ratio:1.6..2.0
Change c:\my wallpapers to your wallpaper location.
Adjust the aspect range as required.
The 16:9 syntax is probably a little easier to deal with.
16:9 is the same as 1.777
aspect-ratio:
To show the aspect ratio column:
Tip: You can right click the Aspect Ratio column header and click Search for Aspect ratio...
"c:\my wallpapers\" aspect-ratio:16:8..16:10
"c:\my wallpapers\" aspect-ratio:1.6..2.0
Change c:\my wallpapers to your wallpaper location.
Adjust the aspect range as required.
The 16:9 syntax is probably a little easier to deal with.
16:9 is the same as 1.777
aspect-ratio:
To show the aspect ratio column:
- Right click the result list column header and click Add columns....
- Search for:
aspect - Select Aspect Ratio and click OK.
Tip: You can right click the Aspect Ratio column header and click Search for Aspect ratio...
-
cosmico
- Posts: 2
- Joined: Sat Mar 02, 2024 11:03 am
Re: How can I search for images with aspect ratio?
Thank you for help. It worked.