Enum JpegScanType
Specifies the memory layout of pixel data in a JPEG image scan.
public enum JpegScanType
Fields
JpegScanTypeInterleaved = 0
The pixel data is stored in an interleaved memory layout.
JpegScanTypePlanarComponents = 1
The pixel data is stored in a planar memory layout.
JpegScanTypeProgressive = 2
The pixel data is stored in a progressive layout.