This commit is contained in:
jlwoolf 2022-09-21 19:09:00 -06:00
commit 569feeec12

View File

@ -168,6 +168,7 @@ class CurFile(IcoImagePlugin.IcoFile):
def hotspots(self):
return [(h["x_hotspot"], h["y_hotspot"]) for h in self.entry]
class CurImageFile(IcoImagePlugin.IcoImageFile):
format = "CUR"