$ mandelbrot -?
Deep Mandelbrot v1.0, (C)2008-2010 by Herbert Haas and Tim Horton
Started: Sat May 24 19:46:25 2014
Deep Mandelbrot v1.0, (C)2008-2011 by Herbert Haas and Tim Horton
USAGE: mandelbrot [OPTIONS] <config_file>
-? print this help
-
v
be verbose during execution
-V be even
more
verbose during execution
-d create distance data
file
for
further analysis
-H create histogram
file
for
further analysis
-g create a PNG version with a white grid
-i <maxiter> maximum iteration depth (1-999999) [default: 200]
-t <num_threads> number of threads to be used (1-30) [default: 4]
-o <outfile> filename
for
computed image (no
file
extension needed)
-f <infile> create PNG with data from this
file
(no computation)
(e.g. the result of a distance
file
(-d option) can be used)
-s <oversampling> amount of oversampling (1-8) [default: 2]
-w <width> image pixel width (10-10000) [default: 500]
-h <height> image pixel height (10-10000) [default: 500]
-c <color_mode> specify color mode (0-255) [default: 0] or
'auto'
-m <set_color> color of Mandelbrot
set
(
if
not black) as six hexadecimal
digits, e. g. ffa500.
-M <steps> create movie using <steps> frames
-x <target_x> target of movie on x-axis
in
percent of current image
-y <target_y> target of movie on y-axis
in
percent of current image
NOTE: valid x
/y-parameters
: {-100..+100}, with respect to the
center of the current frame {0,0}
-r <radius> radius of last movie frame
in
percent of first frame
NOTE:
Command line parameters overwrite the correspondig settings
in
<config_file>.
If only -w OR only -h is given,
then
the other parameter is assigned the same value.
<
/config_file
><
/radius
><
/target_y
><
/target_x
><
/steps
><
/steps
><
/set_color
><
/color_mode
><
/height
><
/width
><
/oversampling
><
/infile
><
/outfile
><
/num_threads
><
/maxiter
><
/config_file
>