Documentation ¶
Overview ¶
Package webp implements an WEBP image decoder based on libwebp compiled to WASM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMemRead = errors.New("webp: mem read failed") ErrMemWrite = errors.New("webp: mem write failed") ErrDecode = errors.New("webp: decode failed") )
Errors .
Functions ¶
func DecodeConfig ¶
DecodeConfig returns the color model and dimensions of a WEBP image without decoding the entire image.
Types ¶
Click to show internal directories.
Click to hide internal directories.