mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-14 10:30:55 +03:00
Merge branch 'main' of https://github.com/jlwoolf/Pillow
This commit is contained in:
commit
9b8c29fdc0
|
@ -133,7 +133,6 @@ class CurFile(IcoImagePlugin.IcoFile):
|
||||||
if not icon_header[j]:
|
if not icon_header[j]:
|
||||||
icon_header[j] = 256
|
icon_header[j] = 256
|
||||||
|
|
||||||
|
|
||||||
icon_header["dim"] = (icon_header["width"], icon_header["height"])
|
icon_header["dim"] = (icon_header["width"], icon_header["height"])
|
||||||
icon_header["square"] = icon_header["width"] * icon_header["height"]
|
icon_header["square"] = icon_header["width"] * icon_header["height"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user