You are here

color balance

Balance colors through samples indicated as gray.

This little script was inspired by "GIMP tutorial - advanced color correction using sample point and curves" which nicely describes a method to get the color balance of a drawable right.
It expects an active path. If it's not there it exits unceremoniously.
The average RGB values of a 5 pixel radius area around the points in the path are taken and from these color adjustment curves are invoked with the aim to equalize them and thereby get the color balance right.

BIMP. Batch Image Manipulation Plugin.

BIMP is a graphical batch plugin for applying a set of GIMP manipulations on groups of images.
You can use predefined manipulations such resize, crop, flip, rotate, color correction, sharpen, watermark, format conversion, rename, but also select an other installed plugin or script-fu and apply it to each image.

Windows version and source code for Linux/Mac systems: http://www.alessandrofrancesconi.it/projects/bimp/

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:

Color Balance 2

Color balance 2 plug-in can be useful to add or remove color tints in shadows, midtones and highlights, while preserving the image luminosity.

See samples:
Original:

After Color Balance 2 filter:

Color Balance 2 UI:

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).

colortemp

This script converts the color temperature of an image. You can specify the color temperature of the original image, and the desired color temperature of the result, as well as a brightness correction factor. The script installs itself under the menu Filters/Colors/Convert Color Temperature.

The full documentation for the script is available at http://luca.dealfaro.org/Colortemp

The script works for Gimp 2.2, 2.4, and 2.6 .

whitebalance

This script converts the colors of an image, so that the foreground color (chosen, e.g., with the color picker tool) is either transformed to gray, or to the background color. The script can be used to remove color casts. The script installs itself under the menu Filters/Colors/White balance.

The documentation for the script is available at
http://luca.dealfaro.org/Whitebalance

The script works for Gimp 2.2, 2.4, and 2.6 .

Subscribe to RSS - color balance