Class JpegXlEncoder
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
- API Level:
- 10
Provides the ability to encode the JPEG(Joint Photographic Experts Group) XL format images.
C#Copypublic class JpegXlEncoder : ImageEncoder
- Inheritance
Constructors
Declaration
C#Copypublic JpegXlEncoder()
Remarks
OutputFormat will be the JpegXl.
API Level: 10
View Source
JpegXlEncoder(Boolean)
Initializes a new instance of the JpegXlEncoder class for lossless or lossy compression.
Declaration
C#Copypublic JpegXlEncoder(bool lossless)
Parameters
Type | Name | Description |
---|---|---|
Boolean | lossless | The flag determining whether the compression is lossless or lossy: true for lossless, false for lossy. |
Remarks
OutputFormat will be the JpegXl.
API Level: 10
Properties
Declaration
C#Copypublic bool Lossless { get; set; }
Property Value
Type | Description |
---|---|
Boolean | The property determining whether the JpegXl compression is lossless or lossy. |