Table of Contents

Enum JpegScanType

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

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.