CVS commit by benb: Manpage updates.
M +22 -12 jpegorient.1 1.2.2.1 M +2 -2 orient.py.1 1.2.2.1 --- kdeaddons/debian/jpegorient.1 #1.2:1.2.2.1 @@ -3,5 +3,5 @@ .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH JPEGORIENT 1 "February 4, 2004" +.TH JPEGORIENT 1 "October 13, 2004" .\" Please adjust this date whenever revising the manpage. .\" @@ -17,16 +17,26 @@ .\" for manpage-specific macros, see man(7) .SH NAME -jpegorient \- change the orientation of a JPEG image +jpegorient \- change the orientations of JPEG images .SH SYNOPSIS .B jpegorient { \fB\-90\fP | \fB\-180\fP | \fB\-270\fP | \fB\-v\fP | \fB\-h\fP } -\fIimage-file\fP +\fIimage-file\fP ... .SH DESCRIPTION -This is a simple utility for changing the orientation of a JPEG image. +This is a simple utility for changing the orientations of one or more +JPEG images. It is provided as part of the image conversion and transformation plugins for Konqueror. .PP -A single option must be passed to specify how the orientation is to be -changed. The new image will be saved over the old one. +A single option must be passed before any filenames to specify how the +orientations of the images are to be changed. Each new image will be +saved over the old one. +.PP +This utility makes use of +.BR orient.py (1), +which is designed to work with certain types of digital camera image +files. Instead of modifying the image data, it alters the EXIF +tags stored with the image to reflect the new orientation. For this +reason only images with the correct types of EXIF tags can be changed +using this tool. .PP This utility is part of the official KDE add-ons module. @@ -34,17 +44,17 @@ .TP \fB\-90\fP -Rotate the image by 90 degrees clockwise. +Rotate each image by 90 degrees clockwise. .TP \fB\-180\fP -Rotate the image by a half turn (i.e., 180 degrees). +Rotate each image by a half turn (i.e., 180 degrees). .TP \fB\-270\fP -Rotate the image by 270 degrees clockwise (i.e., 90 degrees counter-clockwise). +Rotate each image by 270 degrees clockwise (i.e., 90 degrees counter-clockwise). .TP \fB\-v\fP -Flip the image vertically. +Flip each image vertically. .TP \fB\-h\fP -Flip the image horizontally. +Flip each image horizontally. .SH SEE ALSO .BR exif.py (1), @@ -52,5 +62,5 @@ .BR orient.py (1). .SH AUTHOR -The image conversion and transformation plugins were written by +The image transformation plugins were written by Leif Jensen <[EMAIL PROTECTED]>. .br --- kdeaddons/debian/orient.py.1 #1.2:1.2.2.1 @@ -3,5 +3,5 @@ .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH ORIENT.PY 1 "February 4, 2004" +.TH ORIENT.PY 1 "October 13, 2004" .\" Please adjust this date whenever revising the manpage. .\" @@ -82,5 +82,5 @@ .BR konqueror (1). .SH AUTHOR -The image conversion and transformation plugins were written by +The image transformation plugins were written by Leif Jensen <[EMAIL PROTECTED]>. .br