Specifies DICOM Photometric Interpretations.
Syntax
'Declaration
Public Enum ImGearDICOMPhotoInterpretations
Inherits System.Enum
public enum ImGearDICOMPhotoInterpretations : System.Enum
__value public enum ImGearDICOMPhotoInterpretations : public System.Enum
public enum class ImGearDICOMPhotoInterpretations : public System.Enum
Members
Member | Description |
ARGB | Retired in DICOM standard. |
CMYK | Retired in DICOM standard. |
HSV | Retired in DICOM standard. |
MONOCHROME1 | Pixel data represent a single monochrome image plane. The minimum sample value is intended to be displayed as white. |
MONOCHROME2 | Pixel data represent a single monochrome image plane. The minimum sample value is intended to be displayed as black. |
PALETTE_COLOR | Pixel 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. |
RGB | Pixel data represent a color image described by red, green, and blue image planes. |
UNKNOWN | Photometric interpretation is unknown. |
YBR_FULL | Pixel data represent a color image described by one luminance (Y) and two chrominance planes (Cb and Cr). |
YBR_FULL_422 | The 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_ICT | Irreversible 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_422 | The same as YBR_FULL_422 with certain limitations. See DICOM specification PS 3.3 for more detail. |
YBR_RCT | Reversible 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