Add documentation and tests for animation

This commit is contained in:
Rohan Singh 2020-09-18 09:46:30 -04:00
parent 7430f2cbfa
commit fb5d8a6b3d
4 changed files with 112 additions and 3 deletions

View file

@ -1,6 +1,8 @@
package webp
/*
#cgo LDFLAGS: -lwebpmux
#include <stdlib.h>
#include <string.h>
#include <webp/encode.h>