On Tue, 2010-06-01 at 20:05 +0200, Alexandre Julliard wrote: > Joel Holdsworth <[email protected]> writes: > > > Are PNG icons supported? It didn't look like they were when I checked. > > Also, sizes larger than 255px, are only partially supported in the > > format. So any app, including wine would have legitimate reasons to > > reject such a file. > > png icons are not supported but uncompressed ones should work > fine. If it really doesn't work you can always use a bitmap. >
Are you sure? I really do think using PNGs is preferable. The PNG is 22.8kB, whereas a BMP would be 237.2kB - over 10x larger! If I use a BMP, it will make the winecfg executable bloat up 25%. By contrast importing GDI+ or WIC seems to me like a small price to pay.
