CodeGlyphX logo
CodeGlyphX

API Reference

Class

WebpVp8lDecoder

Namespace CodeGlyphX.Rendering.Webp

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} required
rgba System.Byte[]@ required
width System.Int32@ required
height System.Int32@ required