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

« back to all changes in this revision

Viewing changes to gnome-help/vi/color-whyimportant.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-whyimportant" xml:lang="vi">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="color"/>
 
6
    <desc>Color management is important for designers, photographers and artists.</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>Why is color management important?</title>
 
15
  <p>
 
16
    Color management is the process of capturing a color using an input
 
17
    device, displaying it on a screen, and printing it all whilst managing
 
18
    the exact colors and the range of colors on each medium.
 
19
  </p>
 
20
 
 
21
  <p>
 
22
    The need for color management is probably explained best with a
 
23
    photograph of a bird on a frosty day in winter.
 
24
  </p>
 
25
 
 
26
  <figure>
 
27
    <desc>A bird on a frosty wall as seen on the camera view-finder</desc>
 
28
    <media type="image" mime="image/png" src="figures/color-camera.png"/>
 
29
  </figure>
 
30
 
 
31
  <p>
 
32
    Displays typically over-saturate the blue channel, making the images
 
33
    look cold.
 
34
  </p>
 
35
 
 
36
  <figure>
 
37
    <desc>This is what the user sees on a typical business laptop screen</desc>
 
38
    <media type="image" mime="image/png" src="figures/color-display.png"/>
 
39
  </figure>
 
40
 
 
41
  <p>
 
42
    Notice how the white is not 'paper white' and the black of the eye
 
43
    is now a muddy brown.
 
44
  </p>
 
45
 
 
46
  <figure>
 
47
    <desc>This is what the user sees when printing on a typical inkjet printer</desc>
 
48
    <media type="image" mime="image/png" src="figures/color-printer.png"/>
 
49
  </figure>
 
50
 
 
51
  <p>
 
52
    The basic problem we have here is that each device is capable of
 
53
    handling a different range of colors.
 
54
    So while you might be able to take a photo of electric blue, most
 
55
    printers are not going to be able to reproduce it.
 
56
  </p>
 
57
  <p>
 
58
    Most image devices capture in RGB (Red, Green, Blue) and have
 
59
    to convert to CMYK (Cyan, Magenta, Yellow, and Black) to print.
 
60
    Another problem is that you can't have <em>white</em> ink, and so
 
61
    the whiteness can only be as good as the paper color.
 
62
  </p>
 
63
 
 
64
  <p>
 
65
    Another problem is units.
 
66
    Without specifying the scale on which a color is measured, we don't
 
67
    know if 100% red is near infrared or just the deepest red ink in the
 
68
    printer.
 
69
    What is 50% red on your display is probably something like 62% on my
 
70
    display.
 
71
    It's like telling a person that you've just driven 7 units of
 
72
    distance, without the unit you don't know if that's 7 kilometers or
 
73
    7 meters.
 
74
  </p>
 
75
 
 
76
  <p>
 
77
    In color, we refer to the units as gamut. Gamut is essentually the
 
78
    range of colors that can be reproduced.
 
79
    A device like a DSLR camera might have a very large gamut, being able
 
80
    to capture all the colors in a sunset, but a projector has a very
 
81
    small gamut and all the colors are going to look "washed out".
 
82
  </p>
 
83
 
 
84
  <p>
 
85
    In some cases we can <em>correct</em> the device response by altering
 
86
    the data we sent to the device but in other cases where that's not
 
87
    possible (you can't print electric blue) we need to show the user
 
88
    what the result is going to look like.
 
89
  </p>
 
90
 
 
91
  <p>
 
92
    For photographs it makes sense to use the full tonal range of a color
 
93
    device, to be able to make smooth changes in color.
 
94
    For other graphics you might want to match the color exactly, which
 
95
    is important if you're trying to print a custom mug with the Red Hat
 
96
    logo, that <em>has</em> to be the exact Red Hat Red.
 
97
  </p>
 
98
 
 
99
</page>