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 342970 - Import a New Palette does not use Number of colors when importing from an indexed image
Import a New Palette does not use Number of colors when importing from an ind...
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-05-26 03:59 UTC by Carol
Modified: 2006-05-26 12:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carol 2006-05-26 03:59:25 UTC
When importing a palette from an indexed image, if the image 
contains 256 colors the imported palette will also contain 
256 colors.

This can be worked around by re-indexing the image and limiting 
the new image to the number of colors desired for the palette.

It works when importing the palette from an RGB image, but it 
picks colors to save that are not a reasonable representation 
of the colors that made the original image.
Comment 1 Michael Natterer 2006-05-26 12:49:03 UTC
Fixed in CVS:

2006-05-26  Michael Natterer  <mitch@gimp.org>

	* app/dialogs/palette-import-dialog.c: set the "Number of colors"
	and "Interval" widgets insensitive for indexed images.
	Fixes bug #342970.