Implement WebP image decoder.

This commit is contained in:
wolfbeast 2017-07-24 13:29:29 +02:00 • committed by Roy Tam
commit 9121db73a2
10 changed files with 579 additions and 2 deletions

View file

@ -113,6 +113,7 @@
#define IMAGE_MNG "video/x-mng"
#define IMAGE_JNG "image/x-jng"
#define IMAGE_SVG_XML "image/svg+xml"
#define IMAGE_WEBP "image/webp"
#define MESSAGE_EXTERNAL_BODY "message/external-body"
#define MESSAGE_NEWS "message/news"