layer effects
This script makes the salubriousness layer effect which emulates old fashioned dramatic portrait photography.
Download the scripts. These layer effects work with decomposition layers and multiplification layers. The tarball contains both scripts.
def layer_effect_salubriousness(image, drawable): layer_value = pdb.python_fu_decompose_value_layer(image, drawable) layer_salubrious = pdb.python_fu_decompose_to_layer_green(image, drawable) pdb.gimp_layer_set_mode(layer_salubrious, MULTIPLY_MODE) pdb.gimp_equalize(layer_salubrious, False)