imagegolang.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

Functions

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.

Source Files

decode.go huffman.go transform.go

Version
v0.24.0 (latest)
Published
Feb 4, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
13 hours ago

Tools for package owners.