plug_in_color_adjust << INDEX >> plug_in_color_map

plug_in_color_enhance (1997)

NAME
plug_in_color_enhance - Automatically stretch the saturation of the specified drawable to cover all possible ranges.
SYNOPSIS
plug_in_color_enhance (run_mode,image,drawable)
DESCRIPTION
This simple plug-in does an automatic saturation stretch. For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full range. For some images it may do just what you want; for others it may be total crap :). This version differs from Contrast Autostretch in that it works in HSV space, and preserves hue.
MENUPATH
<Image>/Image/Colors/Auto/Color Enhance
IMAGETYPES
RGB*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableInput drawable
SOME SYNTAX ALTERNATIVES
$drawable->color_enhance
$image->color_enhance (drawable)
plug_in_color_enhance (drawable)
color_enhance Layer (drawable)
color_enhance Image (drawable)
color_enhance Plugin (drawable)
INSTALLATION PATH
/usr/local/gimp-1.1/lib/gimp/1.1/plug-ins/color_enhance
AUTHOR
Martin Weber
(c)1997 Martin Weber


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>