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

« back to all changes in this revision

Viewing changes to gnome-help/lv/color-testing.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-23 14:38:11 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120223143811-wyn109rglrbx3mnr
Tags: 3.3.1-0ubuntu1
* New upstream release.
* debian/watch: Watch for unstable releases

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" style="task" id="color-testing" xml:lang="lv">
 
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
  </info>
 
14
 
 
15
  <title>How do I test if color management is working correctly?</title>
 
16
  <p>
 
17
    The effects of a color profile are sometimes subtle and it may be
 
18
    hard to see if anything much has changed.
 
19
  </p>
 
20
  <p>
 
21
    In GNOME we ship several profiles for testing that make it very
 
22
    clear when the profiles are being applied:
 
23
  </p>
 
24
 
 
25
  <list>
 
26
    <item>
 
27
      <p>
 
28
        <em>Bluish Test</em>: This will turn the screen blue and tests
 
29
        if the calibration curves are being sent to the display
 
30
      </p>
 
31
    </item>
 
32
    <item>
 
33
      <p>
 
34
        <em>ADOBEGAMMA-test</em>: This will turn the screen pink and
 
35
        tests different features of a screen profile
 
36
      </p>
 
37
    </item>
 
38
    <item>
 
39
      <p>
 
40
        <em>FakeBRG</em>: This will not change the screen, but will swap
 
41
        around the RGB channels to become BGR.
 
42
        This will make all the colors gradients look mostly correct, and
 
43
        there won't be much difference on the whole screen, but images
 
44
        will look very different in applications that support color
 
45
        management.
 
46
      </p>
 
47
    </item>
 
48
  </list>
 
49
 
 
50
  <p>
 
51
    Add one of the test profiles to your display device using the
 
52
    <guiseq><gui>System Settings</gui><gui>Color</gui></guiseq>
 
53
    preferences.
 
54
  </p>
 
55
 
 
56
  <p>
 
57
    Using these profiles you can clearly see when an application
 
58
    supports color management.
 
59
  </p>
 
60
 
 
61
</page>