API Reference
Class
WebpVp8lDecoder
Managed VP8L lossless decoder.
Inheritance
- Object
- WebpVp8lDecoder
Methods
TryDecode(System.ReadOnlySpan{System.Byte} payload, System.Byte[]@ rgba, System.Int32@ width, System.Int32@ height) #Attempts to decode a VP8L payload to RGBA32 (lossless).
Parameters
- payload System.ReadOnlySpan{System.Byte}
- rgba System.Byte[]@
- width System.Int32@
- height System.Int32@