Skip to content

Commit

Permalink
Merge pull request #4032 from radarhere/ico_saving
Browse files Browse the repository at this point in the history
Documented OS support for ICO saved files
  • Loading branch information
hugovk committed Aug 22, 2019
2 parents aec17ed + 4834157 commit 72a8f63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PIL/IcoImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72a8f63

Please sign in to comment.