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
|
<?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>7.6. Transform</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="ch05s07.html" title="7. Layers" />
<link rel="prev" href="ch05s07s05.html" title="7.5. Transparency" />
<link rel="next" href="ch05s08.html" title="8. Tools" />
</head>
<body>
<div xmlns="" class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center" id="chaptername">7.6. Transform</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="ch05s07s05.html">Prev</a> </td>
<th width="60%" align="center" id="sectionname">7.6. Transform</th>
<td width="20%" align="right"> <a accesskey="n" href="ch05s08.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-layer-transform-menu"></a>7.6. Transform</h3>
</div>
</div>
</div>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/menus/menus-layer-transform.png" />
<div class="caption">
<p>
The Transform submenu of the Layer menu
</p>
</div>
</div>
</div>
<p>
The Transform submenu of the Layers menu contains operations that
flip or rotate the active layer of the image.
</p>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="gimp-layer-flip-horizontal"></a>Flip Horizontally [or Vertically]</h4>
</div>
</div>
</div>
<a id="gimp-layer-flip-vertical"></a>
<p>
These commands can be accessed from an image menubar as
<span class="guimenu">Layer</span>-><span class="guisubmenu">Transform</span>,
followed by <span class="guimenuitem">Flip Horizontally</span> or
<span class="guimenuitem">Flip Vertically</span>
</p>
<p>
"Flip Horizontally" reverses the layer left-to-right, and "Flip
Vertically" reverses it top-to-bottom. Both commands leave the
layer dimensions unchanged; neither causes any degradation of
pixel data in the layer.
</p>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="gimp-layer-rotate-90"></a>Rotate 90 degrees CW [or CCW, or 180 degrees]</h4>
</div>
</div>
</div>
<a id="gimp-layer-rotate-270"></a>
<a id="gimp-layer-rotate-180"></a>
<p>
These commands can be accessed from an image menubar as
<span class="guimenu">Layer</span>-><span class="guisubmenu">Transform</span>,
followed by <span class="guimenuitem">Rotate 90 degrees CW</span>,
<span class="guimenuitem">Rotate 90 degrees CCW</span>, or
<span class="guimenuitem">Rotate 180 degrees</span>.
</p>
<p>
Each of them rotates the layer in the specified way, with no
degradation of pixel data. The shape of the layer is not
altered: note that this may cause it to extend beyond the
bounds of the image. (In GIMP this is permitted, and does not
force the layer to be cropped. You will not, however, be able
to see the parts that extend outside the image unless you resize
the image canvas or move the layer.) The center of the layer
will be located at the same place after rotation as it was
before rotation.
</p>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id3354884"></a>Arbitrary Rotation</h4>
</div>
</div>
</div>
<p>
This command, accessed from an image menubar as
<span class="guimenu">Layer</span>-><span class="guisubmenu">Transform</span>-><span class="guimenuitem">Arbitrary Rotation</span>,
it is an alternative way of activating the <a href="ch03s04s03.html" title="4.3. Rotate Tool">Rotate tool</a>.
</p>
</div>
<div class="simplesect" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="gimp-layer-offset"></a>Offset</h4>
</div>
</div>
</div>
<div class="informalfigure">
<div class="mediaobject">
<img src="../images/menus/dialogs-offset-layer.png" />
<div class="caption">
<p>
The "Offset" dialog
</p>
</div>
</div>
</div>
<p>
This command can be accessed from an image menubar as
<span class="guimenu">Layer</span>-><span class="guisubmenu">Transform</span>-><span class="guimenuitem">Offset</span>.
</p>
<p>
"Offset" allows you to shift the <span class="emphasis"><em>contents</em></span>
of the active layer; it does not change the
<span class="emphasis"><em>dimensions</em></span> of the layer. Anything that
gets shifted outside the edges of the layer is cropped away.
Choosing this menu entry brings up a dialog that allows you to
specify how the shift should be performed. You can set
the distance to shift
the layer in the X and Y directions, measuring from the upper
left corner, with positive numbers representing movement to the
right (X) or downward (Y). The default units are pixels, but
you can use the Units menu in the Offset area to change this if
you like: units of "%" are sometimes useful. Pressing the
button labeled "Offset by x/2, y/2" will cause the layer
contents to be shifted exactly half the width and height of the
layer. There are three possible ways to treat the areas left
empty by the shift, specified by "Edge Behavior":
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p><b>Wrap around. </b>
This option causes the empty space to be filled with the
parts of the layer that are shifted outside the edges.
</p>
</li>
<li>
<p><b>Fill with background color. </b>
This option causes the empty space to be filled with the
Background color shown in the Color Area of the Toolbox.
</p>
</li>
<li>
<p><b>Make transparent. </b>
This option causes the empty area to be made transparent.
If the layer lacks an alpha channel, "Make transparent" will
not be available.
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="ch05s07s05.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="ch05s07.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="ch05s08.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">7.5. Transparency </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> 8. Tools</td>
</tr>
</table>
</div>
</body>
</html>
|