Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonycoz/imager-file-webp
webp support for Imager
https://github.com/tonycoz/imager-file-webp
Last synced: about 1 month ago
JSON representation
webp support for Imager
- Host: GitHub
- URL: https://github.com/tonycoz/imager-file-webp
- Owner: tonycoz
- Created: 2018-11-26T09:59:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T01:30:58.000Z (over 5 years ago)
- Last Synced: 2024-10-13T12:05:15.456Z (2 months ago)
- Language: Perl
- Size: 144 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Imager::File::WEBP provides file format support for Google's webp
image file format to Imager.You will need at least version 0.5.0 of libwebp installed, including
libwebpmux which is packaged with libwebp.To build Imager::File::WEBP you will also need the development headers
installed.For Debian you can install all of that with:
apt-get install libwebp-dev
which will also install the needed runtime libraries.
I haven't tried this on Win32.