mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +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.
|
||||
|
||||
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
|
||||
<casadebender@gmail.com>.
|
||||
|
|
Loading…
Reference in New Issue
Block a user