ImageGear for Java
ImGearDICOMPhotoInterpretations Enumeration
Specifies DICOM Photometric Interpretations.
Members
MemberDescription
ARGBRetired in DICOM standard.
CMYKRetired in DICOM standard.
HSVRetired in DICOM standard.
MONOCHROME1Pixel data represent a single monochrome image plane. The minimum sample value is intended to be displayed as white.
MONOCHROME2Pixel data represent a single monochrome image plane. The minimum sample value is intended to be displayed as black.
PALETTE_COLORPixel data describe a color image with a single sample per pixel (single image plane). The pixel value is used as an index into each of the Red, Blue, and Green Palette Color Lookup Tables.
RGBPixel data represent a color image described by red, green, and blue image planes.
UNKNOWNPhotometric interpretation is unknown.
YBR_FULLPixel data represent a color image described by one luminance (Y) and two chrominance planes (Cb and Cr).
YBR_FULL_422The same as YBR_FULL except that the Cb and Cr values are sampled horizontally at half the Y rate and as a result there are half as many Cb and Cr values as Y values.
YBR_ICTIrreversible Color Transformation. Pixel data represent a color image described by one luminance (Y) and two chrominance planes (Cb and Cr). Used with JPEG 2000 transfer syntax.
YBR_PARTIAL_422The same as YBR_FULL_422 with certain limitations. See DICOM specification PS 3.3 for more detail.
YBR_RCTReversible Color Transformation. Pixel data represent a color image described by one luminance (Y) and two chrominance planes (Cb and Cr). Used with JPEG 2000 transfer syntax.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.formats.dicom.ImGearDICOMPhotoInterpretations

See Also

Reference

com.accusoft.imagegear.formats.dicom Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback