mandelbrot

command module
v0.0.0-...-50a2acc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2019 License: GPL-3.0 Imports: 9 Imported by: 0

README

Mandelbrot

A program that generates images of the Mandelbrot set.

Usage

mandelbrot OPTIONS

-b float
    Bailout value. (default 4)
-c string
    Colour mode: true, smooth, banded, none. (default "none")
-f string
    Output file name.
-g string
    Gradient to use. (default "[[\"0.0\", \"000764\"],[\"0.16\", \"026bcb\"],[\"0.42\", \"edffff\"],[\"0.6425\", \"ffaa00\"],[\"0.8675\", \"000200\"],[\"1.0\",\"000764\"]]")
-h int
    Height of render. (default 1600)
-i float
    Imaginary component of the midpoint.
-m float
    Maximum Iterations before giving up on finding an escape. (default 2000)
-o string
    Output path. (default ".")
-r float
    Real component of the midpoint. (default -0.75)
-w int
    Width of render. (default 1600)
-z float
    Zoom level. (default 1)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL