From c547c5493fdc0e2c152b814be0abb2347a199dbb Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 12 Oct 2004 04:12:12 +0000 Subject: - extend manpage jpegtran.1 PR: 72455 Submitted by: Michael Johnson --- graphics/jpeg/files/patch-jpegtran.1 | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to 'graphics/jpeg') diff --git a/graphics/jpeg/files/patch-jpegtran.1 b/graphics/jpeg/files/patch-jpegtran.1 index fe4eb1372f4d..53117e02d166 100644 --- a/graphics/jpeg/files/patch-jpegtran.1 +++ b/graphics/jpeg/files/patch-jpegtran.1 @@ -1,6 +1,30 @@ ---- jpegtran.1.exif 1997-08-03 22:01:01.000000000 +0200 -+++ jpegtran.1 2003-09-30 14:35:36.000000000 +0200 -@@ -161,6 +161,14 @@ +--- jpegtran.1.orig Sun Aug 3 16:01:01 1997 ++++ jpegtran.1 Fri Oct 8 14:51:56 2004 +@@ -71,12 +71,23 @@ + .PP + The image can be losslessly transformed by giving one of these switches: + .TP ++.B \-crop WxH+X+Y ++Crop to a rectangular subarea of width W, height H starting at point X,Y. ++Allows the Width and or Height of the image to exceed the image. ++.TP ++.B \-drop +X+Y ++Drop another image. Overlay part of the source image at point width ++W + height H. ++.TP + .B \-flip horizontal + Mirror image horizontally (left-right). + .TP + .B \-flip vertical + Mirror image vertically (top-bottom). + .TP ++.B \-perfect ++Fails with an error if there is any loss durring the transformation. ++.TP + .B \-rotate 90 + Rotate image 90 degrees clockwise. + .TP +@@ -161,6 +172,14 @@ Copy all extra markers. This setting preserves miscellaneous markers found in the source file, such as JFIF thumbnails and Photoshop settings. In some files these extra markers can be sizable. @@ -15,7 +39,7 @@ .PP The default behavior is .BR "\-copy comments" . -@@ -189,6 +197,26 @@ +@@ -189,6 +208,26 @@ .B \-debug Same as .BR \-verbose . -- cgit v1.2.3