plug_in_noisify_Iterator_ALT << INDEX >> plug_in_nova

plug_in_normalize (1997)

NAME
plug_in_normalize - Normalize the contrast of the specified drawable to cover all possible ranges.
SYNOPSIS
plug_in_normalize (run_mode,image,drawable)
DESCRIPTION
This plugin performs almost the same operation as the 'contrast autostretch' plugin, except that it won't allow the color channels to normalize independently. This is actually what most people probably want instead of contrast-autostretch; use c-a only if you wish to remove an undesirable color-tint from a source image which is supposed to contain pure-white and pure-black.
MENUPATH
<Image>/Image/Colors/Auto/Normalize
IMAGETYPES
RGB*, GRAY*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableInput drawable
SOME SYNTAX ALTERNATIVES
$drawable->normalize
$image->normalize (drawable)
plug_in_normalize (drawable)
normalize Layer (drawable)
normalize Image (drawable)
normalize Plugin (drawable)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/normalize
AUTHOR
Adam D. Moss, Federico Mena Quintero
(c)1997 Adam D. Moss, Federico Mena Quintero


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