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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #234
  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         Friday, June 12 1998         Volume 01 : Number 234
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Thu, 11 Jun 1998 11:34:05 -0400 (EDT)
  18. From: Jim Muth <jamth@mindspring.com>
  19. Subject: Re: (fractint) FOTD Par Problems
  20.  
  21. At 06:26 PM 6/10/98 -0700, you wrote:
  22.  
  23. >>Can someone help me with some of Jim's FOTD pars?
  24. >>The following pars:
  25. >>
  26. >>>Octopus_Garden        Seahorse_scene
  27. >>ThisIsNotAJuliaSet    Oblate_Inferno
  28. >>Grand_Convergence    What__me_worry
  29. >>Oblate_Elephant
  30. >>
  31. >>all give a blank screen for me.  Laser Beam, which uses
  32. >>the same formula (Oblate) works though (and I am using the
  33. >>version of Oblate that Jim included with the pars.
  34. >>
  35. >>Has anyone else had such a problem?
  36. >
  37. >I get the same problem too.  My screen gets a FUSCIA color and that's
  38. >it. 
  39. >
  40. >Any suggestions?
  41.  
  42.  
  43. These par files run fine for me.  Look for an older version of the Oblate
  44. formula in your formula files.  I suspect that Fractint is picking up an
  45. older version.  The program checks your formula files before going to the
  46. version included in the parameter file.
  47.  
  48. The fault is probably my own.  Posting several versions of the same formula
  49. is one of my lesser vices.  I'll try to amend my wayward ways in the future.
  50.  
  51. To avoid the problem, remove the older version of the formula or change its
  52. name.  Then put the newest version of the formula, which is the one in the
  53. par file, into your formula file.  (Delete the frm: from the formula before
  54. putting it into the formula file.)
  55.  
  56. If this doesn't solve the problem, let me know.  I'll see if I can work
  57. something out.
  58.  
  59.  
  60. Jim Muth
  61. jamth@mindspring.com
  62.  
  63.  
  64. - --------------------------------------------------------------
  65. Thanks for using Fractint, The Fractals and Fractint Discussion List
  66. Post Message:   fractint@lists.xmission.com
  67. Get Commands:   majordomo@lists.xmission.com "help"
  68. Administrator:  twegner@phoenix.net
  69. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  70.  
  71. ------------------------------
  72.  
  73. Date: Thu, 11 Jun 1998 16:59:36 -0500 (CDT)
  74. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  75. Subject: (fractint) Spirals Formula
  76.  
  77. comment {
  78. This formula applies a slightly different rendering to one
  79. of my favorite spiral-producing formulas.
  80.  
  81. Paul Carlson
  82. }
  83.  
  84. frm:MyEqn_Fnc_Jul {; Copyright (c) Paul W. Carlson, 1998
  85.     ; p1       = Julia set coordinates
  86.     ; real(p2) = a factor controlling the size of the elements
  87.     ; imag(p2) = angle multiplier
  88.     ; real(p3) = number of color ranges
  89.     ; imag(p3) = number of colors in a range
  90.     ;
  91.     z = iter = range_num = bailout = 0
  92.     w = pixel
  93.     c = p1
  94.     size = real(p2)
  95.     num_ranges = real(p3)
  96.     colors_in_range = imag(p3)
  97.     index_factor = (colors_in_range - 1) / size
  98.     :
  99.     w2 = w * w
  100.     w = c * (1 - w2) / (1 + w2)
  101.     ;
  102.     a = imag(p2) * atan(imag(w) / real(w))
  103.     a = a * a + c
  104.     a = fn1(1 - a * a)
  105.     dist = abs(|w| - |a|)
  106.     IF (dist < size && iter > 1)
  107.     bailout = 1
  108.     z = index_factor * dist + range_num * colors_in_range + 1
  109.     ENDIF
  110.     range_num = range_num + 1
  111.     IF (range_num == num_ranges)
  112.     range_num = 0
  113.     ENDIF
  114.     iter = iter + 1
  115.     z = z - iter
  116.     bailout == 0 && |w| < 1.0e20
  117. }
  118.  
  119. tentalce_spir    { ; Copyright (c) Paul W. Carlson, 1998
  120.   reset=1960 type=formula formulafile=myeqnfnc.frm
  121.   formulaname=myeqn_fnc_jul
  122.   function=exp passes=t
  123.   center-mag=-2.04312/2.0803/42.32676
  124.   params=0.15/1.26875/150/0.2/2/125
  125.   float=y maxiter=252 inside=253 outside=summ
  126.   colors=000zz0<123>aG0GGz<123>00O000<2>000kkk
  127.   }
  128.  
  129. gold_green_spir  { ; Copyright (c) Paul W. Carlson, 1998
  130.   reset=1960 type=formula formulafile=myeqnfnc.frm
  131.   formulaname=myeqn_fnc_jul
  132.   function=log passes=t
  133.   center-mag=-2.00768/2.11634/7.168707
  134.   params=0.15/1.26875/0.5/1/2/125
  135.   float=y maxiter=252 inside=253 outside=summ
  136.   colors=000zz0<123>aG00W2<123>080000<3>000
  137.   }
  138.  
  139. turbine_spir     { ; Copyright (c) Paul W. Carlson, 1998
  140.   reset=1960 type=formula formulafile=myeqnfnc.frm
  141.   formulaname=myeqn_fnc_jul
  142.   function=cos passes=1
  143.   center-mag=-2.03533/2.08604/24.52578
  144.   params=0.15/1.26875/4/2/2/125
  145.   float=y maxiter=252 inside=253 outside=summ
  146.   colors=000HKS<60>MnuMovMnu<60>HKSC02<58>pEYqEYrFZsF_rFZqEY<59\
  147.   >C02000<2>000kkk
  148.   }
  149.  
  150. serpent_spir     { ; Copyright (c) Paul W. Carlson, 1998
  151.   reset=1960 type=formula formulafile=myeqnfnc.frm
  152.   formulaname=myeqn_fnc_jul
  153.   function=recip passes=t
  154.   center-mag=-2.0437/2.07199/54.10843/1/39.999
  155.   params=0.15/1.26875/0.2/1/2/125
  156.   float=y maxiter=252 inside=253
  157.   outside=summ colors=000n_z<123>I0Kjzb<123>4E0000<3>000
  158.   }
  159.  
  160. wizzled_spir     { ; Copyright (c) Paul W. Carlson, 1998
  161.                    ; Colormap by Wizzle
  162.   reset=1960 type=formula formulafile=myeqnfnc.frm
  163.   formulaname=myeqn_fnc_jul
  164.   function=sqr passes=t
  165.   center-mag=-2.03396/2.08556/20.99407
  166.   params=0.15/1.26875/35/1/2/125
  167.   float=y maxiter=252 inside=253 outside=summ
  168.   colors=C0Czyq<123>UF0Kzz<125>1AAzzrzzrzzr
  169.   }
  170.  
  171.  
  172. - --------------------------------------------------------------
  173. Thanks for using Fractint, The Fractals and Fractint Discussion List
  174. Post Message:   fractint@lists.xmission.com
  175. Get Commands:   majordomo@lists.xmission.com "help"
  176. Administrator:  twegner@phoenix.net
  177. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  178.  
  179. ------------------------------
  180.  
  181. Date: Thu, 11 Jun 1998 19:59:47 -0400
  182. From: Gedeon Peteri <gedeon@InfoAve.Net>
  183. Subject: Re: (fractint) Spirals formula
  184.  
  185. Paul,
  186.  
  187. Very fine formula and beautiful pars! Turbine_spir and gold_green_spir
  188. are very high on my list of favorite pcarlson pars.
  189.  
  190. Gedeon
  191.  
  192. - --
  193. ************************************************
  194. http://www.geocities.com/~gedeonp/index.html
  195. http://www.geocities.com/SoHo/Coffeehouse/4094/
  196. Member Infinite Fractal Loop
  197. Last updated: June 11, 1998
  198. ************************************************
  199.  
  200.  
  201.  
  202. - --------------------------------------------------------------
  203. Thanks for using Fractint, The Fractals and Fractint Discussion List
  204. Post Message:   fractint@lists.xmission.com
  205. Get Commands:   majordomo@lists.xmission.com "help"
  206. Administrator:  twegner@phoenix.net
  207. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  208.  
  209. ------------------------------
  210.  
  211. Date: Thu, 11 Jun 1998 21:45:00 EDT
  212. From: <JimBeau549@aol.com>
  213. Subject: (fractint) 10 pars (OK-28)
  214.  
  215. Here's a few nice images with an alteration of my previous *all-purpose map*.
  216.  
  217. Enjoy~
  218.  
  219. Jim
  220.  
  221. *************************************************************************
  222.  
  223. OK28002            { ; 0:02:31.54 75mhz 800x600
  224.                      ; 6/11/98 image(c) JamesWeaver
  225.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  226.   function=exp/tanh passes=1
  227.   center-mag=0.614597/4.88498e-015/1.523527/1/90 params=0/0/0/0
  228.   float=y maxiter=50 inside=bof60 periodicity=0
  229.   colors=000kjf<12>LHHJFFGCCEA9B76943610300000<15>S5N<5>dREfUDfVG<13>Zpu<1\
  230.   3>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>MhX022<12>7bb8eeAce<13>f1f<\
  231.   10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>pMI432<10>peW<11>TPHRNFPMENK\
  232.   CMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONL
  233.   }
  234.  
  235.  
  236. OK28004            { ; 0:02:14.19 75mhz 800x600
  237.                      ; 6/11/98 image(c) JamesWeaver
  238.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  239.   function=exp/cotanh passes=1
  240.   center-mag=1.07023/1.11022e-015/0.7731959/1/90 params=0.1/0/50/0
  241.   float=y maxiter=50 inside=bof60 periodicity=0
  242.   colors=000aii<3>Zpu<13>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>MhX022\
  243.   <12>7bb8eeAce<13>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>pMI432<\
  244.   10>peW<11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLkjf<12>\
  245.   LHHJFFGCCEA9B76943610300000<15>S5N<5>dREfUDfVG<8>ahf
  246.   }
  247.  
  248.  
  249. OK28007            { ; 0:11:19.43 nice! 75mhz 800x600
  250.                      ; 6/11/98 image(c) JamesWeaver
  251.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  252.   function=exp/cotanh passes=1
  253.   center-mag=1.10893/2.72005e-015/3.168877/1/90 params=-5/0/100/0
  254.   float=y inside=bof60 periodicity=0
  255.   colors=000`kl`lo_nrZpu<13>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>MhX\
  256.   022<12>7bb8eeAce<13>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>pMI4\
  257.   32<10>peW<11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLkjf<\
  258.   12>LHHJFFGCCEA9B76943610300000<15>S5N<5>dREfUDfVG<9>aii
  259.   }
  260.  
  261.  
  262. OK28008zoom_of_7   { ; 0:06:32.55 75mhz 800x600
  263.                      ; 6/11/98 image(c) JamesWeaver
  264.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  265.   function=exp/cotanh passes=1
  266.   center-mag=1.22862/2.72005e-015/3.168877/1/90 params=-7/0/100/0
  267.   float=y inside=bof60 periodicity=0
  268.   colors=000ahf<3>_nrZpuZor<12>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>\
  269.   MhX022<12>7bb8eeAce<13>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>p\
  270.   MI432<10>peW<11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLk\
  271.   jf<12>LHHJFFGCCEA9B76943610300000<15>S5N<5>dREfUDfVG<7>bfc
  272.   }
  273.  
  274.  
  275. OK28009zoom_of_7   { ; 0:08:54.97 75mhz 800x600
  276.                      ; 6/11/98 image(c) JamesWeaver
  277.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  278.   function=exp/cotanh passes=1
  279.   center-mag=1.21282/2.83107e-015/8.167208/1/90 params=-7/0/100/0
  280.   float=y inside=bof60 periodicity=0
  281.   colors=000ahf<3>_nrZpuZor<12>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>\
  282.   MhX022<12>7bb8eeAce<13>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>p\
  283.   MI432<10>peW<11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLk\
  284.   jf<12>LHHJFFGCCEA9B76943610300000<15>S5N<5>dREfUDfVG<7>bfc
  285.   }
  286.  
  287.  
  288. OK28010            { ; 0:09:00.08 75mhz 800x600
  289.                      ; 6/11/98 image(c) JamesWeaver
  290.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  291.   function=exp/cotan passes=1
  292.   center-mag=0.434756/6.21725e-015/0.5752416/1/90 params=-7/0/100/0
  293.   float=y inside=bof60 periodicity=0
  294.   colors=000Zpu<13>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>MhX022<12>7b\
  295.   b8eeAce<13>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>pMI432<10>peW\
  296.   <11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLkjf<12>LHHJFF\
  297.   GCCEA9B76943610300000<15>S5N<5>dREfUDfVG<12>_nr
  298.   }
  299.  
  300.  
  301. OK28012            { ; 0:04:48.97 75mhz 800x600
  302.                      ; 6/11/98 image(c) JamesWeaver
  303.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  304.   function=cosh/cotan passes=1
  305.   center-mag=0.580375/5.77316e-015/0.3572945/1/90 params=-7/0/100/0
  306.   float=y inside=bof60 periodicity=0
  307.   colors=000Zpu<13>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>MhX022<12>7b\
  308.   b8eeAce<13>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>pMI432<10>peW\
  309.   <11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLkjf<12>LHHJFF\
  310.   GCCEA9B76943610300000<15>S5N<5>dREfUDfVG<12>_nr
  311.   }
  312.  
  313.  
  314. OK28013zoom_of_12  { ; 0:18:21.31 75mhz 800x600
  315.                      ; 6/11/98 image(c) JamesWeaver
  316.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  317.   function=exp/cotan passes=1
  318.   center-mag=0.0375535/7.27196e-015/3.071822/1/90 params=-7/0/100/0
  319.   float=y inside=bof60 periodicity=0
  320.   colors=000Zor<12>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>MhX022<12>7b\
  321.   b8eeAce<13>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>pMI432<10>peW\
  322.   <11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLkjf<12>LHHJFF\
  323.   GCCEA9B76943610300000<15>S5N<5>dREfUDfVG<13>Zpu
  324.   }
  325.  
  326.  
  327. OK28014            { ; 0:07:53.40 nice again! 75mhz 800x600
  328.                      ; 6/11/98 image(c) JamesWeaver
  329.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  330.   function=exp/cotan passes=1
  331.   center-mag=9.52401/3.90799e-014/0.0695155/1/90 params=-5/0/25/0
  332.   float=y inside=bof60 invert=1/0.1/0 periodicity=0
  333.   colors=000JTe<9>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>pMI432<1\
  334.   0>peW<11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLkjf<12>L\
  335.   HHJFFGCCEA9B76943610300000<15>S5N<5>dREfUDfVG<13>Zpu<13>OQBNO7LM6<6>7955\
  336.   743540330770BB1FF<14>8ee<3>MhX022<12>7bb8eeAce<2>HWe
  337.   }
  338.  
  339.  
  340. OK28015            { ; 0:06:35.74 75mhz 800x600
  341.                      ; 6/11/98 image(c) JamesWeaver
  342.   reset=1960 type=formula formulafile=overkill.frm formulaname=OK-28
  343.   function=exp/cotan passes=1
  344.   center-mag=5.77819/5.68434e-014/0.07102273/1/90 params=3/0/50/0
  345.   float=y inside=bof60 invert=1/0.1/0 periodicity=0
  346.   colors=000ccY<7>Zpu<13>OQBNO7LM6<6>7955743540330770BB1FF<14>8ee<3>MhX022\
  347.   <12>7bb8eeAce<13>f1f<10>000030050080<13>bbbeeeffcgg`iiZ<14>pC7<3>pMI432<\
  348.   10>peW<11>TPHRNFPMENKCMI9<2>GC0<5>TN0WO0YQ0`S0aU0<14>zz0<8>nnPONLkjf<12>\
  349.   LHHJFFGCCEA9B76943610300000<15>S5N<5>dREfUDfVG<4>cbV
  350.   }
  351.  
  352.  
  353. - --------------------------------------------------------------
  354. Thanks for using Fractint, The Fractals and Fractint Discussion List
  355. Post Message:   fractint@lists.xmission.com
  356. Get Commands:   majordomo@lists.xmission.com "help"
  357. Administrator:  twegner@phoenix.net
  358. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  359.  
  360. ------------------------------
  361.  
  362. Date: Thu, 11 Jun 1998 22:29:59 -0600
  363. From: "Tim Wegner" <twegner@phoenix.net>
  364. Subject: (fractint) Administrator on vacation
  365.  
  366. I'll be away until June 23, and will not be able to do any list administration 
  367. duties. This shouldn't affect the list significantly - mostly I help people 
  368. subscribe and unsubscribe, and unsubscribe people whose email addresses 
  369. don't work. Just be aware that I won't be able to help you with these things until 
  370. I'm back.
  371.  
  372. You can all help by unsubscribing yourself before your email account comes to 
  373. an end. You can't unsubscribe your old account from a new one, so a little 
  374. planning helps.
  375.  
  376. I have also noticed that some mailboxes fill up and bounce mail if the mail isn't 
  377. read after a quota is used up. APL accounts are among thos susceptible to 
  378. this problem.  So if your provider has a mail quota and you are going on a 
  379. vacation, you might consider unsubscribing while you are gone. You can 
  380. always read the archive to catch up.
  381.  
  382. The pace of Fractint development has paused, so as soon as I am back we'll 
  383. work with the team to turn the current developer's version into Fractint 20. This 
  384. always takes a few weeks of cleaning docs etc. You can all look forward to that.
  385.  
  386. Have a good time, see you all soon.
  387.  
  388. Tim Wegner
  389.  
  390.  
  391. - --------------------------------------------------------------
  392. Thanks for using Fractint, The Fractals and Fractint Discussion List
  393. Post Message:   fractint@lists.xmission.com
  394. Get Commands:   majordomo@lists.xmission.com "help"
  395. Administrator:  twegner@phoenix.net
  396. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  397.  
  398. ------------------------------
  399.  
  400. Date: Fri, 12 Jun 1998 00:14:34 -0400 (EDT)
  401. From: aq936@freenet.carleton.ca (Michael Traynor)
  402. Subject: Re: (fractint) FOTD Par Problems
  403.  
  404. I wrote:
  405. >
  406. >>>Can someone help me with some of Jim's FOTD pars?
  407. >>>The following pars:
  408. >>>
  409. >>>>Octopus_Garden        Seahorse_scene
  410. >>>ThisIsNotAJuliaSet    Oblate_Inferno
  411. >>>Grand_Convergence    What__me_worry
  412. >>>Oblate_Elephant
  413. >>>
  414. >>>all give a blank screen for me.  Laser Beam, which uses
  415. >>>the same formula (Oblate) works though (and I am using the
  416. >>>version of Oblate that Jim included with the pars.
  417.  
  418. I finally got these to work, but it is odd.  I had the new version of the
  419. formula in the orgform _o.frm file and the old one in _o_dup.frm (I hate
  420. to actually throw anything out).  The pars did not work.  when I removed
  421. _o_dup.frm from the frm directory, the pars worked.  I had thought that
  422. fractint would pick up the formulas from the _o.frm file first, but is this
  423. so?  My experience here would seem to say no.  Do you end up taking pot
  424. luck as to which version of a formula (or which formula when there are two
  425. with the same name) or is there some system to it?
  426.  
  427. - --
  428. Mike Traynor
  429.  
  430. People who like this sort of thing will find this the sort of thing they like.
  431.     Abraham Lincoln
  432.  
  433. - --------------------------------------------------------------
  434. Thanks for using Fractint, The Fractals and Fractint Discussion List
  435. Post Message:   fractint@lists.xmission.com
  436. Get Commands:   majordomo@lists.xmission.com "help"
  437. Administrator:  twegner@phoenix.net
  438. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  439.  
  440. ------------------------------
  441.  
  442. Date: Fri, 12 Jun 1998 00:25:34 
  443. From: "Nhan Nguyen" <nguy0505@tc.umn.edu>
  444. Subject: (fractint) Fractal movies
  445.  
  446. Hello Fractineers!
  447.  
  448. Has anyone ever made fractal movies using the Tiera-Zon fractal program by 
  449. Stephen Ferguson? (AVI format) I have, and it kicks! The only thing it's 
  450. missing is the ability to incorporate music to it. But music would greatly 
  451. increase the size of each movie, which is already big. Making a movie to 
  452. zoom from 1 to over a trillion times magnifications takes up quite a bit of 
  453. space. If anyone has, I'd like to trade movies and see what others are 
  454. doing. 
  455.  
  456. thanx
  457. - -Lavondyss
  458.  
  459.  
  460.  
  461.  
  462.  
  463. - --------------------------------------------------------------
  464. Thanks for using Fractint, The Fractals and Fractint Discussion List
  465. Post Message:   fractint@lists.xmission.com
  466. Get Commands:   majordomo@lists.xmission.com "help"
  467. Administrator:  twegner@phoenix.net
  468. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  469.  
  470. ------------------------------
  471.  
  472. Date: Fri, 12 Jun 1998 00:40:30 -0500
  473. From: slane <slane@kiwi.dep.anl.gov>
  474. Subject: (fractint) file:///c|/fractint/parfiles/lane/llsg1-6.par
  475.  
  476. This is a multi-part message in MIME format.
  477.  
  478. - --------------19BA3AF0661E
  479. Content-Type: text/plain; charset=us-ascii
  480. Content-Transfer-Encoding: 7bit
  481.  
  482. file:///c|/fractint/parfiles/lane/llsg1-6.par
  483.  
  484. - --------------19BA3AF0661E
  485. Content-Type: text/plain; charset=us-ascii
  486. Content-Transfer-Encoding: 7bit
  487. Content-Disposition: inline; filename="llsg1-6.par"
  488.  
  489. Hello. My name is Lee Lane. I am a newcomer in your midst. 
  490. A musician by trade, my passions range from the violin and viola 
  491. to mathematics and 3-D photography to ice skating and weight lifting. 
  492. But fractals are my obsession.
  493.  
  494. I can't believe how consuming this has become. Sometimes I wish 
  495. it would go away so I could get back to my life. I am attracted 
  496. to the fractals for their visual delights and for their being 
  497. the graphic realization of the beauty of math. Moreover, 
  498. the performer in me approaches them as though they were music: 
  499. an medium for self expession and communication. 
  500.  
  501. I was introduced to this discussion list by Sylvie Gallet, 
  502. with whom I have had several very pleasant interchanges. 
  503. It is exciting, if a little daunting, to see on my screen now 
  504. the names of people whose art I have admired on the internet. 
  505. For me, the discusion list will be a forum for learning 
  506. and for exchanging views, mostly of a fractal nature, of course.
  507.  
  508. As an initiation, I am sending a selection of images I made 
  509. from Gallet's formula files 1 through 6.
  510.  
  511. ***********************************************************************
  512.  
  513. sg-Newton-Reel-1   { ; Golden Plumes                 0:03:28
  514.   reset=1960 type=formula formulafile=gallet.frm
  515.   formulaname=newton_reel_1 center-mag=-0.148858/-1.26975/1.767777
  516.   float=y
  517.   colors=000A00<2>000<15>yX0<15>000<15>tt0<12>AB0670340000FA4<12>1v10z00w0\
  518.   <14>000<15>00z<14>000<5>L0CP0ET0GX0I_0J<6>y0X<15>000204<14>o0w<7>Q0UN0RK\
  519.   0NG0JD0F90C608204000<15>yzz<15>000K00<13>y00<2>o00k00g00c00`00<5>E00
  520.   }
  521.  
  522. sg2-0601           { ; African Witch Doctor          0:02:51
  523.   reset=1960 type=formula formulafile=gallet.frm
  524.   formulaname=gallet-2-06 passes=1 center-mag=1.03001/1.53316/4.366351
  525.   params=0.2/5 outside=atan potential=255/500/200/16bit
  526.   colors=000s6R<6>z6d<2>ufFsr6sq6<36>t11t01s12<50>C64C64D75<12>EI6EJ6DJ7<3\
  527.   7>Bo9ApABpA<25>ciAdhAehAfgAggAif9<2>meAodApcBrbBsbBuaCv`C<4>gJIeGJdHI<34\
  528.   >ZJ8ZJ8YK9<8>QPI000OQK
  529.   }
  530.  
  531. sg2-0702           { ; Escher's Garden               0:03:13
  532.   reset=1960 type=formula formulafile=gallet.frm
  533.   formulaname=gallet-2-07 center-mag=1.48925/-0.433332/8.686885/1/25
  534.   params=0.2/3 float=y outside=real
  535.   colors=0000t0<2>0z0<30>020000000<14>000110330<29>zz0<30>220000000<29>000\
  536.   000200<29>zKU<30>211000000<14>000010030<25>0r0
  537.   }
  538.  
  539. sg2-1101           { ; Miro's Whimsy                 0:00:45
  540.   reset=1960 type=formula formulafile=gallet.frm
  541.   formulaname=gallet-2-11 function=cosxx
  542.   center-mag=-1.53803/0.560643/3.908693 params=0.2/3 float=y
  543.   outside=atan
  544.   colors=000z5n<43>zIKzJKzJJzJJzKK<29>z``zaazaayaa<41>211000011<44>0uu0ww0\
  545.   xx0zz0zz<61>y1zz0zz0zz0y<14>z5o
  546.   }
  547.  
  548. sg5-1101           { ; Picasso's Moon Goose          0:00:09
  549.   reset=1960 type=formula formulafile=gallet-5.frm
  550.   formulaname=gallet-5-11 function=sqr/cotan
  551.   center-mag=1.77636e-015/-1.77636e-015/0.3066667 params=6/0/200/0
  552.   float=y outside=real
  553.   colors=000w00<29>F00ZK0<41>vnAvnAwoAwoAxpA<3>vn9um9sl9<40>QK00000F0<44>F\
  554.   x0Gz0Gy0<31>0F0F00<45>x00z00y00
  555.   }
  556.  
  557. sg3-0102           { ; Infrastructure                0:00:31
  558.   reset=1960 type=formula formulafile=gallet-3.frm
  559.   formulaname=gallet-3-01 passes=t
  560.   center-mag=-0.219635/1.0815e-005/1.061181/1/-90
  561.   params=0.333333333/0/21/0 float=y fillcolor=2 inside=period
  562.   colors=000kD0000uQ0I0K0ww0PP0nnxv0xU0TAawt00kKP7Wi0Sb0Mzz0e0O0EEv8811Qt7\
  563.   7EEtkY0sl00dHYFj88e77dma033U`Ionb0hS0e60f440``0YE0sskE00ee0L8fP0P6VyV0cK\
  564.   00zRbKsu0bY22K2N0000K80WW0lL22T000e4400077b0sO0000C4l_0zy0N5SZGlx0d0bboI\
  565.   000OiB00ggn0XDDr000yw0l550wQl0Upg00ppaG0XFi0ZFCCpV22jX0Q8Y0gJ0KKr7799iFF\
  566.   v`0J0rrU0DT11y88hA0EEu0iK66ay0e_HmsN0BBm0`GM4Q000O08z0f0rOvR0FFxhT0DDqbI\
  567.   0a33z8844Yuq00uur0_eN0Z33GGydL0X22J1MfOz0I7lF0g90tP0Q0AwS055`0GGSA`0iiAA\
  568.   jU2222R0llcLuvr0O00AAl88fzW0f70VDfd500eId0NZ0ICCn0II0SSj0T0yRX0Grj0wT0O5\
  569.   TL3P0ddm0VzzzoJ0000000a0Lv0csO0R11f0P55ZaKr0LLq0Z0UU0UC000oe0i550yy0zz0N\
  570.   9GGz0NNQ11n660ZZh0RR9ZiV044XmG0fOyq77pK0p0Y0WDdMvto0R0B0nMqi0g800YY000tn\
  571.   0gQ00SCzW0eNxVCd000jC0T0C0bGqL0u770kk000Y0HrM00pN0000RRV0F33Vh55d44UBcm6\
  572.   6`Jp0RBj55nd0x88nH0t0`c400uPWEg0PA0CCb4499hp660G60E5`33
  573.   }
  574.  
  575. sg4-0302           { ; Gaseous Glow                  0:02:12
  576.   reset=1960 type=formula formulafile=gallet-4.frm
  577.   formulaname=gallet-4-03 function=cosxx/sqr
  578.   center-mag=-1.06871/-1.00697/1.751195 params=0/0/0/0 float=y
  579.   inside=bof60 outside=atan logmap=yes
  580.   colors=000SRA<19>68F57G46G35H24H03I<2>01C00A10A<5>63D73D94E<6>G7II8JH8J<\
  581.   8>74H64H64H<23>SQBTRBUSBVTAWUAXV9YW9ZX8<30>436225113000<2>BBCEEGHIKKLNNO\
  582.   Q<5>ehkiknknrjkmkkkfgg<11>OI5<15>xn_<15>OI5<15>nru<14>444<30>YW7ZX8YX8<4\
  583.   >TS9
  584.   }
  585.  
  586. sg4-0501           { ; Old Board Stud                0:00:16
  587.   reset=1960 type=formula formulafile=gallet-4.frm
  588.   formulaname=gallet-4-05 function=log/cotan
  589.   center-mag=1.02293/3.10433/0.1615907/1/90
  590.   params=2.71828182845905/1/1/0 float=y outside=imag
  591.   colors=000000zb0<12>740310000`QV<12>423111000S8`<12>304101000OUY<8>8BE79\
  592.   B579456234111000zVW<12>733311000e3L<11>703502201000kmx<12>567223000_mj<1\
  593.   2>4651220000OJ<11>043021011000ohh<12>655222000www<12>777333000jQU<12>523\
  594.   211000i0w<12>507203000CWn<5>6HS5FP4DL3BH28E16A146013000iXc<14>000_mj<13>\
  595.   122
  596.   }
  597.  
  598. sg4-0602           { ; Intergallactic Dust           0:04:51
  599.   reset=1960 type=formula formulafile=gallet-4.frm
  600.   formulaname=gallet-4-06 function=sin/sqr
  601.   center-mag=0.0164615/-0.0582344/0.8232582/1/-14.999
  602.   params=0.1893/0/2/0.2 float=y maxiter=567 outside=mult
  603.   colors=000<3>000011033<29>0zz<30>022000000<29>000000220<30>zz0<30>220000\
  604.   000<14>000101303<29>z0z<30>202000000<9>000
  605.   }
  606.  
  607. sg4-1001           { ; Jets of Fire                  0:00:34
  608.   reset=1960 type=formula formulafile=gallet-4.frm
  609.   formulaname=gallet-4-10 center-mag=0/0/0.6666667
  610.   params=0.2/0/0/0/0/0 float=y maxiter=5000 outside=atan
  611.   colors=BCfBDf<3>C5dD2cD2c<18>V0_V0_W0_W0_X0_<3>_0`<15>303000000<86>v00w0\
  612.   0z99<2>yF9xG9xI9xJ8xL8<7>xX4xY4x_4xa4<10>yt2yv1yx1zz0zz0zy0zx0zx0<15>bq2\
  613.   `p3Yp3<4>Jo7Fn8En9<4>9nE7nF7nH<11>7rg6sj6sk<12>8rx8ry8px<9>9Vl9Sk9QjANhA\
  614.   Lh<2>BFg
  615.   }
  616.  
  617. sg5-0601           { ; Sidewinders                   0:00:06
  618.   reset=1960 type=formula formulafile=gallet-5.frm
  619.   formulaname=gallet-5-06 function=sinh/cotan center-mag=0/0/0.6666667
  620.   params=2/3.33333333333/0/0 float=y outside=mult logmap=yes
  621.   colors=432dZS<13>LJCfbV<5>mzfc_T<9>EYMe_T<10>ciUbaU<9>4wef_U<9>wUieZS<11\
  622.   >_EFUOVIBXcbR<3>SnId_W<4>_XkfZT<9>tFbfZT<2>lWSeaW<7>kqudZU<7>XKceXVWId<3\
  623.   >SBiQ9kQAj<12>DUS<3>dGa<14>CLR<7>bNchaW<8>tgdUTTILT6DUb`X<5>FjzX`UObVaSQ\
  624.   <2>P3Ed_U<8>Whdf__<2>ibw`SUVJWe`V<7>jiofZT<10>tNTfbS<3>loLf_T<11>rhM
  625.   }
  626.  
  627. sg5-0701           { ; Loud Speaker                  0:00:06
  628.   reset=1960 type=formula formulafile=gallet-5.frm
  629.   formulaname=gallet-5-07 function=sin/cabs
  630.   center-mag=-0.470102/0.223889/0.7902177 params=6/0.33333333333/34/0
  631.   float=y outside=real logmap=yes
  632.   colors=000fgg<11>OI5<15>xn_<15>OI5<15>nru<14>444<30>YW7ZX8YX8<23>8AE79F6\
  633.   8F57G46G35H24H03I<2>01C00A10A<5>63D73D94E<6>G7II8JH8J<8>74H64H64H<25>USB\
  634.   VTAWUAXV9YW9ZX8<30>436225113000<2>BBCEEGHIKKLNNOQ<5>ehkiknknrjkmkkk
  635.   }
  636.  
  637. sg6-0101           { ; Faerie's Throne               0:05:38
  638.   reset=1960 type=formula formulafile=gallet-6.frm
  639.   formulaname=Gallet-6-01 function=sin/sqr/sinh passes=1
  640.   center-mag=-0.896081/-0.895472/1.418193/1.5791/45
  641.   params=2/2.333333/0.1/0/0/0 outside=atan potential=255/500/200/16bit
  642.   colors=BDBBDB<19>czc<21>AAA<20>zcm<20>AAA<21>zcK<20>AAA<20>hcz<21>AAA<19\
  643.   >wwawwb<19>AAA<21>mzz<20>AAA
  644.   }
  645.  
  646. sg6-0201           { ; Construction Project          0:00:45
  647.   reset=1960 type=formula formulafile=gallet-6.frm
  648.   formulaname=gallet-6-02 function=ceil/exp passes=t
  649.   center-mag=-0.421443/-0.429091/9.682557/1.3092
  650.   params=3.14159265358979/0/0/2.71828182845905/0/0 float=y
  651.   fillcolor=45 outside=atan
  652.   colors=ziC000w3z000z7s000zIh000zSZ000zbO000zlE000zy1000gz0000Nz00002z000\
  653.   00zJ0000zc0000zx000Fkz000WVz000kFz000z0z000zAp000zLe000zVW000zeL000znC0F\
  654.   Rzy1000gz0000Nz00002z00000zJ0000zc0000zx000Fkz000WVz000kFz000z0z000zAp00\
  655.   0zLe000zVW000zeL000znC000zy1000gz0000Nz00002z00z90000zU0000zn000Boz000R_\
  656.   z000gJz000w3z000z7s000zIh000zSZ000zbO000zlE000zv4000lz0000Sz00007z00000z\
  657.   E0000zZ0000zs000Boz000R_z000gJz000w3z000z7s000zIh000zSZ000zbO000zlE000zy\
  658.   1000gz0000Nz00002z00000zJ0000zc0000zx000Fkz000WVz000kFz000z0z000zAp000zL\
  659.   e000zVW000zeL000znC000zy1000gz0000Nz00002z00000zJ0000zc0000zx000Fkz000WV\
  660.   z000kFz000z0z000zAp000zLe000zVW000zeL000znC000zy1000gz0000Nz00002z00000z\
  661.   J0000zc0001yt000Boz000R_z000gJz000w3z000z7s000zIh000zSZ000zbO000zlE000zv\
  662.   4000lz0000Sz00007z00000zE0000zZ0000zs000Boz000R_z000gJz
  663.   }
  664.  
  665. sg6-0301           { ; Sunrise on the Marshes        0:00:44
  666.   reset=1960 type=formula formulafile=gallet-6.frm
  667.   formulaname=Gallet-6-03 function=sin/sqr/sinh
  668.   center-mag=1.49101/0.873771/2.59149/1.3386
  669.   params=0.3333333/0/0/0/3/0 float=y outside=atan
  670.   colors=0000BB<36>0uu0ww0xx0zz0zz<61>y1zz0zz0zz0y<59>zIKzJKzJJzJJzKK<29>z\
  671.   ``zaazaayaa<41>211000011<6>0AA
  672.   }
  673.  
  674. sg6-0401           { ; Converging Sines of Chaos     0:02:49
  675.   reset=1960 type=formula formulafile=gallet-6.frm
  676.   formulaname=gallet-6-04 function=sin/cos/cosh
  677.   center-mag=0.255433/0.877713/0.5590433 params=2/0/0/0/0/4 float=y
  678.   outside=atan
  679.   colors=000j7h<5>oEXpFVoFV<20>EDD<12>d39a6C<22>apw`kr<20>85B62866C<9>EitM\
  680.   gg<3>ys8<14>Y6dW2gT3f<6>3E_<8>hMAbMD<22>5mF7jH<8>6ai5`m7_l<21>y0Ov5Q<7>v\
  681.   VI<7>yNhTXe<32>c1ud0vd1t<4>i6j
  682.   }
  683.  
  684. sg6-0501           { ; Radiation Belts               0:01:00
  685.   reset=1960 type=formula formulafile=gallet-6.frm
  686.   formulaname=gallet-6-05 function=sin/cos/cosh
  687.   center-mag=-0.315266/0.520291/0.01566849 params=12/2/0/0.2/0/0
  688.   float=y decomp=128
  689.   colors=000920510000zV0<3>jN000e0e00eee00e0eeL0eeeLLLLLzLzLLzzzLLzLzzzLzz\
  690.   z000555<3>HHHKKKOOOSSSWWW___ccchhhmmmssszzz00z<3>z0z<3>z00<3>zz0<3>0z0<3\
  691.   >0zz<2>0GzVVz<3>zVz<3>zVV<3>zzV<3>VzV<3>Vzz<2>Vbzhhz<3>zhz<3>zhh<3>zzh<3\
  692.   >hzh<3>hzz<2>hlz00S<3>S0S<3>S00<3>SS0<3>0S0<3>0SS<2>07SEES<3>SES<3>SEE<3\
  693.   >SSE<3>ESE<3>ESS<2>EHSKKS<2>QKSSKSSKQSKOSKMSKK<2>SQKSSKQSKOSKMSKKSK<2>KS\
  694.   QKSSKQSKOSKMS00G<3>G0G<3>G00<3>GG0<3>0G0<3>0GG<2>04G88G<2>E8GG8GG8EG8CG8\
  695.   AG88<2>GE8GG8EG8CG8AG88G8<2>8GE8GG8EG8CG8AGBBG<2>FBGGBGGBFGBDGBCGBB<2>GF\
  696.   BGGBFGBDGBCGBBGB<2>BGFBGGBFGBDGBCG
  697.   }
  698.  
  699. sg6-0601           { ; A Furtive Glance              0:00:13
  700.   reset=1960 type=formula formulafile=gallet-6.frm
  701.   formulaname=Gallet-6-06 function=sin/cos
  702.   center-mag=-2.2229/-2.25855/0.3487316/1/45
  703.   params=0.6666666666/0/3/0/0.6/0 float=y decomp=128
  704.   colors=000MFJ<13>534423312111100000S8`<20>82B71A619517416315204203101001\
  705.   000kmx<27>445223111000_mj<27>244122111000ohh<25>766644433222111000www<27\
  706.   >333111000000iXceU`<23>646534323211101000zb0<25>960740530310110000`QVZPU\
  707.   YOTXNR<7>OGK
  708.   }
  709.  
  710. sg6-0702           { ; Of Another World              0:02:03
  711.   reset=1960 type=formula formulafile=gallet-6.frm
  712.   formulaname=gallet-6-07 function=sin/log
  713.   center-mag=-0.213856/-1.07e-006/0.09763861/1.7411/-90
  714.   params=0.1/0/19/0/0.2/8 maxiter=256 outside=atan
  715.   colors=000x``<40>211000011<42>0rr0tt0uu0ww0xx0zz<62>y1zz0zz0zz0y<57>zHLz\
  716.   ILzIKzJKzJJ<31>z``zaazaayaa
  717.   }
  718.  
  719. sg6-0701           { ; Modern Board Room             0:01:33
  720.   reset=1960 type=formula formulafile=gallet-6.frm
  721.   formulaname=gallet-6-07 function=sin/log
  722.   center-mag=0.271797/-2.4795e-005/0.0997119/1.7735/-90
  723.   params=0.1/0/7/0/0.2/0 maxiter=256 outside=atan
  724.   colors=000z__z``zaazaa<42>211000011<42>0rr0tt0uu0ww0xx0zz<62>y1zz0zz0zz0\
  725.   y<57>zHLzILzIKzJKzJJ<29>z__
  726.   }
  727.  
  728. sg6-0802           { ; Pink Puss                     0:00:41
  729.   reset=1960 type=formula formulafile=gallet-6.frm
  730.   formulaname=gallet-6-08 function=sin/sqr/sinh
  731.   center-mag=2.66454e-015/0.548547/0.2157975/1.2195
  732.   params=176/0/1/0/1/0 float=y outside=atan
  733.   colors=000sYY<37>211000011<42>0rr0tt0uu0ww0xx0zz<62>y1zz0zz0zz0y<57>zHLz\
  734.   ILzIKzJKzJJ<31>z``zaazaayaa<2>uZZ
  735.   }
  736.  
  737. sg6-0801           { ; Corsage                       0:00:29
  738.   reset=1960 type=formula formulafile=gallet-6.frm
  739.   formulaname=gallet-6-08 function=log/sqr/sinh
  740.   center-mag=-0.251438/-0.25672/0.5042395/0.9642/-126.919/-11.254
  741.   params=3/2/1/0/1/0 float=y outside=atan
  742.   colors=0Q0v__<39>211000011<40>0oo0qq0rr0tt0uu<2>0zz<62>y1zz0zz0zz0y<55>z\
  743.   GMzHMzHLzILzIKzJKzJJ<31>z``zaazaayaax``
  744.   }
  745.  
  746. sg6-0901           { ; Lilac Time                    0:07:45
  747.   reset=1960 type=formula formulafile=gallet-6.frm
  748.   formulaname=gallet-6-09
  749.   center-mag=-0.524307/0.314436/4.83913/1.2007/147.497
  750.   params=0.33333333/0/23/0/0/0 float=y inside=bof60
  751.   colors=0000zG<2>0zz0jz0Vz0SE<2>jVzrVzzVz<3>zVV<3>zzV<3>VzV<3>Vzz<2>Vbzhh\
  752.   z<3>zhz<3>zhh<3>zzh<3>hzh<3>hzzhuz0HM<20>0I70NC<32>1K71K72J62J5<30>4G00G\
  753.   0<3>0GG<2>04G88G<2>E8GG8GG8EG8CG8AG88<2>GE8GG8EG8CG8AG88G8<2>8GE8GG8EG8C\
  754.   G8AGBBG<2>FBGGBGGBFGBDGBCGBB<2>GFBGGBFGBDGBCGBBGB<2>BGFBGGBFGBDGBCGroErn\
  755.   D<5>scC00e0e00eee00e0eeL0eeeLLLLLzLzLLzzzLLzLzzzLzzz000555<3>HHHKKKOOOSS\
  756.   SWWW___ccchhhmmmssszzz00z<3>z0z<3>z00<3>zz0<3>0z0
  757.   }
  758.  
  759. - --------------19BA3AF0661E--
  760.  
  761.  
  762.  
  763. - --------------------------------------------------------------
  764. Thanks for using Fractint, The Fractals and Fractint Discussion List
  765. Post Message:   fractint@lists.xmission.com
  766. Get Commands:   majordomo@lists.xmission.com "help"
  767. Administrator:  twegner@phoenix.net
  768. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  769.  
  770. ------------------------------
  771.  
  772. Date: Fri, 12 Jun 1998 01:33:06 -0500 (CDT)
  773. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  774. Subject: Re: (fractint) file:///c|/fractint/parfiles/lane/llsg1-6.par
  775.  
  776. Hi Lee,
  777.  
  778. Welcome to the list.  Your images are beautiful!  I especially liked
  779. Modern Boardroom and Lilac Time.  I'm looking forward to seeing
  780. many more.
  781.  
  782. Paul Carlson
  783.  
  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: Fri, 12 Jun 1998 01:23:41 -0600
  795. From: Wayne Kiely <natfrac@riverland.net.au>
  796. Subject: (fractint) Newbie with 2 suggestions
  797.  
  798. Greetings all!
  799.  
  800. I have been lurking for a while, and since joining the group have been
  801. catching up on the monthly collections (thanks Les - great job) since
  802. October 97.  I'm now up to April 98.  This has been no small task for an old
  803. 486!
  804.  
  805. Two suggestions arise from this process that perhaps could be considered in
  806. future Fractint releases:
  807.  
  808. 1/ It would be nice when running the long batch files created by PARTOBAT and
  809.    using the 'Disk Video' mode if the file SAVENAME would show on the screen so
  810.    that you could see where you were up to without having to TAB into the next
  811.    screen.
  812.  
  813. 2/ Whilst running the long batch files described above, I would find it useful
  814.    if a 'MaximumCalcTime' could be set from within SSTOOLS.INI.  If I were to
  815.    set this to, say, 1 hour then Fractint would cease generating the particular
  816.    file it was on after an hour and then move on.  Then at least I would get to
  817.    see the start of 24 great new images per day and probably many more.  I guess
  818.    an appropriate message would have to be output to STOPMSG.TXT, but surely
  819.    this would not be hard to arrange.  Sorry, but basically I'm impatient and
  820.    don't want my machine to be 'hung up' on an image that's going to take 36
  821.    hours to complete when I could be viewing 50 or more of the other great
  822.    images that I could have generated instead.
  823.  
  824. Any thoughts on the above?  Hopefully I have not spammed you all about a
  825. feature that is already available.
  826.  
  827. To all of the contributors to this list, and of course the programmers that
  828. made this program available, many thanks.  I hope to be in a position to
  829. contribute in the near future (when I've finished generating April & May's
  830. 1000+ images!).
  831.  
  832. Regards from downunder,
  833.  
  834. Wayne
  835.  
  836.  
  837. - --------------------------------------------------------------
  838. Thanks for using Fractint, The Fractals and Fractint Discussion List
  839. Post Message:   fractint@lists.xmission.com
  840. Get Commands:   majordomo@lists.xmission.com "help"
  841. Administrator:  twegner@phoenix.net
  842. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  843.  
  844. ------------------------------
  845.  
  846. Date: Fri, 12 Jun 1998 05:11:11 -0400
  847. From: JoWeber <JoWeber@compuserve.com>
  848. Subject: (fractint) download compuserve's GraphicsDev Artists Pars
  849.  
  850. Hi,
  851. it's a great pleasure for me to tell you that some artists from the
  852. Compuserve's Graphics  Developers Forum gave me their permission to prese=
  853. nt
  854. their work onto my website so that you can download these pars. The artis=
  855. ts
  856. are =
  857.  
  858. Robert Carr - Marie Droszdis - Karl Geigl - Lee Skinner - Brian Jones - =
  859.  
  860. Sylvie Gallet (updated with her newest work from 10. June ) - and Les
  861. St.Clair.
  862. Some of the artists have their own page from which you can download these=
  863.  
  864. files too. =
  865.  
  866. My intention is to make a site for the gaphics developers artists. Most o=
  867. f
  868. them who I have contacted haven't give me an answer, but I will try it
  869. again.
  870. Cheers and feed your machines with this fantastic stuff --Jo--
  871.  
  872. http://ourworld.compuserve.com/homepages/JoWeber
  873. Member of the Infinite Fractal Loop
  874.  
  875. - --------------------------------------------------------------
  876. Thanks for using Fractint, The Fractals and Fractint Discussion List
  877. Post Message:   fractint@lists.xmission.com
  878. Get Commands:   majordomo@lists.xmission.com "help"
  879. Administrator:  twegner@phoenix.net
  880. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  881.  
  882. ------------------------------
  883.  
  884. Date: Fri, 12 Jun 1998 08:07:19 -0600
  885. From: "Tim Wegner" <twegner@phoenix.net>
  886. Subject: Re: (fractint) FOTD Par Problems
  887.  
  888. Date: Fri, 12 Jun 1998 06:39:26 -0400
  889. From: George Martin <GGMARTIN@compuserve.com>
  890. Subject: Re: (fractint) FOTD Par Problems
  891. Sender: George Martin <GGMARTIN@compuserve.com>
  892. To: Blind.Copy.Receiver@compuserve.com
  893. Message-ID: <199806120639_MC2-3FFB-92FB@compuserve.com>
  894. MIME-Version: 1.0
  895. Content-Transfer-Encoding: quoted-printable
  896. Content-Type: text/plain; charset=ISO-8859-1
  897. Content-Disposition: inline
  898.  
  899. (Note to George - this message bounced because majordomo didn't recognize 
  900. GGMARTIN@compuserve.com as a member. I'll work with you on this when I 
  901. get back. Meanwhile I posted this manually. TW)
  902.  
  903. Mike,
  904.  
  905. >
  906. I had thought that fractint would pick up the formulas from the _o.frm fi=
  907. le
  908. first, but is this so?
  909. <
  910.  
  911. No. Fractint looks through formulas in the same order as you would see
  912. using the dir command in DOS without any ordering switch. Either _o.frm o=
  913. r
  914. _o_dup.frm could be looked at first at any particular time. This is one o=
  915. f
  916. the problems of duplicate named formulas.
  917.  
  918. Version 20 of Fractint will supply a fix of sorts. A new command line
  919. option, which you will be able to include in sstools.ini, will provide fo=
  920. r
  921. the identification of a directory dedicated to orgform files. After the
  922. usual search of the default formula directory, the program will look for =
  923. a
  924. formula in the orgform file directory. Only one file will be looked at,
  925. based on the name of the formula (in your example, *only* _o.frm will be
  926. searched for the formula), providing certaintly as to which formula will =
  927. be
  928. selected. The search is also much faster, since all the other orgform
  929. files, which cannot contain the formula being sought, will be ignored.
  930.  
  931. George Martin
  932.  
  933.  
  934.  
  935. - --------------------------------------------------------------
  936. Thanks for using Fractint, The Fractals and Fractint Discussion List
  937. Post Message:   fractint@lists.xmission.com
  938. Get Commands:   majordomo@lists.xmission.com "help"
  939. Administrator:  twegner@phoenix.net
  940. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  941.  
  942. ------------------------------
  943.  
  944. Date: Fri, 12 Jun 1998 10:54:39 -0400
  945. From: wdecker@csc.com
  946. Subject: (fractint) Another invitation
  947.  
  948. You are again invited to visit my web site at
  949. http://www.geocities.com/SoHo/Studios/1450/ I announced a rearrangement of
  950. the site about a month ago and I got some good suggestions on how it might
  951. be improved. Since the site is a hobby and time just seems to evaporate
  952. after work, it's taken about a month to get things close to where I want
  953. them.
  954.  
  955. In the meantime, I've continued to post fractals by the door to my office
  956. at work, so there were twenty more pictures to hang in the gallery. Without
  957. all the distractions of the gallery redesign, I should be more prompt with
  958. posting each week's door-fractals.
  959.  
  960. Anyway, the pictures should be easier to navigate (at least in the postings
  961. section) so I invite you all back for a look.
  962.  
  963. Bill Decker
  964.  
  965.  
  966.  
  967. - --------------------------------------------------------------
  968. Thanks for using Fractint, The Fractals and Fractint Discussion List
  969. Post Message:   fractint@lists.xmission.com
  970. Get Commands:   majordomo@lists.xmission.com "help"
  971. Administrator:  twegner@phoenix.net
  972. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  973.  
  974. ------------------------------
  975.  
  976. Date: Fri, 12 Jun 1998 17:54:47 +0100
  977. From: "Christian Strik" <cstrik.isg@hetnet.nl>
  978. Subject: Re: (fractint) FOTD Par Problems
  979.  
  980. >I finally got these to work, but it is odd.  I had the new version of the
  981. >formula in the orgform _o.frm file and the old one in _o_dup.frm (I hate
  982. >to actually throw anything out).  The pars did not work.  when I removed
  983. >_o_dup.frm from the frm directory, the pars worked.  I had thought that
  984. >fractint would pick up the formulas from the _o.frm file first, but is this
  985. >so?  My experience here would seem to say no.  Do you end up taking pot
  986. >luck as to which version of a formula (or which formula when there are two
  987. >with the same name) or is there some system to it?
  988.  
  989.  
  990. It's just a guess, as i never run fractint under win95. But orgform_o.frm is
  991. a 9.3 filename, so maybe fractint had some problems with the
  992. non-8.3-ishness.
  993.  
  994. Christian
  995.  
  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. End of fractint-digest V1 #234
  1009. ******************************
  1010.  
  1011.