plug_in_autocrop << INDEX >> plug_in_blinds

plug_in_autostretch_hsv (1997)

NAME
plug_in_autostretch_hsv - Automatically stretch the contrast of the specified drawable to cover all possible ranges.
SYNOPSIS
plug_in_autostretch_hsv (run_mode,image,drawable)
DESCRIPTION
This simple plug-in does an automatic contrast 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 contrast 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/Stretch HSV
IMAGETYPES
RGB*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableInput drawable
SOME SYNTAX ALTERNATIVES
$drawable->autostretch_hsv
$image->autostretch_hsv (drawable)
plug_in_autostretch_hsv (drawable)
autostretch_hsv Layer (drawable)
autostretch_hsv Image (drawable)
autostretch_hsv Plugin (drawable)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/autostretch_hsv
AUTHOR
Scott Goehring and Federico Mena Quintero
(c)1997 Scott Goehring and Federico Mena Quintero


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