ImageGear for .NET
ImGearDICOMPhotoInterpretations Enumeration
See Also  Send Feedback
ImageGear21.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace : ImGearDICOMPhotoInterpretations Enumeration




Glossary Item Box

Specifies DICOM Photometric Interpretations.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
ARGB6Retired in DICOM standard.
CMYK7Retired in DICOM standard.
HSV5Retired in DICOM standard.
MONOCHROME11Pixel data represent a single monochrome image plane. The minimum sample value is intended to be displayed as white.
MONOCHROME22Pixel data represent a single monochrome image plane. The minimum sample value is intended to be displayed as black.
PALETTE_COLOR3Pixel 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.
RGB4Pixel data represent a color image described by red, green, and blue image planes.
UNKNOWN0Photometric interpretation is unknown.
YBR_FULL8Pixel data represent a color image described by one luminance (Y) and two chrominance planes (Cb and Cr).
YBR_FULL_4229The 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_ICT11Irreversible 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_42210The same as YBR_FULL_422 with certain limitations. See DICOM specification PS 3.3 for more detail.
YBR_RCT12Reversible 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

©2013. Accusoft Corporation. All Rights Reserved.