ports/72455: [PATCH] graphics/jpeg: [Add functions to jpegtran.1]

Michael Johnson ahze at ahze.net
Fri Oct 8 19:00:44 UTC 2004


>Number:         72455
>Category:       ports
>Synopsis:       [PATCH] graphics/jpeg: [Add functions to jpegtran.1]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 08 19:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-BETA6 FreeBSD 5.3-BETA6 #67: Fri Oct  1 15:03:41 EDT
>Description:
- Add -perfect -crop & -drop to jpegtran.1

Port maintainer (dinoex at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- jpeg-6b_3.patch begins here ---
Index: files/patch-jpegtran.1
===================================================================
RCS file: /home/ncvs/ports/graphics/jpeg/files/patch-jpegtran.1,v
retrieving revision 1.1
diff -u -r1.1 patch-jpegtran.1
--- files/patch-jpegtran.1	18 Mar 2004 14:53:47 -0000	1.1
+++ files/patch-jpegtran.1	8 Oct 2004 18:51:58 -0000
@@ -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 .
--- jpeg-6b_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list