Class FormatConnectingFrameMetadata
- Namespace
- SixLabors.ImageSharp.Formats
- Assembly
- SixLabors.ImageSharp.dll
A metadata format designed to allow conversion between different image format frames.
public class FormatConnectingFrameMetadata
- Inheritance
-
FormatConnectingFrameMetadata
- Inherited Members
Properties
BlendMode
Gets the frame alpha blending mode.
public FrameBlendMode BlendMode { get; init; }
Property Value
ColorTableMode
Gets the frame color table mode.
public FrameColorTableMode ColorTableMode { get; init; }
Property Value
DisposalMode
Gets the frame disposal mode.
public FrameDisposalMode DisposalMode { get; init; }
Property Value
Duration
Gets the duration of the frame.
public TimeSpan Duration { get; init; }
Property Value
EncodingHeight
Gets or sets the encoding height.
Used for formats that require a specific frame size.
public int? EncodingHeight { get; set; }
Property Value
- int?
EncodingWidth
Gets or sets the encoding width.
Used for formats that require a specific frame size.
public int? EncodingWidth { get; set; }
Property Value
- int?
PixelTypeInfo
Gets information about the encoded pixel type if any.
public PixelTypeInfo? PixelTypeInfo { get; init; }