You are here

color

Saturation Equalizer

Saturation equalizer is saturation plugin that can adjust saturation of an image via 6 sliders – effectively the saturation curve. You can alo modify brightness of image with two spinboxes – they work like „levels“ tool.
Additionally you can autoalign RGB channels to eliminate color cast and there are few more features. I believe they are self-explanatory, once you work with plugin.
It internally works in floats, that means no information is lost during processing.
Plugin is multithreaded.

16-bit (was ARGB4444) Dither Script

This script "dithers" RGB images to 16-bit color, either:

ARGB4444/4096colors+16levels of transparency,
RGB565/65536colors+ no transparency, or
ARGB1555/32768colors + fully transparent or not.

The higher-depth dither is especially useful for mobile developers who need to pre-dither
assets for 12-bit screens.

Version 0.2 - Added RGB565 and ARGB1555.

Please email me for any issues... I'm pretty swamped, but I'll try to address!

Cross-Process (Python version with options)

OK - so I saw this plugin today:
Cross Processing (Xpro) http://registry.gimp.org/node/25007
Which is based on this excellent tutorial by jEsuSdA: http://www.jesusda.com/blog/index.php?id=375

After running through the tutorial, I decided to write another version of the plug-in with a few options.

This plug-in requires Python. If you have the 'Filters->Python-Fu->Console' menu item you are all set. If not, install Python support for GIMP.
The plugin can be found under Filters>Artistic>Cross-Process. Don't forget to make the plugin executable.

Options:

CMY Skin Tone Adjust

[updated 11/28/2011 be 2.7 compatible- A HUGE thank you to François Collard for providing the update.]
Another simple, but I hope useful, color toning automation script designed to assist in adjusting flesh tones in portraits. It doesn't do anything that you couldn't do on your own a few other ways, but if you like fiddling with the complexion of subjects in portraits, and like me, you are a tad lazy, you might find it helpful.

Get Curves Plugin

This plugin calculates the color curve from two different pictures (Original and Modified).
Build and install it with:
$ gimptool-2.0 --install elsamuko-get-curves.c

Low Frequency Even ver 1.1 (UPDATED)

This plugin removes low frequency brightness and color differences from image. It's dedicated for creating textures for computer graphic from photos. But it shuld be usefull for other puroses too.

Manual Lens filter

This plug-in changes color balance to imitate images taken with Manual / Classic lenses but without any effect of degradation similar to images made with toy lenses.

See samples:
Original:

After Manual Lens filter:

Now script-fu version available:
No need for python installation.
Copy the .scm file to:

Lab curves for GIMP

Basically it is not a plugin. It is a small standalone program in C++ and a wrapper script for seemless integration into GIMP.

It allows to alter an image with 16 bit L*a*b* curves with preview. You call it like a script from gimp. The image is send to that program, you play with the L*a*b* curves and when you save the altered image is send back and everything is cleaned up...

More information here: http://www.mm-log.com/lab-curves-gimp

greets mike

Edge Glow

A simple script to make the edges of a selection or layer glow with the selected colour. The script will act on the active selection first, and if it cannot find that, the alpha channel of the current layer. All changes are made to a separate layer so you can duplicate, mask and move them around to your heart's content.

Batch Edit Color Balance, Brightness and Contrast

The script enables you to do two image adjustment operations to all images in a folder:

  1. Individually adjust the color balance in shadows, midtones and highlights
  2. Adjusting the Brightness and Contrast

You choose a folder with a folder browsing widget, you can also specify the file extension of the files you would want to change(useful if you have non supported files in the same folder).

Pages

Subscribe to RSS - color