~ubuntu-branches/ubuntu/dapper/tiff/dapper-updates

« back to all changes in this revision

Viewing changes to html/man/rgb2ycbcr.1.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-11-09 18:21:15 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051109182115-v0fd3zcbrq2sq6u4
Tags: 3.7.4-1ubuntu1
* Synchronize to Debian.
* Only change left: xlibmesa-gl-dev -> libgl1-mesa-dev build dependency
  change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<meta name="generator" content="groff -Thtml, see www.gnu.org">
4
 
<meta name="Content-Style" content="text/css">
5
 
<title>RGB2YCBCR</title>
6
 
</head>
7
 
<body>
8
 
 
9
 
<h1 align=center>RGB2YCBCR</h1>
10
 
<a href="#NAME">NAME</a><br>
11
 
<a href="#SYNOPSIS">SYNOPSIS</a><br>
12
 
<a href="#DESCRIPTION">DESCRIPTION</a><br>
13
 
<a href="#OPTIONS">OPTIONS</a><br>
14
 
<a href="#SEE ALSO">SEE ALSO</a><br>
15
 
 
16
 
<hr>
17
 
<!-- Creator     : groff version 1.17.2 -->
18
 
<!-- CreationDate: Mon Dec 22 00:39:32 2003 -->
19
 
<a name="NAME"></a>
20
 
<h2>NAME</h2>
21
 
<table width="100%" border=0 rules="none" frame="void"
22
 
       cols="2" cellspacing="0" cellpadding="0">
23
 
<tr valign="top" align="left">
24
 
<td width="10%"></td><td width="90%">
25
 
rgb2ycbcr - convert non-YCbCr <small>TIFF</small> images to a YCbCr <small>TIFF</small> image</td></table>
26
 
<a name="SYNOPSIS"></a>
27
 
<h2>SYNOPSIS</h2>
28
 
 
29
 
<table width="100%" border=0 rules="none" frame="void"
30
 
       cols="2" cellspacing="0" cellpadding="0">
31
 
<tr valign="top" align="left">
32
 
<td width="10%"></td><td width="90%">
33
 
<b>rgb2ycbcr</b> [ <i>options</i> ] <i>src1.tif src2.tif ...
34
 
dst.tif</i></td></table>
35
 
<a name="DESCRIPTION"></a>
36
 
<h2>DESCRIPTION</h2>
37
 
 
38
 
<table width="100%" border=0 rules="none" frame="void"
39
 
       cols="2" cellspacing="0" cellpadding="0">
40
 
<tr valign="top" align="left">
41
 
<td width="10%"></td><td width="90%">
42
 
<i>rgb2ycbcr</i> converts <small>RGB</small> color,
43
 
greyscale, or bi-level <small>TIFF</small> images to YCbCr
44
 
images by transforming and sampling pixel data. If multiple
45
 
files are specified on the command line each source file is
46
 
converted to a separate directory in the destination
47
 
file.</td></table>
48
 
 
49
 
<table width="100%" border=0 rules="none" frame="void"
50
 
       cols="2" cellspacing="0" cellpadding="0">
51
 
<tr valign="top" align="left">
52
 
<td width="10%"></td><td width="90%">
53
 
By default, chrominance samples are created by sampling 2 by
54
 
2 blocks of luminance values; this can be changed with the
55
 
<b>-h</b> and <b>-v</b> options. Output data are compressed
56
 
with the <small>PackBits</small> compression scheme, by
57
 
default; an alternate scheme can be selected with the
58
 
<b>-c</b> option. By default, output data are compressed in
59
 
strips with the number of rows in each strip selected so
60
 
that the size of a strip is never more than 8 kilobytes; the
61
 
<b>-r</b> option can be used to explicitly set the number of
62
 
rows per strip.</td></table>
63
 
<a name="OPTIONS"></a>
64
 
<h2>OPTIONS</h2>
65
 
 
66
 
<table width="100%" border=0 rules="none" frame="void"
67
 
       cols="2" cellspacing="0" cellpadding="0">
68
 
<tr valign="top" align="left">
69
 
<td width="10%"></td><td width="90%">
70
 
<b>-c</b></td></table>
71
 
 
72
 
<table width="100%" border=0 rules="none" frame="void"
73
 
       cols="2" cellspacing="0" cellpadding="0">
74
 
<tr valign="top" align="left">
75
 
<td width="21%"></td><td width="79%">
76
 
Specify a compression scheme to use when writing image data:
77
 
<b>-c none</b> for no compression, <b>-c packbits</b> for
78
 
the PackBits compression algorithm (the default), <b>-c
79
 
jpeg</b> for the JPEG compression algorithm, <b>-c zip</b>
80
 
for the deflate compression algorithm, and <b>-c lzw</b> for
81
 
Lempel-Ziv &amp; Welch.</td></table>
82
 
 
83
 
<table width="100%" border=0 rules="none" frame="void"
84
 
       cols="2" cellspacing="0" cellpadding="0">
85
 
<tr valign="top" align="left">
86
 
<td width="10%"></td><td width="90%">
87
 
<b>-h</b></td></table>
88
 
 
89
 
<table width="100%" border=0 rules="none" frame="void"
90
 
       cols="2" cellspacing="0" cellpadding="0">
91
 
<tr valign="top" align="left">
92
 
<td width="21%"></td><td width="79%">
93
 
Set the horizontal sampling dimension to one of: 1, 2
94
 
(default), or 4.</td></table>
95
 
 
96
 
<table width="100%" border=0 rules="none" frame="void"
97
 
       cols="2" cellspacing="0" cellpadding="0">
98
 
<tr valign="top" align="left">
99
 
<td width="10%"></td><td width="90%">
100
 
<b>-r</b></td></table>
101
 
 
102
 
<table width="100%" border=0 rules="none" frame="void"
103
 
       cols="2" cellspacing="0" cellpadding="0">
104
 
<tr valign="top" align="left">
105
 
<td width="21%"></td><td width="79%">
106
 
Write data with a specified number of rows per strip; by
107
 
default the number of rows/strip is selected so that each
108
 
strip is approximately 8 kilobytes.</td></table>
109
 
 
110
 
<table width="100%" border=0 rules="none" frame="void"
111
 
       cols="2" cellspacing="0" cellpadding="0">
112
 
<tr valign="top" align="left">
113
 
<td width="10%"></td><td width="90%">
114
 
<b>-v</b></td></table>
115
 
 
116
 
<table width="100%" border=0 rules="none" frame="void"
117
 
       cols="2" cellspacing="0" cellpadding="0">
118
 
<tr valign="top" align="left">
119
 
<td width="21%"></td><td width="79%">
120
 
Set the vertical sampling dimension to one of: 1, 2
121
 
(default), or 4.</td></table>
122
 
<a name="SEE ALSO"></a>
123
 
<h2>SEE ALSO</h2>
124
 
 
125
 
<table width="100%" border=0 rules="none" frame="void"
126
 
       cols="2" cellspacing="0" cellpadding="0">
127
 
<tr valign="top" align="left">
128
 
<td width="10%"></td><td width="90%">
129
 
<i>tiffinfo</i>(1), <i>tiffcp</i>(1),
130
 
<i>libtiff</i>(3)</td></table>
131
 
<hr>
132
 
</body>
133
 
</html>