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

« back to all changes in this revision

Viewing changes to gnome-help/sl/color-whatisspace.page

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-16 00:58:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20111116005817-coiokzklnvxe3a5x
Tags: 3.2.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="color-whatisspace" xml:lang="sl">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="question" id="color-whatisspace" xml:lang="sl">
3
3
 
4
4
  <info>
5
5
    <link type="guide" xref="color#profiles"/>
15
15
  <title>What is a color space?</title>
16
16
 
17
17
  <p>
18
 
    A colorspace is a defined range of colors.
19
 
    Well known colorspaces include sRGB, AdobeRGB and ProPhotoRGB.
 
18
    A color space is a defined range of colors.
 
19
    Well known color spaces include sRGB, AdobeRGB and ProPhotoRGB.
20
20
  </p>
21
21
 
22
22
  <p>
25
25
    that shows the human visual response as a horse-shoe shape.
26
26
    You can see that in human vision there is many more shades of green
27
27
    detected than blue or red.
28
 
    With a trichromatic colorspace like RGB we represent the colors
 
28
    With a trichromatic color space like RGB we represent the colors
29
29
    on the computer using three values, which restricts up to encoding
30
30
    a <em>triangle</em> of colors.
31
31
  </p>
51
51
    the least number of colors.
52
52
    It is an approximation of a 10 year old CRT display, and so most
53
53
    modern monitors can easily display more colors than this.
54
 
    sRGB is a <em>least-common-demoninator</em> standard and is used 
 
54
    sRGB is a <em>least-common-denominator</em> standard and is used 
55
55
    in a large number of applications (including the Internet).
56
56
  </p>
57
57
  <p>
58
58
    AdobeRGB is frequently used as an <em>editing space</em>.
59
 
    It can encode more colors than sRGB, and means you adjust colors in
60
 
    a photograph without worrying too much that the brightnest colors
61
 
    are being clipped or the blacks crushed.
 
59
    It can encode more colors than sRGB, which means you can change
 
60
    colors in a photograph without worrying too much that the most vivid
 
61
    colors are being clipped or the blacks crushed.
62
62
  </p>
63
63
  <p>
64
64
    PhoPhoto is the largest space available and is frequently used for
69
69
 
70
70
  <p>
71
71
    Now, if PhoPhoto is clearly better, why don't we use it for everything?
72
 
    The answer is to do with <em>quantisation</em>.
 
72
    The answer is to do with <em>quantization</em>.
73
73
    If you only have 8 bits (256 levels) to encode each channel, then a
74
74
    larger range is going to have bigger steps between each value.
75
75
  </p>
82
82
  </p>
83
83
  <p>
84
84
    Of course, using a 16 bit image is going to leave many more steps and
85
 
    a much smaller quantisation error, but this doubles the size of each
 
85
    a much smaller quantization error, but this doubles the size of each
86
86
    image file.
87
87
    Most content in existance today is 8bpp, i.e. 8 bits-per-pixel.
88
88
  </p>
89
89
  <p>
90
 
    Color managment is a process for converting from one colorspace to
 
90
    Color management is a process for converting from one color space to
91
91
    another, where a color space can be a well known defined space like
92
92
    sRGB, or a custom space such as your monitor or printer profile.
93
93
  </p>