plug_in_threshold_alpha << INDEX >> plug_in_tileit_Iterator_ALT

plug_in_tile (1996-1997)

NAME
plug_in_tile - Create a new image which is a tiled version of the input drawable
SYNOPSIS
(new_image,new_layer) = plug_in_tile (run_mode,image,drawable,new_width,new_height,new_image)
DESCRIPTION
This function creates a new image with a single layer sized to the specified 'new_width' and 'new_height' parameters. The specified drawable is tiled into this layer. The new layer will have the same type as the specified drawable and the new image will have a corresponding base type.
MENUPATH
<Image>/Filters/Map/Tile...
IMAGETYPES
RGB*, GRAY*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
INT32new_widthNew (tiled) image width
INT32new_heightNew (tiled) image height
INT32new_imageCreate a new image?
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEnew_imageOutput image (N/A if new_image == FALSE)
LAYERnew_layerOutput layer (N/A if new_image == FALSE)
SOME SYNTAX ALTERNATIVES
(new_image,new_layer) = $drawable->tile (new_width,new_height,new_image)
(new_image,new_layer) = $image->tile (drawable,new_width,new_height,new_image)
(new_image,new_layer) = plug_in_tile (drawable,new_width,new_height,new_image)
(new_image,new_layer) = tile Layer (drawable,new_width,new_height,new_image)
(new_image,new_layer) = tile Image (drawable,new_width,new_height,new_image)
(new_image,new_layer) = tile Plugin (drawable,new_width,new_height,new_image)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/tile
AUTHOR
Spencer Kimball & Peter Mattis
(c)1996-1997 Spencer Kimball & Peter Mattis


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