~ubuntu-branches/ubuntu/trusty/libjpeg-turbo/trusty

« back to all changes in this revision

Viewing changes to debian/extra/jpegexiforient.1

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-20 23:12:52 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111220231252-74naxp27nuzxpn8o
Tags: 1.1.90+svn733-0ubuntu2
* Sync with upstream to svn733.

* Rename libjpeg-test to libjpeg-turbo-test.
* Rename libjpeg-turbo-dbg to libjpeg-turbo8-dbg.
* Rename libjpeg8-dev to libjpeg-turbo8-dev.
* Move the docs into the -dev package, install the upstream changelog
  in the -dev only.
* Split out libturbojpeg.so into it's own package, don't let
  libjpeg-turbo8-dev depend on it.
* Fix libjpeg-turbo8-dbg package description.
* Install jconfig.h into multiarch include path.
* Remove HAVE_STD{LIB,DEF}_H from jconfig.h since they are not used and
  conflict with autoconf.
* libjpeg-turbo8:
  - Add a symbols file, with a different version for symbols only found
    in the libjpeg-turbo implementation.
  - Remove the shlibs file.
  - Breaks/Replaces libjpeg8 (<< 8c-2ubuntu5).
* Copy the exifautotran and jpegexiforient tools from the libjpeg8
  sources, install into libjpeg-turbo-progs.
* Don't install tjbench in libjpeg-turbo-progs to avoid dependency
  on libturbojpeg.

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         | right side
 
24
  3   | bottom      | right 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)