Add support for saving 32bpp icons too.

Save in 32bpp format if alpha channel is present in the image being saved in
ICO format.

See #15918.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-03-12 23:04:24 +00:00
parent 818e5f3a48
commit 64deeb94b9
2 changed files with 23 additions and 9 deletions

View File

@@ -54,7 +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 24bpp ICOs in PNG format (Artur Wieczorek).
- Add support for saving 256*256 32bpp ICOs in PNG format (Artur Wieczorek).
wxOSX/Cocoa: