Page 1 of 1
Searching for the image width in the live filter yielded no results
Posted: 23 Dec 2025 10:00
by xuejianxianzun
I'm trying to filter images with specified width and height, so I tried searching using attributes, but there are no results. I'm not sure why. How can this be resolved? The version number is 28.10.
I have reviewed the Visual Filters documentation and tried these search criteria:
:Width >= 1900
:imagex: > 1500
Aspect Ratio: >= 3:2
Below are the test images, all 2560x1440 pixels:

Re: Searching for the image width in the live filter yielded no results
Posted: 23 Dec 2025 10:21
by highend
rtfm "idh_visualfilters.htm#idh_vf_particularproperties";
prop:imagex: > 1500
Re: Searching for the image width in the live filter yielded no results
Posted: 23 Dec 2025 11:55
by xuejianxianzun
highend wrote: ↑23 Dec 2025 10:21
rtfm "idh_visualfilters.htm#idh_vf_particularproperties";
prop:imagex: > 1500
Thanks, I tried it, and I can use `prop:imagex: > 1500` to search for the target file in the search panel that appears when you press F12.
However, I still have some doubts:
1. Using `prop:imagex: > 1500` in the live filter still yields no search results.
2. I saw a search criterion like `Aspect Ratio: >= 3:2` on this page:
https://www.xyplorer.com/release_23.20.php
The screenshot shows the input in the live filter, but it doesn't work for me. I've tried the live filter, the F12 search panel, and the visual filters, but I haven't found any results.
These images are in a 16:9 aspect ratio, so they should meet the condition of `Aspect Ratio: >= 3:2`.
renew:
Using `prop:#AspectRatio: >= 3:2` in the F12 search panel is effective.
In live filter and visual filters, you cannot use the comparison condition `>=`. You can only use precise ratios, such as `prop:#AspectRatio: 16:9`.
As for how to use `Aspect Ratio: >= 3:2` in a live filter, as shown in the URL above, I still don't understand.
Re: Searching for the image width in the live filter yielded no results
Posted: 23 Dec 2025 12:18
by highend
First: aspect ratio is also a property
So if at all:
prop:Aspect Ratio: >= 3:2
It seems even a
prop:Aspect Ratio: 3:2 doesn't work with v28.10 so it's probably a bug
And live filtering for the x width:
Animation.gif
Re: Searching for the image width in the live filter yielded no results
Posted: 23 Dec 2025 12:32
by xuejianxianzun
highend wrote: ↑23 Dec 2025 12:18
First: aspect ratio is also a property
So if at all:
prop:Aspect Ratio: >= 3:2
It seems even a
prop:Aspect Ratio: 3:2 doesn't work with v28.10 so it's probably a bug
And live filtering for the x width:
Animation.gif
Thanks for the demonstration, but for me, `prop:imagex: > 1000` still only works in the F12 search panel; it doesn't work in the other two search boxes. I tried both webp and png format images and the same thing happened.
I'll use the F12 search box first, thank you!
Re: Searching for the image width in the live filter yielded no results
Posted: 23 Dec 2025 15:01
by admin
Yes, something is not working right here. I'll look into it.
Re: Searching for the image width in the live filter yielded no results
Posted: 23 Dec 2025 17:26
by xuejianxianzun
admin wrote: ↑23 Dec 2025 15:01
Yes, something is not working right here. I'll look into it.
Thank you, this software is great.

Re: Searching for the image width in the live filter yielded no results
Posted: 23 Dec 2025 17:27
by admin
Thank you!
1) It's
prop:#AspectRatio: 3:2 or
Aspect Ratio: >= 1.5 or
Aspect Ratio: == 1.5 or
Aspect Ratio: 3:2
2)
prop:imagex: > 1500 works in the next beta
3)
prop:#image.width: > 1500 works in the next beta, and is much faster than prop:imagex
Re: Searching for the image width in the live filter yielded no results
Posted: 24 Dec 2025 07:36
by xuejianxianzun
admin wrote: ↑23 Dec 2025 17:27
Thank you!
1) It's
prop:#AspectRatio: 3:2 or
Aspect Ratio: >= 1.5 or
Aspect Ratio: == 1.5 or
Aspect Ratio: 3:2
2)
prop:imagex: > 1500 works in the next beta
3)
prop:#image.width: > 1500 works in the next beta, and is much faster than prop:imagex
Good news, thank you for your hard work!