Represents the Photometric constant.
public enum DicomImagePhotometricInterpretationType
Public Enum DicomImagePhotometricInterpretationType
public enum DicomImagePhotometricInterpretationType
public enum class DicomImagePhotometricInterpretationType
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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document