1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3                       "http://www.docbook.org/xml/4.3/docbookx.dtd">
4<!-- section history:
5  2007-06-13 Added Spanish translation by AntI
6  2007-03-12 Kolbjørn: added no translation
7  2005-11-16 reviewed and split into one file per command by axel.wernicke
8-->
9<sect2 id="gimp-layer-transform-menu">
10  <title>The <quote>Transform</quote> Submenu</title>
11
12  <indexterm>
13    <primary>Layer</primary>
14    <secondary>Sub-menu</secondary>
15    <tertiary>Transform</tertiary>
16  </indexterm>
17
18  <figure>
19    <title>
20      The <quote>Transform</quote> Submenu of the <quote>Layer</quote> menu
21    </title>
22    <mediaobject>
23      <imageobject>
24        <imagedata fileref="images/menus/layer/transform.png" format="PNG"/>
25      </imageobject>
26    </mediaobject>
27  </figure>
28  <para>
29    The <guisubmenu>Transform</guisubmenu> submenu of the
30    <guimenu>Layer</guimenu> menu contains commands which flip or rotate
31    the active layer of the image.
32  </para>
33
34  <sect3>
35    <title>Activating the Submenu</title>
36    <itemizedlist>
37      <listitem>
38        <para>
39          You can access this submenu from the image menubar through
40          <menuchoice>
41            <guimenu>Layer</guimenu>
42            <guimenuitem>Transform</guimenuitem>
43          </menuchoice>.
44        </para>
45      </listitem>
46    </itemizedlist>
47  </sect3>
48
49  <sect3>
50    <title>The Contents of the <quote>Transform</quote> Submenu</title>
51    <para>
52      The <guisubmenu>Transform</guisubmenu> submenu contains the following
53      commands:
54    </para>
55    <itemizedlist>
56      <listitem>
57        <para>
58          <xref linkend="gimp-layer-flip-horizontal"/>
59        </para>
60      </listitem>
61      <listitem>
62        <para>
63          <xref linkend="gimp-layer-flip-vertical"/>
64        </para>
65      </listitem>
66      <listitem>
67        <para>
68          <xref linkend="gimp-layer-rotate-90"/>
69        </para>
70      </listitem>
71      <listitem>
72        <para>
73          <xref linkend="gimp-layer-rotate-270"/>
74        </para>
75      </listitem>
76      <listitem>
77        <para>
78          <xref linkend="gimp-layer-rotate-180"/>
79        </para>
80      </listitem>
81      <listitem>
82        <para>
83          <xref linkend="gimp-layer-rotate-arbitrary"/>
84        </para>
85      </listitem>
86      <listitem>
87        <para>
88          <xref linkend="gimp-layer-offset"/>
89        </para>
90      </listitem>
91    </itemizedlist>
92  </sect3>
93</sect2>
94