Releases: skrashevich/go-webp
Releases · skrashevich/go-webp
v0.1.0 - Initial Release
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.Imageinterface — compatible with Go's standardimagepackage- CLI tool (
cmd/webpconv) for WebP conversion
Install
go get github.com/skrashevich/go-webp@v0.1.0