~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/sl/color-whatisprofile.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="color-whatisprofile" xml:lang="sl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="color#profiles"/>
 
6
    <desc>A color profile is a simple file that expresses a color space or device response.</desc>
 
7
    <credit type="author">
 
8
      <name>Richard Hughes</name>
 
9
      <email>richard@hughsie.com</email>
 
10
    </credit>
 
11
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
12
  </info>
 
13
 
 
14
  <title>What is a color profile?</title>
 
15
 
 
16
  <p>
 
17
    A color profile is a set of data that characterizes either a device
 
18
    such as a projector or a color space such as sRGB.
 
19
  </p>
 
20
  <p>
 
21
    Most color profiles are in the form of an ICC profile, which is a
 
22
    small file with a <input>.ICC</input> or <input>.ICM</input> file
 
23
    extension.
 
24
  </p>
 
25
  <p>
 
26
    Color profiles can be embedded into images to specify the gamut range
 
27
    of the data.
 
28
    This ensures that users see the same colors on different devices.
 
29
  </p>
 
30
  <p>
 
31
    Every device that is processing color should have it's own ICC
 
32
    profile and when this is achieved the system is said to have an
 
33
    <em>end-to-end color-managed workflow</em>.
 
34
    With this kind of workflow you can be sure that colors are not being
 
35
    lost or modified.
 
36
  </p>
 
37
 
 
38
</page>