MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/fractals/comments/1w3z979/mandelbrot_binary_decomposition_1024_samples_per/
r/fractals • u/Arlen_ • 1d ago
3 comments sorted by
2
Very nice! Would I be right in guessing it's done using the displacement of (z, zi)?
2 u/Arlen_ 2h ago I use this formula to compute the pixel value: `pixel_value = pow(max(0, z.imag()), 1/gamma)`. The gamma in this case was set to 100.
I use this formula to compute the pixel value: `pixel_value = pow(max(0, z.imag()), 1/gamma)`. The gamma in this case was set to 100.
1
It’s not a cookie mother, it’s a fractal.
2
u/jacob_ewing 5h ago
Very nice! Would I be right in guessing it's done using the displacement of (z, zi)?