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

« back to all changes in this revision

Viewing changes to gnome-help/C/color-testing.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
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic"
 
3
      id="color-testing">
 
4
 
 
5
  <info>
 
6
    <link type="guide" xref="color#problems"/>
 
7
    <link type="seealso" xref="color-gettingprofiles"/>
 
8
    <desc>Testing color management isn't hard, and we even supply some test profiles.</desc>
 
9
    <credit type="author">
 
10
      <name>Richard Hughes</name>
 
11
      <email>richard@hughsie.com</email>
 
12
    </credit>
 
13
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
14
  </info>
 
15
 
 
16
  <title>How do I test if color management is working correctly?</title>
 
17
  <p>
 
18
    The effects of a color profile are sometimes subtle and it may be
 
19
    hard to see if anything much has changed.
 
20
  </p>
 
21
  <p>
 
22
    In GNOME we ship several profiles for testing that make it very
 
23
    clear when the profiles are being applied:
 
24
  </p>
 
25
 
 
26
  <list>
 
27
    <item>
 
28
      <p>
 
29
        <em>Bluish Test</em>: This will turn the screen blue and tests
 
30
        if the calibration curves are being sent to the display
 
31
      </p>
 
32
    </item>
 
33
    <item>
 
34
      <p>
 
35
        <em>ADOBEGAMMA-test</em>: This will turn the screen pink and
 
36
        tests different features of a screen profile
 
37
      </p>
 
38
    </item>
 
39
    <item>
 
40
      <p>
 
41
        <em>FakeBRG</em>: This will not change the screen, but will swap
 
42
        around the RGB channels to become BGR.
 
43
        This will make all the colors gradients look mostly correct, and
 
44
        there won't be much difference on the whole screen, but images
 
45
        will look very different in applications that support color
 
46
        management.
 
47
      </p>
 
48
    </item>
 
49
  </list>
 
50
 
 
51
  <p>
 
52
    Add one of the test profiles to your display device using the
 
53
    <guiseq><gui>System Settings</gui><gui>Color</gui></guiseq>
 
54
    preferences.
 
55
  </p>
 
56
 
 
57
  <p>
 
58
    Using these profiles you can clearly see when an application
 
59
    supports color management.
 
60
  </p>
 
61
 
 
62
</page>