perl_fu_prep4gif << INDEX >> perl_fu_random_blends

perl_fu_random_art_1 (0.3a)

NAME
perl_fu_random_art_1 - Create a Random Tile
SYNOPSIS
image = perl_fu_random_art_1 (run_mode,width,height,num_poly,edges,revolutions,feather,supersample)
DESCRIPTION
Create a tileable image by repeatedly drawing colourful polygons
MENUPATH
<Toolbox>/Xtns/Render/Random Art #1...
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
INT32widthImage Width
INT32heightImage Height
INT32num_polyNumber of Polygons
INT32edgesNumber of Edges
INT32revolutionsNumber of Revolutions
INT32featherFeather Radius
INT32supersampleAdaptive Supersampling?
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEimageThe resulting image
SOME SYNTAX ALTERNATIVES
image = perl_fu_random_art_1 (width,height,num_poly,edges,revolutions,feather,supersample)
image = random_art_1 Layer (width,height,num_poly,edges,revolutions,feather,supersample)
image = random_art_1 Image (width,height,num_poly,edges,revolutions,feather,supersample)
image = random_art_1 Layer (width,height,num_poly,edges,revolutions,feather,supersample)
image = random_art_1 Image (width,height,num_poly,edges,revolutions,feather,supersample)
image = random_art_1 Channel (width,height,num_poly,edges,revolutions,feather,supersample)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/randomart1
AUTHOR
Marc Lehmann
(c)0.3a Marc Lehmann <pcg@goof.com


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