4 References |
|
|
Frame supports CSV and ANSI IT 8.7 compatible reference files.
The ANSI IT 8.7 compatible reference file is usually delivered with the test chart.
The CSV compatible reference files can be created with a spreadsheet application. |
Frame supports several different row and column identification methods.
In case of symmetric color charts and gray scales,
the application identifies automatically the following methods: |
4.1 ANSI IT 8.7 |
|
Keywords
The following keywords are supported: |
Data format and data
The data format and the data must be defined using the following keywords: Empty lines and commentsEmpty lines and single line comments are ignored. Single line comments start with the number sign (#) and end at the end of the line. |
Example
#----------------------------------------------------------------------------------
# ColorChecker - 2005 # # The RGB references are defined in the AdobeRGB color space. #---------------------------------------------------------------------------------- #---------------------------------------------------------------------------------- # General #---------------------------------------------------------------------------------- OBSERVER 2 ILLUMINANT D50 MANUFACTURER X-Rite SERIAL 2005 ORIGINATOR Kate Labs DESCRIPTOR The references in the AdobeRGB and LAB color spaces for ColorChecker CREATED 8th Mar 2010 NUMBER_OF_FIELDS 7 NUMBER_OF_SETS 24 ROD_DATE Not available MATERIAL Not available INSTRUMENTATION Not available MEASUREMENT_SOURCE Not available PRINT_CONDITIONS Not available #---------------------------------------------------------------------------------- # Data format #---------------------------------------------------------------------------------- BEGIN_DATA_FORMAT SAMPLE_ID,RGB_R,RGB_G,RGB_B,LAB_L,LAB_A,LAB_B END_DATA_FORMAT #---------------------------------------------------------------------------------- # Data #---------------------------------------------------------------------------------- BEGIN_DATA 1 107 82 70 37.986 13.555 14.059 2 184 146 129 65.711 18.130 17.810 3 101 122 153 49.927 -4.880 -21.925 4 95 107 69 43.139 -13.095 21.905 5 128 127 173 55.112 8.844 -25.399 6 129 188 171 70.719 -33.397 -0.199 7 201 123 56 62.661 36.067 57.096 8 77 92 166 40.020 10.410 -45.964 9 174 83 97 51.124 48.239 16.248 10 86 61 104 30.325 22.976 -21.587 11 167 188 75 75.532 -23.709 57.255 12 213 160 55 71.941 19.363 67.857 13 49 65 143 28.778 14.179 -50.297 14 99 148 80 55.261 -38.342 31.370 15 155 52 59 42.101 53.378 28.190 16 227 197 52 81.733 4.039 79.819 17 169 85 147 51.935 49.986 -14.574 18 61 135 167 51.038 -28.631 -28.638 19 245 245 242 96.539 -0.425 1.186 20 200 201 201 81.257 -0.638 -0.335 21 160 161 162 66.766 -0.734 -0.504 22 120 120 121 50.867 -0.153 -0.270 23 84 85 86 35.656 -0.421 -1.231 24 52 53 54 20.461 -0.079 -0.973 END_DATA Example 4.1 ANSI IT 8.7 compatible reference file for ColorChecker compatible test chart. |
|
4.2 CSV |
|
Keywords
The following keywords are supported: |
Data format and data
The data format and the data must be defined using the following keywords: Empty lines and commentsEmpty lines and single line comments are ignored. Single line comments start with the number sign (#) and end at the end of the line. |
Example
#----------------------------------------------------------------------------------
# ColorChecker - 2005 # # The RGB references are defined in the AdobeRGB color space. #---------------------------------------------------------------------------------- #---------------------------------------------------------------------------------- # General #---------------------------------------------------------------------------------- Observer,2 Illuminant,D50 Manufacturer,X-Rite Serial,2005 Originator,Kate Labs Descriptor,The references in the AdobeRGB and LAB color spaces for ColorChecker Created,8th Mar 2010 NumberOfFields,7 NumberOfSets,24 ProductionDate,Not available Material,Not available Instrumentation,Not available MeasurementSource,Not available PrintConditions,Not available #---------------------------------------------------------------------------------- # Data format #---------------------------------------------------------------------------------- BeginDataFormat SAMPLE_ID,RGB_R,RGB_G,RGB_B,LAB_L,LAB_A,LAB_B EndDataFormat #---------------------------------------------------------------------------------- # Data #---------------------------------------------------------------------------------- BeginData 1,107,82,70,37.986,13.555,14.059 2,184,146,129,65.711,18.130,17.810 3,101,122,153,49.927,-4.880,-21.925 4,95,107,69,43.139,-13.095,21.905 5,128,127,173,55.112,8.844,-25.399 6,129,188,171,70.719,-33.397,-0.199 7,201,123,56,62.661,36.067,57.096 8,77,92,166,40.020,10.410,-45.964 9,174,83,97,51.124,48.239,16.248 10,86,61,104,30.325,22.976,-21.587 11,167,188,75,75.532,-23.709,57.255 12,213,160,55,71.941,19.363,67.857 13,49,65,143,28.778,14.179,-50.297 14,99,148,80,55.261,-38.342,31.370 15,155,52,59,42.101,53.378,28.190 16,227,197,52,81.733,4.039,79.819 17,169,85,147,51.935,49.986,-14.574 18,61,135,167,51.038,-28.631,-28.638 19,245,245,242,96.539,-0.425,1.186 20,200,201,201,81.257,-0.638,-0.335 21,160,161,162,66.766,-0.734,-0.504 22,120,120,121,50.867,-0.153,-0.270 23,84,85,86,35.656,-0.421,-1.231 24,52,53,54,20.461,-0.079,-0.973 EndData Example 4.2 CSV compatible reference file for ColorChecker compatible test chart. |
|