~ubuntu-branches/ubuntu/vivid/gimp-help/vivid

« back to all changes in this revision

Viewing changes to html/en/ch06s03s19.html

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2005-05-08 18:04:08 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050508180408-mjwl3kmjczfnmu5v
Tags: 2+0.7-5
Fix doc-base entry for gimp-help-zh-cn to point to correct directory
name (Closes: #308228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
  <head>
 
5
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
    <title>3.19. Max RGB</title>
 
7
    <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
 
8
    <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
 
9
    <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
 
10
    <link rel="start" href="index.html" title="&#10;      &#10;    " />
 
11
    <link rel="up" href="ch06s03.html" title="3. Color filters" />
 
12
    <link rel="prev" href="ch06s03s18.html" title="3.18. Hot" />
 
13
    <link rel="next" href="ch06s03s20.html" title="3.20. Semi-Flatten" />
 
14
  </head>
 
15
  <body>
 
16
    <div xmlns="" class="navheader">
 
17
      <table width="100%" summary="Navigation header">
 
18
        <tr>
 
19
          <th colspan="3" align="center" id="chaptername">3.19. Max RGB</th>
 
20
        </tr>
 
21
        <tr>
 
22
          <td width="20%" align="left"><a accesskey="p" href="ch06s03s18.html">Prev</a> </td>
 
23
          <th width="60%" align="center" id="sectionname">3.19. Max RGB</th>
 
24
          <td width="20%" align="right"> <a accesskey="n" href="ch06s03s20.html">Next</a></td>
 
25
        </tr>
 
26
      </table>
 
27
      <hr />
 
28
    </div>
 
29
    <div class="sect2" lang="en" xml:lang="en">
 
30
      <div class="titlepage">
 
31
        <div>
 
32
          <div>
 
33
            <h3 class="title"><a id="plug-in-max-rgb"></a>3.19. Max RGB</h3>
 
34
          </div>
 
35
        </div>
 
36
      </div>
 
37
      <a id="id3360166" class="indexterm"></a>
 
38
      <div class="mediaobject">
 
39
        <img src="../images/filters/filters-color-maxRGB.png" />
 
40
      </div>
 
41
      <div class="simplesect" lang="en" xml:lang="en">
 
42
        <div class="titlepage">
 
43
          <div>
 
44
            <div>
 
45
              <h4 class="title"><a id="id3359900"></a>Overview</h4>
 
46
            </div>
 
47
          </div>
 
48
        </div>
 
49
        <p>
 
50
      This filter is found in 
 
51
      <span class="guimenuitem">Image&gt;Filters/Colors/<span class="accel">M</span>ax RGB</span>
 
52
    </p>
 
53
        <p>
 
54
      For every pixel of the image, this filter holds the channel with the maximal / minimal intensity.
 
55
    </p>
 
56
      </div>
 
57
      <div class="simplesect" lang="en" xml:lang="en">
 
58
        <div class="titlepage">
 
59
          <div>
 
60
            <div>
 
61
              <h4 class="title"><a id="id3360279"></a>Preview</h4>
 
62
            </div>
 
63
          </div>
 
64
        </div>
 
65
        <p>
 
66
      This preview displays the resulting image after treatment by filter.
 
67
    </p>
 
68
      </div>
 
69
      <div class="simplesect" lang="en" xml:lang="en">
 
70
        <div class="titlepage">
 
71
          <div>
 
72
            <div>
 
73
              <h4 class="title"><a id="id3360202"></a>Options</h4>
 
74
            </div>
 
75
          </div>
 
76
        </div>
 
77
        <div class="variablelist">
 
78
          <dl>
 
79
            <dt>
 
80
              <span class="term">Parameter Settings</span>
 
81
            </dt>
 
82
            <dd>
 
83
              <p>
 
84
            <span class="guilabel">Hold the maximal channels</span>: For every pixel, the filter keeps intensity of 
 
85
            the RGB color channel which has the maximal intensity and reduces other both to zero. For 
 
86
            example: 220, 158, 175  max--&gt; 220, 0, 0. If two channels have same intensity, both are held: 
 
87
            210, 54, 210 max--&gt; 210, 0, 210.
 
88
          </p>
 
89
              <p>
 
90
            <span class="guilabel">Hold the minimal channels</span>: For every pixel, the filter keeps intensity of 
 
91
            the RGB color channel which has the minimal intensity and reduce both others to zero. For 
 
92
            example: 220, 158, 175  min--&gt; 0, 158, 0. If two minimal channels have same intensity, both are 
 
93
            held: 210, 54, 54 min--&gt; 0, 54, 54.
 
94
          </p>
 
95
              <p>
 
96
            Grey levels are not changed since light intensity is the same in all three channels.
 
97
          </p>
 
98
            </dd>
 
99
          </dl>
 
100
        </div>
 
101
      </div>
 
102
    </div>
 
103
    <div class="navfooter">
 
104
      <hr />
 
105
      <table width="100%" summary="Navigation footer">
 
106
        <tr>
 
107
          <td width="40%" align="left"><a accesskey="p" href="ch06s03s18.html">Prev</a> </td>
 
108
          <td width="20%" align="center">
 
109
            <a accesskey="u" href="ch06s03.html">Up</a>
 
110
          </td>
 
111
          <td width="40%" align="right"> <a accesskey="n" href="ch06s03s20.html">Next</a></td>
 
112
        </tr>
 
113
        <tr>
 
114
          <td width="40%" align="left" valign="top">3.18. Hot </td>
 
115
          <td width="20%" align="center">
 
116
            <a accesskey="h" href="index.html">Home</a>
 
117
          </td>
 
118
          <td width="40%" align="right" valign="top"> 3.20. Semi-Flatten</td>
 
119
        </tr>
 
120
      </table>
 
121
    </div>
 
122
  </body>
 
123
</html>