Module image::codecs::webp::vp8[][src]

An implementation of the VP8 Video Codec

This module contains a partial implementation of the VP8 video format as defined in RFC-6386.

It decodes Keyframes only sans Loop Filtering. VP8 is the underpinning of the WebP image format

Related Links

Structs

Frame

A Representation of the last decoded video frame

Vp8Decoder

VP8 Decoder