Skip to content

Commit

Permalink
Merge pull request #1809 from radarhere/pxr
Browse files Browse the repository at this point in the history
Added PixarImagePlugin file extension
  • Loading branch information
hugovk committed Apr 5, 2016
2 parents 3478464 + 1888d60 commit 99c61ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PIL/PixarImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ def _open(self):

Image.register_open(PixarImageFile.format, PixarImageFile)

#
# FIXME: what's the standard extension?
Image.register_extension(PixarImageFile.format, ".pxr")

0 comments on commit 99c61ad

Please sign in to comment.