Merge pull request #4032 from radarhere/ico_saving

Documented OS support for ICO saved files
This commit is contained in:
Hugo van Kemenade 2019-08-22 10:27:39 +03:00 committed by GitHub
commit 72a8f63915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,6 +263,9 @@ 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.
This plugin is a refactored version of Win32IconImagePlugin by Bryan Davis
<casadebender@gmail.com>.
https://code.google.com/archive/p/casadebender/wikis/Win32IconImagePlugin.wiki