Skip to content

Draft: Adds a new filter ImageDimensionFilter based on the DateFilter but filters the images by...

Yango Soft requested to merge yangosoft/gwenview:add-size-filter into release/21.12

Adds a new filter ImageDimensionFilter like DateFilter but filters the images by their width and height.

Allows to filter the images with the GreatherThan, Equals and LessThan comparators.

This filter is added in the combox box that contains the filters. Once selected, a new combo box is added to select the comparator (like in DateFilter) and two QLineEdit are added with a corresponding QLabel where user can introduce the image size in pixels.

@teams/usability

Edited by Yango Soft

Merge request reports