HP DreamColor Z31x User Guide - Page 85

Gamma, Core calibration tag examples, Generates an Equal Probability of Detection EOTF,

Page 85 highlights

use_uv: (optional) Specifies whether CIE xy or CIE u'v' values are provided for the primaries and white point. This attribute accepts the values "xy" or "uv". If this optional attribute is omitted from the tag, xy values are assumed. external: This attribute is used in conjunction with the "external_primaries" tag to allow the use of nonsupported measurement instruments. Used as a flag, this attribute supports values of "TRUE" and "FALSE". It should be set to FALSE unless an external_primaries tag is also included in the StudioCal XML file. Use of this tag is discussed later in this user guide. Gamma This tag allows you to specify the gamma or EOTF to use for your color space preset. The tag contains one attribute and is structured as follows: The value attribute supports the following values: 1.0-3.0: Power function gamma values. Typical values are 2.2, 2.4, and 2.6. sRGB: Generates an sRGB EOTF per the sRGB standard. This EOTF curve is roughly equivalent to a 2.2 gamma with a linear segment in the lower region. BT1886: Generates an ITU-R BT.1886 EOTF. This EOTF is designed to more closely represent the desired response for video production and is typically used with the BT.709 and BT.2020 color primaries. EPD: Generates an Equal Probability of Detection EOTF, as specified in the Society for Information Display Information Display Measurement Standard document. This grayscale function is designed for use when viewing satellite imagery and is intended to make dimmer low-contrast objects of interest more easily readable when residing near brighter areas in the image. Core calibration tag examples The following are examples of a StudioCal XML file showing the usage of the core calibration tags. The first example instructs the display to calibrate one preset with BT.709 primaries, a D65 white point, and a BT.1886 gamma. It stores the calibration in the user memory location. Core calibration tags 75

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111

use_uv:
(optional)
Specifies
whether CIE xy or CIE u’v’ values are provided for the primaries and white point.
This attribute accepts the values “xy” or “uv”. If this optional attribute is omitted from the tag, xy values are
assumed.
external:
This attribute is used in conjunction with the “external_primaries” tag to allow the use of
nonsupported measurement instruments. Used as a
flag,
this attribute supports values of “TRUE” and
“FALSE”. It should be set to FALSE unless an external_primaries tag is also included in the StudioCal XML
file.
Use of this tag is discussed later in this user guide.
Gamma
This tag allows you to specify the gamma or EOTF to use for your color space preset. The tag contains one
attribute and is structured as follows:
<gamma value="FLOAT|sRGB|BT1886|EPD"/>
The value attribute supports the following values:
1.0–3.0:
Power function gamma values. Typical values are 2.2, 2.4, and 2.6.
sRGB:
Generates an sRGB EOTF per the sRGB standard. This EOTF curve is roughly equivalent to a 2.2 gamma
with a linear segment in the lower region.
BT1886:
Generates an ITU-R BT.1886 EOTF. This EOTF is designed to more closely represent the desired
response for video production and is typically used with the BT.709 and BT.2020 color primaries.
EPD:
Generates an Equal Probability of Detection EOTF, as
specified
in the Society for Information Display
Information Display Measurement Standard document. This grayscale function is designed for use when
viewing satellite imagery and is intended to make dimmer low-contrast objects of interest more easily
readable when residing near brighter areas in the image.
Core calibration tag examples
The following are examples of a StudioCal XML
file
showing the usage of the core calibration tags. The
first
example instructs the display to calibrate one preset with BT.709 primaries, a D65 white point, and a BT.1886
gamma. It stores the calibration in the user memory location.
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--BT.709/BT.1886 calibration-->
<studiocal>
<calibration entries="1">
<calibration_info>
<preset num="3" name="BT.709" store="user"/>
<gamma value="bt1886"/>
<target_primaries rx="0.640" ry="0.330" gx="0.300" gy="0.600"
bx="0.150" by="0.060" wx="0.3127" wy="0.329" wY="80"
external="FALSE"/>
</calibration_info>
</calibration>
</studiocal>
Core calibration tags
75