RawDataFormat

Jpeg2000Image.RawDataFormat property

This property retrieves the raw data format of the image. It provides information about how the pixel data is stored in memory. Use this property to understand the underlying data format of the image, which can be crucial for various image processing operations like color conversion, compression, or decompression.

public override PixelDataFormat RawDataFormat { get; }

Property Value

The raw data format.

See Also