API Reference
Class
WebpManagedDecoder
Managed WebP decoder entry point (VP8 + VP8L still images).
Inheritance
- Object
- WebpManagedDecoder
Methods
TryDecodeRgba32(System.ReadOnlySpan{System.Byte} data, System.Byte[]@ rgba, System.Int32@ width, System.Int32@ height) #Attempts to decode WebP to RGBA32 using a managed implementation.
Parameters
- data System.ReadOnlySpan{System.Byte}
- rgba System.Byte[]@
- width System.Int32@
- height System.Int32@