Class GifEncoder

    Definition

    Namespace:
    Tizen.Multimedia.Util
    Assembly:
    Tizen.Multimedia.Util.dll

    Provides the ability to encode the Graphics Interchange Format (GIF) format images.

    public class GifEncoder : ImageEncoder
    Inheritance
    object
    ImageEncoder
    GifEncoder

    Constructors

    View Source

    GifEncoder()

    Initializes a new instance of the GifEncoder class.

    Declaration
    public GifEncoder()
    Remarks

    OutputFormat will be the Gif.

    Methods

    View Source

    EncodeAsync(IEnumerable<GifFrame>, Stream)

    Encodes a Graphics Interchange Format (GIF) image from multiple raw image buffers to a specified .

    Declaration
    public Task EncodeAsync(IEnumerable<GifFrame> frames, Stream outStream)
    Parameters
    Type Name Description
    IEnumerable<><GifFrame> frames

    The image frames to encode.

    Stream outStream

    The stream that the image is encoded to.

    Returns
    Type Description
    Task

    A task that represents the asynchronous encoding operation.

    See Also
    SetResolution(Size)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX