←Select platform

DicomImagePhotometricInterpretationType Enumeration

Summary

Represents the Photometric constant.

Syntax
C#
VB
C++
Java
public enum DicomImagePhotometricInterpretationType   
Public Enum DicomImagePhotometricInterpretationType  
public enum DicomImagePhotometricInterpretationType 
public enum class DicomImagePhotometricInterpretationType   

Members
ValueMemberDescription
0Monochrome1 8-bits or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as white.
1Monochrome2 8-bits or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as black.
2PaletteColor 8-bits per pixel, palettized color image.
3Rgb 24-bits per pixel, RGB color image.
4Argb 24-bits per pixel color image (Retired)
5Cmyk CMYK (Retired)
6YbrFull422 Each pair of pixels is 4 bytes. Each pixel has luminence (Y) but shares chroma (B and R).
7YbrFull Each pixel has one byte for luminence (Y) and two bytes for chroma (B and R).
8YbrRct Reversible Color Transformation
9YbrIct Irreversible Color Transformation

Example

For an example, refer to GetImage.

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly