Re: [Lcms-user] Embedded profile and ColorSpace tag
An ICC-based CMM for color management
Brought to you by:
mm2
From: Kai-Uwe B. <ku...@gm...> - 2008-04-24 04:49:22
|
The steps to handle CM for images in a viewing applciation are outlined in a small use case study: https://www.oyranos.org/wiki/index.php?title=Oyranos/Use_Cases It is somewhat Oyranos centric as a place for interapplication settings. In sumary: * embedded profile - use it, if not * EXIF - use it, if not * ask a device profile data base, if no result * ask user peferences for popping up a dialog and handle, if not popping * ask user preferences, what to assign (for Rgb), if no result * use sRGB for displaying, dont embedd for this case kind regards Kai-Uwe Behrmann -- developing for colour management www.behrmann.name + www.oyranos.org Am 20.04.08, 12:17 +0200 schrieb Frédéric Mantegazza: > Geeqie (Gqview fork) developpers are doing really a great job. They added a > complete color management support, but we have some behaviour questions... > > I suggested them to first get and use the embedded profile, if it exists, > as source profile. Then, if no profile is embedded, use ColorSpace or > InteropIndex tags. And if nothing is defined, or if tags does not set any > valid color space (values other than 1 or 2 for ColorSpace, for example), > use sRGB. > > Do you think it is the good way? In case of inconsistant situation > (embbeded profile does no match tag), the embbeded profile will be used. > Is is correct? > > Thanks for your suggestions, |