GNOME Bugzilla – Bug 342970
Import a New Palette does not use Number of colors when importing from an indexed image
Last modified: 2006-05-26 12:49:03 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.
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.