Hi,
i'm just translating digikam.po from trunk into german and found "Named color" Could anybody explain to me what does it mean? A Color with a name? Red, Blue, Yellow? Oliver _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
On Friday 02 June 2006 12:59 pm, Oliver Dörr wrote:
> Named color This string is used to discribe a property of an ICC color profile, especially the "Device Class" of the profile. A grep locate the string here : void ICCPreviewWidget::getICCData( const KURL &url) ... switch ((int)cmsGetDeviceClass(tmpProfile)) { case icSigInputClass: device = i18n("Input device"); break; case icSigDisplayClass: device = i18n("Display device"); break; case icSigOutputClass: device = i18n("Output device"); break; case icSigColorSpaceClass: device = i18n("Color space"); break; case icSigLinkClass: device = i18n("Link device"); break; case icSigAbstractClass: device = i18n("Abstract"); break; case icSigNamedColorClass: device = i18n("Named color"); break; default: device = i18n("Unknown"); break; } ... this icc profile tag is describe into this specification, page 54 : http://www.color.org/ICC1V42.pdf But it can be confuse for you (and me (:=)))... So google is always your friend : http://tuvix.apple.com/documentation/GraphicsImaging/Conceptual/csintro/csintro_conversion/chapter_4_section_3.html#//apple_ref/doc/uid/TP30001148-CH223-BBCIAIDH "A named color space profile contains data for a list of named colors. The profile specifies a device color value and the corresponding CIE value for each color in the list." Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Oliver Dörr
Am Freitag, 2. Juni 2006 12:59 schrieb Oliver Dörr:
> Hi, > > i'm just translating digikam.po from trunk into german and found > > "Named color" Hi Oliver, I think you can translate "named color" into "Farbpalette" or leave it untranslated as terminus technicus Zitat: "Ein Named Color Profile enthält nach ICC-Standard eine Zuordnung von Lab- und Gerätefarben für selbst benannte Farben. Ein exportiertes Named Color Profile enthält die Lab-Farben sowie die über das ICC-Profil berechneten Gerätefarben Ihrer selbst erstellten Farbpalette." HTH Thorsten _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Thorsten Schnebeck wrote: Ok, i will use Farbpalette as german translation.Am Freitag, 2. Juni 2006 12:59 schrieb Oliver Dörr:Hi, i'm just translating digikam.po from trunk into german and found "Named color"Hi Oliver, I think you can translate "named color" into "Farbpalette" or leave it untranslated as terminus technicus Zitat: "Ein Named Color Profile enthält nach ICC-Standard eine Zuordnung von Lab- und Gerätefarben für selbst benannte Farben. Ein exportiertes Named Color Profile enthält die Lab-Farben sowie die über das ICC-Profil berechneten Gerätefarben Ihrer selbst erstellten Farbpalette." Thanks for your help Oliver _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |