summaryrefslogtreecommitdiffstats
path: root/image/DecoderFactory.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-07-24 13:29:29 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-03 10:03:50 +0100
commit3e0351aa49be56434df121d9b4d9f283c422a670 (patch)
tree66e587490ddf75684fa3657486e99b56a8db8626 /image/DecoderFactory.h
parentb094b135956829a293dd409eefa39f2912434fd9 (diff)
downloadUXP-3e0351aa49be56434df121d9b4d9f283c422a670.tar
UXP-3e0351aa49be56434df121d9b4d9f283c422a670.tar.gz
UXP-3e0351aa49be56434df121d9b4d9f283c422a670.tar.lz
UXP-3e0351aa49be56434df121d9b4d9f283c422a670.tar.xz
UXP-3e0351aa49be56434df121d9b4d9f283c422a670.zip
Implement WebP image decoder.
Diffstat (limited to 'image/DecoderFactory.h')
-rw-r--r--image/DecoderFactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/DecoderFactory.h b/image/DecoderFactory.h
index 107ebede6..f8cf64cc6 100644
--- a/image/DecoderFactory.h
+++ b/image/DecoderFactory.h
@@ -36,6 +36,7 @@ enum class DecoderType
BMP,
ICO,
ICON,
+ WEBP,
UNKNOWN
};