Enum FrameDecodingMode
Enumerated frame process modes to apply to multi-frame images.
Namespace: SixLabors.ImageSharp.Metadata
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum FrameDecodingMode
Fields
Name | Description |
---|---|
All | Decodes all the frames of a multi-frame image. |
First | Decodes only the first frame of a multi-frame image. |