Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomImagePhotometricInterpretationType Enumeration








Represents the Photometric constant.
Syntax
public enum DicomImagePhotometricInterpretationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum DicomImagePhotometricInterpretationType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
public enum DicomImagePhotometricInterpretationType : System.IComparable, System.IConvertible, System.IFormattable  
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000Monochrome1 8- or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as white.
0x00000001Monochrome2 8- or 16-bits per pixel, grayscale image with the minimum sample value is intended to be displayed as black.
0x00000002PaletteColor 8-bits per pixel, palettized color image.
0x00000003Rgb 24-bits per pixel, RGB color image.
0x00000004Argb 24-bits per pixel color image (Retired)
0x00000005Cmyk CMYK (Retired)
0x00000006YbrFull422 Each pair of pixels is 4 bytes. Each pixel has luminence (Y) but shares chroma (B and R).
0x00000007YbrFull Each pixel has one byte for luminence (Y) and two bytes for chroma (B and R).
0x00000008YbrRct Reversible Color Transformation
0x00000009YbrIct Irreversible Color Transformation
Example
For an example, refer to GetImage.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomImagePhotometricInterpretationType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features