diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-10-24 01:42:35 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-10-27 13:37:19 +0100 |
commit | 19bd17fa608f782c23b1ac50987e741d85668d5b (patch) | |
tree | 97e06950ba7c7c736024bf121c87e1bfecdfefe4 /exiftran.man | |
parent | 7c306c30d8e620759d236cb3bc13c90a6c57ca23 (diff) | |
download | fbida-19bd17fa608f782c23b1ac50987e741d85668d5b.tar.gz |
Trimming pictures by default
By default, crop images with unconventional dimensions. Adds an option (-np)
to disable this behavior.
Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'exiftran.man')
-rw-r--r-- | exiftran.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exiftran.man b/exiftran.man index 06470d8..1889f88 100644 --- a/exiftran.man +++ b/exiftran.man @@ -69,6 +69,13 @@ Don't update the orientation tag. By default .BR exiftran sets the orientation to "1" (no transformation needed) to avoid other exif-aware applications try to rotate the already-rotated image again. +.TP +.B -np +Don't pare lost edges. By default +.BR exiftran +don't preserve image size of the images that do not meet a +multiple of 8 pixels. He prefers to cut a strip of a few pixels rather than +offering a damaged image. Use this option if you want them all the same. \# \# .SH "OTHER OPTIONS" |