mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-15 03:46:28 +03:00
Merge pull request #5423 from radarhere/ico_documentation
Added info about mode when saving ICO for Windows
This commit is contained in:
commit
75f385ffaa
|
@ -267,7 +267,8 @@ class IcoImageFile(ImageFile.ImageFile):
|
||||||
Handles classic, XP and Vista icon formats.
|
Handles classic, XP and Vista icon formats.
|
||||||
|
|
||||||
When saving, PNG compression is used. Support for this was only added in
|
When saving, PNG compression is used. Support for this was only added in
|
||||||
Windows Vista.
|
Windows Vista. If you are unable to view the icon in Windows, convert the
|
||||||
|
image to "RGBA" mode before saving.
|
||||||
|
|
||||||
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>.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user