C#
VB
Java
WinRT C#
C++
Represents the Photometric constant.
public enum DicomImagePhotometricInterpretationType Public Enum DicomImagePhotometricInterpretationType
public enum DicomImagePhotometricInterpretationType public enum DicomImagePhotometricInterpretationType Leadtools.Dicom.DicomImagePhotometricInterpretationType = function() { };Leadtools.Dicom.DicomImagePhotometricInterpretationType.prototype = {<br/>Monochrome1 = 0x00000000,Monochrome2 = 0x00000001,PaletteColor = 0x00000002,Rgb = 0x00000003,Argb = 0x00000004,Cmyk = 0x00000005,YbrFull422 = 0x00000006,YbrFull = 0x00000007,YbrRct = 0x00000008,YbrIct = 0x00000009,};
public enum class DicomImagePhotometricInterpretationType Members
| Value | Member | Description |
|---|---|---|
| 0 | Monochrome1 | 8-bits or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as white. |
| 1 | Monochrome2 | 8-bits or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as black. |
| 2 | PaletteColor | 8-bits per pixel, palettized color image. |
| 3 | Rgb | 24-bits per pixel, RGB color image. |
| 4 | Argb | 24-bits per pixel color image (Retired) |
| 5 | Cmyk | CMYK (Retired) |
| 6 | YbrFull422 | Each pair of pixels is 4 bytes. Each pixel has luminence (Y) but shares chroma (B and R). |
| 7 | YbrFull | Each pixel has one byte for luminence (Y) and two bytes for chroma (B and R). |
| 8 | YbrRct | Reversible Color Transformation |
| 9 | YbrIct | Irreversible Color Transformation |
For an example, refer to GetImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
