| ImageGearJava Project > com.accusoft.imagegear.formats.tif Package : ImGearPhotoInterpretations Enumeration |
| Member | Description |
|---|---|
| BLACKZERO | Black is zero. For bilevel and grayscale images: 0 is imaged as black. 2**BitsPerSample-1 is imaged as white. |
| CFA | Color Filter Array photometric interpretation. |
| CIELAB | CIE Lab (using TIFF format for storing a and b values). |
| CMYK | CMYK photometric interpretation. |
| ICC_CIELAB | CIE Lab (using ICC format for storing a and b values). |
| PALETTE | Palette color photometric interpretation. |
| RGB | RGB photometric interpretation. |
| TRANSPARENCY | Transparency photometric interpretation. |
| WHITEZERO | White is zero. For bilevel and grayscale images: 0 is imaged as white. 2**BitsPerSample-1 is imaged as black. |
| YCBCR | YCbCr photometric interpretation. |
| YUV | YUV photometric interpretation. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.formats.tif.ImGearPhotoInterpretations