home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gimp / 2.0 / help / en / gimp-tutorial-quickie-change-mode.html < prev    next >
Encoding:
Extensible Markup Language  |  2008-05-03  |  7.9 KB  |  172 lines

  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>4.6.¬† Change the Mode</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.     <link rel="stylesheet" href="gimp-help-custom.css" type="text/css" />
  10.     <link rel="alternate stylesheet" href="gimp22.css" type="text/css" title="gimp22" />
  11.     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
  12.     <link rel="start" href="index.html" title="GNU Image Manipulation Program" />
  13.     <link rel="up" href="gimp-tutorial-quickies.html" title="4.¬† GIMPLite Quickies" />
  14.     <link rel="prev" href="gimp-tutorial-quickie-info.html" title="4.5.¬† Find Info About Your Image" />
  15.     <link rel="next" href="gimp-tutorial-quickie-flip.html" title="4.7.¬† Flip An Image" />
  16.   </head>
  17.   <body>
  18.     <div class="navheader">
  19.       <table width="100%" summary="Navigation header">
  20.         <tr>
  21.           <th colspan="3" align="center">4.6.¬†
  22.       <span lang="en" xml:lang="en">Change the Mode</span>
  23.     </th>
  24.         </tr>
  25.         <tr>
  26.           <td width="20%" align="left"><a accesskey="p" href="gimp-tutorial-quickie-info.html"><img src="../images/prev.png" alt="Prev" /></a>¬†</td>
  27.           <th width="60%" align="center">4.¬†
  28.     <span lang="en" xml:lang="en">GIMPLite Quickies</span>
  29.   </th>
  30.           <td width="20%" align="right">¬†<a accesskey="n" href="gimp-tutorial-quickie-flip.html"><img src="../images/next.png" alt="Next" /></a></td>
  31.         </tr>
  32.       </table>
  33.       <hr />
  34.     </div>
  35.     <div class="sect2" lang="en" xml:lang="en">
  36.       <div class="titlepage">
  37.         <div>
  38.           <div>
  39.             <h3 class="title"><a id="gimp-tutorial-quickie-change-mode"></a>4.6.¬†
  40.       <span lang="en" xml:lang="en">Change the Mode</span>
  41.     </h3>
  42.           </div>
  43.         </div>
  44.       </div>
  45.       <a id="id2586112" class="indexterm"></a>
  46.       <a id="id2586121" class="indexterm"></a>
  47.       <p>
  48.       As with anything else, images come in different kinds and serve
  49.       different purposes. Sometimes, a small size is important (for web sites)
  50.       and at other times, retaining a high colour depth in all its glory (a
  51.       family portrait) is what you want. GIMP can handle all of this, and
  52.       more, primarily by converting between three fundamental modes, as seen
  53.       in this menu. In order to switch your image to one of these modes, you
  54.       open it and follow that menu and click the mode you want.
  55.     </p>
  56.       <p>
  57.       <span class="emphasis"><em>RGB</em></span>
  58.       - This is the default mode, used for high quality rich colour images.
  59.       This is also the mode to do most of your image work with including
  60.       scaling, cropping and even flipping as it gives the computer more
  61.       information to work with. This extra information also makes RGB Mode the
  62.       largest to store as a result.
  63.     </p>
  64.       <p>
  65.       A little bit of detail if you are interested. Each pixel or point when
  66.       in this mode consists of three different components. R->Red, G->Green,
  67.       B->Blue. Each of these in turn can have an intensity value of 0-255. So,
  68.       at every pixel, what you see is an additive combination of these three
  69.       components. All these combinations result in a way to represent millions
  70.       of colours.
  71.     </p>
  72.       <p>
  73.       As an example to practice with images have been provided in various
  74.       sizes and formats. Indexed images of different sizes: from a very old
  75.       APOD a small gif and a larger gif of the same image from a later APOD.
  76.       Also the same image in RGB as provided by Earth Observatory a smaller
  77.       version and a huge version.
  78.     </p>
  79.       <p>
  80.       <span class="emphasis"><em>Indexed</em></span>
  81.       - This is the mode usually used when file size is of concern, or when
  82.       you are working with images with few colours. It involves using a fixed
  83.       number of colours, 256 or less, at each point to represent the colour at
  84.       that point. The defaults to attempting to figure out an "optimum
  85.       palette" to best represent your image. Try it, you can undo it if you
  86.       don't like the results, or use a custom palette or more colours.
  87.     </p>
  88.       <div class="figure">
  89.         <a id="id2586212"></a>
  90.         <p class="title">
  91.           <b>Figure¬†3.28.¬†
  92.         <span lang="en" xml:lang="en">
  93.           Dialog ‚Äú<span class="quote">Change to Indexed Colors</span>‚Äù
  94.         </span>
  95.       </b>
  96.         </p>
  97.         <div class="figure-contents">
  98.           <div class="mediaobject">
  99.             <img src="../images/tutorials/quickie-mode-indexed.png" alt="Dialog Change to Indexed Colors" />
  100.           </div>
  101.         </div>
  102.       </div>
  103.       <br class="figure-break" />
  104.       <p>
  105.       As you might expect, since the information needed to represent the
  106.       colour at each pixel is less, the file size is a lot smaller. However,
  107.       sometimes, there will be options in the various menus that seem to have
  108.       been "greyed" out for no apparent reason. This usually means the filter
  109.       or option cannot be applied when your image is in its current mode.
  110.       Changing the mode to RGB as outlined above should solve this issue. If
  111.       that doesn't work either, perhaps the option you're trying requires your
  112.       layer to have the ability to be transparent. This can be done just as
  113.       easily via (Image)->Layer->Transparency->Add Alpha Channel.
  114.     </p>
  115.       <div class="figure">
  116.         <a id="id2586270"></a>
  117.         <p class="title">
  118.           <b>Figure¬†3.29.¬†
  119.         <span lang="en" xml:lang="en">Add Alpha Channel</span>
  120.       </b>
  121.         </p>
  122.         <div class="figure-contents">
  123.           <div class="mediaobject">
  124.             <img src="../images/tutorials/quickie-mode-alpha.png" alt="Add Alpha Channel" />
  125.           </div>
  126.         </div>
  127.       </div>
  128.       <br class="figure-break" />
  129.       <p>
  130.       <span class="emphasis"><em>Grayscale</em></span>
  131.       - In case you want to convert your brilliant colour image to something
  132.       that's black and white (with a lot of shades of grey), this is one of
  133.       the easiest ways in which to do it. Some photos do look a lot fancier
  134.       when displayed in grayscale. Again, if you're interested in some detail,
  135.       this is achieved by taking the RGB values at the pixels in your image,
  136.       and suitably weighted averaging them to get an intensity at that point.
  137.     </p>
  138.       <p>
  139.       There is no need to convert an image to a specific mode before saving it
  140.       in your favourite format, as GIMP is smart enough to export.
  141.     </p>
  142.     </div>
  143.     <div class="navfooter">
  144.       <hr />
  145.       <table width="100%" summary="Navigation footer">
  146.         <tr>
  147.           <td width="40%" align="left"><a accesskey="p" href="gimp-tutorial-quickie-info.html"><img src="../images/prev.png" alt="Prev" /></a>¬†</td>
  148.           <td width="20%" align="center">
  149.             <a accesskey="u" href="gimp-tutorial-quickies.html">
  150.               <img src="../images/up.png" alt="Up" />
  151.             </a>
  152.           </td>
  153.           <td width="40%" align="right">¬†<a accesskey="n" href="gimp-tutorial-quickie-flip.html"><img src="../images/next.png" alt="Next" /></a></td>
  154.         </tr>
  155.         <tr>
  156.           <td width="40%" align="left" valign="top"><a accesskey="p" href="gimp-tutorial-quickie-info.html">4.5.¬†
  157.       <span lang="en" xml:lang="en">Find Info About Your Image</span>
  158.     </a>¬†</td>
  159.           <td width="20%" align="center">
  160.             <a accesskey="h" href="index.html">
  161.               <img src="../images/home.png" alt="Home" />
  162.             </a>
  163.           </td>
  164.           <td width="40%" align="right" valign="top">¬†<a accesskey="n" href="gimp-tutorial-quickie-flip.html">4.7.¬†
  165.       <span lang="en" xml:lang="en">Flip An Image</span>
  166.     </a></td>
  167.         </tr>
  168.       </table>
  169.     </div>
  170.   </body>
  171. </html>
  172.