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 | Value | Description |
ARGB | 6 | Retired in DICOM standard. |
CMYK | 7 | Retired in DICOM standard. |
HSV | 5 | Retired in DICOM standard. |
MONOCHROME1 | 1 | Pixel data represent a single monochrome image plane. The minimum sample value is intended to be displayed as white. |
MONOCHROME2 | 2 | Pixel data represent a single monochrome image plane. The minimum sample value is intended to be displayed as black. |
PALETTE_COLOR | 3 | 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 | 4 | Pixel data represent a color image described by red, green, and blue image planes. |
UNKNOWN | 0 | Photometric interpretation is unknown. |
YBR_FULL | 8 | Pixel data represent a color image described by one luminance (Y) and two chrominance planes (Cb and Cr). |
YBR_FULL_422 | 9 | 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 | 11 | 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 | 10 | The same as YBR_FULL_422 with certain limitations. See DICOM specification PS 3.3 for more detail. |
YBR_RCT | 12 | 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