belaviyo / save-images

Save loaded images in nested iframe pages
https://webextension.org/listing/save-images.html
254 stars 61 forks source link

Feature request: aspect ratio filter #57

Open Brian1ee7 opened 3 years ago

Brian1ee7 commented 3 years ago

Please add an option where we can select an aspect ratio to filter images, for example, 16:9, then we can check a box, for example: width >= aspect ratio of image height, width <= aspect ratio of image height, height >= aspect ratio of image width, or height <= aspect ratio of image width

together with dimension pixels filter, I want to filter images with min. height of 1080 and width must be >= aspect ratio of the image height.