Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Manipulate WebP images in Python

I'm looking for something like PIL (Python Imaging Library), which sadly doesn't support WebP images.

I'd like to be able to do resizes and crops. Or at least convert to JPEG and then I can work it with PIL.

like image 796
Francisco Passos Avatar asked Jul 29 '11 16:07

Francisco Passos


1 Answers

Take a look at: http://code.google.com/p/python-webm/

I was able to walk through the test file to see how they were doing it.

like image 174
xamox Avatar answered Sep 30 '22 01:09

xamox