File: ch05s06s02.html

package info (click to toggle)
gimp-help 2%2B0.7-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 30,852 kB
  • ctags: 4
  • sloc: xml: 104,248; sh: 544; makefile: 262; perl: 42
file content (273 lines) | stat: -rw-r--r-- 11,171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>6.2. Mode</title>
    <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
    <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
    <link rel="start" href="index.html" title="&#10;      &#10;    " />
    <link rel="up" href="ch05s06.html" title="6. Image" />
    <link rel="prev" href="ch05s06.html" title="6. Image" />
    <link rel="next" href="ch05s06s03.html" title="6.3. Transform" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center" id="chaptername">6.2. Mode</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="ch05s06.html">Prev</a> </td>
          <th width="60%" align="center" id="sectionname">6.2. Mode</th>
          <td width="20%" align="right"> <a accesskey="n" href="ch05s06s03.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="sect2" lang="en" xml:lang="en">
      <div class="titlepage">
        <div>
          <div>
            <h3 class="title"><a id="gimp-image-mode"></a>6.2. Mode</h3>
          </div>
        </div>
      </div>
      <a id="id3351621" class="indexterm"></a>
      <div class="informalfigure">
        <div class="mediaobject">
          <img src="../images/menus/menus-image-mode.png" />
          <div class="caption">
            <p>
          The Mode submenu of the Image menu
        </p>
          </div>
        </div>
      </div>
      <div class="simplesect" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h4 class="title"><a id="id3351707"></a>Overview</h4>
            </div>
          </div>
        </div>
        <p>
      This command can be accessed via the image menu:
      <span class="guimenu">Image</span>/
      <span class="guimenuitem"><span class="accel">M</span>ode...</span>.
    </p>
        <p>
      It allows you to change the color
      mode of your image.  Three modes are available:
    </p>
      </div>
      <div class="simplesect" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h4 class="title"><a id="id3351553"></a>Mode Menuitems</h4>
            </div>
          </div>
        </div>
        <div class="variablelist">
          <dl>
            <dt>
              <a id="gimp-image-convert-rgb"></a>
              <span class="term">The RGB mode</span>
            </dt>
            <dd>
              <p>          
              You are normally working in RGB mode, well adapted to
              screen.  See <a href="go01.html#glossary-colormodel">Glossary</a>.  You can
              change RGB to Grayscale or Indexed, but be careful: once the
              image saved you can no longer retrieve the RGB colors.  Work
              on a copy.      
            </p>
            </dd>
            <dt>
              <a id="gimp-image-convert-grayscale"></a>
              <span class="term">The Grayscale mode</span>
            </dt>
            <dd>
              <p>                   
              <span class="guilabel">Grayscale</span>: Converts your image to a 256
              gray level image. See the glossary for mor information about
              the <a href="go01.html#glossary-colormodel">grayscale
              mode</a>. 
            </p>
            </dd>
            <dt>
              <a id="gimp-image-convert-indexed"></a>
              <span class="term">The Indexed mode</span>
            </dt>
            <dd>
              <p>                   
              This option opens the <span class="guilabel">Convert Image to Indexed
              Colors</span> dialog:  
            </p>
              <div class="mediaobject">
                <img src="../images/dialogs/dialogs-image-mode-indexed.png" />
              </div>
            </dd>
          </dl>
        </div>
        <div class="variablelist">
          <p class="title">
            <b>Convert Image to Indexed Colors</b>
          </p>
          <p>
            See <a href="go01.html#glossary-colormodel">Glossary</a> for 
            explanations about the Indexed Color Mode.
          </p>
          <dl>
            <dt>
              <span class="term">General Palette Options</span>
            </dt>
            <dd>
              <div class="itemizedlist">
                <ul type="opencircle">
                  <li style="list-style-type: circle">
                    <p>
                  <span class="guilabel">Generate Optimate Palette</span>: This
                  option generates the best possible palette with a
                  default maximum number of 256 colors (classical GIF
                  format). You can reduce this <span class="emphasis"><em>Maximum Number of
                  Colors</em></span>. This may create unwanted effects on
                  smooth transitions. You can reduce them by using a
                  dithering option.
                </p>
                  </li>
                  <li style="list-style-type: circle">
                    <p>
                  <span class="guilabel">Use Black and White (1-bit)
                  Palette</span>: This option generates line-art
                  images.
                </p>
                  </li>
                  <li style="list-style-type: circle">
                    <p>
                  <span class="guilabel">Use Custom Palette</span>: The button
                  allows you to select a custom palette in a list. The
                  number of colors is indicated for each palette. The Web
                  palette, 216 colors, is the Web-safe palette. It was
                  originally created by Netscape to provide colors that
                  would look the same on both Macs and PCs and Internet
                  Explorer 3 could manage it. Since version 4, MSIE
                  handles a 212 colors palette... This problem of color
                  similarity between all platforms is not solved yet and
                  probably will never be. You have to keep to two
                  principles in your Web page: light text on dark
                  background or dark text on light background and never
                  entrust an information to a color.              
                </p>
                    <p>
                  Some colors of the palette may not be used if your image
                  is poorly colored. They will be removed from the palette
                  if the option <span class="emphasis"><em>Remove Unused Colors from the
                  Final Palette</em></span> is checked.
                </p>
                  </li>
                </ul>
              </div>
            </dd>
            <dt>
              <span class="term">Dithering Options</span>
            </dt>
            <dd>
              <p>
              As an indexed image contains 256 colors or less, some colors
              in the original image may be absent in the palette. This may
              result in some blotchy or solid colors in subtle color
              areas. These options allows you to correct these unwanted
              effects induced by the Palette Options. 
            </p>
              <p>
              The filter will attempt to approximate the missing color by
              spreading pixels of the nearest palette colors going
              clustering.  These clustered pixels seen from a distance
              simulate a new color. See the glossary for more information
              on <a href="go01.html#glossary-dithering">dithering</a>.
            </p>
              <p>
              Three filters are available. It's not possible to foresee
              what the result of a specific filter will be and you will
              have to try all to get the best result. The
              <span class="emphasis"><em>Positioned Color Dithering</em></span> is well
              adapted to animations. 
            </p>
              <div class="informalfigure">
                <div class="mediaobject">
                  <img src="../images/dialogs/examples/dither1.png" />
                  <div class="caption">
                    <p>
                    Here is the image of a smooth transition as an
                    example.
                  </p>
                  </div>
                </div>
              </div>
              <div class="informalfigure">
                <div class="mediaobject">
                  <img src="../images/dialogs/examples/dither2.png" />
                  <div class="caption">
                    <p>
                    After transformation to GIF 4 colors without dithering.
                  </p>
                  </div>
                </div>
              </div>
              <div class="informalfigure">
                <div class="mediaobject">
                  <img src="../images/dialogs/examples/dither3.png" />
                  <div class="caption">
                    <p>
                    GIF 4 colors with Floyd-Sternberg (normal).
                  </p>
                  </div>
                </div>
              </div>
              <div class="informalfigure">
                <div class="mediaobject">
                  <img src="../images/dialogs/examples/dither4.png" />
                  <div class="caption">
                    <p>
                    GIF 4 colors with Floyd-Sternberg-2.
                  </p>
                  </div>
                </div>
              </div>
              <p>
              In a GIF image transparency is coded on 1 bit: transparent
              or not transparent. To give an illusion of partial
              transparency use the option <span class="guilabel">Enable Dithering of
              Transparency</span>, but the semi-flatten plugin
               will give you a better result.
            </p>
            </dd>
          </dl>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="ch05s06.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch05s06.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="ch05s06s03.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">6. Image </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> 6.3. Transform</td>
        </tr>
      </table>
    </div>
  </body>
</html>