Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhatto/pywebp
Yet Another Python libwebp wrapper.
https://github.com/hhatto/pywebp
Last synced: 28 days ago
JSON representation
Yet Another Python libwebp wrapper.
- Host: GitHub
- URL: https://github.com/hhatto/pywebp
- Owner: hhatto
- Created: 2011-05-29T18:09:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-02T16:08:14.000Z (over 13 years ago)
- Last Synced: 2024-10-14T11:08:59.963Z (2 months ago)
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pywebp
======About
-----
pywebp is a yet another libwebp_ wrapper for Python... _libwebp: http://code.google.com/intl/en/speed/webp/
Install
-------pip install git+http://github.com/hhatto/pywebp.git#egg=pywebp
Require
-------
* libwebp
* libjpeg
* libpngBasic Usage
-----------
encode::>>> from webp.encode import encode
>>> encode('input.jpg', 'output.webp')