get_photometricInterpretation();
set_photometricInterpretation(value);
Object.defineProperty('photometricInterpretation');
Type | Description |
---|---|
string | A string representation of the photometric interpretation of the image. |
Possible values:
Value | Description |
---|---|
Argb | 24-bits per pixel color image (Retired) |
Cmyk | CMYK (Retired) |
Monochrome1 | 8- or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as white. |
Monochrome2 | 8- or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as black. |
PaletteColor | 8-bits per pixel, palettized color image. |
Rgb | 24-bits per pixel, RGB color image. |
YbrFull | YBR_FULL |
YbrFull422 | YBR_FULL_422 |
YbrIct | YBR_ICT (Irreversible Color Transformation) |
YbrRct | YBR_RCT (Reversible Color Transformation) |