mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-16 03:20:53 +03:00
Merge branch 'main' of https://github.com/jlwoolf/Pillow
This commit is contained in:
commit
0c1ff743b6
|
@ -352,7 +352,7 @@ class AniFile:
|
|||
return im
|
||||
|
||||
def sizes(self):
|
||||
return [data['size'] for data in self.image_data]
|
||||
return [data["size"] for data in self.image_data]
|
||||
|
||||
def hotspots(self):
|
||||
pass
|
||||
|
@ -362,7 +362,7 @@ class AniImageFile(ImageFile.ImageFile):
|
|||
"""
|
||||
PIL read-only image support for Microsoft Windows .ani files.
|
||||
|
||||
By default the largest resolution image and first frame in the file will
|
||||
By default the largest resolution image and first frame in the file will
|
||||
be loaded.
|
||||
|
||||
The info dictionary has four keys:
|
||||
|
|
Loading…
Reference in New Issue
Block a user