plug_in_colortoalpha << INDEX >> plug_in_convmatrix

plug_in_compose (1997)

NAME
plug_in_compose - Compose an image from multiple gray images
SYNOPSIS
new_image = plug_in_compose (run_mode,image1,drawable,image2,image3,image4,compose_type)
DESCRIPTION
This function creates a new image from multiple gray images
MENUPATH
<Image>/Image/Mode/Compose...
IMAGETYPES
GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimage1First input image
DRAWABLEdrawableInput drawable (not used)
IMAGEimage2Second input image
IMAGEimage3Third input image
IMAGEimage4Fourth input image
STRINGcompose_typeWhat to compose: RGB, RGBA, HSV, CMY, CMYK
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEnew_imageOutput image
SOME SYNTAX ALTERNATIVES
new_image = $drawable->compose (image2,image3,image4,compose_type)
new_image = $image->compose (drawable,image2,image3,image4,compose_type)
new_image = plug_in_compose (drawable,image2,image3,image4,compose_type)
new_image = compose Layer (drawable,image2,image3,image4,compose_type)
new_image = compose Image (drawable,image2,image3,image4,compose_type)
new_image = compose Plugin (drawable,image2,image3,image4,compose_type)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/compose
AUTHOR
Peter Kirchgessner
(c)1997 Peter Kirchgessner (peter@kirchgessner.net)


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