~ubuntu-branches/ubuntu/saucy/libjpeg6b/saucy-security

« back to all changes in this revision

Viewing changes to debian/extra/jpegexiforient.1

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-03-12 09:12:56 UTC
  • Revision ID: james.westby@ubuntu.com-20100312091256-backzcazf8ra3fc6
Tags: 6b-15ubuntu1
* Reintroduce libjpeg-progs, so that it is built against libjpeg6b. It's too
  late to migrate to libjpeg7 in lucid. (LP: #537370)
* debian/rules: Force libjpeg-progs version to 7+really<source version>, so
  that it upgrades from the current 7-1 version. Once we upgrade to libjpeg8
  in the next Ubuntu release, this can just go away again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH JPEGEXIFORIENT "1" "February 2005" "jpegexiforient" "User Commands"
 
2
.SH NAME
 
3
jpegexiforient \- reads or writes the Exif Orientation Tag
 
4
.SH SYNOPSIS
 
5
.B jpegexiforient
 
6
[\fIswitches\fR] \fIjpegfile\fR
 
7
.SH DESCRIPTION
 
8
.
 
9
This is a utility program to get and set the Exif Orientation Tag.
 
10
It can be used together with jpegtran in scripts for automatic
 
11
orientation correction of digital camera pictures.
 
12
.PP
 
13
The Exif orientation value gives the orientation of the camera
 
14
relative to the scene when the image was captured.  The relation
 
15
of the '0th row' and '0th column' to visual position is shown as
 
16
below.
 
17
.IP
 
18
.nf
 
19
.ft CR
 
20
Value | 0th Row     | 0th Column
 
21
------+-------------+-----------
 
22
  1   | top         | left side
 
23
  2   | top         | rigth side
 
24
  3   | bottom      | rigth side
 
25
  4   | bottom      | left side
 
26
  5   | left side   | top
 
27
  6   | right side  | top
 
28
  7   | right side  | bottom
 
29
  8   | left side   | bottom
 
30
.fi
 
31
.PP
 
32
For convenience, here is what the letter F would look like if it were
 
33
tagged correctly and displayed by a program that ignores the orientation
 
34
tag:
 
35
.IP
 
36
.nf
 
37
.ft CB
 
38
  1        2       3      4     
 
39
 
 
40
888888  888888      88  88      
 
41
88          88      88  88      
 
42
8888      8888    8888  8888    
 
43
88          88      88  88
 
44
88          88  888888  888888
 
45
 
 
46
    5            6           7          8
 
47
                                               
 
48
8888888888  88                  88  8888888888
 
49
88  88      88  88          88  88      88  88
 
50
88          8888888888  8888888888          88
 
51
.fi
 
52
.PP
 
53
jpegexiforient output the Exif Orientation Tag in a JPEG Exif file.
 
54
With the options -1 .. -8, it can also be used to set the tag.
 
55
.
 
56
.SS "OPTIONS"
 
57
.TP
 
58
\fB\-\-help\fR
 
59
display this help and exit
 
60
.TP
 
61
\fB\-\-version\fR
 
62
output version information and exit
 
63
.TP
 
64
\fB\-n\fR
 
65
Do not output the trailing newline
 
66
.TP
 
67
\fB\-1\fR .. \fB\-8\fR
 
68
Set orientation value 1 .. 8
 
69
.SH "AUTHOR"
 
70
 Guido Vollbeding <guido@jpegclub.org>
 
71
.SH "SEE ALSO"
 
72
.BR jpegtran(1)
 
73
.BR exifautotran(1)