Class WebPDecoder
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Provides the ability to decode the WebP (Lossless and lossy compression for images on the web) encoded images.
public class WebPDecoder : ImageDecoder, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceWebPDecoder()
Initializes a new instance of the WebPDecoder class.
Declaration
public WebPDecoder()
Remarks
InputFormat will be the WebP.
Implements
System.IDisposable