mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Added PixarImagePlugin file extension
This commit is contained in:
parent
3478464ce8
commit
1888d60504
|
@ -64,5 +64,4 @@ class PixarImageFile(ImageFile.ImageFile):
|
||||||
|
|
||||||
Image.register_open(PixarImageFile.format, PixarImageFile)
|
Image.register_open(PixarImageFile.format, PixarImageFile)
|
||||||
|
|
||||||
#
|
Image.register_extension(PixarImageFile.format, ".pxr")
|
||||||
# FIXME: what's the standard extension?
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user