Hi, for some reason I can't get .webp's to work in Ubuntu 18.04 (error: No images in 'filename'). Is this something y'all can help me with? I can view them using the vwebp command. Previously I was using the python-pil package and it didn't work for me. Saw Bug #111 which led me to try installing Pillow from source.
Thank you for any help!
Currently using Pillow and MComix installed from source. MComix works np. Pillow test below:
Python modules loaded from /usr/local/lib/python2.7/dist-packages/Pillow-5.1.0-py2.7-linux-x86_64.egg/PIL
Binary modules loaded from /home/username/.cache/Python-Eggs/Pillow-5.1.0-py2.7-linux-x86_64.egg-tmp/PIL
--- PIL CORE support ok
TKINTER support not installed
--- FREETYPE2 support ok LITTLECMS2 support not installed
--- WEBP support ok
--- WEBP Transparency support ok
--- WEBPMUX support ok
--- WEBP Animation support ok
--- JPEG support ok
OPENJPEG (JPEG2000) support not installed
--- ZLIB (PNG/ZIP) support ok LIBTIFF support not installed
*** RAQM (Bidirectional Text) support not installed
--------------------------------------------------------------------
Running selftest:
--- 57 tests passed.
Oops I'm an idiot. I was downloading an old version rather than cloning from git. Git version is perfect, thank you for your patch, Ark!