RSS/Atom feed Twitter
Site is read-only, email is disabled

palette mapping (again)

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

palette mapping (again) Fernando Sancho 11 Nov 16:20
  palette mapping (again) Carol Spears 11 Nov 17:46
  palette mapping (again) Sven Neumann 11 Nov 17:48
Fernando Sancho
2004-11-11 16:20:23 UTC (over 19 years ago)

palette mapping (again)

I'm using Gimp-2.2-pre1 and find that now gimp allows to map with a palette with more than 256 colors. I don't know if it's a trick, because palettes with more than 256 colors aren't listed in aviable palletes to map with, but if I type the name of my palette, gimp maps the palette.

I have to test that feature from a python-fu script but the only result i get is a gimp crash.

This is the output

(dbbrowser:12220): LibGimp-WARNING **: dbbrowser: gimp_flush(): error: Broken pipe

(script-fu:12194): LibGimpBase-WARNING **: script-fu: wire_read(): error

Segmentation fault

-----------------

please help, i need this feature.

Carol Spears
2004-11-11 17:46:14 UTC (over 19 years ago)

palette mapping (again)

On Thu, Nov 11, 2004 at 04:20:23PM +0100, Fernando Sancho wrote:

I'm using Gimp-2.2-pre1 and find that now gimp allows to map with a palette with more than 256 colors. I don't know if it's a trick, because palettes with more than 256 colors aren't listed in aviable palletes to map with, but if I type the name of my palette, gimp maps the palette.

several of the palettes that come with gimp are more than 256 colors. Try Named Colors, for example.

can you describe what you did to get gimp to "map to a palette with more than 256 colors" in terms of which gimp options you used to do this?

carol

Sven Neumann
2004-11-11 17:48:20 UTC (over 19 years ago)

palette mapping (again)

Hi,

Fernando Sancho writes:

I'm using Gimp-2.2-pre1 and find that now gimp allows to map with a palette with more than 256 colors.

There are only 256 color indices in your image so what good would using a larger palette do?

I have to test that feature from a python-fu script but the only result i get is a gimp crash.

This is the output

(dbbrowser:12220): LibGimp-WARNING **: dbbrowser: gimp_flush(): error: Broken pipe

As mentioned in the file INSTALL, you should have uninstalled GIMP 2.0 instead of just installing GIMP 2.2 over it. dbbbrowser shouldn't be there. That doesn't explain the crash though.

Sven