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
|
<?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>3. Channels dialog</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=" " />
<link rel="up" href="ch04.html" title="Chapter 4. Dialogs" />
<link rel="prev" href="ch04s02s03.html" title="2.3. Layer masks" />
<link rel="next" href="ch04s03s02.html" title="3.2. Using the Channeldialog" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">3. Channels dialog</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch04s02s03.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">3. Channels dialog</th>
<td width="20%" align="right"> <a accesskey="n" href="ch04s03s02.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="gimp-channel-dialog"></a>3. Channels dialog</h2>
</div>
</div>
</div>
<a id="id3334487" class="indexterm"></a>
<div class="mediaobject">
<img src="../images/dialogs/dialogs-channel.png" />
</div>
<p>
The Channels dialog is the main interface to edit, modify and manage
your channels. Channels have a double usage. This is why the dialog is
divided into two parts: the first part for color channels and the
second part for selection masks.
</p>
<p>
Color channels: Color channels apply to the image and not to a
specific layer. Basically, three primary colors are necessary to
render all the wide range of natural colors. As other digital
software, the<span class="acronym">Gimp</span> uses Red, Green, and Blue as
primary colors. The first and primary channels display the
<span class="guilabel">Red</span>, <span class="guilabel">Green</span>, and
<span class="guilabel">Blue</span> values of each pixel in your image. In front
of each channel is a thumbnail displaying a grayscale representation of
each channel, where white is 100% and black is 0% of the primary color.
Alternatively, if your image is not a colored but a Grayscale image,
there is only one primary channel called <span class="guilabel">Gray</span>. For
an Indexed image with a fixed number of known colors there is also only
one primary channel called <span class="guilabel">Indexed</span>. Then there is
a secondary optionnal channel called <span class="guilabel">Alpha</span>. This
channel displays transparency values of each pixel in your image. In
front of this channel is a thumbnail displaying a grayscale
representation of the transparency where white is opaque and visible,
and black is transparent and invisible. If you create your image
without transparency then the Alpha channel is not present, but you can
add it from the <a href="ch04s02.html" title="2. Layers dialog">Layers dialog
menu</a>. Also, if you have more than one layer in your image,
Gimp automatically creates an Alpha channel.
</p>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[Note]" src="../images/note.png" />
</td>
<th align="left">Note</th>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<p>
Gimp doesn't support CMYK or YUV color models.
</p>
</td>
</tr>
</table>
</div>
<p>
</p>
<p>
Representation of an image with channels:
</p>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-channels-example.png" /></span>
</p>
<p>
The right image is decomposed in
three color channels (red, green, and blue) and the Alpha channel for
transparency. On the right image the transparency is displayed as a
gray checkerboard. In the color channel white is always white because
all the colors are present and black is black. The red hat is visible
in the red channel but quite invisible in the other channels. This is
the same for plain green and blue which are visible only in their own
channels and invisible in others.
</p>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="id3334485"></a>3.1. Calling the Dialog</h3>
</div>
</div>
</div>
<p>
The Channel dialog can be activated in many ways :
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
from the toolbox-menu:
<span class="guimenu">File</span>-><span class="guisubmenu">Dialogs</span>-><span class="guimenuitem">Channels</span>
</p>
</li>
<li>
<p>
from the image-menu:
<span class="guimenu">Dialogs</span>-><span class="guimenuitem">Channels</span>
</p>
</li>
<li>
<p>
from another dialog-menu:
<span class="guimenu">Add Tab</span>-><span class="guimenuitem">Channels</span>
</p>
</li>
</ul>
</div>
<p>
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch04s02s03.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch04.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch04s03s02.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">2.3. Layer masks </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> 3.2. Using the Channeldialog</td>
</tr>
</table>
</div>
</body>
</html>
|