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

« back to all changes in this revision

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