ImageGear .NET - Updated May 30, 2018
ImGearDICOMPhotoInterpretations Enumeration




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace : ImGearDICOMPhotoInterpretations Enumeration
Specifies DICOM Photometric Interpretations.
Syntax
'Declaration
 
Public Enum ImGearDICOMPhotoInterpretations 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearDICOMPhotoInterpretations
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

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.DICOM.ImGearDICOMPhotoInterpretations

See Also

Reference

ImageGear.Formats.DICOM Namespace