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 274 275 276
|
<?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>2.2. Using the Layerdialog</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="ch04s02.html" title="2. Layers dialog" />
<link rel="prev" href="ch04s02.html" title="2. Layers dialog" />
<link rel="next" href="ch04s02s03.html" title="2.3. Layer masks" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">2.2. Using the Layerdialog</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch04s02.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">2.2. Using the Layerdialog</th>
<td width="20%" align="right"> <a accesskey="n" href="ch04s02s03.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="id3333822"></a>2.2. Using the Layerdialog</h3>
</div>
</div>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">Overview</span>
</dt>
<dd>
<p>
Every layer appears in the dialog in form of a thumbnail. When
an image has many layers as components then it appears like a
list. The upper layer in the list is the first one visible and
the lowest layer the last visible, the background. Above the
list one can find characteristics related individually to each
layer. Under the list one can find managements buttons for the
layer list. A right-click in a layer thumbnail opens the layer
<a href="ch05s07.html" title="7. Layers">menu</a>.
</p>
</dd>
<dt>
<span class="term">Layer attributes</span>
</dt>
<dd>
<p>
Every layer is shown in the list with its own attributes. The
main attribute is the name of the layer itself. You can edit it
by a double-click on the name or the thumbnail of the layer. In
front of the thumbnail is an icon showing an eye
<span class="guiicon">
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-eye.png" /></span>
</span>. By clicking on the eye, you toggle whether the layer is
visible or not. (Shift-clicking on the eye causes all
<span class="emphasis"><em>other</em></span> to be temporarily hidden.) An
other icon showing a chain <span class="guiicon">
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-vchain.png" /></span>
</span> enables to group layers for operations on multiples
layers (for example with the Move tool).
</p>
<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[Tip]" src="../images/tip.png" />
</td>
<th align="left">Tip</th>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<p>
In case of an animation layer GIF or MNG the name of the
layer can be used to specify some parameters : Layer_name
(delay in ms) (combination mode), for example Frame-1 (100
ms) (replace). The <span class="guilabel">delay</span> set the time
during the layer is visible in the animation. The combination
mode set if you combine with the previous layer or replace
it: the two modes are (combine) or (replace).
</p>
</td>
</tr>
</table>
</div>
</dd>
<dt>
<span class="term">Layers characteristics</span>
</dt>
<dd>
<p>
Above the layer list it's possible to specify some properties for
the active layer. The active layer is the one highlighted in blue. The
properties are : "Layer mode", "Keep transparency", and "Opacity".
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<div class="mediaobject">
<img src="../images/dialogs/dialogs-layer-modes.png" />
</div>
<p>
<span class="guilabel">Layer modes</span>:
The layer mode determines how the layer interact with the
other layers. From the combo box you can access to all the
mode provided by Gimp. The layer modes are full detailled
in the <a href="go01.html#glossary-modes">Glossary</a>.
</p>
</li>
<li>
<div class="mediaobject">
<img src="../images/dialogs/dialogs-layer-keeptrans.png" />
</div>
<p>
<span class="guilabel">Keep transparency</span>: If you check this
option the transparent areas of the layer will be keeped,
this even if you have checked the <span class="guilabel">Fill
transparent areas</span> option for the Bucket fill
tool.
</p>
</li>
<li>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-layer-opacity.png" /></span>
</p>
<p>
<span class="guilabel"><a id="gimp-layer-dialog-opacity-scale"></a>Opacity</span>:
By moving the slider you give less or more opacity to the
layer. With a 0 opacity value the layer is transparent and
full invisible. Don't mistake with the Layer mask (see
chapter Layer mask) that sets the transparency pixel by
pixel.
</p>
</li>
</ul>
</div>
</dd>
<dt>
<span class="term">Layer management</span>
</dt>
<dd>
<p>
Under the layer list a set of buttons allows you to perform
some basis operations on the layer list.
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-edit.png" /></span>
<span class="guilabel">Edit layer attributs</span>:
You can change here the name of the active layer in the list.
</p>
</li>
<li>
<a id="gimp-layer-new"></a>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-new.png" /></span>
<span class="guilabel">New layer</span>:
You can create here a new layer. A dialog is opened where
you have to fill the <span class="guilabel">Layer name</span>,
perhaps change default <span class="guilabel">Height</span> and
<span class="guilabel">Width</span> choose the <span class="guilabel">Layer fill
type</span> which will be the new layer background.
</p>
</li>
<li>
<a id="gimp-layer-raise"></a>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-raise.png" /></span>
<span class="guilabel">Raise layer</span>:
You can here put the layer up a level in the list. Press the
<span><b class="keycap">Shift</b></span> key to move the layer to the top of
the list.
</p>
</li>
<li>
<a id="gimp-layer-lower"></a>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-lower.png" /></span>
<span class="guilabel">Lower layer</span>:
You can here put the layer down a level in the list. Press the
<span><b class="keycap">Shift</b></span> key to move the layer to the bottom of
the list.
</p>
<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[Tip]" src="../images/tip.png" />
</td>
<th align="left">Tip</th>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<p>
To move a layer at the bottom of the list, first
give a transparency channel to the Backgrpund layer
(also called Alpha channel). Right click on the
Background layer and select <span class="guilabel">Add Alpha
channel</span> in the menu.
</p>
</td>
</tr>
</table>
</div>
<p>
</p>
</li>
<li>
<a id="gimp-layer-duplicate"></a>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-duplicate.png" /></span>
<span class="guilabel">Duplicate layer</span>:
You can create here a copy of the active layer. Name of new
layer is suffixed with a number.
</p>
</li>
<li>
<a id="gimp-layer-anchor"></a>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-anchor.png" /></span>
<span class="guilabel">Anchor layer</span>:
When the active layer is a temporary layer (also called floating
selection) shown by this icon
<span class="guiicon">
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-floating.png" /></span>
</span>,
this button anchors it in the previous active layer.
</p>
</li>
<li>
<a id="gimp-layer-delete"></a>
<p>
<span class="inlinemediaobject"><img src="../images/dialogs/dialogs-icon-delete.png" /></span>
<span class="guilabel">Delete layer</span> :
You can here delete the active layer.
</p>
</li>
</ul>
</div>
</dd>
</dl>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch04s02.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch04s02.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch04s02s03.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">2. Layers dialog </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> 2.3. Layer masks</td>
</tr>
</table>
</div>
</body>
</html>
|