plug_in_map_object_Iterator_ALT << INDEX >> plug_in_maze

plug_in_max_rgb (May 2000)

NAME
plug_in_max_rgb - Return an image in which each pixel holds only the channel that has the maximum value in three (red, green, blue) channels, and other channels are zero-cleared
SYNOPSIS
plug_in_max_rgb (run_mode,image,drawable,max_p)
DESCRIPTION
the help is not yet written for this plug-in since none is needed.
MENUPATH
<Image>/Filters/Colors/Max RGB...
IMAGETYPES
RGB*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (not used)
DRAWABLEdrawableInput drawable
INT32max_p1 for maximizing, 0 for minimizing
SOME SYNTAX ALTERNATIVES
$drawable->max_rgb (max_p)
$image->max_rgb (drawable,max_p)
plug_in_max_rgb (drawable,max_p)
max_rgb Layer (drawable,max_p)
max_rgb Image (drawable,max_p)
max_rgb Plugin (drawable,max_p)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/max_rgb
AUTHOR
Shuji Narazaki (narazaki@InetQ.or.jp)
(c)May 2000 Shuji Narazaki


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