r/fractals 1d ago

Mandelbrot Binary Decomposition (1024 samples per pixel)

Post image
30 Upvotes

3 comments sorted by

2

u/jacob_ewing 5h ago

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.

1

u/Cultural_Tell_5687 1d ago

It’s not a cookie mother, it’s a fractal.