vp8l - ActiveState ActiveGo 1.8
...

Package vp8l

import "golang.org/x/image/vp8l"
Overview
Index

Overview ▾

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

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.