ImageGear for Java
ImGearTIFFPhotoInterpretation Enumeration
Represents TIFF photometric interpretations.
Members
MemberDescription
BlackzeroBlack is zero. For bilevel and grayscale images: 0 is imaged as black. 2**BitsPerSample-1 is imaged as white.
CFAColor Filter Array.
CIELabCIE Lab (using TIFF format for storing a and b values).
CMYKCMYK photometric interpretation.
ICC_CIELabCIE Lab (using ICC format for storing a and b values).
PalettePalette color.
RGBRGB photometric interpretation.
TransparencyTransparency photometric interpretation.
WhitezeroWhite is zero. For bilevel and grayscale images: 0 is imaged as white. 2**BitsPerSample-1 is imaged as black.
YCbCbYCbCr photometric interpretation.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.formats.tif.ImGearTIFFPhotoInterpretation

See Also

Reference

com.accusoft.imagegear.formats.tif Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback