plug_in_ditherize << INDEX >> plug_in_dynamic_text

plug_in_drawable_compose (1998)

NAME
plug_in_drawable_compose - Compose an image from multiple drawables of gray images
SYNOPSIS
new_image = plug_in_drawable_compose (run_mode,image1,drawable1,drawable2,drawable3,drawable4,compose_type)
DESCRIPTION
This function creates a new image from multiple drawables of gray images
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimage1First input image (not used)
DRAWABLEdrawable1First input drawable
DRAWABLEdrawable2Second input drawable
DRAWABLEdrawable3Third input drawable
DRAWABLEdrawable4Fourth input drawable
STRINGcompose_typeWhat to compose: RGB, RGBA, HSV, CMY, CMYK
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEnew_imageOutput image
SOME SYNTAX ALTERNATIVES
new_image = $drawable->drawable_compose (drawable2,drawable3,drawable4,compose_type)
new_image = $image->drawable_compose (drawable1,drawable2,drawable3,drawable4,compose_type)
new_image = plug_in_drawable_compose (drawable1,drawable2,drawable3,drawable4,compose_type)
new_image = drawable_compose Layer (drawable1,drawable2,drawable3,drawable4,compose_type)
new_image = drawable_compose Image (drawable1,drawable2,drawable3,drawable4,compose_type)
new_image = drawable_compose Plugin (drawable1,drawable2,drawable3,drawable4,compose_type)
AUTHOR
Peter Kirchgessner
(c)1998 Peter Kirchgessner (peter@kirchgessner.net)


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