ImageGear for Java
ImGearPhotoInterpretations Enumeration
This enumeration specifies all the supported types of 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 photometric interpretation.
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 photometric interpretation.
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.
YCBCRYCbCr photometric interpretation.
YUVYUV photometric interpretation.
Inheritance Hierarchy

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

See Also

Reference

com.accusoft.imagegear.formats.tif Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback