Constructor and Description |
---|
SRGBReader(Chunk chunk) |
Modifier and Type | Method and Description |
---|---|
byte |
getRenderingIntent()
sRGB rendering intent:
|
void |
read() |
public SRGBReader(Chunk chunk)
public byte getRenderingIntent()
0 - Perceptual: for images preferring good adaptation to the output device gamut at the expense of colorimetric accuracy, such as photographs.
1 - Relative colorimetric: for images requiring colour appearance matching (relative to the output device white point), such as logos.
2 - Saturation: for images preferring preservation of saturation at the expense of hue and lightness, such as charts and graphs.
3 - Absolute colorimetric: for images requiring preservation of absolute colorimetry, such as previews of images destined for a different output device (proofs).