plug_in_flarefx_Iterator_ALT << INDEX >> plug_in_fractal_trace_Iterator_ALT

plug_in_fractal_trace (v0.4 test version (Dec. 25 1997))

NAME
plug_in_fractal_trace - transform image with the Mandelbrot Fractal
SYNOPSIS
plug_in_fractal_trace (run_mode,image,drawable,xmin,xmax,ymin,ymax,depth,outside_type)
DESCRIPTION
transform image with the Mandelbrot Fractal
MENUPATH
<Image>/Filters/Map/Fractal Trace...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeinteractive / non-interactive
IMAGEimageinput image (not used)
DRAWABLEdrawableinput drawable
FLOATxminxmin fractal image delimiter
FLOATxmaxxmax fractal image delimiter
FLOATyminymin fractal image delimiter
FLOATymaxymax fractal image delimiter
INT32depthtrace depth
INT32outside_typeoutside type(0=WRAP/1=TRANS/2=BLACK/3=WHITE)
SOME SYNTAX ALTERNATIVES
$drawable->fractal_trace (xmin,xmax,ymin,ymax,depth,outside_type)
$image->fractal_trace (drawable,xmin,xmax,ymin,ymax,depth,outside_type)
plug_in_fractal_trace (drawable,xmin,xmax,ymin,ymax,depth,outside_type)
fractal_trace Layer (drawable,xmin,xmax,ymin,ymax,depth,outside_type)
fractal_trace Image (drawable,xmin,xmax,ymin,ymax,depth,outside_type)
fractal_trace Plugin (drawable,xmin,xmax,ymin,ymax,depth,outside_type)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/fractaltrace
AUTHOR
Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>
(c)v0.4 test version (Dec. 25 1997) Copyright (C) 1997 Hirotsuna Mizuno


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