Add support for saving 256*256 ICOs in PNG format.

Allow saving icons larger than 127*127 pixels (up to 256*256 which is the
maximal size supported by the ICO format) and save large icons with the item
data in PNG format, as it is normally done for these sizes.

See #15918.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-03-12 23:04:14 +00:00
parent 184b9b49d3
commit 7e64a29edb
2 changed files with 74 additions and 29 deletions

View File

@@ -54,6 +54,7 @@ wxMSW:
- Support multiline strings in wxDC::DrawRotatedText() (Artur Wieczorek).
- Fix stretchable spacers in vertical toolbars (Artur Wieczorek).
- Add wxEnhMetaFile::Detach() (Luca Bacci).
- Add support for saving 256*256 ICOs in PNG format (Artur Wieczorek).
wxOSX/Cocoa: