all: add support for webp images

Includes webp test image
Merges #283
This commit is contained in:
neobooru
2019-10-05 16:34:12 +02:00
committed by Shyam Sunder
parent f4afb145d6
commit 73c53fa4e2
6 changed files with 11 additions and 1 deletions

View File

@ -35,6 +35,7 @@
'image/gif': 'GIF',
'image/jpeg': 'JPEG',
'image/png': 'PNG',
'image/webp': 'WEBP',
'video/webm': 'WEBM',
'video/mp4': 'MPEG-4',
'application/x-shockwave-flash': 'SWF',

View File

@ -8,6 +8,7 @@
'image/gif': 'GIF',
'image/jpeg': 'JPEG',
'image/png': 'PNG',
'image/webp': 'WEBP',
'video/webm': 'WEBM',
'video/mp4': 'MPEG-4',
'application/x-shockwave-flash': 'SWF',