Blame gnome-help/vi/color-whyimportant.page

Packit 6d2957
Packit 6d2957
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="question" id="color-whyimportant" xml:lang="vi">
Packit 6d2957
Packit 6d2957
  <info>
Packit 6d2957
    <link type="guide" xref="color"/>
Packit 6d2957
    <desc>Color management is important for designers, photographers and artists.</desc>
Packit 6d2957
Packit 6d2957
    <credit type="author">
Packit 6d2957
      <name>Richard Hughes</name>
Packit 6d2957
      <email>richard@hughsie.com</email>
Packit 6d2957
    </credit>
Packit 6d2957
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
Packit 6d2957
  
Packit 6d2957
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
Packit 6d2957
      <mal:name>Nguyễn Thái Ngọc Duy</mal:name>
Packit 6d2957
      <mal:email>pclouds@gmail.com</mal:email>
Packit 6d2957
      <mal:years>2011-2012.</mal:years>
Packit 6d2957
    </mal:credit>
Packit 6d2957
  </info>
Packit 6d2957
Packit 6d2957
  <title>Why is color management important?</title>
Packit 6d2957
  

Packit 6d2957
    Color management is the process of capturing a color using an input
Packit 6d2957
    device, displaying it on a screen, and printing it all whilst managing
Packit 6d2957
    the exact colors and the range of colors on each medium.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
  

Packit 6d2957
    The need for color management is probably explained best with a
Packit 6d2957
    photograph of a bird on a frosty day in winter.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
  <figure>
Packit 6d2957
    <desc>A bird on a frosty wall as seen on the camera view-finder</desc>
Packit 6d2957
    <media its:translate="no" type="image" mime="image/png" src="figures/color-camera.png"/>
Packit 6d2957
  </figure>
Packit 6d2957
Packit 6d2957
  

Packit 6d2957
    Displays typically over-saturate the blue channel, making the images
Packit 6d2957
    look cold.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
  <figure>
Packit 6d2957
    <desc>This is what the user sees on a typical business laptop screen</desc>
Packit 6d2957
    <media its:translate="no" type="image" mime="image/png" src="figures/color-display.png"/>
Packit 6d2957
  </figure>
Packit 6d2957
Packit 6d2957
  

Packit 6d2957
    Notice how the white is not “paper white” and the black of the eye
Packit 6d2957
    is now a muddy brown.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
  <figure>
Packit 6d2957
    <desc>This is what the user sees when printing on a typical inkjet printer</desc>
Packit 6d2957
    <media its:translate="no" type="image" mime="image/png" src="figures/color-printer.png"/>
Packit 6d2957
  </figure>
Packit 6d2957
Packit 6d2957
  

Packit 6d2957
    The basic problem we have here is that each device is capable of
Packit 6d2957
    handling a different range of colors.
Packit 6d2957
    So while you might be able to take a photo of electric blue, most
Packit 6d2957
    printers are not going to be able to reproduce it.
Packit 6d2957
  

Packit 6d2957
  

Packit 6d2957
    Most image devices capture in RGB (Red, Green, Blue) and have
Packit 6d2957
    to convert to CMYK (Cyan, Magenta, Yellow, and Black) to print.
Packit 6d2957
    Another problem is that you can’t have white ink, and so
Packit 6d2957
    the whiteness can only be as good as the paper color.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
  

Packit 6d2957
    Another problem is units. Without specifying the scale on which a
Packit 6d2957
    color is measured, we don’t know if 100% red is near infrared or
Packit 6d2957
    just the deepest red ink in the printer. What is 50% red on one
Packit 6d2957
    display is probably something like 62% on another display.
Packit 6d2957
    It’s like telling a person that you’ve just driven 7 units of
Packit 6d2957
    distance, without the unit you don’t know if that’s 7 kilometers or
Packit 6d2957
    7 meters.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
  

Packit 6d2957
    In color, we refer to the units as gamut. Gamut is essentially the
Packit 6d2957
    range of colors that can be reproduced.
Packit 6d2957
    A device like a DSLR camera might have a very large gamut, being able
Packit 6d2957
    to capture all the colors in a sunset, but a projector has a very
Packit 6d2957
    small gamut and all the colors are going to look “washed out”.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
  

Packit 6d2957
    In some cases we can correct the device output by altering
Packit 6d2957
    the data we send to it, but in other cases where that’s not
Packit 6d2957
    possible (you can’t print electric blue) we need to show the user
Packit 6d2957
    what the result is going to look like.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
  

Packit 6d2957
    For photographs it makes sense to use the full tonal range of a color
Packit 6d2957
    device, to be able to make smooth changes in color.
Packit 6d2957
    For other graphics, you might want to match the color exactly, which
Packit 6d2957
    is important if you’re trying to print a custom mug with the Red Hat
Packit 6d2957
    logo that has to be the exact Red Hat Red.
Packit 6d2957
  

Packit 6d2957
Packit 6d2957
</page>