AccusoftImagXpress13 ActiveX DLL : IX_PhotometricInterpretation Enumeration |
Member | Value | Description |
---|---|---|
IX_PhotometricInterpretation_BlackIsZero | 1 | For bilevel and grayscale images: 0 is imaged as black. |
IX_PhotometricInterpretation_CIELab1976 | 8 | 1976 CIE L*a*b*, normal encoding. |
IX_PhotometricInterpretation_ICCLab | 9 | ICCLab enocoding. |
IX_PhotometricInterpretation_None | -1 | Loaded image is non-TIFF, or a TIFF image without a Photometric Interpretation specified. |
IX_PhotometricInterpretation_PaletteColor | 3 | In this model, a color is described with a single component. The value of the component is used as an index into the red, green and blue curves in the ColorMap field to retrieve an RGB triplet that defines the color. |
IX_PhotometricInterpretation_RGB | 2 | In the RGB model, a color is described as a combination of the three primary colors of light (red, green, and blue) in particular concentrations. |
IX_PhotometricInterpretation_Separated | 5 | Usually CMYK. |
IX_PhotometricInterpretation_TransparencyMask | 4 | This means that the image is used to define an irregularly shaped region of another image in the same TIFF file. |
IX_PhotometricInterpretation_WhiteIsZero | 0 | For bilevel and grayscale images: 0 is imaged as white. |
IX_PhotometricInterpretation_YCbCr | 6 | YCbCr. |