Documentation ¶
Overview ¶
Package mandelbrot provides functionality to plot images and write them to HTTP responses.
Package mandelbrot provides functionality to plot images and write them to HTTP responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PlotImage ¶
PlotImage plots a Mandelbrot image given a set of parameters and returns an image.RGBA.
func WriteImage ¶
func WriteImage(w http.ResponseWriter, img *image.RGBA) error
WriteImage writes an image.RGBA to an http.ResponseWriter.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.