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: :
- GrapeFruit-0.1a3
INSTALLATION: copy file gimp_palette_generator.py to the standard place for plugins (folder "plug-ins").
See: http://krypt77.altervista.org/index_gimp.htm
| Attachment | Size |
|---|---|
| gimp_palette_generator.py | 75.49 KB |
| gimp_palette_generator_1_1.py | 76.27 KB |
| gimp_palette_generator_1_2.py | 68.78 KB |
| gimp_palette_generator_1_3.py | 69.41 KB |
Comments
Palette Script for those without python
If you don't have python, another option is a script I wrote for someone on GimpTalk:
http://ffaat.pointclark.net/incoming/scripts/colour_scheme_palette.scm
It will create a new palette (or update the existing palette) based on the current FG colour.
It registers twice, once with an option to specify a palette name and once without the dialog so you can quickly regenerate the palette by binding it to a keypress with no pop-up dialog.
The palette created has the following groups (separated by a black colour spacer):
-Complementary set (FG + complementary hue)
-Analogous colour set (FG + 30degrees hues either side)
-Triadic colour set (FG + two equally spaced hues, 120 degrees apart)
-Split Complementary (FG + 150degree hoes either side)
-Tetradic (FG + Complement + 60 degrees one side, 120 degrees the other)
-Square (FG + 3 equally spaced hues, 90 degrees apart)
-Rob A>
Ubuntu install difficulty
RE: Ubuntu install difficulty
Another Ubuntu install solution
Thank you!
How to install on Windows XP?
RE: How to install on Windows XP?
This Might Sound Corny, But...
It worked for me too (Windows XP)
Just double click the setup.py and then double click the test.py and it compiles.
Place both the generator plugin and the new compiled grapefruit file in the plugins folder and there you go. :)
Image example

The folder (zipped tar), must have everything it needs to build by clicking the setup and test run files.
I do not have any compilers installed so i do not know what gives there.But i am happy with the results.
I just wanted to confirm it with an image and another user compile.Pretty cool!
Nice filter by the way!
Thanks.
It worked, but I had to
chmod +x" the plugin, and run "setup.py install" with sudo...RE: How to install on Windows XP?
Many thanks! This is what I