GNOME Bugzilla – Bug 342885
Icon - save as 24-bit
Last modified: 2008-01-15 13:08:14 UTC
When saving as an ICO, you should be able to choose 24-bit color as an option. Currently there's 1, 4, 8, and 32. 32-bit functions the same, but has an alpha channel. 24-bit doesn't have alpha channel and no transparency is used.
I suggest to confirm this enhancement request: * Winicon can open icon in this format * This format is widely supported I don't think no transparency is used. It looks like this format has standard 1-bit mask.
Okay, confirming.
2006-10-16 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icodialog.c * plug-ins/winicon/icoload.c * plug-ins/winicon/icosave.c: applied patches from Aurimas Juška that add support for saving 24 bit files and fix a bug in the load routines for this format (bug #352899).