Class JpegXlEncoder

    Definition

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

    Provides the ability to encode the JPEG(Joint Photographic Experts Group) XL format images.

    public class JpegXlEncoder : ImageEncoder, IDisposable
    Inheritance
    object
    ImageEncoder
    JpegXlEncoder
    Implements
    System.IDisposable

    Constructors

    View Source

    JpegXlEncoder()

    Initializes a new instance of the JpegXlEncoder class.

    Declaration
    public JpegXlEncoder()
    Remarks

    OutputFormat will be the JpegXl.

    View Source

    JpegXlEncoder(bool)

    Initializes a new instance of the JpegXlEncoder class for lossless or lossy compression.

    Declaration
    public JpegXlEncoder(bool lossless)
    Parameters
    Type Name Description
    bool lossless

    The flag determining whether the compression is lossless or lossy: true for lossless, false for lossy.
    The default value is false.

    Remarks

    OutputFormat will be the JpegXl.

    Properties

    View Source

    Lossless

    Gets or sets the lossless or lossy JpegXl compression.

    Declaration
    public bool Lossless { get; set; }
    Property Value
    Type Description
    bool

    The property determining whether the JpegXl compression is lossless or lossy.
    The default is false(lossy).

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX