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

« back to all changes in this revision

Viewing changes to gnome-help/hi/color-calibrationcharacterization.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-calibrationcharacterization" xml:lang="hi">
 
3
 
 
4
  <info>
 
5
 
 
6
    <link type="guide" xref="color#calibration"/>
 
7
 
 
8
    <desc>Calibration and characterization are different things entirely.</desc>
 
9
 
 
10
    <credit type="author">
 
11
      <name>Richard Hughes</name>
 
12
      <email>richard@hughsie.com</email>
 
13
    </credit>
 
14
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
15
  </info>
 
16
 
 
17
  <title>What's the difference between calibration and characterization?</title>
 
18
  <p>
 
19
    Many people are initially confused about the difference between calibration
 
20
    and characterization.
 
21
    Calibration is the process of modifying the color behavior of a device.
 
22
    This is typically done using two mechanisms:
 
23
  </p>
 
24
  <list>
 
25
    <item><p>Changing controls or internal settings that it has</p></item>
 
26
    <item><p>Applying curves to its color channels</p></item>
 
27
  </list>
 
28
  <p>
 
29
    The idea of calibration is to put a device is a defined state with regard
 
30
    to its color response.
 
31
    Often this is used as a day to day means of maintaining reproducible behavior.
 
32
    Typically calibration will be stored in device or systems specific file
 
33
    formats that record the device settings or per-channel calibration curves.
 
34
  </p>
 
35
  <p>
 
36
    Characterization (or profiling) is <em>recording</em> the way
 
37
    a device reproduces or responds to color.
 
38
    Typically the result is stored in a device ICC profile.
 
39
    Such a profile does not in itself modify color in any way.
 
40
    It allows a system such as a CMM (Color Management Module) or a color aware
 
41
    application to modify color when combined with another device profile.
 
42
    Only by knowing the characteristics of two devices, can a way of
 
43
    transferring color from one device representation to another be achieved.
 
44
  </p>
 
45
  <note>
 
46
    <p>
 
47
      Note that a characterization (profile) will only be valid for a device
 
48
      if it is in the same state of calibration as it was when it was
 
49
      characterized.
 
50
    </p>
 
51
  </note>
 
52
  <p>
 
53
    In the case of display profiles there is some additional confusion because
 
54
    often the calibration information is stored in the profile for convenience.
 
55
    By convention it is stored in a tag called the <em>vcgt</em> tag.
 
56
    Although it is stored in the profile, none of the normal ICC based tools
 
57
    or applications are aware of it, or do anything with it.
 
58
    Similarly, typical display calibration tools and applications will not be
 
59
    aware of, or do anything with the ICC characterization (profile) information.
 
60
  </p>
 
61
 
 
62
</page>