import "golang.org/x/image/vp8l"
Package vp8l implements a decoder for the VP8L lossless image format.
The VP8L specification is at: https://developers.google.com/speed/webp/docs/riff_container
decode.go huffman.go transform.go
func Decode(r io.Reader) (image.Image, error)
Decode decodes a VP8L image from r.
func DecodeConfig(r io.Reader) (image.Config, error)
DecodeConfig decodes the color model and dimensions of a VP8L image from r.