Today's fractal is the Nov. 2 formula with a new map and different parameters. And at good ole http://maxitersfractalfollies.blogspot.com is yesterday's post re-sampled. Yesterday's Post { ; fract498.gif ; blank ; calctime 0:13:29.11 ; created Nov 03, 2010 ; Fractint Version 2004 Patchlevel 10 reset=2004 type=formula formulafile=kerrym.frm formulaname=km_10 center-mag=-0.63921378791777690/+0.42946123624707840/231.2811 params=-0.2080599383526109/1.29938962981048/-0.510940885647145/1.6808160\ 64943388/0.2298806726279488/0.8896145512253182/-0.749626148258919/0.4 float=y maxiter=256 inside=0 outside=atan decomp=256 periodicity=0 cyclerange=0/255 colors=sz8sz8rz8rz8qz8py8py8oy8ny8nx8mx8mx8lx8kx7kw7jw7iw7iw7hv7gv7gv7fv\ 7fv7eu7du7du7cu6bt6bt6at6`t6`s6_s6_s6Zs6Ys6Yr6Xr6Wr5Wr5Vq5Uq5Uq5Tq5Tq5Sp\ 5Rp5Rp5Qp5Po5Po5Oo4No4Nn4Mn4Mn4Ln4Kn4Km4Jm4Im4Im4Hl4Gl3Gl3Fl3Fl3Ek3Dk3Dk\ 3Ck3Bj3Bj3Aj39j39i38i28i27i26i26h25h24h24h23g22g22g21g20f10f10e10e10d10c\ 10c10b10a10a10`10_10_10Z10Z10Y10X10X10W10V10V10U10T10T10S10R10R10Q10Q10P\ 10O10O10N10M10M10L10K10K10J10J10I10H10H10G10F10F10E10D10D10C11B01A009009\ 00A00B00C00C00D00E00F00F00G00H00I00J00J00K00L00M00M00N00O00P00P00Q00R00S\ 00T00T00U00V00W00W00X00Y00Z00_00_00`00a00b00b00c00d00e00f10f11f12f13g14g\ 15g16g17h17h18h19i2Ai2Bi2Ci2Dj2Ej2Fj2Fk2Gk2Hk2Ik3Jl3Kl3Ll3Mm3Nm3Nm3Om3Pn\ 3Qn3Rn4So4To4Uo4Vo4Vp4Wp4Xp4Yp4Zq4_q5`q5ar5br5br5cr5ds5es5fs5gt5ht6it6jt\ 6ju6ku6lu6mv6nv6ov6pv6qw7rw7rw7sx7tx7ux7vx7wy7xy7yy7zz8 } frm:km_10 { ; Kerry Mitchell 11may98 ; originally conic-near_juli ; tweaked so user can directly input ; julia parameters (p4) originally hardcoded ; to 0,1 cc=p4, zc=pixel, maxr=1e12, minr=maxr, iter=1 a=real(p1), b=imag(p1), c=real(p2), d=imag(p2) e=real(p3), f=imag(p3): iter=iter+1, zc=sqr(zc)+cc, x=real(zc), y=imag(zc) conic=|x*(a*x+b)+y*(c*y+d)+e*x*y+f| if (conic<minr) minr=conic end if if ((|zc|>maxr)||(iter==maxit)) iter=-1 t=log(minr) z=cos(t)+flip(sin(t)) end if iter>0 } Roger Alexander
participants (1)
-
Roger Alexander