tree: 0daabf2c37a71d6b71a23ab1a86a747c10af35bc
  1. decode_huffman.wuffs
  2. decode_pixels_slow.wuffs
  3. decode_transform.wuffs
  4. decode_webp.wuffs
  5. README.md
std/webp/README.md

WebP

WebP is a still image format, described in RFC 6386.

The “Making Software - Image Compression” book chapter also has a good overview of a number of image formats, including WebP.

There are two WebP variants: lossy (based on VP8) and lossless. Wuffs' VP8 implementation is in a separate package, as the WebM moving image format also uses VP8. There's no Wuffs WebM package yet but there might be in the future.