Gorgon
Show / Hide Table of Contents

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 Source

Options

Property to return the list of options available to the codec.

Declaration
IGorgonOptionBag Options { get; }
Property Value
Type Description
IGorgonOptionBag
| Edit this page View Source

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.

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author