aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-10-12 12:12:12 +0800
committerdinoex <dinoex@FreeBSD.org>2004-10-12 12:12:12 +0800
commitc46eda3a0dbc13367151cd8a3a533e09c5719590 (patch)
tree58536624ae568d2f4f24321c63cba79ed4861074 /graphics
parent508ef2424f18ae54485db06e488f56cc03343730 (diff)
downloadfreebsd-ports-gnome-c46eda3a0dbc13367151cd8a3a533e09c5719590.tar.gz
freebsd-ports-gnome-c46eda3a0dbc13367151cd8a3a533e09c5719590.tar.zst
freebsd-ports-gnome-c46eda3a0dbc13367151cd8a3a533e09c5719590.zip
- extend manpage jpegtran.1
PR: 72455 Submitted by: Michael Johnson
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpeg-mmx/files/patch-jpegtran.132
-rw-r--r--graphics/jpeg/files/patch-jpegtran.132
2 files changed, 56 insertions, 8 deletions
diff --git a/graphics/jpeg-mmx/files/patch-jpegtran.1 b/graphics/jpeg-mmx/files/patch-jpegtran.1
index fe4eb1372f4d..53117e02d166 100644
--- a/graphics/jpeg-mmx/files/patch-jpegtran.1
+++ b/graphics/jpeg-mmx/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 .
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 .