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, IDisposable
- Inheritance
- Implements
-
System.IDisposable
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 |
---|---|---|
System.Int32 | quality | The quality for JPEG image encoding; from 1(lowest quality) to 100(highest quality). |
Remarks
OutputFormat will be the Jpeg.
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|
API Level: 4
Fields
Declaration
C#Copypublic static readonly int DefaultQuality
Field Value
Type | Description |
---|---|
System.Int32 |
API Level: 4
Properties
Declaration
C#Copypublic int Quality { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The quality of the output image. The default is 75. |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|
API Level: 4
Implements
System.IDisposable