Table of Contents

Enum JpegIndexingOptions

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Specifies the options for indexing a JPEG image.

public enum JpegIndexingOptions

Fields

JpegIndexingOptionsGenerateOnDemand = 0

Index generation is deferred until IWICBitmapSource::CopyPixels is called on the image.

JpegIndexingOptionsGenerateOnLoad = 1

Index generation is performed when the when the image is initially loaded.