Socket
Book a DemoInstallSign in
Socket

github.com/kmicki/webpanimation

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kmicki/webpanimation

Source
Go
Version
v0.0.0-20220730131552-92fd53986eda
Version published
Created
Source

webpanimation

Package is binding to libwebp providing methods to create webp animations from golang image.Image interface. It also allows decoding of webp animations into single frames that implement image.Image

Origin

This repo is a fork of github.com/sizeofint/webpanimation.

It adds decoding capabilities to already existing encoding capabilities.

Installing

go get github.com/kmicki/webpanimation

Examples

Check out examples folder.

No examples of decoding yet.

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/

FAQs

Package last updated on 30 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts