plug_in_max_rgb << INDEX >> plug_in_maze_Iterator_ALT

plug_in_maze (1997, 1998)

NAME
plug_in_maze - Draws a maze.
SYNOPSIS
plug_in_maze (run_mode,image_ID,drawable_ID,width,height,tileable,algorithm,seed,multiple,offset)
DESCRIPTION
Generates a maze using either the depth-first search method or Prim's algorithm. Can make tileable mazes too. See http://gimp-plug-ins.sourceforge.net/maze/help.html for more help.
MENUPATH
<Image>/Filters/Render/Pattern/Maze...
IMAGETYPES
RGB*, GRAY*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimage_ID(unused)
DRAWABLEdrawable_IDID of drawable
INT16widthWidth of the passages
INT16heightHeight of the passages
INT8tileableTileable maze?
INT8algorithmGeneration algorithm(0=DEPTH FIRST, 1=PRIM'S ALGORITHM)
INT32seedRandom Seed
INT16multipleMultiple (use 57)
INT16offsetOffset (use 1)
SOME SYNTAX ALTERNATIVES
$drawable->maze (width,height,tileable,algorithm,seed,multiple,offset)
$image->maze (drawable_ID,width,height,tileable,algorithm,seed,multiple,offset)
plug_in_maze (drawable_ID,width,height,tileable,algorithm,seed,multiple,offset)
maze Layer (drawable_ID,width,height,tileable,algorithm,seed,multiple,offset)
maze Image (drawable_ID,width,height,tileable,algorithm,seed,multiple,offset)
maze Plugin (drawable_ID,width,height,tileable,algorithm,seed,multiple,offset)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/maze
AUTHOR
Kevin Turner <kevint@poboxes.com>
(c)1997, 1998 Kevin Turner


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