If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
Palettes Menu -> Palette to Image
Take the active (selected) palette and create an image containing the colors and their names. Requires python.
Options:
- Font: pick the font for the name listing
- Size: size of each color
Tested with 2.6 and linux, but should work cross-platform.
TODO: it's hardcoded to a minimum of 200px wide - I should change that to something more reasonable. Some nice additions would be bg and text color selectors, and possibly some layout options (spacing, columns, etc.)
Have fun ;)
This simple plugin was created in response to a request here.
It simply samples the entire image colour, and allows you to either:
- Display the RGB or grey values
- Set the foregound colour
- Set the background colour
- Add it to the current palette (if editable)
There is a toggle to sample just the layer, or the merged image.
It registers in the Colour menu as "Sample Average Colour..." and should work for RGB, indexed, or greyscale images.
UPDATE: Version 1.1 of the script now respects image/layer transparency and selections.
-Rob A>
New version:1_3
Add to palette black, gray and white by default.
New version:1_2
Save palette bug fixed.
Version:1_1
Adjust light of scheme work fine (I hope!)
It generates palette by following the harmonic schemes of color: monochromatic, complementary, triadic, tetrad and analogous.
Options:
- you can choose between the digital wheel (RGB) and the real wheel (RYB);
- you can choose whether to use the color "web safe" or not;
- you can see in real time in a preview page the combination of colors;
- you can save a Gimp or Inkscape palette.
Required python libraries: :
- Grap read more »
A Python plugin that start the color scheme designer Agava for creating a new color scheme. The created color scheme can be saved as a Gimp color palette and loaded into Gimp.
Presented by area42 - Agentur & Systempartner
Download and more information at
http://my.opera.com/area42/blog/color-scheme-helper-for-gimp
Import Kuler palettes into GIMP 2.6.
Palettes Dock -> Menu -> Palettes Menu -> Import Kuler palette...
This plug-in requires Python. Also, make sure that the .py file is executable! If you have already installed previous version of the plug-in, you must remove the old version. read more »
I wrote this script using GIMP bug #88361 as inspiration. This script provides three functions that expand GIMP's ability to deal with indexed colors. I designed them with pixel artists in mind, who frequently store their target palette as a set of swatches in one region of the image they're working on.
(Image) > Colors > Map > Colormap to palette Creates a GIMP palette based on an indexed image's colormap, which can then be used just like any normal GIMP palette. read more »