summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-05-13 14:51:28 +0100
committerRichard Hughes <richard@hughsie.com>2013-05-13 15:41:48 +0100
commit3176a5ca5479c0f06aea4e82750f961de79974f4 (patch)
treec8fb8bcde1c475d4de945f1dc8692b722622f4c8
parent9225ecb2d911cc9c4db017ba0e81a06dffbdae1f (diff)
downloadcolord-3176a5ca5479c0f06aea4e82750f961de79974f4.tar.gz
Add a Rec709 profile, although not enabled just yet
-rw-r--r--data/profiles/Makefile.am2
-rw-r--r--data/profiles/Rec709.xml.in37
-rw-r--r--po/POTFILES.in1
3 files changed, 40 insertions, 0 deletions
diff --git a/data/profiles/Makefile.am b/data/profiles/Makefile.am
index f3c51a7..acecd41 100644
--- a/data/profiles/Makefile.am
+++ b/data/profiles/Makefile.am
@@ -31,6 +31,7 @@ noinst_DATA = \
NTSC-RGB.xml \
PAL-RGB.xml \
ProPhotoRGB.xml \
+ Rec709.xml.in \
SMPTE-C-RGB.xml \
SNAP_TR002_newsprint.xml \
sRGB.xml \
@@ -306,6 +307,7 @@ sourcedata = \
NTSC-RGB.xml.in \
PAL-RGB.xml.in \
ProPhotoRGB.xml.in \
+ Rec709.xml.in \
SMPTE-C-RGB.xml.in \
SNAP_TR002_newsprint.xml.in \
sRGB.xml.in \
diff --git a/data/profiles/Rec709.xml.in b/data/profiles/Rec709.xml.in
new file mode 100644
index 0000000..a506aa1
--- /dev/null
+++ b/data/profiles/Rec709.xml.in
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<profile>
+ <name>Rec709</name>
+ <description>Rec. 709</description>
+ <_copyright>This profile is free of known copyright restrictions</_copyright>
+ <!--
+ TRANSLATORS: ITU-R is a standards body
+ -->
+ <_model>
+ ITU-R recommendation BT.709 is a high-definition television standard that was
+ first approved in 1990.
+ The Rec. 709 profile uses the same range of colors as sRGB although the
+ luminance curve is different.
+ </_model>
+ <license>CC0</license>
+ <data_source>standard</data_source>
+ <standard_space>rec709</standard_space>
+ <gamma>Rec709</gamma>
+ <whitepoint>D65</whitepoint>
+ <primaries>
+ <red>
+ <x>0.6400</x>
+ <y>0.3300</y>
+ <Y>0.212656</Y>
+ </red>
+ <green>
+ <x>0.3000</x>
+ <y>0.6000</y>
+ <Y>0.715158</Y>
+ </green>
+ <blue>
+ <x>0.1500</x>
+ <y>0.0600</y>
+ <Y>0.072186</Y>
+ </blue>
+ </primaries>
+</profile>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7642082..ded5fff 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -32,6 +32,7 @@ data/profiles/IFRA26S_2004_newsprint.xml.in
data/profiles/NTSC-RGB.xml.in
data/profiles/PAL-RGB.xml.in
data/profiles/ProPhotoRGB.xml.in
+data/profiles/Rec709.xml.in
data/profiles/SMPTE-C-RGB.xml.in
data/profiles/SNAP_TR002_newsprint.xml.in
data/profiles/sRGB.xml.in