'Declaration Public Enum DicomImagePixelFormat Inherits System.Enum
public enum DicomImagePixelFormat : System.Enum
__value public enum DicomImagePixelFormat : public System.Enum
public enum class DicomImagePixelFormat : public System.Enum
'Declaration Public Enum DicomImagePixelFormat Inherits System.Enum
public enum DicomImagePixelFormat : System.Enum
__value public enum DicomImagePixelFormat : public System.Enum
public enum class DicomImagePixelFormat : public System.Enum
Member | Description |
---|---|
Gray1 | Image pixel value is stored in 1 bit - the color information specifies 2 shades of gray. |
Gray4 | Image pixel value is stored in 4 bits - the color information specifies 16 shades of gray. |
Gray8 | Image pixel value is stored in 8 bits - the color information specifies 256 shades of gray. |
Gray16 | Image pixel value is stored in 16 bits - the color information specifies 65536 shades of gray. |
Bgr24 | Image pixel value is stored in 24 bits - 8 bits for the blue, green and red components. |
Bgr48 | Image pixel value is stored in 48 bits - 16 bits for the blue, green and red components. |
Source | Image pixel format of source image will be used. |
Auto | Optimal image pixel format will be selected automatically. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImagePixelFormat
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5