New collection filter for (original) image dimensions - #21677
Conversation
|
This would benefit from a |
|
@HansBull : good idea, but unfortunately such indexes do not work on |
|
Release notes: Added a new collection filter for the original image dimensions. |
|
@zisoft could you add new collection property to the luaA_enum_values in collect.c please? |
|
@wpferguson : I always forget this, sorry. I have added |
|
@zisoft that's why you have me 😁 Thanks |
|
??? |
|
Yep, that's strange... no idea why for now. |
|
Sorry I was looking at the collection module and not at the collection filters one :) Will test later. |
|
Very strange. It is just an enhancement of the 'misc' filter. Does that mean that the other misc filters (camera, lens, flash, exposure program, ...) don't work either on your system? They all use the same code. Edit: It is a collection FILTER, so your current collection should contain at least some images... Edit 2: Rebased on current master and it does not work on my system, too. Edit 3: confirmed, if I drop commit 98d894a it is working again. |
|
Here is the PR #21718 @zisoft after this one lands #21659 converted the misc filter entries to event controllers, but the gesture only listened for the primary button, so right-click on any misc filter (camera, lens, flash, …) showed the default cut/copy menu instead of the "select existing values" popup. |


This PR adds a new collection filter for the image dimensions.
Search is performed using wildcards, so one can enter the full dimensions like
6000x4000or only parts of that:6000x4000- full match6000x- all images with 6000 widthx4000- all images with 4000 heightcloses #21577