home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n341 < prev    next >
Internet Message Format  |  1998-12-10  |  40KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #341
  4. Reply-To: fractint-digest
  5. Sender: owner-fractint-digest@lists.xmission.com
  6. Errors-To: owner-fractint-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractint-digest      Thursday, December 10 1998      Volume 01 : Number 341
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Mon, 7 Dec 1998 21:05:35 -0600 (CST)
  18. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  19. Subject: (fractint) Yet some more holiday fractals
  20.  
  21. comment {
  22. Here's four inverted 3rd-order Newton Julia sets with
  23. a holiday look.  Simple, yet kind of pretty.
  24.  
  25. This will be the last of the "holiday" images (at least
  26. for a while) - I know you must be getting tired of them.
  27.  
  28. Paul Carlson
  29. }
  30.  
  31. newt3xmasj1        {; Copyright (c) Paul W. Carlson, 1998
  32.   reset=1960 type=formula formulafile=newt3atn.frm
  33.   formulaname=newt3_atan_j passes=t
  34.   center-mag=0.356027/-8.65e-007/1.123446/1/-90
  35.   params=0.1/0 float=y maxiter=5000 inside=253 outside=summ
  36.   invert=1/1/0
  37.   colors=0000h0<58>0O0VVV<58>zzzO00<58>z88000<73>000
  38.   }
  39.  
  40. newt3xmasj2        {; Copyright (c) Paul W. Carlson, 1998
  41.   reset=1960 type=formula formulafile=newt3atn.frm
  42.   formulaname=newt3_atan_j passes=t
  43.   center-mag=0.783537/-8.65e-007/0.1341222/1/-90
  44.   params=0.1/0 float=y maxiter=5000 inside=253 outside=summ
  45.   invert=1/-1/0
  46.   colors=0000h0<58>0O0VVV<58>zzzO00<58>z88000<73>000
  47.   }
  48.  
  49. newt3xmasj3        {; Copyright (c) Paul W. Carlson, 1998
  50.   reset=1960 type=formula formulafile=newt3atn.frm
  51.   formulaname=newt3_atan_j passes=t
  52.   center-mag=-1.75179/-8.65e-007/0.1827956/1/90
  53.   params=0.1/0 float=y maxiter=5000 inside=253 outside=summ
  54.   invert=1/-0.5/0
  55.   colors=0000h0<58>0O0VVV<58>zzzO00<58>z88000<73>000
  56.   }
  57.  
  58. newt3xmasj4        {; Copyright (c) Paul W. Carlson, 1998
  59.   reset=1960 type=formula formulafile=newt3atn.frm
  60.   formulaname=newt3_atan_j passes=t
  61.   center-mag=-0.830706/-8.65e-007/0.363015/1/-90
  62.   params=0.1/0 float=y maxiter=5000 inside=253 outside=summ
  63.   invert=1/0.5/0
  64.   colors=0000h0<58>0O0VVV<58>zzzO00<58>z88000<73>000
  65.   }
  66.  
  67. frm:Newt3_Atan_J {; Copyright (c) Paul Carlson, 1998
  68.     ;
  69.     ; p1 = max. |w - root| for early bailout
  70.     ;
  71.     w = prev_w = pixel
  72.     z = iter = bailout = range = 0
  73.     root1 = (1,0)
  74.     root2 = (-0.5,0.866025403)
  75.     root3 = (-0.5,-0.866025403)
  76.     :
  77.     w2 = w * w, w3 = w2 * w
  78.     w = w - (w3 - 1 ) / (3 * w2)
  79.     ;
  80.     wr = real(w), wi = imag(w)
  81.     pr = real(prev_w), pm = imag(prev_w)
  82.     prev_w = w
  83.     IF (|w - root1| < p1)
  84.     range = 0
  85.     bailout = 1
  86.     ELSEIF (|w - root2| < p1)
  87.     range = 1
  88.     bailout = 1
  89.     ELSEIF (|w - root3| < p1)
  90.     range = 2
  91.     bailout = 1
  92.     ENDIF
  93.     IF (bailout == 1)
  94.     index = abs(119 * (atan((wi - pm) / (wr - pr))) / pi)
  95.     z = index + range * 60 + 1
  96.     ENDIF
  97.     iter = iter + 1
  98.     z = z - iter
  99.     bailout == 0 && |w| < 1.0e20
  100. }
  101.  
  102.  
  103. - --------------------------------------------------------------
  104. Thanks for using Fractint, The Fractals and Fractint Discussion List
  105. Post Message:   fractint@lists.xmission.com
  106. Get Commands:   majordomo@lists.xmission.com "help"
  107. Administrator:  twegner@phoenix.net
  108. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  109.  
  110. ------------------------------
  111.  
  112. Date: Mon, 7 Dec 1998 22:23:16 -0500 (EST)
  113. From: Jeff Field <jfield@clark.net>
  114. Subject: Re: (fractint) Yet some more holiday fractals
  115.  
  116. On Mon, 7 Dec 1998, Paul and/or Joyce Carlson wrote:
  117.  
  118. > comment {
  119. > Here's four inverted 3rd-order Newton Julia sets with
  120. > a holiday look.  Simple, yet kind of pretty.
  121. > This will be the last of the "holiday" images (at least
  122. > for a while) - I know you must be getting tired of them.
  123. > Paul Carlson
  124. > }
  125.  
  126. Paul--
  127.  
  128.     It's hard to get tired of your images.  They are exemplars of 
  129. balance between complexity and simplicity.  Hope you'll be putting up more
  130. pars, even if they're not holiday images.
  131.  
  132. - --Jeff
  133.  
  134.  
  135. - --------------------------------------------------------------
  136. Thanks for using Fractint, The Fractals and Fractint Discussion List
  137. Post Message:   fractint@lists.xmission.com
  138. Get Commands:   majordomo@lists.xmission.com "help"
  139. Administrator:  twegner@phoenix.net
  140. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  141.  
  142. ------------------------------
  143.  
  144. Date: Mon, 7 Dec 1998 22:23:16 -0500 (EST)
  145. From: Jeff Field <jfield@clark.net>
  146. Subject: Re: (fractint) Yet some more holiday fractals
  147.  
  148. On Mon, 7 Dec 1998, Paul and/or Joyce Carlson wrote:
  149.  
  150. > comment {
  151. > Here's four inverted 3rd-order Newton Julia sets with
  152. > a holiday look.  Simple, yet kind of pretty.
  153. > This will be the last of the "holiday" images (at least
  154. > for a while) - I know you must be getting tired of them.
  155. > Paul Carlson
  156. > }
  157.  
  158. Paul--
  159.  
  160.     It's hard to get tired of your images.  They are exemplars of 
  161. balance between complexity and simplicity.  Hope you'll be putting up more
  162. pars, even if they're not holiday images.
  163.  
  164. - --Jeff
  165.  
  166.  
  167. - --------------------------------------------------------------
  168. Thanks for using Fractint, The Fractals and Fractint Discussion List
  169. Post Message:   fractint@lists.xmission.com
  170. Get Commands:   majordomo@lists.xmission.com "help"
  171. Administrator:  twegner@phoenix.net
  172. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  173.  
  174. ------------------------------
  175.  
  176. Date: Mon, 07 Dec 1998 22:20:14 -0500
  177. From: davides <davides@pipeline.com>
  178. Subject: (fractint) 4 pars'
  179.  
  180. Having (or rather, taking) some time this evening to look at some of Paul
  181. Carlson's pars, and then tinkering with some numbers pretty much at random,
  182. the following 4 pars are samples of what I started coming up with. ND35
  183. also looks good with lindaa15 color map. 
  184.  
  185.  
  186. New_Dimension30    { ;  (c) David Shanholtzer Dec 07, 1998 t=0:05:47.90
  187.                      ;  P200 MMX 1024x768
  188.                      ; color map: dav90
  189.   reset=1960 type=formula formulafile=fractint.frm formulaname=zf_ang
  190.   function=cotan passes=t center-mag=0/0/0.6666667
  191.   params=0.654/0.375/0.27/-2/2/125 float=y maxiter=252 inside=253
  192.   outside=summ colors=00Xn0z<123>H0Pzzz<123>00V000<3>000
  193.   }
  194.  
  195.  
  196. New_Dimension32    { ;  (c) David Shanholtzer Dec 07, 1998 t=  0:02:56.75
  197.                      ;  P200 MMX 1024x768
  198.                      ; color map: dav25e
  199.   reset=1960 type=formula formulafile=fractint.frm formulaname=zf_ang
  200.   function=exp passes=t center-mag=-0.828935/0.797914/3.205128
  201.   params=0.654/0.515/0.27/-3/2/125 float=y maxiter=252 inside=253
  202.   outside=summ
  203.   colors=000mcw<32>909100<35>J00K00L00M00N00<35>v54w65w65w65<8>w65l55a4530\
  204.   3<14>505505606607<37>D0FE0GG1I<12>lLq<30>G1IE0GF0G<24>e8b
  205.   }
  206.  
  207. New_Dimension33    { ;  (c) David Shanholtzer Dec 07, 1998 t=  0:06:54.85
  208.                      ;  P200 MMX 1024x768
  209.                      ; color map: dav25e
  210.   reset=1960 type=formula formulafile=fractint.frm formulaname=zf_ang
  211.   function=exp passes=t center-mag=-0.719453/0.72751/4.901961
  212.   params=0.515/0.515/0.27/-3/2/125 float=y maxiter=252 inside=253
  213.   outside=summ
  214.   colors=000mcw<32>909100<35>J00K00L00M00N00<35>v54w65w65w65<8>w65l55a4530\
  215.   3<14>505505606607<37>D0FE0GG1I<12>lLq<30>G1IE0GF0G<24>e8b
  216.   }
  217.  
  218.  
  219. New_Dimension35    { ;  (c) David Shanholtzer Dec 07, 1998 t=  0:10:45.21
  220.                      ;  P200 MMX 1024x768
  221.                      ; color map: dav25e (modified)
  222.   reset=1960 type=formula formulafile=fractint.frm formulaname=zf_ang
  223.   function=recip passes=t center-mag=-0.774194/-0.778357/7.751938
  224.   params=0.414/0.5/0.357/-1/2/125 float=y maxiter=252 inside=253
  225.   outside=summ
  226.   colors=000mcw<32>909100<35>J00K00L00M00N00<35>v54w65w65w65<8>w65l55a4530\
  227.   3<14>505505606607<37>D0FE0GG1I<12>lLq<30>G1IE0GF0G<21>b7_006d8ae8b
  228.   }
  229.  
  230.  
  231.  
  232.  
  233. davides@pipeline.com
  234. ds30@umail.umd.edu
  235. Back up my hard drive?
  236. How do I put it in reverse?
  237.  
  238. - --------------------------------------------------------------
  239. Thanks for using Fractint, The Fractals and Fractint Discussion List
  240. Post Message:   fractint@lists.xmission.com
  241. Get Commands:   majordomo@lists.xmission.com "help"
  242. Administrator:  twegner@phoenix.net
  243. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  244.  
  245. ------------------------------
  246.  
  247. Date: Mon, 7 Dec 1998 22:25:21 EST
  248. From: SKarl52884@aol.com
  249. Subject: Re: (fractint)sstools.ini
  250.  
  251. In a message dated 12/7/98 7:02:25 PM Eastern Standard Time,
  252. Paul.N.Lee@Worldnet.att.net writes:
  253.  
  254. << I believe most of them may be found in the FRACTINT.DOC file that is
  255.  produced when you run Fractint with the MAKEDOC parameter.
  256.   >>
  257. <<Here is the one that I use, hope it helps you. >>
  258.  
  259. Thanks Paul,
  260. This is great. 
  261. Steve
  262.  
  263. - --------------------------------------------------------------
  264. Thanks for using Fractint, The Fractals and Fractint Discussion List
  265. Post Message:   fractint@lists.xmission.com
  266. Get Commands:   majordomo@lists.xmission.com "help"
  267. Administrator:  twegner@phoenix.net
  268. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  269.  
  270. ------------------------------
  271.  
  272. Date: Mon, 14 Sep 1998 23:50:33 +1200
  273. From: "Karl Scherer" <karl@kiwi.gen.nz>
  274. Subject: (fractint) Upgrade (Video card?) problerm 
  275.  
  276. Hi everybody!
  277. I am new to this mailing list. 
  278.  
  279. Could please someone help me or give me some advids with the following
  280. urgent problem?
  281.  
  282. One week ago I upgraded my PC from Pentium 233 to Pentium II, 400 Mhz,
  283. which has a AGP 6326 video card (8MB) included. Since then Fractint does
  284. not work anymore, saying "This video mode is not abailable with your
  285. adapter" to all video modes selected. When I exit Fractint, the mouse still
  286. can be moved, but I cannot click any icon anymore and have to restart the
  287. PC. Is Fractint not ready for this video card or have I done something
  288. wrong?? Since I am in the middle of creating a lot of pictures, I am
  289. desparately in search for some help or upgrade of Fractint! 
  290.  
  291. Any response is very much appreciated.
  292. Thanks for your help, Karl 
  293.  
  294. Karl Scherer
  295. 11 Utting Str, Auckland, New Zealand
  296. karl@kiwi.gen.nz
  297. Seen my homepage lately?
  298. http://www.kiwi.gen.nz/~karl
  299.  
  300.  
  301. - --------------------------------------------------------------
  302. Thanks for using Fractint, The Fractals and Fractint Discussion List
  303. Post Message:   fractint@lists.xmission.com
  304. Get Commands:   majordomo@lists.xmission.com "help"
  305. Administrator:  twegner@phoenix.net
  306. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  307.  
  308. ------------------------------
  309.  
  310. Date: Tue, 8 Dec 1998 07:56:35 +0000
  311. From: "Andrej Lajovic" <andrej.lajovic@guest.arnes.si>
  312. Subject: (fractint) Re: Some Lyapunov pars
  313.  
  314. Hello!
  315.  
  316. Tony Hanmer wrote:
  317.  
  318. >>I haven't got round to changing colours on most of them - hope 
  319. y'all aren't too tired of the original palette!<<
  320.  
  321. Colors make miracles. Here is a 'lyapunov002' par with changed 
  322. palette.
  323.  
  324. lyap002        { ; (c) Tony Hanmer, map by Andrej Lajovic
  325.                      ; t=0:0:48.22 P166 768x1024
  326.                      ; ;
  327.   reset=1960 type=lyapunov
  328.   center-mag=+3.67543649638187400/+3.28437790\
  329.   922241200/138.3616/0.5512/122\
  330.   .498/53.562 params=-1128679445/0.5/0
  331.   float=y maxiter=8 inside=256
  332.   colors=000<41>00U10U20T<50>s00t00t00<7>y00z\
  333.   00z00z00<47>z00y00y00x00w00<9\
  334.   4>000
  335.   }
  336.  
  337. Regards,
  338. Andrej
  339.  
  340. - --------------------------------------------------------------
  341. Thanks for using Fractint, The Fractals and Fractint Discussion List
  342. Post Message:   fractint@lists.xmission.com
  343. Get Commands:   majordomo@lists.xmission.com "help"
  344. Administrator:  twegner@phoenix.net
  345. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  346.  
  347. ------------------------------
  348.  
  349. Date: Mon, 07 Dec 1998 23:22:05 -0800
  350. From: kathy roth <kroth@well.com>
  351. Subject: (fractint) holiday images
  352.  
  353. Paul Carlson wrote:
  354.  
  355. > This will be the last of the "holiday" images (at least
  356. > for a while) - I know you must be getting tired of them.
  357. >
  358.  
  359. I'm not getting tired of the holiday fractals-
  360. It's nice to have you posting again.  Here are some
  361. I made in the course of the year- kind of corny
  362. maybe but I really like this time of year.  (Just
  363. don't buy anything and stay away from canned music.)
  364.  
  365. _solstice1         { ; kathy roth
  366.                      ; wizzle map
  367.   reset=1960 type=formula formulafile=koffset.frm
  368.   formulaname=koffset_rx=ry_jul function=tan/recip/atanh
  369.   center-mag=-1.5037/0.114056/0.4733924/0.75 params=1/1/0.3/0/1.15/1
  370.   float=y outside=mult logmode=fly decomp=256 periodicity=0
  371.   colors=000NNN<28>zzz000<9>0zz<9>r\
  372. 0r<9>000<47>000111333<29>zzz<30>2220000\
  373.   00<39>000Z0AU00<6>m00<7>T0m<3>I0MF0FA0A505000<15>LLL
  374.   }
  375.  
  376. _solstice2         { ; kathy roth
  377.                      ; Linda Alison map
  378.   reset=1960 type=formula formulafile=koffset.frm
  379.   formulaname=koffset_rx=ry_jul function=tan/recip/atanh
  380.   center-mag=-3.12573/1.93847/1.008649 params=1/1/0.3/0/1.15/1 float=y
  381.   outside=mult decomp=256 periodicity=0
  382. colors=800<35>u00w00v00<37>200000\
  383. 020050<11>los<13>SNCQL9PK8QK6<14>xn_<13>TN9RL7\
  384. PJ7PK8<14>nru<14>050130200100000<13>0A4\
  385. 0B40C50C6<13>AQNBRPBRO<10>\
  386.   3GA3F93F9<25>122121111000100<3>600vlZ
  387.   }
  388.  
  389. _solstice3         { ; kathy roth
  390.                      ; wizzle map
  391.   reset=1960 type=formula formulafile=kbarnc~1.frm
  392.   formulaname=kbarnceltic center-mag=2.20378/-0.458376/0.880784/1/110
  393.   params=0.3/0.7/0.11/10/8/30 float=y outside=summ logmode=fly
  394. colors=000m0K<28>F07ffk<25>77I55G\
  395. 33GwmU<28>843m0K<28>H08ffk<28>33\
  396. GwmU<29>B85000<13>000wmU<28>843rrv<28>AAK
  397.   }
  398.  
  399. _solstice4          { ; kathy roth
  400.   reset=1960 type=formula formulafile=cnfrc_~1.frm
  401.   formulaname=cnfrc_fnc_mset function=tan passes=t
  402.   center-mag=-0.75447879728118780/-0.00000407342674519/2104889/0.75/180
  403.   params=0.8/0/1/0/2/125 float=y maxiter=1000 inside=253 outside=summ
  404.   logmode=fly colors=000zVz<123>C0Czzz<123>OOO000<3>000
  405.   }
  406.  
  407. _solstice5          { ; kathy roth
  408.   reset=1960 type=formula formulafile=frac_ml.frm
  409.   formulaname=conic-near_juli center-mag=0/0/13.33333
  410.   params=0/-100/0/0/0/-100 float=y maxiter=256 inside=0 logmode=fly
  411.   decomp=256 periodicity=0
  412.   colors=PAb<21>ZKj_Kk_Lk`Mk<11>fSpgTpg\
  413. UpgVphWp<3>jZrk_rk_rl`rlas<27>zyzzz\
  414.   zzyz<35>hWqhVpgUpfUofTo<3>dRmdQmcQmc\
  415. PmbPl<10>YIjXIiXHiWHhWGh<19>M7`M6_L6\
  416.   _K6_<3>I6YI5XH5XH4WG4W<14>91O91O81N\
  417. 71M<7>30F30E20C<3>006000006<4>30E30F4\
  418.   0G40H50I<8>92PA2PA2QB2QB2R<7>F4VG4WG4W\
  419. H4W<6>K7ZL7_L7_M7`M8`<3>O9b
  420.   cyclerange=0/255
  421.   }
  422.  
  423. _solstice6_holly&berry { ; kathy roth
  424.   reset=1960 type=formula formulafile=csin_a~1.frm
  425.   formulaname=csin_atan_julia passes=1
  426.   center-mag=+0.00012816020025019/+0.00003205342237071/355.217
  427.   params=1/1/10/0/50/100 float=y maxiter=5000 inside=period
  428.   outside=imag logmode=fly
  429.   colors=000<2>zzW<3>000<4>z0z<2>000\
  430. 000<2>JTw<3>000<4>z00<2>000000<2>0z0<3\
  431.   >000<4>zW0<2>000000<2>jUy<3>000<4>Nh\
  432. w<2>000000<2>xkk<3>000<4>WKG<2>00000\
  433.   0<2>vEP<3>000<4>rZM<2>000000<2>qSo<3>00\
  434. 0<4>zz0<2>000000<2>Wzt<3>000<4>xH\
  435.   0<2>000000<2>zzW<3>000<4>bNM<2>000\
  436. 000<2>EeL<3>000<4>_9z<2>000000<2>5Yz<3\
  437.   >000<4>z5Y<2>000000<2>llZ<3>00000\
  438. 0<3>kkk<2>000000<2>dJz<3>000<4>ez0<2>00\
  439.   0000<2>zhQ<3>000<4>0zz<2>00000\
  440. 0<2>y7a<3>000<4>cZH<2>000000<2>WhQ<3>000<4\
  441.   >00z<2>000
  442.   }
  443.  
  444. _solstice7_frostybrot { ; kathy roth
  445.   reset=1960 type=formula formulafile=frac_ml.frm
  446.   formulaname=dmj-mand-cr2-ang passes=t
  447.   center-mag=+0.13579789674395010/+0.67083533877918060/293.0404
  448.   params=1/10/10/1/10/1 float=y maxiter=256 inside=bof60 outside=real
  449.   logmode=fly
  450.   colors=C`V<6>7LJXFD<4>rDQ<2>tS_uX\
  451. cvagwfkwknxpryuvzzz<35>JfuHetHdr<4>FalF\
  452.   `kE_iEZhEYf<8>BUWBUVBUUBTTASRASR<36>4AA\
  453. 4AA5CB<12>BZUC`VBZU<22>6B56936A4<\
  454.   46>PbF<6>svc<6>feBdc7``8<4>FOFJNF<2>ca\
  455. EkfDrkDzqCzmC<8>v8A<5>x39r48
  456.   cyclerange=0/255
  457.   }
  458.  
  459. _solstice8         { ; kathy roth
  460.   reset=1960 type=formula formulafile=ucgrav.frm formulaname=ucgrav
  461.   function=log/cosxx/tan center-mag=257.634/-18.7204/0.003459964/1/-90
  462.   params=0.1/0/0/0.1/1.3/1 float=y maxiter=1023 inside=255
  463.   outside=atan logmode=fly viewwindows=1/1/yes/0/0
  464.   colors=0004jc<19>2DC2BA2BA<12>111000\
  465. 000000<15>000500500<26>iB3<9>ziM<2>v\
  466.   _HtXFrTDpQBoM9mJ7kF5iB3<9>911500000<12>00\
  467. 0000011021<10>3A93B93CA3CA3B9<1\
  468.   3>011011000000021<4>3CA4FC5JF<9>EqcFt\
  469. eEqc<14>012000<15>4zn<2>4pe4lb4h_3d\
  470.   X3`U<8>022<13>4zp<8>4kd
  471.   }
  472.  
  473. frm:dmj-Mand-Cr2-Ang { ; outside = decomp: angle of closest z[n] to ring
  474.  
  475. at p1
  476.  ; This is the angle relative to p1.
  477.  
  478.  IF (imag(p2) == 0)  ; Invalid value for aspect ratio.
  479.    p2 = (0,1) + real(p2)  ; Substitute a default value.
  480.  ENDIF
  481.  IF (real(p3) == 0)  ; Invalid value for color scale.
  482.    p3 = 75 + flip(imag(p3)) ; Substitute a default value.
  483.  ENDIF
  484.  IF (imag(p3) == 0)  ; Invalid value for ring radius.
  485.    p3 = (0,1) + real(p3)  ; Substitute a default value.
  486.  ENDIF
  487.  closest = 1e+38   ; Closest approach so far.
  488.  point = 0   ; Point of that closest approach.
  489.  done = 2   ; Iteration counter.
  490.  r = (0,1) ^ (real(p2)/90) ; Compute rotation vector.
  491.  radius = sqr(imag(p3))  ; Calculate radius squared.
  492.  
  493.  z = 0, c = pixel:  ; Mandelbrot initialization.
  494.  z = sqr(z) + c   ; Mandelbrot calculation.
  495.  
  496.  done = done + 1   ; Done one more iteration.
  497.  z2 = (z-p1) * r   ; Offset to p1 and rotate.
  498.  z2 = real(z2) + flip(imag(z2) * imag(p2)) ; Distort aspect.
  499.  d = abs((|z2|) - radius) ; Compute ring distance squared.
  500.  IF (d < closest)  ; Closer than previous value.
  501.    point = z   ; Save that point.
  502.    closest = d   ; Save the closest approach.
  503.  ENDIF
  504.  IF (|z| > 128)   ; Point exceeds bailout.
  505.    z = point - p1  ; Return closest point.
  506.    done = -1   ; Set flag to force an exit.
  507.  ENDIF
  508.  
  509.  done >= 0   ; Continue if the flag is clear.
  510. }
  511.  
  512. frm:koffset_rx=ry_jul { ;adapted from Kerry Mitchell
  513.  ;
  514.  ; "2 offset circles" coloring method for Julia sets
  515.  ; p1 = c = Julia parameter
  516.  ; p2 = approximate circle center
  517.  ; real(p3) = (both) circle radius
  518.  ; imag(p3) = center offsets--added to p2 for
  519.  ;   centerx, subtracted from p2 for centery
  520.  ; bailout hardcoded to 10^12
  521.  ; use "decomp=256" coloring
  522.  ;
  523.         zc=pixel, c=p1, bailout=1e12, iter=1, rmin=1e12
  524.         cenx=p2*(1+imag(p3)), radx=real(p3), rad2x=radx*radx
  525.         ceny=p2*(1-imag(p3)), rad2y=rad2x:
  526.         iter=iter+1, w=fn1(zc)
  527. zc=fn3(1/fn2(w*w))
  528.         tempx=|zc-cenx|-rad2x
  529.         tempy=|zc-ceny|-rad2y
  530.         temp=tempx+flip(tempy), r=|temp|
  531.         if (r<rmin)
  532.           rmin=r, z=temp
  533.           endif
  534.         if ((|zc|>bailout)||(iter==maxit))
  535.           iter=-1
  536.           endif
  537.         iter>0
  538.         }
  539.  
  540. frm:kbarnCeltic {;adapted from Paul Carlson
  541. ; Copyright (c) Paul W. Carlson, 1998
  542.     ;****************************************************
  543.     ; Always use floating point math and outside=summ.
  544.     ;
  545.     ; Parameters:
  546.     ;   p1       = Julia set coordinates
  547.     ;   real(p2) = a factor controlling the width of the stalks
  548.     ;   imag(p2) = maximum iterations for stalks
  549.     ;   real(p3) = number of color ranges
  550.     ;   imag(p3) = number of colors in a color range
  551.     ;****************************************************
  552.     w = pixel
  553.     c = p1
  554.     z = 0
  555.     bailout = 0
  556.     iter = 0
  557.     range_num = 0
  558.     stalk_width = real(p2)
  559.     max_iter = imag(p2)
  560.     num_ranges = real(p3)
  561.     colors_in_range = imag(p3)
  562.     ratio = (colors_in_range - 1) / stalk_width:
  563.     ;
  564.      w=(w-1)*p1
  565.     w = w * w, wr = real(w)
  566.     w = w - wr + abs(wr) - c
  567.     ;
  568.     IF (abs(real(w)) <= abs(imag(w)))
  569.         min_dist_to_axis = abs(real(w))
  570.     ELSE
  571.         min_dist_to_axis = abs(imag(w))
  572.     ENDIF
  573.     IF (min_dist_to_axis < stalk_width && iter > 1 && iter <= max_iter)
  574.  z = ratio * min_dist_to_axis + range_num * colors_in_range + 1
  575.  bailout = 1
  576.     ENDIF
  577.     range_num = range_num + 1
  578.     IF (range_num == num_ranges)
  579.         range_num = 0
  580.     ENDIF
  581.     iter = iter + 1
  582.     z = z - iter
  583.     bailout == 0  && |w| < 4
  584. }
  585.  
  586. frm:conic-near_juli { ; Kerry Mitchell 11may98
  587.         cc=(0,1), zc=pixel, maxr=1e12, minr=maxr, iter=1
  588.         a=real(p1), b=imag(p1), c=real(p2), d=imag(p2)
  589.         e=real(p3), f=imag(p3):
  590.         iter=iter+1, zc=sqr(zc)+cc, x=real(zc), y=imag(zc)
  591.         conic=|x*(a*x+b)+y*(c*y+d)+e*x*y+f|
  592.         if (conic<minr)
  593.           minr=conic
  594.           end if
  595.         if ((|zc|>maxr)||(iter==maxit))
  596.           iter=-1
  597.           t=log(minr)
  598.           z=cos(t)+flip(sin(t))
  599.           end if
  600.         iter>0
  601.         }
  602. frm:Ucgrav{;6-1-98 kathy roth
  603.      ;variation on frm by Morgan Owens and Mark Christenson
  604. t=p1,bailout=real(p3),z=pixel,v=imag(p3):
  605. x=real(z),y=imag(z)
  606. ax=4*x-2,ay=4*y-2
  607. Tx=fn1(ax*(ax*ax-2))
  608. Ty=fn1(ay*(ay*ay-2))
  609. x=x-t*Ty,y=y+t*Tx
  610. z=x+flip(y)
  611. w = fn1(z)
  612.    z = fn3(v/fn2(w*w)) + p2
  613.     |z| < p3
  614.   }
  615.  
  616. frm:CnFrc_Fnc_Mset {; Copyright (c) Paul W. Carlson, 1998
  617.     ; real(p1) = controls size of elements (1 to 32)
  618.     ; imag(p1)   not used
  619.     ; real(p2) = usually 1
  620.     ; imag(p2)   not used
  621.     ; real(p2) = number of color ranges
  622.     ; imag(p2) = number of colors in a range
  623.     w = z = iter = range_num = bailout = 0
  624.     c = pixel
  625.     num_ranges = real(p3)
  626.     colors_in_range = imag(p3):
  627.     prev_w = w
  628.     k = w * w + c
  629.     w = k - fn1(p2/(k+p2/(k+p2/(k+p2/(k+p2/(k+p2))))))
  630.     IF (abs(real(w)) > p1)
  631.  bailout = 1
  632.  angle = abs(atan((imag(w)-imag(prev_w))/(real(w)-\
  633.   real(prev_w))))
  634.  index = 2 * colors_in_range * angle / pi
  635.  z = index + range_num * colors_in_range + 1
  636.     ENDIF
  637.     range_num = range_num + 1
  638.     IF (range_num == num_ranges)
  639.  range_num = 0
  640.     ENDIF
  641.     iter = iter + 1
  642.     z = z - iter
  643.     bailout == 0
  644. }
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658. - --------------------------------------------------------------
  659. Thanks for using Fractint, The Fractals and Fractint Discussion List
  660. Post Message:   fractint@lists.xmission.com
  661. Get Commands:   majordomo@lists.xmission.com "help"
  662. Administrator:  twegner@phoenix.net
  663. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  664.  
  665. ------------------------------
  666.  
  667. Date: Tue, 8 Dec 1998 03:28:26 EST
  668. From: JimBeau549@aol.com
  669. Subject: (fractint) 3 pars (various)
  670.  
  671.    Hi folks,
  672.  
  673.      Here's a few more favs of mine from the last couple of days.
  674.  
  675.           Enjoy~
  676.  
  677.   Jim
  678. *************************************************************** 
  679.  
  680.  
  681. holida3z.gif       { ; image(c)1998 JimWeaver   lambda(fn:fn)   t=20min20s
  682.   reset=1960 type=lambda(fn||fn) function=cotanh/ident passes=t
  683.   center-mag=-0.00487205/0.00764759/0.08584525/0.9367/-14.755/-17.744
  684.   params=0.2/0.7/1 float=y maxiter=255 bailoutest=real inside=bof60
  685.   logmap=old periodicity=0
  686.   colors=000rG3<6>SDF<4>L0KB8D1H5<19>Q`5Sa6R`6<16>2I6IIAZJE<6>wgF<8>XKDUHD\
  687.   SGC<6>AB7000HIC<10>svcsvc<9>VVLSSJPPHMMFKJD<6>200pdJ<5>zjF<13>RCCEEE<13>\
  688.   kki<18>005332<17>zpa<12>UPFMJIEDLAAK<3>ALQAOSARUBUWBXY<6>DqlDtnCqm<2>Bgh\
  689.   Adg9`e8Yd7Vb<7>14RC6QO8OP9NQBM000000UFJVHI<7>zH0vH2
  690.   }
  691.  
  692. sp_k28sc.gif       { ; image(c)1998 JimWeaver   OK-28           t=02min22s
  693.   reset=1960 type=formula formulafile=fractint.frm formulaname=OK-28
  694.   function=cosxx/cotanh passes=t
  695.   center-mag=-0.0108207/3.2218/3.671747/1/-152.5 params=0.3854/0/0/0
  696.   float=y inside=bof60 outside=real invert=1/0/0
  697.   colors=0009O6<4>2I6IIAZJE<6>wgF<8>XKDUHDSGC<6>AB7000HIC<10>svcsvc<9>VVLS\
  698.   SJPPHMMFKJD<6>200pdJ<5>zjF<13>RCCEEE<13>kki<18>005332<17>zpa<12>UPFMJIED\
  699.   LAAK<3>ALQAOSARUBUWBXY<6>DqlDtnCqm<2>BghAdg9`e8Yd7Vb<7>14RC6QO8OP9NQBM00\
  700.   0000UFJVHI<7>zH0<8>SDF<4>L0KB8D1H5<19>Q`5Sa6R`6<10>BP6
  701.   }
  702.  
  703. weave13.gif        { ; image(c)1998 JimWeaver   fn(z*z)         t=00min13s
  704.                      ; looks great as tiled wallpaper
  705.   reset=1960 type=fn(z*z) function=asin passes=t
  706.   center-mag=-0.00000000000000083/+0.00000000000000061/1.595935
  707.   float=y maxiter=255 potential=255/50/0 invert=0.5/0/0
  708.   colors=000999KKK<10>XXXyoRxmNxkJwiF<4>qU6pR4oQ4<12>ZC5YB5W96U87T77R58<12\
  709.   >zpN<3>jmVelW___```aaaccc<20>CCCBBB888<5>000B0A<14>d9H<10>A00<8>Y0B`0Ca2\
  710.   D<25>zzm<4>yqVakYYj_Uia<13>EP7DO5CM3AK0BJ0CI0<13>U30<15>zcc<17>IDDGCCEAA\
  711.   C99A77<3>000<14>III cyclerange=2/255
  712.   }
  713.  
  714.  
  715. - --------------------------------------------------------------
  716. Thanks for using Fractint, The Fractals and Fractint Discussion List
  717. Post Message:   fractint@lists.xmission.com
  718. Get Commands:   majordomo@lists.xmission.com "help"
  719. Administrator:  twegner@phoenix.net
  720. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  721.  
  722. ------------------------------
  723.  
  724. Date: Tue, 8 Dec 1998 10:49:51 +0100 (MET)
  725. From: nitz@dkrz.de (Thomas Nitz)
  726. Subject: (fractint) owner-fractint-digest
  727.  
  728. Hi,
  729. I'm am member of the fractint-digest-list and i'm very
  730. interested in the single issues. Unfortunately i
  731. deleted the last issue #340.
  732. Could you please send it to me again?
  733.  
  734. Thank you, regards,
  735. Thomas
  736.  
  737.  
  738. - -- 
  739.   
  740.                                                   .                    
  741.                                                  .:.                   
  742.                                                 .:::.                  
  743.                                                .:::::.                 
  744.                                            ***.:::::::.***       
  745.                                       *******.:::::::::.*******           
  746.       E N E R G I E !!              ********.:::::::::::.********       
  747.                                    ********.:::::::::::::.********    
  748.                                    *******.::::::'***`::::.*******    
  749.                                    ******.::::'*********`::.******    
  750.                                     ****.:::'*************`:.****    
  751.                                       *.::'*****************`.*    
  752.                                       .:'  ***************    .   
  753.                                      .
  754.     
  755. *********************************************************************
  756. *  Dr. Thomas Nitz                                                  *
  757. *  Zentrum f. Meeres- und Klimaforschung                            *
  758. *  Institut fuer Meereskunde                                        *
  759. *  Universitaet Hamburg                   Tel.:   +49-40-4123-5095  *
  760. *  Troplowitzstrasse 7                    Fax :   +49-40-560 57 24  *
  761. *  22529 Hamburg                        e-mail:   nitz@dkrz.de      *
  762. *********************************************************************
  763.  
  764. - --------------------------------------------------------------
  765. Thanks for using Fractint, The Fractals and Fractint Discussion List
  766. Post Message:   fractint@lists.xmission.com
  767. Get Commands:   majordomo@lists.xmission.com "help"
  768. Administrator:  twegner@phoenix.net
  769. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  770.  
  771. ------------------------------
  772.  
  773. Date: Tue, 8 Dec 1998 17:34:37 -0500
  774. From: JoWeber <JoWeber@compuserve.com>
  775. Subject: Re: (fractint) xmas-pars
  776.  
  777. Hi Tom,
  778.  
  779. you can download the program FracText from my download page on
  780.  
  781. http://ourworld.compuserve.com/homepages/joweber.
  782.  
  783. Cheers --Jo--
  784.  
  785. - --------------------------------------------------------------
  786. Thanks for using Fractint, The Fractals and Fractint Discussion List
  787. Post Message:   fractint@lists.xmission.com
  788. Get Commands:   majordomo@lists.xmission.com "help"
  789. Administrator:  twegner@phoenix.net
  790. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  791.  
  792. ------------------------------
  793.  
  794. Date: Tue, 8 Dec 1998 16:40:23 EST
  795. From: Damascena@aol.com
  796. Subject: (fractint) Re: formulas
  797.  
  798. Back after a complex series of crashes (you don't wanna know!) and had not
  799. done backups when I should, of course -- so I lost all bazillion of the lovely
  800. chby .frm files I got from this list (except chby9 which James Weaver was kind
  801. enuf to send me). Please, anyone who can share these, send privately to
  802. Damascena@aol.com who will be eternally grateful and promises to back up at
  803. least Fractint more regularly :) 
  804.  
  805. I think someone had also posted a URL to visit for these???
  806.  
  807. TIA
  808.  
  809. Dama
  810.  
  811. - --------------------------------------------------------------
  812. Thanks for using Fractint, The Fractals and Fractint Discussion List
  813. Post Message:   fractint@lists.xmission.com
  814. Get Commands:   majordomo@lists.xmission.com "help"
  815. Administrator:  twegner@phoenix.net
  816. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  817.  
  818. ------------------------------
  819.  
  820. Date: Tue, 8 Dec 1998 19:04:16 -0500
  821. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  822. Subject: Re: (fractint) ... IFS...
  823.  
  824. Hi Michael,
  825.  
  826. >> Can you look at a formula and kind of SEE the potential in it?
  827.  
  828.   No, it would be too easy!!!
  829.  
  830. >> I always have to start off with a nice one and change single parameter=
  831. s,
  832. >> often ending up with blank screen. Or is it just getting experienced t=
  833. o
  834. >> smell the rewarding changes?
  835.  
  836.   I have a long experience with fractals (13 years) and I still spent man=
  837. y
  838. hours in playing with them.
  839.  
  840.   Cheers,
  841.  
  842.         - Sylvie
  843.  
  844. - ----------------------------------------------------------------------
  845.  E-mail:
  846.    Sylvie_Gallet@CompuServe.com
  847.  Visit my exhibit at Museum of Computer Art:
  848.    http://www.dorsai.org/~moca/
  849.  My Fractal Galleries:
  850.    http://spanky.triumf.ca/www/fractint/sylvie/gallet.html
  851.    http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm
  852. - ----------------------------------------------------------------------
  853.  
  854. - --------------------------------------------------------------
  855. Thanks for using Fractint, The Fractals and Fractint Discussion List
  856. Post Message:   fractint@lists.xmission.com
  857. Get Commands:   majordomo@lists.xmission.com "help"
  858. Administrator:  twegner@phoenix.net
  859. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  860.  
  861. ------------------------------
  862.  
  863. Date: Tue, 8 Dec 1998 16:40:23 EST
  864. From: Damascena@aol.com
  865. Subject: (fractint) Re: formulas
  866.  
  867. Back after a complex series of crashes (you don't wanna know!) and had not
  868. done backups when I should, of course -- so I lost all bazillion of the lovely
  869. chby .frm files I got from this list (except chby9 which James Weaver was kind
  870. enuf to send me). Please, anyone who can share these, send privately to
  871. Damascena@aol.com who will be eternally grateful and promises to back up at
  872. least Fractint more regularly :) 
  873.  
  874. I think someone had also posted a URL to visit for these???
  875.  
  876. TIA
  877.  
  878. Dama
  879.  
  880. - --------------------------------------------------------------
  881. Thanks for using Fractint, The Fractals and Fractint Discussion List
  882. Post Message:   fractint@lists.xmission.com
  883. Get Commands:   majordomo@lists.xmission.com "help"
  884. Administrator:  twegner@phoenix.net
  885. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  886.  
  887. ------------------------------
  888.  
  889. Date: Tue, 08 Dec 1998 22:19:15 -0500
  890. From: Tom Conally <conally@netpath.net>
  891. Subject: Re: (fractint) xmas-pars
  892.  
  893. At 05:34 PM 12/8/98 -0500, you wrote:
  894. >Hi Tom,
  895. >
  896. >you can download the program FracText from my download page on
  897. >
  898. >http://ourworld.compuserve.com/homepages/joweber.
  899. >
  900. >Cheers --Jo--
  901. >
  902. Thanks very much Jo,
  903. I enjoyed your Christmas pars
  904. Tom Conally
  905. In every boomerang there is a perfect throw.
  906. Your life, Grasshopper, is to practice  till you find that throw
  907. and become one with that boomerang!
  908.   Boomerangs        http://www.angelfire.com/nc/conally
  909.    Paradise             http://www.netpath.net/~conally/
  910.    Fractal Images   http://members.tripod.com/~afractal
  911.  
  912. - --------------------------------------------------------------
  913. Thanks for using Fractint, The Fractals and Fractint Discussion List
  914. Post Message:   fractint@lists.xmission.com
  915. Get Commands:   majordomo@lists.xmission.com "help"
  916. Administrator:  twegner@phoenix.net
  917. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  918.  
  919. ------------------------------
  920.  
  921. Date: Wed, 9 Dec 1998 00:35:54 -0600 (CST)
  922. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  923. Subject: (fractint) Formula and pars
  924.  
  925. comment {
  926. This is the result of an experiment I did this evening,
  927. applying my FlexBall rendering method to an equation that I
  928. really didn't think would produce much.  The results were
  929. mixed, but the first of these pars produces a rather nice
  930. spiral, and the second is a zoom centered on a baby 'Brot
  931. which is, if nothing else, a little different.
  932.  
  933. Paul Carlson
  934. }
  935.  
  936. fbeqnmop1          {; Copyright (c) Paul W. Carlson, 1998
  937.   reset=1960 type=formula formulafile=fbeqnmop.frm
  938.   formulaname=FB_EqnMoP passes=t
  939.   center-mag=-0.78179965712418010/+0.11990154562518730/1389404/\
  940.   1/-19.999 params=3/0/1.7/0
  941.   float=y maxiter=3000 inside=253 outside=summ
  942.   colors=000fOz<28>I0Kz0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00\
  943.   zR<28>0C40zz<28>0CCGGz<28>00O000<13>000
  944.   }
  945.  
  946. fbeqnmop2          {; Copyright (c) Paul W. Carlson, 1998
  947.   reset=1960 type=formula formulafile=fbeqnmop.frm
  948.   formulaname=FB_EqnMoP passes=t
  949.   center-mag=1.62954/4.64906e-016/36.08856/1/90
  950.   params=3/0/1/0 float=y maxiter=500 inside=253 outside=summ
  951.   colors=000fOz<28>I0Kz0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00\
  952.   zR<28>0C40zz<28>0CCGGz<28>00O000<13>000
  953.   }
  954.  
  955.  
  956. frm:FB_EqnMoP {; Copyright (c) Paul W. Carlson, 1998
  957.     ; p1 = radius of center of ring (0.01 to 10)
  958.     ; p2 = one half thickness of ring (0.01 to p1)
  959.     ;
  960.     c = pixel
  961.     w = z = iter = bailout = 0
  962.     d0 = p1 + p2
  963.     d1 = 0.382683432365 * p1
  964.     d2 = 0.923879532511 * p1
  965.     dsqd = d0 * d0 + p1 * p1 - (d0 + d0) * d2
  966.     :
  967.     w2 = w * w
  968.     w = c * (1 - w2) / (1 + w2)
  969.     ;
  970.     IF ((abs(cabs(w) - p1) < p2) && iter > 0)
  971.     bailout = 1
  972.     wr = real(w), wi = imag(w)
  973.     awr = abs(wr), awi = abs(wi)
  974.     IF (awr >= awi)
  975.         dist = (awr - d2) * (awr - d2) + (awi - d1) * (awi - d1)
  976.         adjust = 1
  977.     ELSE
  978.         dist = (awr - d1) * (awr - d1) + (awi - d2) * (awi - d2)
  979.         adjust = 0
  980.     ENDIF
  981.     IF     (wr >= 0 && wi >= 0)
  982.         range_num = 1 - adjust
  983.     ELSEIF (wr < 0 && wi >= 0)
  984.         range_num = 2 + adjust
  985.     ELSEIF (wr < 0 && wi < 0)
  986.         range_num = 5 - adjust
  987.     ELSE
  988.         range_num = 6 + adjust
  989.     ENDIF
  990.     ratio = sqrt(dist / dsqd)
  991.     z = 29 * ratio + range_num * 30 + 1
  992.     ENDIF
  993.     iter = iter + 1
  994.     z = z - iter
  995.     bailout == 0 && |w| < 1000
  996. }
  997.  
  998.  
  999. - --------------------------------------------------------------
  1000. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1001. Post Message:   fractint@lists.xmission.com
  1002. Get Commands:   majordomo@lists.xmission.com "help"
  1003. Administrator:  twegner@phoenix.net
  1004. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1005.  
  1006. ------------------------------
  1007.  
  1008. Date: Wed, 09 Dec 1998 08:27:01 -0500
  1009. From: Gedeon Peteri <gedeon@InfoAve.Net>
  1010. Subject: Re: (fractint) Re: formulas
  1011.  
  1012. Damascena, you can download the entire set of chby formulas and par from my
  1013. Geocities homepage.
  1014.  
  1015. Gedeon
  1016.  
  1017. Damascena@aol.com wrote:
  1018.  
  1019. > Back after a complex series of crashes (you don't wanna know!) and had not
  1020. > done backups when I should, of course -- so I lost all bazillion of the lovely
  1021. > chby .frm files I got from this list (except chby9 which James Weaver was kind
  1022. > enuf to send me). Please, anyone who can share these, send privately to
  1023. > Damascena@aol.com who will be eternally grateful and promises to back up at
  1024. > least Fractint more regularly :)
  1025. >
  1026. > I think someone had also posted a URL to visit for these???
  1027. >
  1028. > TIA
  1029. >
  1030. > Dama
  1031. >
  1032. > --------------------------------------------------------------
  1033. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1034. > Post Message:   fractint@lists.xmission.com
  1035. > Get Commands:   majordomo@lists.xmission.com "help"
  1036. > Administrator:  twegner@phoenix.net
  1037. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1038.  
  1039. - --
  1040. - --------------------------------------------------------------
  1041. Fractals: http://www.geocities.com/~gedeonp/index.html
  1042. Member Infinite Fractal Loop
  1043. Last updated: September 28, 1998 - major revision
  1044. Photography: http://members.xoom.com/gedeonp/index.html
  1045. Last updated: November 8, 1998
  1046. - --------------------------------------------------------------
  1047.  
  1048.  
  1049.  
  1050. - --------------------------------------------------------------
  1051. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1052. Post Message:   fractint@lists.xmission.com
  1053. Get Commands:   majordomo@lists.xmission.com "help"
  1054. Administrator:  twegner@phoenix.net
  1055. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1056.  
  1057. ------------------------------
  1058.  
  1059. Date: Wed, 9 Dec 1998 08:47:59 EST
  1060. From: Damascena@aol.com
  1061. Subject: Re: (fractint) Re: formulas
  1062.  
  1063. In a message dated 12/9/98 5:33:56 AM Pacific Standard Time,
  1064. gedeon@InfoAve.Net writes:
  1065.  
  1066. > you can download the entire set of chby formulas and par from my
  1067. >  Geocities homepage
  1068.  
  1069. And I thank you most sincerely :) I'm going there now.....several people have
  1070. sent me bunches of .frm files and a set of .pars but some of the .pars call
  1071. for formulas that weren't included in the other stuff....
  1072.  
  1073. Dama
  1074.  
  1075. - --------------------------------------------------------------
  1076. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1077. Post Message:   fractint@lists.xmission.com
  1078. Get Commands:   majordomo@lists.xmission.com "help"
  1079. Administrator:  twegner@phoenix.net
  1080. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1081.  
  1082. ------------------------------
  1083.  
  1084. Date: Wed, 9 Dec 1998 15:54:45 -0500
  1085. From: wdecker@csc.com
  1086. Subject: (fractint) Winter pars
  1087.  
  1088. Blustery winds. Fluries? Stars? Snapping cold. (At least that's what winter
  1089. is supposed to be.)
  1090.  
  1091. Bill Decker
  1092.  
  1093. out-of-the-north4  { ;  (c) Bill Decker Dec 07, 1998 t=  0:01:28.70
  1094.                      ;  on P100 1024x768
  1095.   reset=1960 type=formula formulafile=0bill.frm formulaname=billsfn3
  1096.   function=sqr passes=1 center-mag=2.80645/0.589015/3.238888/1/-90
  1097.   params=1/1/-0.5/0/1/5 float=y maxiter=55555 inside=64
  1098.   potential=255/50/1 decomp=256
  1099.   colors=00093A<9>B1CC1CC1CD0DD0DE0E<30>TSTTSTUTUUTUVUV<11>`_`zzz<49>zzzzz\
  1100.   zzzyzzx<27>llYkkXkkXjjX<26>YYXYYXXXYXXZ<27>JIyIHzIHy<26>45A458458<17>93A
  1101.   }
  1102.  
  1103. frm:billsfn3  {
  1104.   z = pixel, ztemp = p1 :
  1105.   z = ztemp^p2 - fn1(z^p3)
  1106.   ztemp = real(z)
  1107.   z < 4
  1108. }
  1109.  
  1110.  
  1111.  
  1112. - --------------------------------------------------------------
  1113. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1114. Post Message:   fractint@lists.xmission.com
  1115. Get Commands:   majordomo@lists.xmission.com "help"
  1116. Administrator:  twegner@phoenix.net
  1117. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1118.  
  1119. ------------------------------
  1120.  
  1121. Date: Thu, 10 Dec 1998 15:26:16 -0600
  1122. From: Lee&SusanLane <slane@kiwi.dep.anl.gov>
  1123. Subject: (fractint) Kathy Roth "kind of corny"
  1124.  
  1125. Hi Kathy,
  1126.  
  1127. Terrific holiday show. I think Solstice5 and 7 are spectacular, but I 
  1128. enjoyed them all very much. All, that is, except Solstice6 for which the 
  1129. formula csin_atan_julia could not be found. Could you send it along or 
  1130. otherwise advise me.
  1131.  
  1132. Thanks,   Lee
  1133.  
  1134.  
  1135. - --------------------------------------------------------------
  1136. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1137. Post Message:   fractint@lists.xmission.com
  1138. Get Commands:   majordomo@lists.xmission.com "help"
  1139. Administrator:  twegner@phoenix.net
  1140. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1141.  
  1142. ------------------------------
  1143.  
  1144. Date: Thu, 10 Dec 1998 20:21:07 EST
  1145. From: JimBeau549@aol.com
  1146. Subject: (fractint) 2 pars (OK-20)
  1147.  
  1148.   Hi folks,
  1149.  
  1150.     This is just an average looking fractal, but the 2nd image(a zoom of the
  1151. 1st) is an odd but nice spiral.
  1152.  
  1153.     Enjoy~
  1154.  
  1155.   Jim
  1156. ******************************************************************************
  1157. ***
  1158.  
  1159.  
  1160. K20face1.gif       { ; image(c)1998 JimWeaver   OK-20 formula    t=01min39s
  1161.   reset=1960 type=formula formulafile=fractint.frm formulaname=OK-20
  1162.   function=cosxx/atanh passes=t
  1163.   center-mag=-0.892232/-9.54792e-015/0.7060685/1/-90 params=100/0
  1164.   float=y inside=bof60 periodicity=0
  1165.   colors=000<26>XXXyoRxmNxkJwiF<4>qU6pR4oQ4<12>ZC5YB5W96U87T77R58<12>zpN<3\
  1166.   >jmVelW___```aaaccc<29>000B0A<14>d9H<10>A00<8>Y0B`0Ca2D<25>zzm<4>yqVakYY\
  1167.   j_Uia<13>EP7DO5CM3AK0BJ0CI0<13>U30<15>zcc<17>IDDGCCEAAC99A77<3>000
  1168.   }
  1169.  
  1170. K20face2.gif       { ; image(c)1998 JimWeaver   OK-20 formula    t=04min03s
  1171.                      ; zoom of K20face1.gif
  1172.   reset=1960 type=formula formulafile=fractint.frm formulaname=OK-20
  1173.   function=cosxx/atanh passes=b
  1174.   center-mag=+0.07903866296638717/-0.17229802464551960/742.328/1/-17.499
  1175.   params=100/0 float=y inside=bof60 periodicity=0
  1176.   colors=000rjXpgVmeTkcR<9>AAK<3>ALQAOSARUBUWBXY<6>DqlDtnCqm<2>BghAdg9`e8Y\
  1177.   d7Vb<5>3BU27T26P<5>000<14>wn_<15>M75<14>`Q5aS6`R6<10>PB6<9>kXBp`D<2>wgF<\
  1178.   18>000<12>svc<20>200<7>whF<4>lYEiWEeUE<7>EEE<13>kki<18>005332<17>zpawn_u\
  1179.   lY
  1180.   }
  1181.  
  1182.  
  1183. - --------------------------------------------------------------
  1184. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1185. Post Message:   fractint@lists.xmission.com
  1186. Get Commands:   majordomo@lists.xmission.com "help"
  1187. Administrator:  twegner@phoenix.net
  1188. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1189.  
  1190. ------------------------------
  1191.  
  1192. End of fractint-digest V1 #341
  1193. ******************************
  1194.  
  1195.