Skip to content

Commit 05363a2

Browse files
committed
Added new plugin to Image._EXTENSION_PLUGIN
1 parent daee555 commit 05363a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PIL/Image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ def getmodebands(mode: str) -> int:
394394
".vst": "TgaImagePlugin",
395395
".tif": "TiffImagePlugin",
396396
".tiff": "TiffImagePlugin",
397+
".vtf": "VtfImagePlugin",
397398
".webp": "WebPImagePlugin",
398399
".wmf": "WmfImagePlugin",
399400
".emf": "WmfImagePlugin",

0 commit comments

Comments
 (0)