summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-03-29 09:48:41 +0000
committerRichard Hughes <richard@hughsie.com>2013-03-29 09:49:08 +0000
commitb3bbf978222614904a0981c0c4ee70c40ca534f9 (patch)
treebc362d34266d1cd74733000f8003608982f4861d /data
parent8e6f06847cd6dc0cb9208f34d00cfb55a5f02519 (diff)
downloadcolord-b3bbf978222614904a0981c0c4ee70c40ca534f9.tar.gz
Include the eciRGBv1 gamma 1.8 profile
Diffstat (limited to 'data')
-rw-r--r--data/profiles/ECI-RGBv1.xml.in36
-rw-r--r--data/profiles/ECI-RGBv2.xml.in2
-rw-r--r--data/profiles/Makefile.am8
3 files changed, 45 insertions, 1 deletions
diff --git a/data/profiles/ECI-RGBv1.xml.in b/data/profiles/ECI-RGBv1.xml.in
new file mode 100644
index 0000000..0693ee6
--- /dev/null
+++ b/data/profiles/ECI-RGBv1.xml.in
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<profile>
+ <name>ECI-RGBv1</name>
+ <description>eciRGB v1</description>
+ <_copyright>This profile is free of known copyright restrictions</_copyright>
+ <!-- TRANSLATORS: ECI is a trademark, don't translate -->
+ <_model>
+ This profile is recommended by the ECI (European Color Initiative) as a
+ editing space for professional image editing and aims to cover all colors
+ that can be printed on printing presses.
+ This is sometimes used as a color data exchange format between publishers and
+ printing houses.
+ </_model>
+ <license>CC0</license>
+ <data_source>standard</data_source>
+ <standard_space>eci-rgb-v1</standard_space>
+ <gamma>1.8</gamma>
+ <whitepoint>D50</whitepoint>
+ <primaries>
+ <red>
+ <x>0.6700</x>
+ <y>0.3300</y>
+ <Y>0.320250</Y>
+ </red>
+ <green>
+ <x>0.2100</x>
+ <y>0.7100</y>
+ <Y>0.602071</Y>
+ </green>
+ <blue>
+ <x>0.1400</x>
+ <y>0.0800</y>
+ <Y>0.077679</Y>
+ </blue>
+ </primaries>
+</profile>
diff --git a/data/profiles/ECI-RGBv2.xml.in b/data/profiles/ECI-RGBv2.xml.in
index e413745..4343621 100644
--- a/data/profiles/ECI-RGBv2.xml.in
+++ b/data/profiles/ECI-RGBv2.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<profile>
<name>ECI-RGBv2</name>
- <description>ECI RGB v2</description>
+ <description>eciRGB v2</description>
<_copyright>This profile is free of known copyright restrictions</_copyright>
<!-- TRANSLATORS: lightness is a technical word for brightness -->
<_model>
diff --git a/data/profiles/Makefile.am b/data/profiles/Makefile.am
index 2742238..dcd3b90 100644
--- a/data/profiles/Makefile.am
+++ b/data/profiles/Makefile.am
@@ -12,6 +12,7 @@ noinst_DATA = \
ColorMatchRGB.xml \
Crayons.xml \
DonRGB4.xml \
+ ECI-RGBv1.xml \
ECI-RGBv2.xml \
EktaSpacePS5.xml \
Gamma5000K.xml \
@@ -36,6 +37,7 @@ generatedprofiles = \
CIE-RGB.icc \
ColorMatchRGB.icc \
DonRGB4.icc \
+ ECI-RGBv1.icc \
ECI-RGBv2.icc \
EktaSpacePS5.icc \
NTSC-RGB.icc \
@@ -110,6 +112,11 @@ DonRGB4.icc: DonRGB4.xml
$(top_builddir)/client/cd-create-profile \
--output $@ \
$(builddir)/DonRGB4.xml
+ECI-RGBv1.icc: ECI-RGBv1.xml
+ $(AM_V_GEN) \
+ $(top_builddir)/client/cd-create-profile \
+ --output $@ \
+ $(builddir)/ECI-RGBv1.xml
ECI-RGBv2.icc: ECI-RGBv2.xml
$(AM_V_GEN) \
$(top_builddir)/client/cd-create-profile \
@@ -328,6 +335,7 @@ sourcedata = \
ColorMatchRGB.xml.in \
Crayons.xml.in \
DonRGB4.xml.in \
+ ECI-RGBv1.xml.in \
ECI-RGBv2.xml.in \
EktaSpacePS5.xml.in \
Gamma5000K.xml.in \