Skip to content

Instantly share code, notes, and snippets.

using ColorSchemes, Images, FileIO
# and possibly QuartzImageIO (macOS) and/or ImageMagick (Linux)
function julia(z, c, maxiter::Int64)
for n = 1:maxiter
if abs(z) > 2
return n
end
z = z^2 + c
end

Keybase proof

I hereby claim:

  • I am shiftshuffle on github.
  • I am nudibranch27 (https://keybase.io/nudibranch27) on keybase.
  • I have a public key ASCSpODm3lcCGR61EolTnnbjzyRwEUhWlp-p0ejb8kf76wo

To claim this, I am signing this object: