/webpanimation

golang webp animation

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

webpanimation

Packge is binding to libwebp providing methods to create webp animations from golang image.Image interface.

Current version is 1.3.2 up to commit e78e924.

Installing

go get github.com/snowmerak/webpanimation

Examples

Check out examples folder

Dependencies

The only dependency is libwebp, it source code are embeded in package so no additional installations are needed on machine. It can be updated to latest libwebp via ./generate_from_libwebp.py /path/to/clean/libwebp/src/

Fork

This is a fork of webpanimation from sizeofint.