Skip to main content
news

Re: Any Minolta/Sony users ...

nospam
SubjectRe: Any Minolta/Sony users using UFRaw and GIMP?
Fromnospam
Date04/18/2014 14:36 (04/18/2014 08:36)
Message-ID<180420140836260539%nospam@nospam.invalid>
Client
Newsgroupsrec.photo.digital
FollowsEric Stevens
FollowupsEric Stevens (9h & 47m) > nospam

In article <svb1l9panq7f2gklpifsk8g4gfodigac7m@4ax.com>, Eric Stevens <eric.stevens@sum.co.nz>wrote:

Eric Stevens
But doesn't the Adobe color engine work in Lab anyway?

nospam
internally, but that's not the same as making a conversion of the image twice.

Eric Stevens
What are the two conversions?

nospam
rgb->lab->rgb

Eric Stevens
But isn't that exactly what the colour engine has to do?

It gets fed an RGB file from outside, then converts it to Lab for it's own processing and then converts it back to RGB for output to the monitor. It may also convert it to CMYK for output to a printer or saving it to a disc. http://www.eizo.com/global/library/management/cms/02e.jpg is the kind of diagram commonly used to explain this.

nospam
it doesn't.

from "color management for photographers: hands on techniques for photoshop users" by andrew rodney, page 53:

Editing in LAB: I have nothing against the LAB color model. However, there are a group of people who feel that editing in LAB is the only way to accomplish specific corrections, making it sound like a macho editing space. It is true, there are a few correction techniques that rely on a document being in LAB color space. The question becomes whether its worth taking the time or worse, producing image degradation to convert from a working space to LAB and back. Every time a conversion to LAB is produced, the rounding errors and severe gamut mismatch between the two spaces can account for data loss, known as quantization errors. The amount of data loss depends on the original gamut size and gamma of the working space.

...

Some users are under the impression that Photoshop does all its conversions to and from LAB, converting on-the-fly. this is untrue as it would greatly slow down performance. Instead, Photoshop uses LAB as a reference when conducting many operations. Photoshop is not actually converting pixel data between color spaces unless you, the user, actually ask for this. None of these issues should be interpreted as implying that a conversion from working space to LAB is bad. Just be aware of the issues involved with this kind of conversion and whenever possible, try to use similar techniques that can be conducted in the RGB working space.

Eric Stevens
Dan Margulis discusses this in detail. It is his opinion that, based on trials, whatever color distortions there may be are generally imperceptible.

dan marguilis also said there's no advantage in 16 bit. he was wrong then too.

imperceptible means there's a loss. he just claims he can't see it.

however, why do a lossy step, especially early on in the workflow? bad idea. that's why converting to jpeg is best done at the end, not the beginning.

the key is that working in lab is not as big of a deal as is claimed and nearly all of the time you can do it in rgb. the main advatage of lab is you can operate on the luminance channel without causing a colour cast, but that can almost always be done with a luminosity blend mode and avoid the double conversion entirely.

Fraser, Murphy and Bunting (Color Management) regard Lab as the work horse of color management systems.

it is, but photoshop doesn't work the way you think it does.

Wikipedia http://en.wikipedia.org/wiki/Lab_color_space says

"Because Lab space is much larger than the gamut of computer displays, printers, or even human vision, a bitmap image represented as Lab requires more data per pixel to obtain the same precision as an RGB or CMYK bitmap. In the 1990s, when computer hardware and software were limited to storing and manipulating mostly 8-bit/channel bitmaps, converting an RGB image to Lab and back was a very lossy operation. With 16-bit/channel support now common, the loss due to quantization is negligible."

But none of this explains why you think Lab requires extra color conversions.

yes it does.

Eric Stevens (9h & 47m) > nospam