After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342885 - Icon - save as 24-bit
Icon - save as 24-bit
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other All
: Low enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-05-25 05:14 UTC by Nick Smith
Modified: 2008-01-15 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nick Smith 2006-05-25 05:14:02 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.
Comment 1 Aurimas Juška 2006-09-24 08:13:01 UTC
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.
Comment 2 weskaggs 2006-09-24 16:13:08 UTC
Okay, confirming.
Comment 3 Sven Neumann 2006-10-16 13:07:43 UTC
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).