Class WebPEncoder
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Provides the ability to encode the WebP (Lossless and lossy compression for images on the web) format images.
C#
Copy
public class WebPEncoder : ImageEncoder, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Constructors
Declaration
C#
Copy
public WebPEncoder()
Remarks
Output
View Source
WebPEncoder(bool)
Initializes a new instance of the Web
Declaration
C#
Copy
public WebPEncoder(bool lossless)
Parameters
Type | Name | Description |
---|---|---|
bool | lossless | The flag determining whether the compression is lossless or lossy: true for lossless, false for lossy. |
Remarks
Output
Properties
Declaration
C#
Copy
public bool Lossless { get; set; }
Property Value
Type | Description |
---|---|
bool | The property determining whether the WebP compression is lossless or lossy. |
Implements
System.IDisposable