package webp
import "golang.org/x/image/webp"
Package webp implements a decoder for WEBP images.
WEBP is defined at: https://developers.google.com/speed/webp/docs/riff_container
Index ¶
Functions ¶
func Decode ¶
Decode reads a WEBP image from r and returns it as an image.Image.
func DecodeConfig ¶
DecodeConfig returns the color model and dimensions of a WEBP image without decoding the entire image.
Source Files ¶
decode.go doc.go
- Version
- v0.14.0
- Published
- Nov 7, 2023
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 1 week ago –
Tools for package owners.