Jpeg2000EncoderSupportedPixelFormats Property |
Returns an array of PixelFormats supported by the Jpeg2000Encoder.
Namespace:
Atalasoft.Imaging.Codec.Jpeg2000
Assembly:
Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.3.0.0.0.668 (.NET 4.5.2, x86)
Syntax public override PixelFormat[] SupportedPixelFormats { get; }
Public Overrides ReadOnly Property SupportedPixelFormats As PixelFormat()
Get
Property Value
Type:
PixelFormatRemarks The Jpeg2000Encoder supports the following pixel formats:
PixelFormat.PixelPixel8bppGrayscalePixelFormat.Pixel16bppGrayscalePixelFormat.Pixel24bppBgrPixelFormat.Pixel32bppBgraPixelFormat.Pixel32bppCmykPixelFormat.Pixel48bppBgrPixelFormat.Pixel64bppBgraSee Also