Allows parsing of WebP format images

This commit is contained in:
Trenton H
2022-11-14 15:38:35 -08:00
parent 1e11c12d96
commit e96d65f945
4 changed files with 17 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ class RasterisedDocumentParser(DocumentParser):
"image/tiff",
"image/bmp",
"image/gif",
"image/webp",
]
def has_alpha(self, image):