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

@ -36,6 +36,7 @@ enum class DecoderType
BMP,
ICO,
ICON,
WEBP,
UNKNOWN
};