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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #210
  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          Monday, May 18 1998          Volume 01 : Number 210
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Mon, 18 May 98 22:26:50 +0100
  18. From: Oliver Klimek <klimek@bgb.mannheim-netz.de>
  19. Subject: (fractint) Re: Lorentz Bubbles
  20.  
  21. Paul,
  22.  
  23. I have just tried out your bubble rendering of my Lorentz formula. Very
  24. cute indeed.
  25.  
  26. Oliver
  27.  
  28.  
  29. - --------------------------------------------------------------
  30. Thanks for using Fractint, The Fractals and Fractint Discussion List
  31. Post Message:   fractint@lists.xmission.com
  32. Get Commands:   majordomo@lists.xmission.com "help"
  33. Administrator:  twegner@phoenix.net
  34. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  35.  
  36. ------------------------------
  37.  
  38. Date: Mon, 18 May 98 22:27:39 +0100
  39. From: Oliver Klimek <klimek@bgb.mannheim-netz.de>
  40. Subject: (fractint) Perturbing Julias
  41.  
  42. Here are two small formulas that display perturbed Julia sets. How could
  43. this possibly be done? The first thing one could think of is to do the
  44. same thing that is done to perturbed Mandelbrot sets. But this does not
  45. work. In the Mandelbrot set perturbation is done by adding a constant to
  46. the initial value of z before each iteration. In Julia sets the initial
  47. value of z is the current pixel value. When we add a constant to this, the
  48. Julia set will only be translated in the z-plane. We could also think of
  49. adding a constant to the Julia parameter c, but this only results in a
  50. different Juila set being generated. The key to success is to change the
  51. julia parameter for each iteration. The easiest way to do this is to add a
  52. term dependent on the current pixel value, scaled by a constant. 
  53.  
  54. The first formula changes c = p1 by adding the term p2*pixel, the second
  55. one is a generalized version using c=p1+p2*fn1(pixel). I have includes
  56. pars that show the effects of increasing perturbation for a single Julia
  57. set using the first forumula. The same results can be obtained with the
  58. second formula setting fn1 to "ident". I have not included pars for the
  59. generalized formula, but I can assure you you will have fun with it. 
  60.  
  61. Oliver 
  62.  
  63. - ----- begin test.frm -------
  64. okJ_05{ ; Perturbed Julia set
  65.             ; Julia parameter p1 is perturbed by p2*pixel
  66.             ; p2=0 -> no perturbation 
  67.             ; p3 = bailout
  68. z=pixel
  69. c=p1+p2*pixel:
  70. z=z*z+c
  71. |z|<=p3
  72. }
  73.  
  74. okJ_06{ ; Generalized perturbed Julia set
  75.             ; Julia parameter p1 is perturbed by p2*fn1(pixel)
  76.             ; p2=0 -> no perturbation 
  77.             ; p3 = bailout
  78. z=pixel
  79. c=p1+p2*fn1(pixel):
  80. z=z*z+c
  81. |z|<=p3
  82. }
  83. - -------- end test.frm ---------
  84.  
  85. - -------- begin test.par -------
  86. okJ_05_01          { ; A plain Julia set
  87.                      ;    (c) Oliver Klimek, MCMXCVIII
  88.                      ; time=  0:00:14.35 on P-100 1024x768
  89.   reset=1960 type=formula formulafile=test.frm formulaname=okJ_05
  90.   center-mag=-0.036036/0/0.6666667 params=-0.78/-0.21/0/0/8/0 float=y
  91.   maxiter=1500 bailout=8 inside=0
  92.   colors=000vpK<31>n`2n_1mZ0lY0<197>000zzW<19>vpL
  93.   }
  94.  
  95. okJ_05_02          { ; The same set, slightly perturbed
  96.                      ;    (c) Oliver Klimek, MCMXCVIII
  97.                      ; time=  0:00:14.09 on P-100 1024x768
  98.   reset=1960 type=formula formulafile=test.frm formulaname=okJ_05
  99.   center-mag=-0.036036/0/0.6666667 params=-0.78/-0.21/0.025/0.03/8/0
  100.   float=y maxiter=1500 bailout=8 inside=0
  101.   colors=000vpK<31>n`2n_1mZ0lY0<197>000zzW<19>vpL
  102.   }
  103.  
  104. okJ_05_03          { ; The same set, perturbed some more
  105.                      ;    (c) Oliver Klimek, MCMXCVIII
  106.                      ; time=  0:00:19.85 on P-100 1024x768
  107.   reset=1960 type=formula formulafile=test.frm formulaname=okJ_05
  108.   center-mag=-0.036036/0/0.6666667 params=-0.78/-0.21/0.04/0.03/8/0
  109.   float=y maxiter=1500 bailout=8 inside=0
  110.   colors=000vpK<31>n`2n_1mZ0lY0<197>000zzW<19>vpL
  111.   }
  112.  
  113. okJ_05_04          { ; The same set, grossly perturbed
  114.                      ;    (c) Oliver Klimek, MCMXCVIII
  115.                      ; time=  0:00:16.31 on P-100 1024x768
  116.   reset=1960 type=formula formulafile=test.frm formulaname=okJ_05
  117.   center-mag=-0.036036/0/0.6666667 params=-0.78/-0.21/0.2/0.1/8/0
  118.   float=y maxiter=1500 bailout=8 inside=0
  119.   colors=000vpK<31>n`2n_1mZ0lY0<197>000zzW<19>vpL
  120.   }
  121.  
  122. okJ_05_05          { ; Now, where is this heading ?
  123.                      ;    (c) Oliver Klimek, MCMXCVIII
  124.                      ; time=  0:00:09.94 on P-100 1024x768
  125.   reset=1960 type=formula formulafile=test.frm formulaname=okJ_05
  126.   center-mag=-0.036036/0/0.6666667 params=-0.78/-0.21/0.5/0.6/8/0
  127.   float=y maxiter=1500 bailout=8 inside=0
  128.   colors=000vpK<31>n`2n_1mZ0lY0<197>000zzW<19>vpL
  129.   }
  130.  
  131. okJ_05_06          { ; Welcome to the wonderful world of complex
  132. mathematics
  133.                      ;    (c) Oliver Klimek, MCMXCVIII
  134.                      ; time=  0:00:24.72 on P-100 1024x768
  135.   reset=1960 type=formula formulafile=test.frm formulaname=okJ_05
  136.   center-mag=+0.00519101025135284/+0.00028346759843633/44.10254
  137.   params=-0.78/-0.21/50/50/8/0 float=y maxiter=1500 bailout=8 inside=0
  138.   colors=000vpK<31>n`2n_1mZ0lY0<197>000zzW<19>vpL
  139.   }
  140.  
  141. - ------- end test.par --------
  142.  
  143.  
  144. - --------------------------------------------------------------
  145. Thanks for using Fractint, The Fractals and Fractint Discussion List
  146. Post Message:   fractint@lists.xmission.com
  147. Get Commands:   majordomo@lists.xmission.com "help"
  148. Administrator:  twegner@phoenix.net
  149. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  150.  
  151. ------------------------------
  152.  
  153. Date: Mon, 18 May 98 08:35:48 PDT
  154. From: Colleen Johnson <noginspctr@thegrid.net>
  155. Subject: Re: (fractint)newbe needs video mode
  156.  
  157. Hi Steve
  158. Thanks for the suggestions.  No, my 'puter is NOT allowing me to use SF6,=
  159.  from either Windows or DOS.  I'm very disappointed in it.  In fact, I've=
  160.  tried all of the modes that look even possibly appropriate, and only a =
  161. couple of the lower resolution ones work.  I'm going to have my fairly-co=
  162. mputer-literate hubby check Setup to see if there's any problem with the =
  163. way we have the computer set up. Any other ideas of things to check?
  164. Thanks!
  165. Colleen
  166.  
  167.  
  168. - --------------------------------------------------------------
  169. Thanks for using Fractint, The Fractals and Fractint Discussion List
  170. Post Message:   fractint@lists.xmission.com
  171. Get Commands:   majordomo@lists.xmission.com "help"
  172. Administrator:  twegner@phoenix.net
  173. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  174.  
  175. ------------------------------
  176.  
  177. Date: Mon, 18 May 1998 18:08:22 -0400
  178. From: "RJ Corradino" <rjcor@countless-codes.com>
  179. Subject: RE: (fractint)newbe needs video mode
  180.  
  181. Hmm...can you use those modes under windows(outside of fractint)?  Maybe you
  182. don't have the dos VESA drivers.  I had a similar problem with quake last
  183. year.  Check on your video card maker's home page and try to download the
  184. newest driver.
  185.  
  186.  
  187. - --------------------------------------------------------------
  188. Thanks for using Fractint, The Fractals and Fractint Discussion List
  189. Post Message:   fractint@lists.xmission.com
  190. Get Commands:   majordomo@lists.xmission.com "help"
  191. Administrator:  twegner@phoenix.net
  192. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  193.  
  194. ------------------------------
  195.  
  196. Date: Mon, 18 May 1998 18:09:04 -0400
  197. From: davides <davides@pipeline.com>
  198. Subject: Re: (fractint)newbe needs video mode
  199.  
  200. At 08:35 AM 5/18/1998 PDT, you wrote:
  201. >Hi Steve
  202. >Thanks for the suggestions.  No, my 'puter is NOT allowing me to use SF6,
  203. from either Windows or DOS.  I'm very disappointed in it.  In fact, I've
  204. tried all of the modes that look even possibly appropriate, and only a
  205. couple of the lower resolution ones work.  I'm going to have my
  206. fairly-computer-literate hubby check Setup to see if there's any problem
  207. with the way we have the computer set up. Any other ideas of things to check?
  208.  
  209. Watching this thread...just out of curiosity, what is your monitor set at?
  210. (Contol Panel/Display/Settings)
  211. davides@pipeline.com
  212. ds30@umail.umd.edu
  213. Back up my hard drive?
  214. How do I put it in reverse?
  215.  
  216. - --------------------------------------------------------------
  217. Thanks for using Fractint, The Fractals and Fractint Discussion List
  218. Post Message:   fractint@lists.xmission.com
  219. Get Commands:   majordomo@lists.xmission.com "help"
  220. Administrator:  twegner@phoenix.net
  221. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  222.  
  223. ------------------------------
  224.  
  225. Date: Mon, 18 May 1998 18:33:07 -0400
  226. From: "Paul Derbyshire" <pderbysh@usa.net>
  227. Subject: Re: (fractint) LorentzM with FlexBalls Formula
  228.  
  229. >Wow!  You wizzled that one real good - beautiful!  It sure does have
  230. >an Egyptian flavor to it.
  231.  
  232. Wizzled??? That's a new one on me. :-)
  233.  
  234. - -- 
  235.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  236. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  237.    `*'  straight line."    -------------------------------------------------
  238.         -- B. Mandelbrot  |http://www3.sympatico.ca/bob.beland/indexn2f.html
  239. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  240. Programmer & Humanist|ICQ: 10423848|
  241.  
  242.  
  243.  
  244. - --------------------------------------------------------------
  245. Thanks for using Fractint, The Fractals and Fractint Discussion List
  246. Post Message:   fractint@lists.xmission.com
  247. Get Commands:   majordomo@lists.xmission.com "help"
  248. Administrator:  twegner@phoenix.net
  249. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  250.  
  251. ------------------------------
  252.  
  253. Date: Mon, 18 May 1998 18:35:47 -0400
  254. From: "Paul Derbyshire" <pderbysh@usa.net>
  255. Subject: Re: (fractint) Calc method
  256.  
  257. >...Tesseract is almost as much fun to watch.
  258.  
  259. Tesseract?
  260. (I guess you meant tesseral... Microsoft's spell checker likes that one even
  261. less that 'wizzled'... "no suggestions" this time...)
  262.  
  263. - --
  264.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  265. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  266.    `*'  straight line."    -------------------------------------------------
  267.         -- B. Mandelbrot  |http://www3.sympatico.ca/bob.beland/indexn2f.html
  268. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  269. Programmer & Humanist|ICQ: 10423848|
  270.  
  271.  
  272.  
  273. - --------------------------------------------------------------
  274. Thanks for using Fractint, The Fractals and Fractint Discussion List
  275. Post Message:   fractint@lists.xmission.com
  276. Get Commands:   majordomo@lists.xmission.com "help"
  277. Administrator:  twegner@phoenix.net
  278. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  279.  
  280. ------------------------------
  281.  
  282. Date: Mon, 18 May 1998 18:57:10 -0400
  283. From: Lee Skinner <LeeHSkinner@compuserve.com>
  284. Subject: (fractint) Calc method
  285.  
  286. To mctupper:
  287.  
  288. >> MetalComplexNewton { ; complexnewton using black metal colors
  289. =2E..
  290. >>   inside=3Depsiloncross outside=3Dreal decomp=3D256 colors=3D@blackmet=
  291. =2Emap
  292.                                                         ^^^^^^^^^^^^^
  293. >  It's probably a very nice map but I don't have it! :-)
  294.  
  295. And neither do I!  If you would place the command "recordcolors=3Dyes" in=
  296.  
  297. your sstools.ini file, then whenever you create a par that you want to po=
  298. st
  299. to the list, the colors will be defined within the par and no map is
  300. necessary for other wishing to re-create your image.
  301.  
  302. Lee Skinner
  303.  
  304. - --------------------------------------------------------------
  305. Thanks for using Fractint, The Fractals and Fractint Discussion List
  306. Post Message:   fractint@lists.xmission.com
  307. Get Commands:   majordomo@lists.xmission.com "help"
  308. Administrator:  twegner@phoenix.net
  309. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  310.  
  311. ------------------------------
  312.  
  313. Date: Mon, 18 May 1998 19:42:52 -0400 (EDT)
  314. From: Jim Muth <jamth@mindspring.com>
  315. Subject: Re: (fractint) Perturbing Julias
  316.  
  317. At 10:27 PM 5/18/98 +0100, Oliver Klimek wrote:
  318.  
  319. >Here are two small formulas that display perturbed Julia sets.
  320.           <rest of letter snipped>
  321.  
  322.  
  323. You have just discovered the Julibrot with exactly the same 
  324. formula that I was testing when I discovered it several years 
  325. ago.  You are not "perturbing" the Julia set -- all Julia sets 
  326. with a C-value other than 0,0 are "perturbed".  What you are 
  327. doing is rotating the displayed image through the four-dimen-
  328. sional Julibrot figure from the Julia direction to the Mandel-
  329. brot direction.  Stick with this line of exploration.  It is 
  330. the richest method of finding fractals that I have yet 
  331. discovered.
  332.  
  333. The attached par and frm file, which will be in my FOTD for 
  334. May 19, is a "perturbed" view of the Elephant Valley area, 
  335. sliced at an angle of 1-1/4 and 1-1/4 degrees from the Julia 
  336. direction.  It shows just a hint of the undiscovered scenes 
  337. that lie waiting in the oblique planes between the absolutely 
  338. perpendicular Mandelbrot and Julia sets.
  339.  
  340.  
  341. Jim Muth
  342. jamth@mindspring.com
  343.  
  344.  
  345. START 19.6 PARAMETER-FORMULA FILE============================
  346.  
  347. Julibrot_monster   { ; 2min on a 486-100mhz, 640x480
  348.   reset=1960 type=formula formulafile=multirot.frm
  349.   formulaname=multirot-XY-ZW function=ident/flip
  350.   center-mag=0.0061619/2.22045e-016/1.191532/1/90
  351.   params=88.75/91.25/0/0/0.29/0 float=y maxiter=1200
  352.   bailout=25 inside=0 symmetry=xaxis periodicity=10
  353.   colors=000691<12>0J3<10>SoZ<13>zAw<7>iWF<2>K7zWMWf`2sn1\
  354.   <12>yKZ<8>hE5gE2dC4<6>R2GTwI<14>xZN<9>gfr<11>ybF<10>`l0\
  355.   <6>`eY<2>QwzMgvJTr<12>`4g<11>T4C<13>MCdMCfKEd<11>7aJ6cI\
  356.   6`B6Y4dgnjUb<4>delJkpQioXhnXS2<4>bef3Du<2>V`o5D7<4>ZbgG\
  357.   So<4>_en7rO<5>_hkRlvWjs_hpRfrWgp_goCxO<6>`ikgtl
  358.   }
  359.  
  360. frm:multirot-XY-ZW {;draws all 6 planes and many rotations
  361. ;when fn1-2=i,f, then p1 0,0=M, 0,90=O, 90,0=E, 90,90=J
  362. ;when fn1-2=f,i, then p1 0,0=M, 0,90=R, 90,0=P, 90,90=J
  363. a=real(p1)*.01745329251994, b=imag(p1)*.01745329251994,
  364. z=sin(b)*fn1(real(pixel))+sin(a)*fn2(imag(pixel))+p2,
  365. c=cos(b)*real(pixel)+cos(a)*flip(imag(pixel))+p3:
  366. z=sqr(z)+c,
  367. |z| <= 36  }
  368.  
  369. END 19.6 PARAMETER-FORMULA FILE==============================
  370.  
  371.  
  372.  
  373. - --------------------------------------------------------------
  374. Thanks for using Fractint, The Fractals and Fractint Discussion List
  375. Post Message:   fractint@lists.xmission.com
  376. Get Commands:   majordomo@lists.xmission.com "help"
  377. Administrator:  twegner@phoenix.net
  378. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  379.  
  380. ------------------------------
  381.  
  382. Date: Mon, 18 May 1998 20:29:05 -0400 (EDT)
  383. From: cjc26@cornell.edu
  384. Subject: Re: (fractint) Calc method
  385.  
  386. On Mon, 18 May 1998, Paul Derbyshire wrote:
  387.  
  388. > >...Tesseract is almost as much fun to watch.
  389. > Tesseract?
  390. > (I guess you meant tesseral... Microsoft's spell checker likes that one even
  391. > less that 'wizzled'... "no suggestions" this time...)
  392.  
  393. That's strange, because 'tesseract' is a real word.  It's a 
  394. four-dimensional cube.  (It would be cool if fractint had a rendering 
  395. method based on that....:)
  396.  
  397. Speaking of Microsoft's spell checker, try this out:  Go into Word, type 
  398. 'zzzz' and spell-check it and see what's really on Bill Gates' mind.
  399.  
  400. - --Cliff
  401.   http://www.people.cornell.edu/pages/cjc26/
  402.  
  403.   civil rights are not special rights
  404.  
  405. - --------------------------------------------------------------
  406. Thanks for using Fractint, The Fractals and Fractint Discussion List
  407. Post Message:   fractint@lists.xmission.com
  408. Get Commands:   majordomo@lists.xmission.com "help"
  409. Administrator:  twegner@phoenix.net
  410. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  411.  
  412. ------------------------------
  413.  
  414. Date: Mon, 18 May 1998 20:33:03 -0400 (EDT)
  415. From: cjc26@cornell.edu
  416. Subject: Re: (fractint) Perturbing Julias
  417.  
  418. On Mon, 18 May 1998, Jim Muth wrote:
  419.  
  420. > The attached par and frm file, which will be in my FOTD for 
  421. > May 19, is a "perturbed" view of the Elephant Valley area, 
  422. > sliced at an angle of 1-1/4 and 1-1/4 degrees from the Julia 
  423. > direction.  It shows just a hint of the undiscovered scenes 
  424. > that lie waiting in the oblique planes between the absolutely 
  425. > perpendicular Mandelbrot and Julia sets.
  426.  
  427. Speaking of the julibrot, can anyone tell me what a THREE-dimensional 
  428. slice of it would look like?  In particular, the three-dimensional slice(s) 
  429. which have the Mandelbrot set on the x-y plane?  Thanks...
  430.  
  431. - --Cliff
  432.   http://www.people.cornell.edu/pages/cjc26/
  433.  
  434.   civil rights are not special rights
  435.  
  436. - --------------------------------------------------------------
  437. Thanks for using Fractint, The Fractals and Fractint Discussion List
  438. Post Message:   fractint@lists.xmission.com
  439. Get Commands:   majordomo@lists.xmission.com "help"
  440. Administrator:  twegner@phoenix.net
  441. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  442.  
  443. ------------------------------
  444.  
  445. Date: Mon, 18 May 1998 19:34:43 -0500 (CDT)
  446. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  447. Subject: Re: (fractint) LorentzM with FlexBalls Formula
  448.  
  449. >>Wow!  You wizzled that one real good - beautiful!  It sure does have
  450. >>an Egyptian flavor to it.
  451. >
  452. >Wizzled??? That's a new one on me. :-)
  453.  
  454. From Carlson's Fractal Dictionary (not sold in stores): 
  455. wizzled  (verb)  any action performed by Angela (aka Wizzle) upon a
  456. fractal image resulting in an enhancement of the image.
  457.  
  458. Paul Carlson
  459.  
  460.  
  461. - --------------------------------------------------------------
  462. Thanks for using Fractint, The Fractals and Fractint Discussion List
  463. Post Message:   fractint@lists.xmission.com
  464. Get Commands:   majordomo@lists.xmission.com "help"
  465. Administrator:  twegner@phoenix.net
  466. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  467.  
  468. ------------------------------
  469.  
  470. Date: Mon, 18 May 1998 19:42:30 -0500 (CDT)
  471. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  472. Subject: Re: (fractint) one last formula today
  473.  
  474. Hi Sylvie,
  475.  
  476. >My favorite colormap is gold_green.
  477. >
  478. >  Here are two colormaps:
  479.  
  480. [snip]
  481.  
  482. Thanks!  Both are great - not sure which I like the best.
  483. Both will be added to my collection.
  484.  
  485. Paul Carlson
  486.  
  487.  
  488.  
  489. - --------------------------------------------------------------
  490. Thanks for using Fractint, The Fractals and Fractint Discussion List
  491. Post Message:   fractint@lists.xmission.com
  492. Get Commands:   majordomo@lists.xmission.com "help"
  493. Administrator:  twegner@phoenix.net
  494. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  495.  
  496. ------------------------------
  497.  
  498. Date: Mon, 18 May 1998 19:42:09 -0500
  499. From: "Earl Simpson" <esimpn@intcomm.net>
  500. Subject: Re: (fractint) LorentzM with FlexBalls Formula
  501.  
  502. - -----Original Message-----
  503. From: Paul and/or Joyce Carlson <pjcarlsn@ix.netcom.com>
  504. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  505. Date: Monday, May 18, 1998 7:36 PM
  506. Subject: Re: (fractint) LorentzM with FlexBalls Formula
  507.  
  508.  
  509. >>>Wow!  You wizzled that one real good - beautiful!  It sure does have
  510. >>>an Egyptian flavor to it.
  511. >>
  512. >>Wizzled??? That's a new one on me. :-)
  513. >
  514. >>From Carlson's Fractal Dictionary (not sold in stores): 
  515. >wizzled  (verb)  any action performed by Angela (aka Wizzle) upon a
  516. >fractal image resulting in an enhancement of the image.
  517. >
  518. >Paul Carlson
  519. >
  520. Outstanding --- way to go Paul -- ROTFL -- :))
  521.  
  522. Earl Simpson
  523.  
  524.  
  525. - --------------------------------------------------------------
  526. Thanks for using Fractint, The Fractals and Fractint Discussion List
  527. Post Message:   fractint@lists.xmission.com
  528. Get Commands:   majordomo@lists.xmission.com "help"
  529. Administrator:  twegner@phoenix.net
  530. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  531.  
  532. ------------------------------
  533.  
  534. Date: Mon, 18 May 1998 19:59:25 -0500 (CDT)
  535. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  536. Subject: Re: (fractint) Pars for the course
  537.  
  538. To Bob:
  539.  
  540. Ah, yes - a demo of the secret you revealed to us during
  541. the fractal chat.
  542.  
  543. To everyone else:
  544.  
  545. Come join us in the next fractal chat (to be announced
  546. by Wizzle) and you too can learn some of Bob's Fractint
  547. secrets (and lots of other good stuff).
  548.  
  549. That wasn't fair, was it?  But we gotta get more people!
  550.  
  551. Paul Carlson
  552.  
  553.  
  554. - --------------------------------------------------------------
  555. Thanks for using Fractint, The Fractals and Fractint Discussion List
  556. Post Message:   fractint@lists.xmission.com
  557. Get Commands:   majordomo@lists.xmission.com "help"
  558. Administrator:  twegner@phoenix.net
  559. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  560.  
  561. ------------------------------
  562.  
  563. Date: Mon, 18 May 1998 21:05:12 -0400
  564. From: "Paul Derbyshire" <pderbysh@usa.net>
  565. Subject: (fractint) Broken link ;-(
  566.  
  567. Oh Jaaaay.... Hate to tell you this, but you made a typo somewhere or
  568. something... tonight's FOTN is a broken link ;-(
  569.  
  570.  
  571. - --
  572.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  573. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  574.    `*'  straight line."    -------------------------------------------------
  575.         -- B. Mandelbrot  |http://www3.sympatico.ca/bob.beland/indexn2f.html
  576. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  577. Programmer & Humanist|ICQ: 10423848|
  578.  
  579.  
  580.  
  581. - --------------------------------------------------------------
  582. Thanks for using Fractint, The Fractals and Fractint Discussion List
  583. Post Message:   fractint@lists.xmission.com
  584. Get Commands:   majordomo@lists.xmission.com "help"
  585. Administrator:  twegner@phoenix.net
  586. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  587.  
  588. ------------------------------
  589.  
  590. Date: Mon, 18 May 1998 21:16:40 -0400 (EDT)
  591. From: cjc26@cornell.edu
  592. Subject: Re: (fractint) Pars for the course
  593.  
  594. On Mon, 18 May 1998, Paul and/or Joyce Carlson wrote:
  595.  
  596. > Come join us in the next fractal chat (to be announced
  597. > by Wizzle) and you too can learn some of Bob's Fractint
  598. > secrets (and lots of other good stuff).
  599. > That wasn't fair, was it?  But we gotta get more people!
  600.  
  601. I was out of town last weekend, so that's why I couldn't come.  But I'll 
  602. definitely show up next week! :)
  603.  
  604. - --Cliff
  605.   http://www.people.cornell.edu/pages/cjc26/
  606.  
  607.   civil rights are not special rights
  608.  
  609. - --------------------------------------------------------------
  610. Thanks for using Fractint, The Fractals and Fractint Discussion List
  611. Post Message:   fractint@lists.xmission.com
  612. Get Commands:   majordomo@lists.xmission.com "help"
  613. Administrator:  twegner@phoenix.net
  614. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  615.  
  616. ------------------------------
  617.  
  618. Date: Mon, 18 May 1998 20:40:36 -0500 (CDT)
  619. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  620. Subject: Re: (fractint) Paul Carlson frm and pars
  621.  
  622. Gedeon,
  623.  
  624. >In particular, however, I would like to comment on your "Satan.
  625.  
  626. Thanks for the comments, Gedeon.  It is a very strange image.
  627. When it first came up on the screen, it made me want to take the
  628. cover off my computer to see if there was something living
  629. inside it that I didn't know about.
  630.  
  631. Paul Carlson
  632.  
  633.  
  634. - --------------------------------------------------------------
  635. Thanks for using Fractint, The Fractals and Fractint Discussion List
  636. Post Message:   fractint@lists.xmission.com
  637. Get Commands:   majordomo@lists.xmission.com "help"
  638. Administrator:  twegner@phoenix.net
  639. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  640.  
  641. ------------------------------
  642.  
  643. Date: Mon, 18 May 1998 21:49:32 -0400 (EDT)
  644. From: cjc26@cornell.edu
  645. Subject: Re: (fractint) Join us next time!
  646.  
  647. On Sun, 17 May 1998, Paul and/or Joyce Carlson wrote:
  648.  
  649. > 2) Best books on fractals and best places to buy them.
  650.  
  651. I'm looking for fractal books right now.  Any suggestions?
  652.  
  653. - --Cliff
  654.   http://www.people.cornell.edu/pages/cjc26/
  655.  
  656.   civil rights are not special rights
  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: Mon, 18 May 1998 19:02:54 -0700
  668. From: "Angela Wilczynski" <wizzle@beachnet.com>
  669. Subject: (fractint) Fractal Chat
  670.  
  671. Personally I would love to do fractal chat during the day, PDT or EDT, but I am
  672. cursed with this impediment called "work"....(a four letter word, you will
  673. note.) I feel fairly sure many of you are similarly afflicted.  Several
  674. questions and suggestions:
  675.  
  676. 1.  For those of you who can get together during the day, by all means do
  677. so......I can't see why I should be the Sophie Tucker of fractint.
  678.  
  679. 2.  Those of us who have done a bit of chatting would love to include all those
  680. not in the USA time zones, but that means setting up a time which is manageable
  681. for most.....I think early weekend mornings fit that bill the best. 7AM here on
  682. the left coast is 3PM in England and 9ish in oz.  
  683.  
  684. 3.  Anyone who is hesitant to jump right in with us because of language or
  685. unfamiliarity with IRC clients.......don't worry.  IRC is as easy as email once
  686. you have set up the program (I use MIRC)......and if you are concerned about
  687. your English I can assure you that Earl, Paul, Kathy, Bob, Ren and I talk so
  688. much you can sit on the sidelines until you are thoroughly comfortable. 
  689.  
  690. IRC is particularly beneficial for those starting out because your questions can
  691. be answered in real time. I know when someone give me instructions, half the
  692. time I can't quite understand them and need to get additional information.  "On
  693. line" you can look at your application while you are asking the question.....and
  694. if what you are told doesn't work, you can get more help...."are you looking at
  695. screen x?  do you see that icon with the lightening bolt?  no...no....on the
  696. left!!! "......stuff like that. 
  697.  
  698. What do you sleepyheads say to chatting Saturday morning at 7AM???
  699.  
  700. Angela
  701.  
  702. - --------------------------------------------------------------
  703. Thanks for using Fractint, The Fractals and Fractint Discussion List
  704. Post Message:   fractint@lists.xmission.com
  705. Get Commands:   majordomo@lists.xmission.com "help"
  706. Administrator:  twegner@phoenix.net
  707. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  708.  
  709. ------------------------------
  710.  
  711. Date: Mon, 18 May 1998 21:21:57 -0500
  712. From: Bob Margolis <rttyman@wwa.com>
  713. Subject: (fractint) More pars for the course
  714.  
  715. Breakwater         { ; by Bob Margolis
  716.   reset=1960 type=julzpower passes=1
  717.   center-mag=+0.00000000000000110/-0.00000000000000082/4988354/1.3333
  718.   params=-1.743336420184032/2.018923830321943e-014/2/0 float=y
  719.   maxiter=1250 inside=bof61 distest=-5/5/768/768 biomorph=147
  720.   symmetry=xyaxis viewwindows=1/1/yes/0/0
  721.   colors=000<2>YEn<6>ivz<4>4JbS_jops<3>WGl<4>nLTrMPsQM<2>wcB<4>a0L<6>y2y<5\
  722.   >S8t<2>eEm<3>Bhq<5>BQ3<3>a_4<2>VMOSHVPCaM7hR9e<2>fGXlJUpTPubK<7>2AP<7>l1\
  723.   L<2>FTZ<4>wn5wbKvRZ<3>wNK<8>E8M<6>tGt<2>KR`<5>vx7<3>Dok<5>R15<7>qCm<2>oz\
  724.   1<3>o0c<6>35w<6>hvS<3>sT7<2>lMOiJUfG_cDeeGd<6>zeT<7>RG_<2>dP_iS`nV`sZasY\
  725.   U<2>rS5<4>B6I<7>n9E<3>gdw<2>Vup<2>gU`<3>wpH<2>zPrvDZq1F<5>eGX<3>t3r<3>Cv\
  726.   h cyclerange=1/1
  727.   }
  728.  
  729. Creepy-Crawlies    { ; by Bob Margolis
  730.   reset=1960 type=fn*fn function=recip/cotan passes=1
  731.   center-mag=-8.88178e-016/-2.66454e-015/0.1246377/1.3333 float=y
  732.   maxiter=255 bailoutest=or inside=bof61 distest=-5/5/768/768
  733.   biomorph=147 symmetry=xyaxis viewwindows=1/1/yes/0/0
  734.   colors=000HZY<3>R15<7>qCm<2>oz1<3>o0c<6>35w<6>hvS<3>sT7<2>lMOiJUfG_cDeeG\
  735.   d<6>zeT<7>RG_<2>dP_iS`nV`sZasYU<2>rS5<4>B6I<7>n9E<3>gdw<2>Vup<2>gU`<3>wp\
  736.   H<2>zPrvDZq1F<5>eGX<3>t3r<3>CvhB4HM9YYEn<6>ivz<4>4JbS_jops<3>WGl<4>nLTrM\
  737.   PsQM<2>wcB<4>a0L<6>y2y<5>S8t<2>eEm<3>Bhq<5>BQ3<3>a_4<2>VMOSHVPCaM7hR9e<2\
  738.   >fGXlJUpTPubK<7>2AP<7>l1L<2>FTZ<4>wn5wbKvRZ<3>wNK<8>E8M<6>tGt<2>KR`<5>vx\
  739.   7<3>DokFgd cyclerange=1/1
  740.   }
  741.  
  742. African_Shield     { ; by Bob Margolis
  743.   reset=1960 type=fn*z+z function=sin passes=1
  744.   center-mag=4.44089e-016/-4.44089e-016/0.9469697/1.3333
  745.   params=1/0/0.735/0 float=y maxiter=255 bailoutest=real inside=bof61
  746.   invert=1/0/0 distest=-5/5/768/768 biomorph=147 symmetry=xyaxis
  747.   viewwindows=1/1/yes/0/0
  748.   colors=0004JbS_jops<3>WGl<2>fJ`000<4>000wcB000oOF<2>a0L<6>y2y<3>c6v000S8\
  749.   t<2>eEm<3>Bhq<5>BQ3<3>a_4<2>VMOSHVPCaM7hR9e<2>fGXlJUpTPubK<7>2AP<7>l1L<2\
  750.   >FTZ<4>wn5wbKvRZ<3>wNK<8>E8M<6>tGt<2>KR`<5>vx7<3>Dok<5>R15<7>qCm<2>oz1<3\
  751.   >o0c<6>35w<6>hvS<3>sT7<2>lMOiJUfG_cDeeGd<6>zeT<7>RG_<2>dP_iS`nV`sZasYU<2\
  752.   >rS5<4>B6I<7>n9E<3>gdw<2>Vup<2>gU`<3>wpH<2>zPrvDZq1F<5>eGX<3>t3r<3>CvhB4\
  753.   HM9YYEn<6>ivz<3>DRg cyclerange=1/1
  754.   }
  755.  
  756. Coat_of_Arms       { ; by Bob Margolis
  757.   reset=1960 type=fn+fn function=sqr/cotan passes=1
  758.   center-mag=+0.00000000000000000/+0.00000000000000000/0.3333333/1.3333
  759.   params=1/0/0.35/0 float=y maxiter=255 bailoutest=real inside=bof61
  760.   distest=-5/5/768/768 biomorph=147 symmetry=xyaxis
  761.   viewwindows=1/1/yes/0/0
  762.   colors=000<5>000wcB000oOF<2>a0L<6>y2y<3>c6v000S8t<2>eEm<3>Bhq<5>BQ3<3>a_\
  763.   4<2>VMOSHVPCaM7hR9e<2>fGXlJUpTPubK<7>2AP<7>l1L<2>FTZ<4>wn5wbKvRZ<3>wNK<8\
  764.   >E8M<6>tGt<2>KR`<5>vx7<3>Dok<5>R15<7>qCm<2>oz1<3>o0c<6>35w<6>hvS<3>sT7<2\
  765.   >lMOiJUfG_cDeeGd<6>zeT<7>RG_<2>dP_iS`nV`sZasYU<2>rS5<4>B6I<7>n9E<3>gdw<2\
  766.   >Vup<2>gU`<3>wpH<2>zPrvDZq1F<5>eGX<3>t3r<3>CvhB4HM9YYEn<6>ivz<4>4JbS_jop\
  767.   s<3>WGl<2>fJ` cyclerange=1/1
  768.   }
  769.  
  770. Where_Did_Van_Go?  { ; by Bob Margolis
  771.   reset=1960 type=dynamic function=sqr passes=1
  772.   center-mag=15/-20/0.05841121/1.7778
  773.   params=50/0.08500000000000001/-0.25/2.75 float=y maxiter=255
  774.   inside=bof61 biomorph=147 symmetry=xyaxis viewwindows=1/1/yes/0/0
  775.   colors=000<2>YEn<6>ivz<4>4JbS_jops<3>WGl<4>nLTrMPsQM<2>wcB<4>a0L<6>y2y<5\
  776.   >S8t<2>eEm<3>Bhq<5>BQ3<3>a_4<2>VMOSHVPCaM7hR9e<2>fGXlJUpTPubK<7>2AP<7>l1\
  777.   L<2>FTZ<4>wn5wbKvRZ<3>wNK<8>E8M<6>tGt<2>KR`<5>vx7<3>Dok<5>R15<7>qCm<2>oz\
  778.   1<3>o0c<6>35w<6>hvS<3>sT7<2>lMOiJUfG_cDeeGd<6>zeT<7>RG_<2>dP_iS`nV`sZasY\
  779.   U<2>rS5<4>B6I<7>n9E<3>gdw<2>Vup<2>gU`<3>wpH<2>zPrvDZq1F<5>eGX<3>t3r<3>Cv\
  780.   h cyclerange=1/1
  781.   }
  782.  
  783. Meteor_Shower      { ; by Bob Margolis
  784.   reset=1960 type=magnet2m passes=1
  785.   center-mag=+1.67014112577989200/-0.38767921889175760/1.819338/1.3333/90
  786.   params=1/2 float=y maxiter=255 inside=bof61 distest=-5/5/768/768
  787.   biomorph=147 symmetry=xyaxis periodicity=0 viewwindows=1/1/yes/0/0
  788.   colors=000anv<3>4JbS_jops<3>WGl<4>nLTrMPsQM<2>wcB<4>a0L<6>y2y<5>S8t<2>eE\
  789.   m<3>Bhq<5>BQ3<3>a_4<2>VMOSHVPCaM7hR9e<2>fGXlJUpTPubK<7>2AP<7>l1L<2>FTZ<4\
  790.   >wn5wbKvRZ<3>wNK<8>E8M<6>tGt<2>KR`<5>vx7<3>Dok<5>R15<7>qCm<2>oz1<3>o0c<6\
  791.   >35w<6>hvS<3>sT7<2>lMOiJUfG_cDeeGd<6>zeT<7>RG_<2>dP_iS`nV`sZasYU<2>rS5<4\
  792.   >B6I<7>n9E<3>gdw<2>Vup<2>gU`<3>wpH<2>zPrvDZq1F<5>eGX<3>t3r<3>CvhB4HM9YYE\
  793.   n<6>ivz cyclerange=1/1
  794.   }
  795.  
  796. A_Qwyrntezinsl     { ; by Bob Margolis
  797.   reset=1960 type=julzpower passes=t
  798.   center-mag=1.17961e-016/-0.00404706/38.75969
  799.   params=-0.5099292698823528/-0.6322702595294114/3/0 float=y
  800.   maxiter=255 bailoutest=or fillcolor=0 inside=epsiloncross
  801.   distest=-5/5/768/768 biomorph=147 finattract=y periodicity=0
  802.   viewwindows=1/1/yes/0/0
  803.   colors=000`CpeEm<3>Bhq<5>BQ3<3>a_4<2>VMOSHVPCaM7hR9e<2>fGXlJUpTPubK<7>2A\
  804.   P<7>l1L<2>FTZ<4>wn5wbKvRZ<3>wNK<8>E8M<6>tGt<2>KR`<5>vx7<3>Dok<5>R15<7>qC\
  805.   m<2>oz1<3>o0c<6>35w<6>hvS<3>sT7<2>lMOiJUfG_cDeeGd<6>zeT<7>RG_<2>dP_iS`nV\
  806.   `sZasYU<2>rS5<4>B6I<7>n9E<3>gdw<2>Vup<2>gU`<3>wpH<2>zPrvDZq1F<5>eGX<3>t3\
  807.   r<3>CvhB4HM9YYEn<6>ivz<4>4JbS_jops<3>WGl<4>nLTrMPsQM<2>wcB<4>a0L<6>y2y<5\
  808.   >S8tWAr orbitdelay=4 cyclerange=1/1
  809.   }
  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: Mon, 18 May 1998 21:23:07 -0500
  821. From: Bob Margolis <rttyman@wwa.com>
  822. Subject: (fractint) Still more pars for the course
  823.  
  824. Popcornjul_01      { ; (c) by Bob Margolis, 1998
  825.   reset=1960 type=popcornjul passes=1
  826.   center-mag=+0.00000000000000000/+0.00000000000000000/0.4789272/1.3333
  827.   params=0.070812 float=y maxiter=255 inside=bof61 outside=summ
  828.   symmetry=xyaxis periodicity=0 viewwindows=1/1/yes/0/0
  829.   colors=000<2>000waVzeT<7>RG_<2>dP_iS`nV`sZasYU<2>rS5<4>B6I<7>n9E<3>gdw<2\
  830.   >Vup<2>gU`<3>wpH<2>zPrvDZq1F<5>eGX<3>t3r<3>CvhB4HM9YYEn<6>ivz<4>4JbS_jop\
  831.   s<3>WGl<4>nLTrMPsQM<2>wcB<4>a0L<6>y2y<5>S8t<2>eEm<3>Bhq<5>BQ3<3>a_4<2>VM\
  832.   OSHVPCaM7hR9e<2>fGXlJUpTPubK<7>2AP<7>l1L<2>FTZ<4>wn5wbKvRZ<3>wNK<8>E8M<6\
  833.   >tGt<2>KR`<5>vx7<3>Dok<5>R15<7>qCm<2>oz1<3>o0c<6>35w<6>hvS<3>sT7<2>lMOiJ\
  834.   UfG_cDeeGdhKbkNa cyclerange=1/1
  835.   }
  836.  
  837. Popcornjul_02      { ; (c) by Bob Margolis, 1998
  838.   reset=1960 type=popcornjul passes=1
  839.   center-mag=+0.00000000000000000/-0.00000000000000044/0.4975063/1.3333
  840.   params=0.008175 float=y maxiter=255 inside=bof61 outside=summ
  841.   symmetry=xyaxis periodicity=0 viewwindows=1/1/yes/0/0
  842.   colors=000<153>zzCvfrvfrvfrxpftdvtdvtdvzpdpppPzzzPzzzPvfvvfvvfvzrfvfxvfx\
  843.   vfxnnznznznnxhvxhvxhvxfxxfxxfxsssazzzazzzaxhxxhxxhxzhxzhxzhxuuuzhzzhzzhz\
  844.   zjzzjzzjznzzznz40860860A62A62C82C84CA4CA6CC6CC8CC6EC8EE6EEAEG8GGCGI8IIEG\
  845.   KAIKGGMCKGGOOCKGGQGIQIIQQEMIISQEOIKSKKSSGOKKUMKUMMUUIQOMUOMXXKQQMXZKQQOX\
  846.   SOXZMSSOZ`MSUOZ`OSUO`bOSUObbQUXOb cyclerange=1/1
  847.   }
  848.  
  849. Popcornjul_03      { ; (c) by Bob Margolis, 1998
  850.   reset=1960 type=popcornjul passes=1
  851.   center-mag=+0.00000000000000000/+0.00000000000000000/0.4444444/1.3333
  852.   params=-0.05175 float=y maxiter=255 bailout=100 inside=bof61
  853.   outside=summ symmetry=xyaxis periodicity=0 viewwindows=1/1/yes/0/0
  854.   colors=000<15>lzZkzXizU<12>vzs000<15>z`SzZQzXN<12>ztr000<15>SzSQzQNzN<12\
  855.   >rzr000<15>fJzeGzcCz<12>vsz000<15>LzvIzu<13>wzy000<15>qzLpzI<13>xzt000<1\
  856.   5>7Vz3Sz<13>ruz000<15>znzzmz<13>zxz cyclerange=1/1
  857.   }
  858.  
  859. - --------------------------------------------------------------
  860. Thanks for using Fractint, The Fractals and Fractint Discussion List
  861. Post Message:   fractint@lists.xmission.com
  862. Get Commands:   majordomo@lists.xmission.com "help"
  863. Administrator:  twegner@phoenix.net
  864. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  865.  
  866. ------------------------------
  867.  
  868. Date: Mon, 18 May 1998 22:32:20 -0400
  869. From: "Paul Derbyshire" <pderbysh@usa.net>
  870. Subject: Re: (fractint) Calc method
  871.  
  872. >> Tesseract?
  873. >> (I guess you meant tesseral... Microsoft's spell checker likes that one even
  874. >> less that 'wizzled'... "no suggestions" this time...)
  875.  
  876. >That's strange, because 'tesseract' is a real word.  It's a
  877. >four-dimensional cube.  (It would be cool if fractint had a rendering
  878. >method based on that....:)
  879.  
  880. Yeah... and tesseral means of or pertaining to rectangles, but it doesn't like
  881. it either.
  882.  
  883. >Speaking of Microsoft's spell checker, try this out:  Go into Word, type
  884. >'zzzz' and spell-check it and see what's really on Bill Gates' mind.
  885.  
  886. Seen that one...
  887.  
  888. >  civil rights are not special rights
  889.  
  890. What the heck does this mean exactly?
  891.  
  892.  
  893. - --
  894.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  895. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  896.    `*'  straight line."    -------------------------------------------------
  897.         -- B. Mandelbrot  |http://www3.sympatico.ca/bob.beland/indexn2f.html
  898. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  899. Programmer & Humanist|ICQ: 10423848|
  900.  
  901.  
  902.  
  903.  
  904.  
  905. - --------------------------------------------------------------
  906. Thanks for using Fractint, The Fractals and Fractint Discussion List
  907. Post Message:   fractint@lists.xmission.com
  908. Get Commands:   majordomo@lists.xmission.com "help"
  909. Administrator:  twegner@phoenix.net
  910. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  911.  
  912. ------------------------------
  913.  
  914. Date: Mon, 18 May 98 19:33:55 PDT
  915. From: Colleen Johnson <noginspctr@thegrid.net>
  916. Subject: Re: (fractint)newbe needs video mode
  917.  
  918. Hi Christian
  919.  
  920. Thanks for the suggestion re running Fractint from DOS to try to get bett=
  921. er resolution.  Unfortunately, I've tried it both ways, with no luck.  =
  922. Guess I'll just have to keep working on it.
  923.  
  924. Colleen
  925.  
  926.  
  927. - --------------------------------------------------------------
  928. Thanks for using Fractint, The Fractals and Fractint Discussion List
  929. Post Message:   fractint@lists.xmission.com
  930. Get Commands:   majordomo@lists.xmission.com "help"
  931. Administrator:  twegner@phoenix.net
  932. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  933.  
  934. ------------------------------
  935.  
  936. Date: Mon, 18 May 1998 19:55:57 -0700
  937. From: kathy roth <kroth@well.com>
  938. Subject: (fractint) Christmas_giftwrap pars 
  939.  
  940. - --------------D229FE6D51C52FE89509FA47
  941. Content-Type: text/plain; charset=us-ascii
  942. Content-Transfer-Encoding: 7bit
  943.  
  944. Les St.Clair wrote:
  945.  
  946. >  I noticed that the aspect ratio has changed to 0.6:1
  947. > >>viewwindows=1/0.6/yes/0/0
  948. >
  949. > Was this intentional?
  950. > (it is also the way in which all of your most recent postings have been
  951. > done)
  952. >
  953.  
  954. Totally unintentional-Thanks for letting me know the postings
  955. were that way.  I fixed it with "F4".
  956.  
  957. - --------------D229FE6D51C52FE89509FA47
  958. Content-Type: text/html; charset=us-ascii
  959. Content-Transfer-Encoding: 7bit
  960.  
  961. <HTML>
  962. Les St.Clair wrote:
  963. <BLOCKQUOTE TYPE=CITE>
  964. <PRE> I noticed that the aspect ratio has changed to 0.6:1
  965. >>viewwindows=1/0.6/yes/0/0
  966.  
  967. Was this intentional?
  968. (it is also the way in which all of your most recent postings have been
  969. done)</PRE>
  970. </BLOCKQUOTE>
  971.  
  972. <BR>Totally unintentional-Thanks for letting me know the postings
  973. <BR>were that way.  I fixed it with "F4".</HTML>
  974.  
  975. - --------------D229FE6D51C52FE89509FA47--
  976.  
  977.  
  978. - --------------------------------------------------------------
  979. Thanks for using Fractint, The Fractals and Fractint Discussion List
  980. Post Message:   fractint@lists.xmission.com
  981. Get Commands:   majordomo@lists.xmission.com "help"
  982. Administrator:  twegner@phoenix.net
  983. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  984.  
  985. ------------------------------
  986.  
  987. Date: Mon, 18 May 1998 22:03:25 -0500 (CDT)
  988. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  989. Subject: Re: (fractint) Re: Lorentz Bubbles
  990.  
  991. Oliver,
  992.  
  993. >I have just tried out your bubble rendering of my Lorentz formula. 
  994. >Very cute indeed.
  995.  
  996. Actually, those were done with what I've been calling my
  997. "FlexBall" rendering method.  Here is my bubble formula
  998. and a par which is a zoom into a Julia set of z=z*z+c.
  999. I haven't tried bubble rendering with your Lorentz
  1000. equation - I suspect that the discontinuities would ruin
  1001. the images.
  1002.  
  1003. I should have called this image "Seahores Riding on a 
  1004. Spiral Rollercoaster" but that's a bit too long.
  1005.  
  1006. Paul Carlson
  1007.  
  1008. frm:Bubbles_Julia_Mset {; Copyright (c) Paul W. Carlson, 1998
  1009.     ; Parameters:
  1010.     ;
  1011.     ;   p1       = if both real(p1) and imag(p1) are zero
  1012.     ;              do Mset, otherwise do Julia set.
  1013.     ;   real(p2) = maximum contour of minimum sqrt(|w|)
  1014.     ;              (this is the outside edge of the bubbles).
  1015.     ;   imag(p2) = value of |w| at bailout.
  1016.     ;   real(p3) = number of color ranges.
  1017.     ;   imag(p3) = number of colors in each color range.
  1018.     ;
  1019.     IF (real(p1) == 0 && imag(p1) == 0)
  1020.     w = 0
  1021.     c = pixel
  1022.     ELSE
  1023.     w = pixel
  1024.     c = p1
  1025.     ENDIF
  1026.     z = bailout = iter = range_num = 0
  1027.     max_w = imag(p2)
  1028.     num_ranges = real(p3)
  1029.     colors_in_range = imag(p3)
  1030.     max_min_w = real(p2)
  1031.     min_w = 1.0e20
  1032.     factor = (colors_in_range - 1) / max_min_w
  1033.     :
  1034.     w = w * w + c ; Classic Mandelbrot equation
  1035.     ;
  1036.     temp = sqrt(|w|)
  1037.     IF (temp < min_w)
  1038.        min_w = temp
  1039.        save_range = range_num
  1040.     ENDIF
  1041.     IF (|w| > max_w)
  1042.     IF (min_w < max_min_w)
  1043.         z = factor * min_w + save_range * colors_in_range + 1
  1044.     ELSE
  1045.         z = 0
  1046.     ENDIF
  1047.     bailout = 1
  1048.     ENDIF
  1049.     range_num = range_num + 1
  1050.     IF (range_num == num_ranges)
  1051.         range_num = 0
  1052.     ENDIF
  1053.     iter = iter + 1
  1054.     z = z - iter
  1055.     bailout == 0  && |w| < max_w
  1056. }
  1057.  
  1058. seahorse_spiral    { ; Copyright(c) Paul W. Carlson, 1998
  1059.                ; t=  0:08:46.08, 1024x768, 60MHz Pentium
  1060.   reset=1960 type=formula formulafile=bubs.frm
  1061.   formulaname=bubbles_julia_mset passes=t
  1062.   center-mag=0.179909/0.294109/31.00469/1/-65
  1063.   params=-0.746410388/0.184309007/0.188/16/2/125
  1064.   float=y maxiter=10000 outside=summ
  1065.   colors=000zVz<123>G0GVzz<123>0GG000<3>000
  1066.   }
  1067.  
  1068.  
  1069.  
  1070. - --------------------------------------------------------------
  1071. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1072. Post Message:   fractint@lists.xmission.com
  1073. Get Commands:   majordomo@lists.xmission.com "help"
  1074. Administrator:  twegner@phoenix.net
  1075. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1076.  
  1077. ------------------------------
  1078.  
  1079. End of fractint-digest V1 #210
  1080. ******************************
  1081.  
  1082.