Digital-Image Color Spaces, Page 6: Design Tradeoffs
Article: Table of Contents       Page: 1 · 2 · 3 · 4 · 5 · 6 · 7       This is the sixth page of a seven-page article

So, what factors make a color space good? Many of the issues can be summarized with two statements, both of which describe a good color space: “bigger is better” and “smaller is better.” The mutually-exclusive nature of these goals indicates the contentious tradeoffs that must be made during color-space design.

Illustrative Example: Length

Just to give a feel for the issues and tradeoffs facing color-space designers, let's take a simplistic look at how we might encode something far simpler than color: length.

(To be clear, this example has nothing to do with photography — it's just an example to illustrate the nature of digital “space encoding” tradeoffs. Being familiar with these issues helps you to understand discussions of the relative merits of color spaces).

Perfection is Possible, For a Price

First, it seems prudent to note that if we had unlimited space to encode our length, we would not have to make any tradeoffs. With unlimited space, we could pick any unit (say, millimeters) and know that we could exactly, unambiguously, perfectly encode any length we wished, from the Planck length (0.000000000000000000000000000000001616241) to the guesstimated size of the visible universe down to more significant digits than can ever be known (137198261174792827472661283376.9087225566893726264897726289572).

Modern digital images can have tens of millions of pixels, so it can be unwieldy to let the encoding space requirements expand without bound. People like fitting a lot of pictures on their memory cards and hard disks. Finding a way to encode as much information as possible in the minimum space brings us face to face with the need for tradeoffs.

Trivial Attempts to Encode Length: Width vs. Precision

Back to our length example, let's say that file-size concerns dictated that we use only three digits to encode the length, which means raw numbers from 0 to 999 for each length we wish to encode. It's up to us now to design a “length space” as best we can within that limitation.

If we select the millimeter as our unit, we could encode lengths up to 999 mm (just over a yard) with fairly fine granularity (our 1 mm units). This might be fine for encoding the lengths of some things (say, shoes and car tires), but remains woefully lacking for most things (widths of hairs and the heights of mountains).

If we choose a larger unit to apply to the raw numbers, such as a foot, then we can encode lengths up to about a third of a kilometer — a much larger gamut, so to speak. The tradeoff is that the level of precision, or granularity — how fine a point along the full encodable range that can be defined — has become more rough (in encoding-space lingo, the “quantization errors” are larger). We can now measure building heights fairly reasonably (to within a foot), but people heights become iffy because everyone's height gets rounded off to the nearest foot. In this case, the loss of precision has totally eliminated encoding the size of marshmallows.

Regardless of the unit we pick, when we use a strictly linear approach as we have above, we run into the same tradeoff: gamut size vs. precision.

Shifting the Range

One idea is to shift the starting point so that the gamut lies over the area we might be interested in. Consider this:

length in millimeters   =   457 + value × 2

This allows our values from 0 through 999 to encode lengths from 457mm through 2,455mm (18 inches through 8 feet) to a granularity of 2 mm, which would be a useful length gamut for encoding the height of people. I'm not sure it would be much use for anything else, but it illustrates the point.

(Having shown an equation, I should remind you that this is all just an example to illustrate tradeoffs with encodings — I'm making this up as I go along, so there's no need to memorize or even pay any real attention to these equations!)

Going Non-Linear

One technique to achieve better encoding performance is to bring an understanding of human perception into the equation. When considering the heights of people, an inch or two either way can be a big deal, but the same difference is generally much less relevant when considering the distance between cities. So, one technique is to use a non-linear encoding such that the precision increases as the length gets shorter. Put another way, the difference between adjoining encodable lengths is smaller when the length is smaller, and larger when the length is larger. This fits to the way people generally think.

For example, using this equation (which I just made up off the top of my head) in our encoding:

length in millimeters   =   e
   37   
value
 
 
- 1

with values from 0 through 999 allows us to represent lengths from between 0.027 millimeters through more than half a million kilometers. That's from about 1/1,000th of an inch (thinner than the width of an average human hair) to a distance beyond the moon. That's a wide length gamut.

Yet, despite the convenient width, it still allows the lengths of many things to be encoded with “reasonable” precision — to within a percent or so of their actual length. For example, it can encode the length and width of a pencil to within 0.3%, the length of my foot to within 1.2%, the length of a soccer field to within 0.6%, the height of Mt. Everest to within 0.4%, the diameters of the earth to within 0.1% and of the moon to within 0.3%, and the distance to the moon to within 0.2%.

That's not too bad, and if someone like me can come up with that off the top of my head, someone with real mathematical skill might be able to make one that's even better.

Back to Color Spaces

There are a lot of things about color that can be used to one's advantage when designing a color space:

  • A lot of colors look the same. Whole ranges of wavelengths look more or less exactly the same to most people, so those regions of color need not be encoded with much precision. An encoding space is better if it can use the available precision where it counts the most.

  • The same can be said of the range of colors covered. This is one reason that the monochromatic colors are not generally included in RGB color spaces: exceedingly similar colors can be included in their place without having to extend the gamut all the way to the edge. Most people just can't tell the difference, so the smaller gamut is used to provide more precision across the encoded space.

  • As mentioned on the previous page, the eye's perception of brightness is not linear with the intensity of light. Thus, it's a more efficient use of the available precision if the brightness component of the color can be encoded in proportion to how the eye perceives brightness. This is usually done with a gamma.

In the end, the width vs. precision tradeoff is always there. If a color space is designed for a specific purpose, at least it can use features of the intended use to squeeze out extra efficiency (sRGB bothered to encode only the colors that circa-1996 common monitors could display, for example). A general-purpose color spaces are a more difficult subject; hopefully, this page has provided some insight into some of the issues.

Continued on the Next Page

This article continues on Page 7: Recommendations and Links.


All 6 comments so far, oldest first...

Interesting read!

You don’t mention bit depth, but it’s an important factor isn’t it?
The width vs. precision tradeoff is really only relevant for 8 bit images. A 16 bit image contains so much information per pixel (65,000 levels vs. 256 levels in 8 bit images) that even the widest photo color spaces get plenty of precision.

So, if you stay in 16 bit precision while editing, there is really no reason to use a limited color space, like sRGB. You’d preserve more image information by using Adobe RGB. Or maybe even ProPhoto RGB?
Correct me if I’m wrong 🙂

Great blog you have here, btw!

Cheers, Martin

— comment by Martin on April 9th, 2007 at 7:18am JST (16 years, 11 months ago) comment permalink

Jeff — already using your ‘Metadata Viewer’ in Lightroom. This writeup on color space is the best I’ve come across yet: plain words, yet great depth of perception, that only a true expert (and capable teacher) can get across. I particularly appreciated the section on ‘non-linear encoding’ that made a difficult concept easy to comprehend.

You ought to write a book with all the material you have published.
Regards, Rudy (Columbia, SC; USA)

— comment by Rudolph de Jong on December 3rd, 2007 at 8:10am JST (16 years, 4 months ago) comment permalink

This was the best explanation on color spaces and management I’ve come across EVER! Very good examples (starting with the prolog) and a simple language that makes it easy to understand such a weird and complicated topic.

Thank you so much!
Rolf
Berlin, Germany

— comment by Rolf on August 26th, 2008 at 8:16pm JST (15 years, 7 months ago) comment permalink

Mr. Friedl

You are the best teacher I ever had 🙂

This is a great blog in many ways, thank you

Regards, Richard (Montreal, Quebec, CA)

— comment by Richard on October 23rd, 2008 at 4:52pm JST (15 years, 5 months ago) comment permalink

Hi Jeffery
I love your article , it is simply awesome, I have just request that could please provide expertise that how can I find that image is containing sRGB or Adobe RGB int C#.Net?

— comment by Anshuman on October 27th, 2016 at 2:24am JST (7 years, 5 months ago) comment permalink

Thank you so much man, I’ve been looking for a clear explanation of color spaces for hours, and finally it’s become crystal clear! 🙂

Just one question, in LR there are “Profiles” under the “Color” section like “Adobe Vivid”, “Camera Landscape”, etc… where exactly are they in the visual chain?

Thanks ,
Regards,
Janos

Those are for converting the device-specific data of the camera sensor hardware to device-independent color data. —Jeffrey

— comment by Bíró János on June 13th, 2021 at 5:14am JST (2 years, 9 months ago) comment permalink
Leave a comment...


All comments are invisible to others until Jeffrey approves them.

Please mention what part of the world you're writing from, if you don't mind. It's always interesting to see where people are visiting from.

IMPORTANT:I'm mostly retired, so I don't check comments often anymore, sorry.


You can use basic HTML; be sure to close tags properly.

Subscribe without commenting