How can I search for images with aspect ratio?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
cosmico
Posts: 2
Joined: Sat Mar 02, 2024 11:03 am

How can I search for images with aspect ratio?

Post by cosmico »

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.
void
Developer
Posts: 16755
Joined: Fri Oct 16, 2009 11:31 pm

Re: How can I search for images with aspect ratio?

Post by void »

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:
  • Right click the result list column header and click Add columns....
  • Search for:
    aspect
  • Select Aspect Ratio and click OK.
Tip: Click the Aspect Ratio column header to sort by Aspect Ratio.
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?

Post by cosmico »

Thank you for help. It worked.
Post Reply