There was an error while loading. Please reload this page.
1 parent daee555 commit 05363a2Copy full SHA for 05363a2
1 file changed
src/PIL/Image.py
@@ -394,6 +394,7 @@ def getmodebands(mode: str) -> int:
394
".vst": "TgaImagePlugin",
395
".tif": "TiffImagePlugin",
396
".tiff": "TiffImagePlugin",
397
+ ".vtf": "VtfImagePlugin",
398
".webp": "WebPImagePlugin",
399
".wmf": "WmfImagePlugin",
400
".emf": "WmfImagePlugin",
0 commit comments