Gorgon
Show / Hide Table of Contents

Interface IGorgonImageCodecEncodingOptions

Provides options used when encoding a IGorgonImage for persistence.

Namespace: Gorgon.Graphics.Imaging.Codecs
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
public interface IGorgonImageCodecEncodingOptions

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

SaveAllFrames

Property to set or return whether all frames in an image array should be persisted.

Declaration
bool SaveAllFrames { get; set; }
Property Value
Type Description
bool
Remarks

This flag only applies to codecs that support multiple image frames. For all other codec types, 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