Videos/images height greater than width
Videos/images height greater than width
I tried to do a search using height:>width but I guess it doesn't treat "width" like a variable with a value in it. Is there a way to do this?
Re: Videos/images height greater than width
This is currently in development, however, you can already use the Aspect Ratio property that is available to images and videos.
Examples:
pic: aspectratio:<1 <--- Images that are tall.
pic: aspectratio:>1 <--- Images that are wide.
Optional: You can add the Aspect Ratio column to see the aspect ratio of media. You can also add the Aspect Ratio property to your Options -> Indexes -> Properties search to remember the aspect ratios to speed up your future searches. Narrow down the parameters of this property search to only the folder paths of interest so it indexes faster and uses less RAM.
Examples:
pic: aspectratio:<1 <--- Images that are tall.
pic: aspectratio:>1 <--- Images that are wide.
Optional: You can add the Aspect Ratio column to see the aspect ratio of media. You can also add the Aspect Ratio property to your Options -> Indexes -> Properties search to remember the aspect ratios to speed up your future searches. Narrow down the parameters of this property search to only the folder paths of interest so it indexes faster and uses less RAM.
Re: Videos/images height greater than width
Ah, thanks!