plug_in_curve_bend_Iterator << INDEX >> plug_in_deinterlace

plug_in_decompose (1997)

NAME
plug_in_decompose - Decompose an image into different types of channels
SYNOPSIS
(new_image,new_image,new_image,new_image) = plug_in_decompose (run_mode,image,drawable,decompose_type)
DESCRIPTION
This function creates new gray images with different channel information in each of them
MENUPATH
<Image>/Image/Mode/Decompose...
IMAGETYPES
RGB*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
STRINGdecompose_typeWhat to decompose: RGB, Red, Green, Blue, HSV, Hue, Saturation, Value, CMY, Cyan, Magenta, Yellow, CMYK, Cyan_K, Magenta_K, Yellow_K, Alpha
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEnew_imageOutput gray image
IMAGEnew_imageOutput gray image (N/A for single channel extract)
IMAGEnew_imageOutput gray image (N/A for single channel extract)
IMAGEnew_imageOutput gray image (N/A for single channel extract)
SOME SYNTAX ALTERNATIVES
(new_image,new_image,new_image,new_image) = $drawable->decompose (decompose_type)
(new_image,new_image,new_image,new_image) = $image->decompose (drawable,decompose_type)
(new_image,new_image,new_image,new_image) = plug_in_decompose (drawable,decompose_type)
(new_image,new_image,new_image,new_image) = decompose Layer (drawable,decompose_type)
(new_image,new_image,new_image,new_image) = decompose Image (drawable,decompose_type)
(new_image,new_image,new_image,new_image) = decompose Plugin (drawable,decompose_type)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/decompose
AUTHOR
Peter Kirchgessner
(c)1997 Peter Kirchgessner (peter@kirchgessner.net)


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