mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
commit
a44207443c
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
# This plugin is a refactored version of Win32IconImagePlugin by Bryan Davis
|
# This plugin is a refactored version of Win32IconImagePlugin by Bryan Davis
|
||||||
# <casadebender@gmail.com>.
|
# <casadebender@gmail.com>.
|
||||||
# https://code.google.com/p/casadebender/wiki/Win32IconImagePlugin
|
# https://code.google.com/archive/p/casadebender/wikis/Win32IconImagePlugin.wiki
|
||||||
#
|
#
|
||||||
# Icon format references:
|
# Icon format references:
|
||||||
# * https://en.wikipedia.org/wiki/ICO_(file_format)
|
# * https://en.wikipedia.org/wiki/ICO_(file_format)
|
||||||
|
@ -252,7 +252,7 @@ class IcoImageFile(ImageFile.ImageFile):
|
||||||
|
|
||||||
This plugin is a refactored version of Win32IconImagePlugin by Bryan Davis
|
This plugin is a refactored version of Win32IconImagePlugin by Bryan Davis
|
||||||
<casadebender@gmail.com>.
|
<casadebender@gmail.com>.
|
||||||
https://code.google.com/p/casadebender/wiki/Win32IconImagePlugin
|
https://code.google.com/archive/p/casadebender/wikis/Win32IconImagePlugin.wiki
|
||||||
"""
|
"""
|
||||||
format = "ICO"
|
format = "ICO"
|
||||||
format_description = "Windows Icon"
|
format_description = "Windows Icon"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user