Version 10 (modified by 4 years ago) (diff) | ,
---|
WebP Encoding
Warning: in recent versions, the cython webp module has been disabled because of a conflict between the library we link against and the library that pillow is build against, see #1064
This Encoding has 2 encoders and decoders:
- a Cython based one, which uses the Advanced Encoding API which is faster
- fallback to wiki/Encodings/Pillow
Versions
As of xpra version 2.2, we no longer support older version of libwebp
, you must have version 0.5 or later.
Links and Tickets
- WebP upstream: A new image format for the Web
- python-webm upstream
- #491: webp is leaking memory (same bug in Python Pillow: Pillow issue 586)
- 419#comment:4: better/faster lossless encoding selection: webp lossless can be extremely slow!
- #1694 re-add webp