Changes between Version 8 and Version 9 of Encodings/webp
- Timestamp:
- 06/25/17 22:26:01 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings/webp
v8 v9 7 7 {{{#!div class="box" 8 8 This [/wiki/Encodings Encoding] has 3 encoders: 9 * a Cython based encoder using the [https://developers.google.com/speed/webp/docs/api#encodingadvancedapi Advanced Encoding API] (only available in version 0.13 onwards)which is faster9 * a Cython based encoder using the [https://developers.google.com/speed/webp/docs/api#encodingadvancedapi Advanced Encoding API] which is faster 10 10 * a {{{python-webm}}} fallback 11 11 * fallback to [/wiki/Encodings/Pillow]