Skip to content

Create/Convert webp animations from png/gif images, Golang partial binding to libwebp, giflib, libpng

Notifications You must be signed in to change notification settings

diffguo/webp-animation

 
 

Repository files navigation

webp-animation

Golang binding to libwebp, libpng and giflib library

This package implements functions (not all) which are required to convert GIF to WEBP animation, especially the functions that were used for this example: https://github.com/webmproject/libwebp/blob/0.6.1/examples/gif2webp.c.
Binding to libpng helps to create new webp animation from png images.

Installation

Get package: go get github.com/sizeofint/webp-animation

dependencies:

  • libraries: libwebp 0.6.1, giflib 5.1, zlib 1.2.11(required for libpng), libpng 1.6.36

Package provides prebuilt dependencies for Linux, but if you want to rebuild by your own, run deps/build-deps-linux.sh

Implementations

gif-to-webp Convert gif to webp

png-to-webp-animation Create webp animation from png files

About

Create/Convert webp animations from png/gif images, Golang partial binding to libwebp, giflib, libpng

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.4%
  • Go 29.4%
  • C++ 8.2%