johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

Plugin - Downsample for higher precision #32

Open johnny-morrice opened 8 years ago

johnny-morrice commented 8 years ago

When running out of precision, it occurs that one could garner more precision by a render to a larger output image and then downsample to the correct size.

This is relatively easy e.g. compared to permutations.