
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
github.com/sizeofint/webp-animation
Advanced tools
⚠Before using this library read text below👇
This library is direct binding to libwebp 0.6, originally created to convert gif animations to webp.
Recently I created more generic and golang language friendly version to make webp animations supporting image.Image interface which will help to create webp animation not only from gif animations but also from any image source that you will get in image.Image interface. so I highly recommend to use the new version
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.
Get package: go get github.com/sizeofint/webp-animation
dependencies:
Package provides prebuilt dependencies for Linux, but if you want to rebuild by your own, run deps/build-deps-linux.sh
gif-to-webp Convert gif to webp
png-to-webp-animation Create webp animation from png files
FAQs
Unknown package
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.