Changes between Version 2 and Version 3 of Ticket #65
- Timestamp:
- 01/15/10 14:37:48 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65 – Description
v2 v3 7 7 8 8 Maybe pywin32 can give us access to something in windows API that will do the job, [http://mail.python.org/pipermail/python-win32/2009-April/009078.html this] is not too far off (it's only reading though). 9 10 Found [http://msdn.microsoft.com/en-us/library/system.drawing.icon.save.aspx Icon.Save] in .NET 11 12 [http://social.msdn.microsoft.com/forums/en-US/netfxbcl/thread/4a10d440-707f-48d7-865b-1d8804faf649/ this example] writes it out straight to file.