diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-10-13 16:26:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-10-13 16:26:53 +0200 |
commit | 906ec657cdd958b25a6833f644a57bcf08c3a38b (patch) | |
tree | a35c4fb6e9374399e8e60ffeae2fa7d294b56ca7 /man | |
parent | 8caf865bf7468e335559218305a202425fa99162 (diff) |
Add --min-dimension and --max-dimension options (closes #101)
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index fc45a3d..8ef5318 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -397,6 +397,15 @@ of zero causes .Nm to try indefinitely. By default, magick support is disabled. . +.It Cm --max-dimension Ar width No x Ar height +. +Only show images with width <= +.Ar width +and height <= +.Ar height . +If you only care about one parameter, set the other to either something large +or -1. +. .It Cm -M , --menu-font Ar font . Use @@ -404,6 +413,14 @@ Use .Pq truetype, with size, like Qq yudit/12 as menu font. . +.It Cm --min-dimension Ar width No x Ar height +. +Only show images with width >= +.Ar width +and height >= +.Ar height . +If you only care about one parameter, set the other to 0. +. .It Cm -m , --montage . Enable montage mode. Montage mode creates a new image consisting of a grid of @@ -1463,6 +1480,11 @@ Same as above . Show some EXIF information, extracted by exifprobe/exifgrep . +.It feh --action 'rm %F' -rl --max-dim 1000x800 +. +Resursively remove all images with dimensions below or equal to 1000x800 pixels +from the current directory. +. .El . . |