Would like wallpaper-sized images to stand out...

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
kunkel321
Posts: 645
Joined: 10 Jun 2012 03:45
Location: Near Seattle

Would like wallpaper-sized images to stand out...

Post by kunkel321 »

Is it possible to create a color-filter, visual filter, or something similar, to make images of a certain dimension (like 1280 pix X 800 pix) easily identifiable?
ste(phen|ve) kunkel

eil
Posts: 1621
Joined: 13 Jan 2011 19:44

Re: Would like wallpaper-sized images to stand out...

Post by eil »

i second this question(or better to say request). i'd use it to color-filter too large images. :)
Win 7 SP1 x64 100% 1366x768

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Would like wallpaper-sized images to stand out...

Post by nas8e9 »

kunkel321 wrote:Is it possible to create a color-filter, visual filter, or something similar, to make images of a certain dimension (like 1280 pix X 800 pix) easily identifiable?
XYplorer doesn't yet* support:
XYplorer roadmap wrote:- Shell Columns (extended file properties as optional columns in the list)
AFAICT that limits you currently to running a script that uses XYplorer's property()-command. Unfortunately, I'm not a scripter but hopefully others will be able to help you further.

Once such a script has parsed the folder(s), it could apply a (temporary) tag or label so that you can easily find and sort on it.

* XYplorer roadmap.

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Would like wallpaper-sized images to stand out...

Post by admin »

Well, it's not impossible to add that.

Something like "prop:dimensions:" or "prop:#26:" is already supported in Find Files, so why not support it in Color Filters. I'll check that. The only problem I see off-hand is speed. Retrieving the shell properties takes time, sometimes much time.

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Would like wallpaper-sized images to stand out...

Post by admin »

OK, I added it. BUT, just as I thought, it's VERY slow! :(

So, if you really need you can use it (next BETA), but it will not be much fun. :|

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Would like wallpaper-sized images to stand out...

Post by admin »

kunkel321 wrote:Is it possible to create a color-filter, visual filter, or something similar, to make images of a certain dimension (like 1280 pix X 800 pix) easily identifiable?
Done. 8)

This is a real killer feature. It opens a vast space of possibilities. So thanks for asking that question!

Here is the particular color filter you were asking for:

Code: Select all

prop:dimensions:1280 x 800
To gain speed I would limit to file types the have dimensions. e.g.:

Code: Select all

prop:dimensions:1280 x 800 //|filter:*.jpg;*.png

eil
Posts: 1621
Joined: 13 Jan 2011 19:44

Re: Would like wallpaper-sized images to stand out...

Post by eil »

can you please make example as to how to state filter marking images larger than 1600x1200(included)?
as for a slow speed, too bad there is no way to cache color filters just like thumbnails.
Win 7 SP1 x64 100% 1366x768

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Would like wallpaper-sized images to stand out...

Post by Filehero »

admin wrote:BUT, ..., it's VERY slow! :(
Just curious: is it because of the relatively high byte offset of this meta-information in the file header?


Cheers,
Filehero

kunkel321
Posts: 645
Joined: 10 Jun 2012 03:45
Location: Near Seattle

Re: Would like wallpaper-sized images to stand out...

Post by kunkel321 »

VERY COOL! :D Thanks for adding this!

I did as you suggested and specified the filter for dim: + Image files only. The performance hit does not seem too bad :)
ste(phen|ve) kunkel

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: Would like wallpaper-sized images to stand out...

Post by Marco »

Filehero wrote:
admin wrote:BUT, ..., it's VERY slow! :(
Just curious: is it because of the relatively high byte offset of this meta-information in the file header?


Cheers,
Filehero
I think that's because it's disk intensive, as well as Windows showing id3 tags for each mp3 in a folder.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Would like wallpaper-sized images to stand out...

Post by admin »

Filehero wrote:
admin wrote:BUT, ..., it's VERY slow! :(
Just curious: is it because of the relatively high byte offset of this meta-information in the file header?
I think it depends on the file where/how the info is stored. Depending on the file type codecs are needed to access the info. Probably the whole file has to be read from disk, then analyzed, etc.

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: Would like wallpaper-sized images to stand out...

Post by Filehero »

admin wrote:Probably the whole file has to be read from disk, then analyzed, etc.
O M G! :shock: Didn't expect that.

It's time for a new effort to establish a world-wide modern standard for file meta data (yep, I know there's XMP) - just dreaming, erm kidding. :wink:

Thanks for clarification.


Filehero

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Would like wallpaper-sized images to stand out...

Post by admin »

eil wrote:can you please make example as to how to state filter marking images larger than 1600x1200(included)?
At the moment difficult, if not impossible. But I might add comparison operators later, then you can do something like "Width >= 1600 AND Height >= 1200".

kunkel321
Posts: 645
Joined: 10 Jun 2012 03:45
Location: Near Seattle

Re: Would like wallpaper-sized images to stand out...

Post by kunkel321 »

Hi, I hope it's okay to "resurrect" this old thread...

Is this still the correct syntax to filter-out all but the images indicated?

Code: Select all

"1920x1080 Images only"  prop:#image.dimensions: 1920 x 1080
Note: This syntax is working as expected with Instant Color Filters, but not with Power or Visual Filters (everything is filtered-out, nothing is found).

Using XY 20.40.0016
ste(phen|ve) kunkel

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Would like wallpaper-sized images to stand out...

Post by jupe »

Visual Filters don't support prop: selector, as an alternative quicksearch does though.

viewtopic.php?f=5&t=19290

Post Reply