Interface IGorgonImageCodecDecodingOptions
Provides options used when decoding a IGorgonImage.
Namespace: Gorgon.Graphics.Imaging.Codecs
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
public interface IGorgonImageCodecDecodingOptions
Properties
| Edit this page View SourceOptions
Property to return the list of options available to the codec.
Declaration
IGorgonOptionBag Options { get; }
Property Value
Type | Description |
---|---|
IGorgonOptionBag |
ReadAllFrames
Property to set or return whether to read all frames from an image.
Declaration
bool ReadAllFrames { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Some codecs do not use multiple frames in their image data. For those codecs, this flag will be ignored.