VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomImagePixelFormat Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DicomImagePixelFormat Enumeration
In This Topic
Specifies available image pixel formats for DICOM image.
Syntax
'Declaration

Public Enum DicomImagePixelFormat
   Inherits System.Enum

public enum DicomImagePixelFormat : System.Enum

Members
MemberDescription
Gray1Image pixel value is stored in 1 bit - the color information specifies 2 shades of gray.
Gray4Image pixel value is stored in 4 bits - the color information specifies 16 shades of gray.
Gray8Image pixel value is stored in 8 bits - the color information specifies 256 shades of gray.
Gray16Image pixel value is stored in 16 bits - the color information specifies 65536 shades of gray.
Bgr24Image pixel value is stored in 24 bits - 8 bits for the blue, green and red components.
Bgr48Image pixel value is stored in 48 bits - 16 bits for the blue, green and red components.
SourceImage pixel format of source image will be used.
AutoOptimal image pixel format will be selected automatically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Codecs.ImageFiles.Dicom.DicomImagePixelFormat

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also