From d011f7541f89d68e630d51e5224aa4b2baed7cf5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 10 Nov 2009 14:37:23 +0000 Subject: [PATCH] Add application/x-it87_2 Matching values taken from the IT8.7/2 specification which is freely available. --- freedesktop.org.xml.in | 7 +++++++ tests/it87_2.txt | 17 +++++++++++++++++ tests/list | 2 ++ 3 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 tests/it87_2.txt diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 0e870a3..5a73ca0 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -5123,6 +5123,13 @@ command to generate the output files. + + <_comment>IT 8.7/2 reference file + + + + + diff --git a/tests/it87_2.txt b/tests/it87_2.txt new file mode 100644 index 0000000..4d02a16 --- /dev/null +++ b/tests/it87_2.txt @@ -0,0 +1,17 @@ +IT8.7/2 +ORIGINATOR "Richard Hughes" +DESCRIPTOR "Sample IT8.7/2 file" +MANUFACTURER "Richard Hughes - http://www.hughsie.com" +CREATED "November 10, 2009" +PROD_DATE "2009:02" +SAMPLE_BACKING "white" +SERIAL "0123456789" +MATERIAL "White paper" +NUMBER_OF_FIELDS 9 +BEGIN_DATA_FORMAT +SAMPLE_ID XYZ_X XYZ_Y XYZ_Z LAB_L LAB_A LAB_B LAB_C LAB_H +END_DATA_FORMAT +NUMBER_OF_SETS 1 +BEGIN_DATA +A1 1.23 4.56 7.89 1.23 4.56 7.89 1.23 4.56 +END_DATA diff --git a/tests/list b/tests/list index c9229a4..4f3c38a 100644 --- a/tests/list +++ b/tests/list @@ -240,3 +240,5 @@ core application/x-core ox Core application/octet-stream # Copied from xcalib, http://xcalib.sourceforge.net/ bluish.icc application/vnd.iccprofile +# Generated by hand +it87_2.txt application/x-it87_2 -- 1.6.5.2