summaryrefslogtreecommitdiff
path: root/graphics/jpeg/files/patch-jpegtran.1
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:12:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:12:12 +0000
commitc547c5493fdc0e2c152b814be0abb2347a199dbb (patch)
tree61cd5b459be72bec4dbc5bf0c7f9f6e74de0573c /graphics/jpeg/files/patch-jpegtran.1
parent- cleanup (diff)
- extend manpage jpegtran.1
PR: 72455 Submitted by: Michael Johnson
Notes
Notes: svn path=/head/; revision=118765
Diffstat (limited to '')
-rw-r--r--graphics/jpeg/files/patch-jpegtran.132
1 files changed, 28 insertions, 4 deletions
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 .