Class JpegEncoder
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
- API Level:
- 4
Provides the ability to encode the Joint Photographic Experts Group (JPEG) format images.
C#Copypublic class JpegEncoder : ImageEncoder
- Inheritance
Constructors
Declaration
C#Copypublic JpegEncoder()
Remarks
OutputFormat will be the Jpeg.
API Level: 4
View Source
JpegEncoder(Int32)
Initializes a new instance of the JpegEncoder class with initial quality value.
Declaration
C#Copypublic JpegEncoder(int quality)
Parameters
Type | Name | Description |
---|---|---|
Int32 | quality | The quality for JPEG image encoding; from 1(lowest quality) to 100(highest quality). |
Remarks
OutputFormat will be the Jpeg.
API Level: 4
Fields
Declaration
C#Copypublic static readonly int DefaultQuality
Field Value
Type | Description |
---|---|
Int32 |
API Level: 4
Properties
Declaration
C#Copypublic int Quality { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The quality of the output image. The default is 75. |