Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhatto/pywebp

Yet Another Python libwebp wrapper.
https://github.com/hhatto/pywebp

Last synced: about 1 month ago
JSON representation

Yet Another Python libwebp wrapper.

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
* libpng

Basic Usage
-----------
encode::

>>> from webp.encode import encode
>>> encode('input.jpg', 'output.webp')