; Date: Fri, 19 May 2006 07:53:26 -0400 ; From: Jim Muth ; Subject: [Fractint] FOTD 19-05-06 (FOTD for 19-05-06 [No Rating]) ; Id: <1.5.4.16.20060519075719.29df1fcc@pop.mindspring.com> ; --------- ; ; FOTD -- May 19, 2003 (No Rating) ; ; Fractal visionaries and enthusiasts: ; ; Today's noteworthy fractal pictures a midget lurking in the ; fractal that results when the formula Z^(2.5)+C is iterated 5 ; levels down the logarithmic ladder. The special effects were ; generated by rendering the image with the outside set to 'tdis'. ; ; I gave the image, which is actually quite routine, neither name ; nor rating. The render time of 32 minutes means it will be far ; more efficient to download the already-rendered image from the ; FOTD web site at: ; ; ; ; The fractal cats were puzzled about all the unusual activity ; here at Old Fractal Central on Thursday, but they still managed ; several hours in the holly thicket. A mid-afternoon sprinkle of ; rain did not deter them. ; ; With me, the packing is nearly complete, and if all goes well, ; the big move will be complete by next Tuesday the 23rd. I am ; somehow managing to keep both the real work and the fractal ; pseudo-work going. The next FOTD will probably appear in 24 ; hours, if not, it might appear in 48 hours. Until whenever, ; take care, and fractal cats never follow orders to come -- that ; is unless the order is accompanied by the sound of a can of tuna ; being opened. ; ; ; Jim Muth ; jamth@mindspring.com ; jimmuth@aol.com ; ; ; START PARAMETER FILE======================================= FOTD_for_19-05-06 { ; time=0:32:19.59--SF5 on a P200 reset=2004 type=formula formulafile=allinone.frm formulaname=MandelbrotBC2 passes=b center-mag=-0.59901381303599380/+0.883535216995840\ 00/4.27282e+007 params=2.5/0/-5/0 float=y maxiter=5000 inside=255 outside=tdis periodicity=10 colors=0003BY6C_8C`ACaCDbEDcHDeJEfLEgNEhPFiSFkUFlW\ GmYGn_GoaGpdLggQZjUQhYSgaTfdUdhVclWboXYj_TebO`eKWg\ FRjAMm5Hp1Dr2Gs2Is2Ks3Mt3Pt3Rt4Tu4Vu4XuLoWNnUPnSQn\ QSnPTnNVnLWnJYmIZmG`mEamCcmBdm9fm7gm6cg7`a7XX7UR7Q\ M8NG8JB8G58D08A3J75T57c29m0Bw5Fu9JsENrIRpNVoRZmWal\ _ejdiihmgmqfquduxcqt_mqXdU`dS`eR_eP_fOZfMZfLZeI_dG\ `dDacBbc9c_F`WLYSQVOWSK`PGfMCkJ8qG5vD7uC9tBAsACr9E\ r8Fq7Hp6Io5Ko4Mn3Nm2Pl1Ql1d4q`8rXBrTFrPIrMMrIPrETr\ AWr6_r3br6ao8`mB_jD_hGZfIYcLYaNXZQWXSWVVVSXUQZUOUR\ MPOLKMKFJJAGI6EHDQPJ`WPlbVwiWqgXlfXgdYbcYYbZT`_O__\ JY`EX`9WY8YV7ZS6_P5`N5aK4cH3dE2eB1f91gWLfrcfkeedgd\ YhcRjbKlaDm`IlXNkUSjRXiO`hLegHjfEoeBtd8xd5se6of7kg\ 8gh9ciA_jBWjCSkDOlEKmFGnGCoH8pI4pJ6oI8oIAoHCoHEnHF\ nGHnGJnGLoFNqFOsEQuESvEUvDWvDXuDVrCToCSlBQiBOfANdA\ La9KZ9IW8GU8FT7DR7BP6AN68L57K5AL7DL8GL9JMBMMCPMDSN\ FVNGXNHZMI_LJ`LKbKLcJM000 } frm:MandelbrotBC2 { ; by several Fractint users e=p1, a=imag(p2)+100 p=real(p2)+PI q=2*PI*floor(p/(2*PI)) r=real(p2)-q Z=C=Pixel: Z=log(Z) IF(imag(Z)>r) Z=Z+flip(2*PI) ENDIF Z=exp(e*(Z+flip(q)))+C |Z|