| ImageGearJava Project > com.accusoft.imagegear.formats.tif Package : ImGearTIFFPhotoInterpretation 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. |
| 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. |
| 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. |
| YCbCb | YCbCr photometric interpretation. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.formats.tif.ImGearTIFFPhotoInterpretation