Click or drag to resize

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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override PixelFormat[] SupportedPixelFormats { get; }

Property Value

Type: PixelFormat
Remarks

The Jpeg2000Encoder supports the following pixel formats:

PixelFormat.PixelPixel8bppGrayscalePixelFormat.Pixel16bppGrayscalePixelFormat.Pixel24bppBgrPixelFormat.Pixel32bppBgraPixelFormat.Pixel32bppCmykPixelFormat.Pixel48bppBgrPixelFormat.Pixel64bppBgra
See Also