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  2017-04-01 elle stone: color management moved out of Mode.
6  2017-05-05 elle stone: remaining submenus added to this page
7-->
8<sect2 id="gimp-image-color-management">
9  <title>Color Management</title>
10
11  <indexterm>
12    <primary>Color Management</primary>
13    <secondary>Submenu</secondary>
14  </indexterm>
15  <indexterm>
16    <primary>Image</primary>
17    <secondary>Color Management</secondary>
18    <tertiary>Menu</tertiary>
19  </indexterm>
20  <para>
21    The <guimenuitem>Color Management</guimenuitem> submenu contains commands
22    which let you change the ICC color profile associated with an image
23    and also let you save the associated ICC color profile to disk. There are
24    five options in the Color Management submenu.
25  </para>
26
27  <figure>
28    <title>
29      The <quote>Color Management</quote> submenu of the <quote>Image</quote>
30      menu
31    </title>
32    <mediaobject>
33      <imageobject>
34        <imagedata fileref="images/menus/image/color-management.png" format="PNG"/>
35      </imageobject>
36    </mediaobject>
37  </figure>
38
39  <sect3>
40    <title>Activating the <guimenuitem>Color Management</guimenuitem>
41    Submenu</title>
42        <para>
43          You can access this command from the image menu bar through
44          <menuchoice>
45            <guimenu>Image</guimenu>
46            <guimenuitem>Color Management</guimenuitem>
47          </menuchoice>.
48        </para>
49  </sect3>
50
51  <sect3>
52    <title>The Contents of the <quote>Color Management</quote> Submenu</title>
53    <itemizedlist>
54      <listitem>
55        <para>
56          <link linkend="gimp-image-enable-color-management">Enable
57          Color Management</link>
58        </para>
59      </listitem>
60      <listitem>
61        <para>
62          <link linkend="gimp-image-assign-color-profile">Assign
63          Color Profile</link>
64        </para>
65      </listitem>
66      <listitem>
67        <para>
68          <link linkend="gimp-image-convert-to-color-profile">Convert to
69           Color Profile</link>
70        </para>
71      </listitem>
72      <listitem>
73        <para>
74          <link linkend="gimp-image-discard-color-profile">Discard
75           Color Profile</link>
76        </para>
77      </listitem>
78      <listitem>
79        <para>
80          <link linkend="gimp-image-save-color-profile-to-file">Save Color
81          Profile to File</link>
82        </para>
83      </listitem>
84    </itemizedlist>
85  </sect3>
86</sect2>
87