Table of Contents

Enum BitmapDecoderCapabilities

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll
[Flags]
public enum BitmapDecoderCapabilities

Fields

CanDecodeAllImages = 2

Decoder can decode all the images within an image container.

CanDecodeSomeImages = 4

Decoder can decode some of the images within an image container.

CanDecodeThumbnail = 16

Decoder can find and decode a thumbnail.

CanEnumerateMetadata = 8

Decoder can enumerate the metadata blocks within a container format.

None = 0

None

SameEncoder = 1

Decoder recognizes the image was encoded with an encoder produced by the same vendor.