TiffPhotometrics enumeration
TiffPhotometrics enumeration
Photometric interpolation enum
The TiffPhotometrics type exposes the following members:
Fields
| Field | Description |
|---|---|
| MIN_IS_WHITE | Min value is white. |
| MIN_IS_BLACK | Min value is black. |
| RGB | RGB color model. |
| PALETTE | Color map indexed. |
| MASK | [obsoleted by TIFF rev. 6.0] Holdout mask. |
| SEPARATED | Color separations. |
| YCBCR | The CCIR 601. |
| CIELAB | 1976 CIE Lab*. |
| ICCLAB | ICC Lab*. Introduced post TIFF rev 6.0 by Adobe TIFF Technote 4. |
| ITULAB | ITU Lab*. |
| LOGL | CIE Log2(L). |
| LOGLUV | CIE Log2(L) (u’,v’). |