mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 10:42:19 +03:00
Added info about mode when saving for Windows [ci skip]
This commit is contained in:
parent
ab8955b48e
commit
4b066e66da
|
@ -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