image: golang.org/x/image/vp8l Index | Files

package vp8l

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

Index

Package Files

decode.go huffman.go transform.go

func Decode

func Decode(r io.Reader) (image.Image, error)

Decode decodes a VP8L image from r.

func DecodeConfig

func DecodeConfig(r io.Reader) (image.Config, error)

DecodeConfig decodes the color model and dimensions of a VP8L image from r.

Package vp8l imports 5 packages (graph) and is imported by 3 packages. Updated 6 days ago. Refresh now. Tools for package owners.