Class JpegEncoder

    Definition

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

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

    public class JpegEncoder : ImageEncoder
    Inheritance
    object
    ImageEncoder
    JpegEncoder

    Constructors

    View Source

    JpegEncoder()

    Initializes a new instance of the JpegEncoder class.

    Declaration
    public JpegEncoder()
    Remarks

    OutputFormat will be the Jpeg.

    View Source

    JpegEncoder(int)

    Initializes a new instance of the JpegEncoder class with initial quality value.

    Declaration
    public JpegEncoder(int quality)
    Parameters
    Type Name Description
    int quality

    The quality for JPEG image encoding; from 1(lowest quality) to 100(highest quality).

    Remarks

    OutputFormat will be the Jpeg.

    Fields

    View Source

    DefaultQuality

    A read-only field that represents the default value of Quality.

    Declaration
    public static readonly int DefaultQuality
    Field Value
    Type Description
    int

    Properties

    View Source

    Quality

    Gets or sets the quality of the encoded image.

    Declaration
    public int Quality { get; set; }
    Property Value
    Type Description
    int

    The quality of the output image. The default is 75.
    Valid value is from 1(lowest quality) to 100(highest quality).

    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