Skip to content

Releases: skrashevich/go-webp

v0.1.0 - Initial Release

10 Mar 19:51
df43a8e

Choose a tag to compare

go-webp v0.1.0 — Pure Go WebP Codec

First release of go-webp, a pure Go implementation of the WebP image format with zero CGo dependencies.

Features

  • VP8L (Lossless) encoding & decoding with transform support (Predictor, Color, Subtract Green, Palette)
  • VP8 (Lossy) decoding
  • Alpha channel processing with filtering and VP8L-based compression
  • Animation support (ANIM/ANMF chunks) — encoding & decoding
  • VP8X container with metadata support (ICC, EXIF, XMP)
  • Color Transform and LZ77 back-references in lossless encoding
  • image.Image interface — compatible with Go's standard image package
  • CLI tool (cmd/webpconv) for WebP conversion

Install

go get github.com/skrashevich/go-webp@v0.1.0