This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author leecatball
Recipients leecatball
Date 2019-11-23.22:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574548382.26.0.67471558876.issue38902@roundup.psfhosted.org>
In-reply-to
Content
WebP is currently missing from the list of supported mimetypes.

It's an open source image format, using VP8 or VP8L for image data and RIFF for containers.

Previously, adding webp support was considered in 2011, but wasn't well supported at the time: ( https://bugs.python.org/issue11362 ). In 2019, WebP now enjoys support in major browsers and OSes. Its sister video format WebM was added to mimetypes in 2016 ( https://bugs.python.org/issue16329 ) and has similar support to WebP.

WebP homepage: https://developers.google.com/speed/webp
WebP source: https://chromium.googlesource.com/webm/libwebp/
RIFF container spec: https://developers.google.com/speed/webp/docs/riff_container
VP8 format spec: https://datatracker.ietf.org/doc/rfc6386/
History
Date User Action Args
2019-11-23 22:33:02leecatballsetrecipients: + leecatball
2019-11-23 22:33:02leecatballsetmessageid: <1574548382.26.0.67471558876.issue38902@roundup.psfhosted.org>
2019-11-23 22:33:02leecatballlinkissue38902 messages
2019-11-23 22:33:01leecatballcreate