From 19bd17fa608f782c23b1ac50987e741d85668d5b Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Fri, 24 Oct 2014 01:42:35 +0200 Subject: Trimming pictures by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By default, crop images with unconventional dimensions. Adds an option (-np) to disable this behavior. Signed-off-by: Stéphane Aulery Signed-off-by: Gerd Hoffmann --- exiftran.man | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'exiftran.man') 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" -- cgit