<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.12-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Jeffrey Friedl's Blog</title>
	<link>http://regex.info/blog</link>
	<description>Not a photo blog, but sometimes I play one on TV</description>
	<pubDate>Thu, 04 Dec 2008 14:35:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.12-alpha</generator>
	<language>en</language>
			<item>
		<title>Digital-Image Color Spaces, Page 3: History of Color Mis-Management</title>
		<link>http://regex.info/blog/photo-tech/color-spaces-page3/</link>
		<comments>http://regex.info/blog/photo-tech/color-spaces-page3/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 08:45:30 +0000</pubDate>
		<dc:creator>Jeffrey Friedl</dc:creator>
		
		<category>General</category>

		<guid isPermaLink="false">http://regex.info/blog/photo-tech/color-spaces-page3/</guid>
		<description><![CDATA[

 

Article:
Table of Contents &#160; &#160; &#160; Page:
1 &#183;
2 &#183;
3 &#183;
4 &#183;
5 &#183;
6 &#183;
7
&#160;&#160;&#160;&#160;&#160;&#160;This is the third page of a seven-page article


<br style='display:block;margin:5px'/>Okay, sRGB is not Really That Common

<br style='display:block;margin:5px'/>

In numerous ways on the first
page of this article, I indicated how popular the sRGB color space is,
and how most devices and applications don't use anything else. What I
really should have said is that many devices and applications don't pay
any attention to color spaces &#8212; sRGB or otherwise &#8212; and
just let the graphics card and monitor do what they want with the color
data.

<br style='display:block;margin:5px'/>

What any one person's graphics card and monitor [...]]]></description>
			<content:encoded><![CDATA[

<style type='text/css'>
a.btn    { background-color: #555; border: solid 1px #888; padding: 2px 5px }
span.now { background-color: #533; border: solid 1px #888; padding: 2px 5px; font-weight: bold }
</style>
<div style='display: block; background-color: #444; padding: 7px; border: solid 2px gray'>
<b>Article:</b>
<a class='btn' href='http://regex.info/blog/photo-tech/color-spaces-page0/'>Table of Contents</a> &nbsp; &nbsp; &nbsp; <b>Page:</b>
<a title='Introduction' class='btn' href='http://regex.info/blog/photo-tech/color-spaces-page1/'>1</a> &middot;
<a title='Test Images' class='btn' href='http://regex.info/blog/photo-tech/color-spaces-page2/'>2</a> &middot;
<span class='now'>3</span> &middot;
<a title='Color Mangement'           class='btn' href='http://regex.info/blog/photo-tech/color-spaces-page4/'>4</a> &middot;
<a title='Chromaticity Diagrams'     class='btn' href='http://regex.info/blog/photo-tech/color-spaces-page5/'>5</a> &middot;
<a title='Design Tradeoffs'          class='btn' href='http://regex.info/blog/photo-tech/color-spaces-page6/'>6</a> &middot;
<a title='Recommendations and Links' class='btn' href='http://regex.info/blog/photo-tech/color-spaces-page7/'>7</a>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is the third page of a seven-page article</small>
</div>

<p><a name='NotSoCommon'><b>Okay, sRGB is not Really <i>That</i> Common</b></a></p>

<p>

In numerous ways on the <a
href='http://regex.info/blog/photo-tech/color-spaces-page1/'>first
page</a> of this article, I indicated how popular the sRGB color space is,
and how most devices and applications don't use anything else. What I
really should have said is that many devices and applications don't pay
<b>any</b> attention to color spaces &mdash; sRGB or otherwise &mdash; and
just let the graphics card and monitor do what they want with the color
data.

</p><p>

What any one person's graphics card and monitor will do with raw color data
is anyone's guess &mdash; it depends on how the two were built, how old
they're getting, how the user has adjusted the
color/tint/brightness/contrast settings, etc. Everyone's system is
different.

</p><p>

As different as everyone's system might be, overall there's an average, and
that, it turns out, is how sRGB was designed. sRGB was designed to mimic
the average colormetrically unaware Windows PC. Thus, at least in the
Windows world, the phrase &#8220;is totally ignorant of color spaces&#8221;
means, on average, sort of close to &#8220;strict adherence to the sRGB
standard.&#8221;

</p>
<p><a name='OldDays'><b>In The Old Days</b></a></p>

<p>

In the old days, image color data more or less represented the voltage that
should be fed into the cathode ray gun (in a <b>C</b>athode <b>R</b>ay
<b>T</b>ube &mdash; CRT &mdash; a standard monitor) to cause it to create
the proper color on the screen. Software processing the image didn't modify
this data, but rather shipped it off directly to the graphics card. The
graphics card turned the raw numbers into raw voltages, and sent it off to
the monitor. The monitor did what it wanted with the signal.</p>

<p> This is a perfectly acceptable color-encoding method <b>if</b> everyone
has graphics cards and monitors that behave in exactly the same way. Of
course, that's not the case. Heck, even a pair of identical monitors next
to each other at the computer store show different colors.</p>

<p>Thus, in the old days, the colors you got from your system were highly
dependent on your specific graphics card, monitor, and how you'd adjusted
the monitor's settings.</p>

<p>Color printers use completely different color spaces &mdash;
subtractive-color <a href='http://en.wikipedia.org/wiki/CYMK'
class='quiet'>CYMK</a> spaces rather than the additive-color <a
href='http://en.wikipedia.org/wiki/RGB' class='quiet'>RGB</a> spaces that
monitors use &mdash; so they had to do their best to convert from what were
essentially monitor voltage levels to whatever they needed. As with
monitors, color was hit and miss.</p>

<p><a name='Now'><b>That Was Then...</b></a></p>

<p>That mess of a situation was the old days. Applications were what I
would call &#8220;<b>Color Unaware</b>.&#8221; Over the years, specific
applications might have been made color aware &mdash; products from Apple
and Adobe often led the way among mass-market companies. Still, the general
population of PC software was slow to move to color-aware image handling,
and one can surmise that this owes itself to Microsoft not taking a
leadership role in pushing color-aware software.</p>

<p><b>The Advent of sRGB</b></p>
<p>

As a first step toward moving the world of common PCs into a color-managed
reality, 10 years ago (1996), Microsoft and HP created the sRGB color
space. In short, this color space codified as <a
href='http://www.w3.org/Graphics/Color/sRGB' class='quiet'>a standard</a>
the color behavior of an average home Windows PC.

</p><p>

It created a starting point around which software and devices could take a
small step toward full color management. It said, basically, that if an
application or device got color data that didn't have a color profile
associated with it, it should treat it in this very specific sRGB way,
rather than the device-specific probably-pretty-close-to-average way that
it would have done so in the past.

</p><p>

To be clear, the advent of sRGB didn't mean that suddenly every image on
the fledgling web or stored on old floppies at home were suddenly
sRGB-compliant. Old images, like old monitors, were still a hodgepodge of
whatever they were. But with sRGB, digital cameras and scanners and
software had a standard color space that they could create images in and
still know that those images would probably look &#8220;okay&#8221; on old
non-color-aware systems (because, again, the sRGB color space was designed
with an average Joe's Windows computer in mind, to mimic what hardware had
already tended to do). The design of sRGB reflects Microsoft's oft-repeated
business strategy of &#8220;grandfathering&#8221; the former status-quo when designing
new products.

</p><p>

It was a step. A baby step. It would have been nicer had Microsoft pushed
for full color management, but in any case, this is what was done in 1996.
In one sense, it was excellent timing, as it came at the cusp of explosions
in two areas of popular culture: digital cameras, and the World Wide Web.

</p><p>

One problem with the design of sRGB is the <b>least-common-denominator</b>
aspect of it. Monitors can reproduce only relatively small subset of
colors, so using a monitor-related color space as a system-wide standard
hurts pretty much everything that's not a monitor. That means that a
digital camera has to throw away color information as it squeezes the wider
range of colors it can record into an sRGB jpeg. It also means that
printers that might be able to handle a wider range of colors won't even be
given the chance.

</p><p>

And frankly, when I say that sRGB hurts everything that's not a monitor, I
should say everything that's not an <i>average consumer circa-1996</i>
monitor. Monitor technology has advanced remarkably in the last 10 years,
but holding on to sRGB as a global standard limits what the average person
sees of those advances.

</p><p>

Using the &#8220;sound space&#8221; mentioned on the <a
href='http://regex.info/blog/photo-tech/color-spaces-page1/'
class='quiet'>first page</a> as a somewhat exaggerated example, it's as if
the low sound quality standard of the 8-track-tape was applied to all sound
devices (including FM radio, home stereo, etc.) and even later applied to
modern-day compact discs and music players.

</p><p>

To be clear, the existence of sRGB in no way prevents the use of other,
better color profiles where appropriate. But, unfortunately, while sRGB was
suppose to be only a stepping stone, it has become entrenched.

</p>

<p><b><a name='Today'>Current Status</a></b></p>

<p>

Today, most digital cameras create pictures with sRGB-encoded data, without
embedding a color profile. The lack of an included color profile is a
symptom of just how entrenched and seen-as-permanent sRGB is in the minds
of the consumer-products industry. The lack of an included color profile
says &#8220;don't bother moving to fully color-managed systems; let's stick
with 8-track quality sound&#8221; (so to speak). It's really a shame.

</p><p>

Higher-end pro/prosumer cameras, at least, can usually create images with
better color spaces. The DCF standard allows for Adobe RGB to be specified
by reference, without the need for a color profile (although as I mentioned
on the previous page, no browser actually understands these "by reference"
profile-less specifications).


</p><p>

So, for better or for worse, the <i>vast majority</i> of images you're
likely to run into on the World Wide Web (for example) have sRGB color
data, but no embedded color profile. This means that all browsers &mdash;
all software but advanced image-processing applications &mdash; handle them
without any color management, which means that the colors are, on average,
likely to be sort of not too heinously off. Maybe. At best.

</p>

<p><b>Colormetric Classes of Software Applications</b></p>

<p>Today, there are four colormetrically-distinct classes of application,
listed here with my easy-to-remember label, from worst to best:</p>

<style type='text/css'>
td.cs { padding-top: 15px }
.update { border: dotted 1px gray; padding: 5px 20px; margin: 10px 2px }
</style>
<table>
<tr valign='baseline'><td class='cs'><b><a name='ColorStupid'>Color&nbsp;Stupid</a></b></td>

<td class='cs'>What might have been called &#8220;Color Unaware&#8221; in the old days
gets a more pejorative term today. A Color-Stupid application is still
like the caveman days and does no color management, leaving the look of
images up to whatever your graphics card and monitor happen to do with
them. There is no way to ensure proper colors with a Color-Stupid
application. With exception of Apple's Safari, all Windows web browsers that I know of are Color Stupid.</td></tr>

<tr valign='baseline'><td class='cs'><b><a name='ColorFoolish'>Color&nbsp;Foolish</a></b></td>

<td class='cs'>A Color-Foolish application is one that's smart enough to
understand embedded color profiles in images that have them, but does not
perform color management on unprofiled images. (Remember, 99.99% of the
images on the web have sRGB data but no embedded profile, so if you're a
web browser and know how to apply profiles, why not apply the sRGB profile
to unprofiled images?)

<p>

I should really list Color Foolish as the worst of the four classes, since
it involves a specific decision to be dumb. (My initial name was
&#8220;Color Moronic,&#8221; but that didn't have as nice a ring to it.)
You'll be shocked to find out whose software is generally Color Foolish
&mdash; a juicy tidbit saved for below.

</p></td></tr>

<tr valign='baseline'><td class='cs'><b><a name='ColorStubborn'>Color&nbsp;Stubborn</a></b>&nbsp;&nbsp;&nbsp;</td>

<td class='cs'>A Color-Stubborn application is one that refuses to move past sRGB as a
first step, blindly treating all image data as if it were sRGB, completely
ignoring embedded color profiles. This happens to work out well for most
images on the web, but becomes part of the &#8220;entrenchment
problem.&#8221;</td></tr>

<tr valign='baseline'><td class='cs'><b><a name='ColorSmart'>Color&nbsp;Smart</a></b></td>

<td class='cs'>A Color-Smart application recognizes embedded color profiles, and
treats unprofiled images as if they were sRGB (or, perhaps another color
space it allows you to specify). This is the way it's supposed to be, but
Color Smart applications are rare. For example, I know of only <i>one</i>
Color Smart web browser, for any OS, ever. This is another shocking tidbit
we'll get to soon. </td></tr>

</table>

<p>High-end image editors like Adobe Photoshop, for Windows or Mac, have been Color Smart for a long time.</p>

<p><b>Windows</b></p>

<p>The vast majority of software for Windows is Color Stupid. As far as I
know, all web browsers for Windows are Color Stupid except for Apple's Safari.</p>

<p><small>(A previous version of this document said they were Color
Stubborn, which was my mistake for believing the commonly-accepted stories
about Windows instead of testing for myself. Someone questioned me about it
so I tested it myself, and found that the Windows OS doesn't magically
perform sRGB color management for its applications. Sigh.)</small>

</p><p>

Even Microsoft's supposedly-advanced <i>Internet Explorer 7 (RC1)</i> is
not color managed, at least not on Windows XP (perhaps it will be on Vista?
<a
href='http://regex.info/blog/photo-tech/color-spaces-page3/#comment-6358'>Apparently
not</a>). This is particularly shameful for Microsoft, considering that it
and HP created the <a href='http://www.w3.org/Graphics/Color/sRGB'>sRGB
standard</a> a <b>decade ago</b>, in which the recognition of embedded
color profiles is explicitly recommended.</p>

<p>Perhaps even worse, it seems that Internet Explorer 4 provided <a
href='http://support.microsoft.com/kb/182484'>ways to indicate the color
space in which an image should be rendered</a>, which is a fairly
colormetrically advanced concept. It's not the right concept because it
should just honor the color-space information in the image itself, but it's
discouraging to see Microsoft backpedal on color management in this way;
I've not been able to find references to color management in any later
version of IE.</p>


<p><b><a name='AppleFoolish'>&#8220;Color Foolish&#8221; should be called &#8220;Apple Foolish&#8221;</a></b></p>

<p>The vast majority of software for OSX is Color Foolish or Color Stupid.</p>

<p>Apple software, and third-party software that uses Apple's image
toolkits, are color managed. They recognize and respond to color profiles
embedded in images. This is very, very good.</p>

<p>If an image is unprofiled (has no embedded profile), the best you can do
is guess how to interpret the color data. Well, considering that just about
every digital camera in use today by default produces images with sRGB
data, and sRGB is the color space for the <i>vast majority</i> of images
out on the web or on your hard drive &mdash; well, a guess of sRGB would be
a smart guess. Yet, Apple's color-management software does not guess sRGB,
but rather, guesses &#8220;the color data in this image was designed to
work specifically for whatever monitor you happen to be using at the
moment&#8221; (which is, in effect, the same as no management).

</p><p>

The sheer ineptness of this decision can not be overemphasized. There is
almost no chance that there are <i>any</i> images in existence
<i>anywhere</i> that were written with your particular monitor (at your
current monitor settings, no less) in mind, other than perhaps those you've
created yourself with a color-stupid image editor. Thus, Apple's decision
effectively guarantees the wrong colors. (Remember, in the case of a web
browser, we're talking about the 99.9% of images out there that are
unprofiled.)

</p><p>

I've struggled to come up with an analogy that suitably reflects the
unfortunate magnitude of this decision, and the best I can come up with is
this: imagine that there's someone who can speak every language in the
world, and you send him to a mall in the middle of bread-and-butter America
to interview people. If he comes across someone who happens to have their
passport with them, he's to converse with them in their native language.
But if someone doesn't have a passport with them, you instruct him to
converse in a minor dialect of Hindi.

</p>

<p>Make no mistake, this is a specific, conscious decision on Apple's part.
There used to be an easy way you could override the default used for
unprofiled images (so you could tell it to use sRGB), but Apple actually
removed this feature in recent versions of their color-management
software.</p>

<div class='update'>
<p><b>Update (Oct 22, 2006)</b> &mdash; Apple engineer Dave Hyatt <a
href='http://webkit.org/blog/?p=73'>comments on the social/technical issues
involved</a> with using sRGB as the default color space for images. There
are apparently social problems created by using sRGB as the default color
space whose solutions are technically difficult. The root of the problem is
that Macromedia Flash is not color managed, and web designers that which to
use Flash also like to use images with colors that meld perfectly with the
flash colors. Thus, images need to also be not color managed &mdash; at
least images that have no explicit profile.

</p><p>

So, the sum of it is because some miniscule percent of web designers would
find subtle color differences between their Flash and unprofiled images,
Apple has chosen to cripple Safari color management.

</p><p>


Clearly, I don't agree with the conclusions that Dave comes to, but at
least it's good to know that there are more than religious reasons behind
it. (A previous version of this article was much more searing towards Apple
for what I felt was a blindingly stupid colormetric decision. I still think
the decision is wrong, but thanks to Dave's response I can at least
understand what's behind it.)

</p></div>

<div class='update'> <p><b>Update (Feb 14, 2007)</b> &mdash; it seems that
the &#8220;miniscule percent&#8221; that I refer to in the Oct 22 update
above is actually pretty big, according to this <a
href="http://blogs.smugmug.com/onethumb/2007/02/14/this-is-your-mac-on-drugs/#comment-36372">comment
left by Dave</a> on an OSX-related color management <a
href='http://blogs.smugmug.com/onethumb/2007/02/14/this-is-your-mac-on-drugs/'>blog
post by SmugMug president Chris MacAskill</a>. (My mini claim to fame:
although Chris doesn't mention me or this writeup &mdash; sniff-sniff,
boo-hoo &mdash; I'm pretty sure that this writeup and some associated
comments I made on a forum at Digital Photography Review were the genesis
of his recent interest in the issue.)

</p><p>

More thoughts on how to actually solve the practical issues on the Mac are here:
<a href='http://regex.info/blog/2007-02-17/384'>More on Digital Color Spaces: a Reply to Chris MacAskill</a>.
</p></div>


<p><b>Web Browsers for OSX</b></p>

<p>Unfortunately, most &#8220;big name&#8221; browsers for the <b>Mac</b>
are Color Stupid &mdash; they do no color management at all, guaranteeing
that every single image is shown with randomly wrong colors. These include
<b>Firefox</b>, <b>Opera</b>, <b>Mozilla</b>, and <b>Camino</b>.</p>

<p>Most Mac browsers that aren't Color Stupid are Color Foolish &mdash; color managed, but default to no effectively management &mdash; including Apple's
<b>Safari</b>,
<b><a href='http://www.omnigroup.com/applications/omniweb/'>OmniWeb</a></b>,
<b><a href="http://www.icab.de/">iCab</a></b>,
<b><a href='http://sunrisebrowser.com/'>Sunrise Browser</a></b>,
<b><a href='http://shiira.jp/download/en.php'>Shiira</a></b>,
<b><a href='http://scourge.swifthost.net/scourge-webbrowser/'>Scourge</a></b>,
<b><a href='http://www.macupdate.com/info.php/id/18972'>surfDude</a></b>,
<b><a href='http://www.coladia.com/postino/'>Postino</a></b>, and even
<b><a href='http://www.real.com/'>RealPlayer</a></b>. (RealPlayer for Windows is still not at all color managed.)</p>

<p><b>The Only Color-Smart Browser, Ever</b></p>

<p>It's truly ironic that the only Color-Smart Browser that's ever existed,
as far as I know, is the now defunct <i>Microsoft Internet Explorer for the
Mac</i>. It was color managed (if you turned on the option; oddly, it was
not color managed by default) and it used sRGB for unprofiled images.
Unfortunately, it was IE, so was woefully lame in every other respect. I
hear that it doesn't even run on modern Macs.</p>

<hr />

<p><a name='Moral'><big><b>Moral of the Story</b></big></a></p>

<p>The moral of this story so far is this:</p>

<div style='margin: 20px 60px; border: solid #FF8080 3px; padding: 2px 20px
15px 20px'> <p>Regardless what color space you use for your images out of
the camera or in your own image-editing and image-printing software, when
preparing an image <b>for presentation on the web</b>, be sure to
<b>convert it to sRGB</b> if it's not already there, and be sure to
<b>embed a color profile</b>.

</p><p>

The profile allows color-managed browsers to display colors properly, while
the conversion to sRGB is the best you can hope to do for the others.

</p></div>

<p><a name='Sad'><b>Sad State of Affairs</b></a></p>

<p>It's a sad state of affairs. I often peek at the metadata of other
people's online photos (with my <a
href="http://regex.info/blog/2006-02-20/152">Online Image-Data Viewer</a>),
and it seems that a lot of people with pro and semi-pro cameras set them to
save in different color spaces, such as AdobeRGB, and present them on the
web that way (and without even an embedded profile). The problem is not
that they use a different color space to begin with, but that they use
something other than sRGB for the versions they present online; they're
ensuring that pretty much everyone will see the wrong colors.

</p><p>

One of the most egregious offenders was me. When I got my <a
href='http://regex.info/blog/2006-01-10/130'>Nikon D200</a>, I'd heard that
&#8220;AdobeRGB is better than the default sRGB,&#8221; so I ignorantly
switched the camera settings to use the AdobeRGB color space when creating
images. My ignorance was not in switching, but in not knowing the
ramifications to the switch.

</p><p>

By the time I understood the issue, I had already put many of my images
onto the web. Sigh. At least I'd done so with an embedded color profile....
usually. I didn't understand the issues, so who knows how many didn't have
an embedded profile? I just didn't know. (I've since gone back and
converted the ones I could find to sRGB; I must go back again to ensure
that the sRGB color profile is actually included.)

</p><p>

It's a common refrain on photography forums: &#8220;My image's colors look
washed out on the web.&#8221; Invariably, this is because their camera was
set to use the Adobe RGB color space, and they blindly put the images on
the web. However, it's only because they also viewed the images with a
Color Smart application like Photoshop that they later noticed the
washed-out effects viewing in the browser.

</p>

<p><a name='MiniRant'><b>Mini-Rant About Photoshop's &#8220;Save for the Web&#8221;</b></a></p>

<p>

I'll take a moment at this point in the discussion to rant about Adobe
Photoshop's &#8220;Save for the Web&#8221; feature, which allows you to
conveniently tweak image-compression settings and immediately see the
image-size vs. quality tradeoff being made. It also strips out all the
metadata from the image, including the thumbnail that most cameras embed in
the metadata, so that the resulting image is as small as possible. This is
all good.

</p><p>

What is <b>inexcusable</b> is that this feature does not convert the color
space to sRGB, or even offer the option. This is like a camping
&#8220;water-purification kit&#8221; that cleans out mud but doesn't
actually purify the water. If it's already microbe-free you'll be fine, but
if not, you'll be silently poisoned.

</p><p>

Equally bad, it doesn't default to embedding a color profile. The reality
of the current Web is that profiles are needed, even with sRGB. 

</p><p>

I have a very high opinion of Adobe, but this is just moronic.

</p>

<p><a name='MiniRant'><b>Mini-Rant About Camera Standards (EXIF and DCM)</b></a></p>

<p>It's wonderful that the camera makers have standardized much of how
camera-created images are saved in a file, from the metadata like the
time/date of the picture, to embedded copyright information, to file-naming
conventions, etc. It allows third-party products (printers, photo-kiosks,
etc.) to work with images directly from the camera, and it certainly
simplifies things for the writer of image-handling applications (like web
browsers, photo editors, etc.)

</p><p>

The problem is that the creators of these EXIF and DCM standards (<a
href='http://www.jeita.or.jp/english'>JEITA</a>) have been incredibly
short-sited on some issues. For example, the standard allows for encoding
the time/date that an image was taken, but not for encoding the timezone
associated with that time/date. Thus, if you have a bunch of photos taken
from around the world, you can't sort chronologically. I asked a standard's
committee member about this, to which he replied &#8220;Why would you want to
encode the timezone?&#8221;. Unfathomable.

</p><p>

They also do not allow for embedding color profiles. They essentially
require sRGB (a color space that embraces the limitations of circa 1996
monitors!) as the only color space officially supported. The DCF Version 2
(circa 2003) seems to allow for the use of Adobe RGB by encoding
&#8220;R03&#8221; in the Exif &#8220;InteroperabilityIndex&#8221; field,
but this is but a small step. (Adobe Photoshop responds to this field, but
does any normal consumer software?)

<p>

<p><a name='Others'><b>It's Not Just Me</b></a></p>

<p>I shouldn't feel too bad about not having gotten the color-profile stuff
right, because even photo-hosting sites designed for pro photographers
don't get it right. <a href='http://pbase.com'>PBase</a> strips an embedded color profile
when creating the various non-original-sized versions of uploaded photos
(thumbnails, medium, large, etc.). This guarantees incorrect colors. And
these sites are geared toward pro photographers! I asked them about it,
but they didn't seem to care, and said that they had no plans to fix it.

</p><p>

Photo-hosting sites <a href='http://smugmug.com'>Smugmug</a> and <a
href='http://www.zenfolio.com/'>zenfolio</a> both convert incoming photos
to sRGB if not already there, which is the best they can do for the world
of Color Stupid browsers. That's excellent, I think, but it would be nice
if they were to also embed a color profile, to allow color-managed browsers
to show proper colors.

</p><p>

The most popular photo-sharing site, <a
href='http://flickr.com/'>Flickr</a> at least preserves any embedded color
profile in the smaller-sized versions it makes. Unfortunately, they, too,
don't convert thumbnails to sRGB, nor embed a color profile for sRGB-tagged
images not having a profile.

</p><p>

Some do get it. All the pictures on <a
href='http://www.robgalbraith.com/'>Rob Galbraith's site</a> are sRGB with
an embedded profiles.

</p>

<p><b>Continued on the Next Page</b></p>
<p>
</p><p>

We now move from color mis-management the next page: <a href='http://regex.info/blog/photo-tech/color-spaces-page4/'>Page 4: Color Management</a>.

</p><p>

However, if you'd like to skip further technical stuff, feel free to skip directly to
<a href='http://regex.info/blog/photo-tech/color-spaces-page7/'>Page 7: Recommendations and Links</a>.







]]></content:encoded>
			<wfw:commentRss>http://regex.info/blog/photo-tech/color-spaces-page3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
