home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n397 < prev    next >
Internet Message Format  |  1999-06-19  |  41KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #397
  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        Saturday, June 19 1999        Volume 01 : Number 397
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Wed, 09 Jun 1999 18:19:33 -0700
  18. From: Mark Christenson <mchris@hooked.net>
  19. Subject: Re: (fractint) Animated gifs - oops!
  20.  
  21. Dammit, did it agin (URL)  >:-#
  22.  
  23. At 07:24 PM 6/9/99 +0200, Randall Britten wrote:
  24. >Did you know, Fractint can open animated gifs.  It seems to animate them
  25. >faster than web browsers do.
  26.  
  27. Unfortunately, it doesn't repeat.  Interesting nonetheless.
  28.  
  29. >Fractal animations are really cool.  
  30.  
  31. For those who enjoy animations, I have an animated GIF (200k) 
  32. of an affine transformation on my site at 
  33.  
  34. >>> http://www.hooked.net/~mchris/room9a.htm <<<
  35.  
  36. Now that I think of it, that would be a really neat way to 
  37. demonstrate the evolution of a fractal image... (hmmm) 
  38. maybe later.
  39.  
  40.  
  41. Aloha, Bud
  42.  
  43. - ----------------------------------------
  44. Mark "Bud" Christenson
  45. Webmaster/Artist, Bud's Fractal Pages 
  46. http://www.hooked.net/~mchris/fractals.htm
  47. - ----------------------------------------
  48.  
  49.  
  50. - --------------------------------------------------------------
  51. Thanks for using Fractint, The Fractals and Fractint Discussion List
  52. Post Message:   fractint@lists.xmission.com
  53. Get Commands:   majordomo@lists.xmission.com "help"
  54. Administrator:  twegner@phoenix.net
  55. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  56.  
  57. ------------------------------
  58.  
  59. Date: Wed, 09 Jun 1999 21:41:44 -0500
  60. From: "Damien M. Jones" <dmj@fractalus.com>
  61. Subject: (fractint) Contest Time
  62.  
  63. Greetings folks,
  64.  
  65. I have accumulated a good number of thoughts on a contest this year. I'm
  66. going to post them to the Fractal-Art list tomorrow evening, but I wanted
  67. to give everyone a sort of "heads-up" for a couple of reasons:
  68.  
  69.  1. I'd like the discussion to stay pretty much in one place, and since
  70.     the contest is for all fractal software (not just FractInt or Ultra
  71.     Fractal) it seems the best place for that is the F-A list; and,
  72.  
  73.  2. Many people might not be subscribed to the F-A list (several unsubbed
  74.     some time ago) and I didn't want to force them to go to the list
  75.     archives and catch up on the discussion once we've started.
  76.  
  77. If you're not currently subscribed to the F-A list, you can subscribe by
  78. sending a message with nothing but the word "subscribe" in the body of the
  79. message to fractal-art-request@icd.com and that will do the trick.
  80.  
  81. I've started to build a rough contest web site for this year. You can sneak
  82. a peek here:
  83.  
  84.     http://www.fractalus.com/contest99/
  85.  
  86. It's not linked from the main entrance page on my site because it's not
  87. "ready" yet.
  88.  
  89. Damien M. Jones   \\
  90. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  91.                     \\  http://www.fractalus.com/
  92.  
  93. Please do not post my e-mail address on a web site or
  94. in a newsgroup.  Thank you.
  95.  
  96. - --------------------------------------------------------------
  97. Thanks for using Fractint, The Fractals and Fractint Discussion List
  98. Post Message:   fractint@lists.xmission.com
  99. Get Commands:   majordomo@lists.xmission.com "help"
  100. Administrator:  twegner@phoenix.net
  101. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  102.  
  103. ------------------------------
  104.  
  105. Date: Wed, 9 Jun 1999 23:48:55 -0400
  106. From: Lee Skinner <LeeHSkinner@compuserve.com>
  107. Subject: (fractint) 6 scenic pars
  108.  
  109. Here are the original Fractint pars for the 6 images that Sylvie posted
  110. today to the Ultra Fractal list.
  111.  
  112. frm:carr2821 {; Modified Sylvie Gallet frm. [101324,3444],1996
  113.           ; Converted to if.else by Sylvie Gallet and George Martin 3/97
  114.           ; passes=3D1 needs to be used with this PHC formula.
  115.    pixinv =3D 0.1/pixel
  116.    p9 =3D 0.9*pixinv
  117.    imagp1 =3D imag(p1)
  118.    imagp2 =3D imag(p2)
  119.    IF (whitesq)
  120.       z =3D zorig =3D pixel - conj(pixinv)
  121.       c =3D pixel - flip(pixinv) - conj(0.01*pixinv) - p9
  122.       mz =3D |z|
  123.    ELSE
  124.       c =3D flip(pixinv) + conj(0.01*pixinv) - pixel - p9
  125.       z =3D zorig =3D conj(pixinv) - pixel
  126.       mz =3D |z|
  127.    ENDIF
  128.    bailout =3D 16
  129.    iter =3D 0
  130.    :
  131.    IF (iter=3D=3Dp1)
  132.       z =3D mz =3D 0
  133.       c =3D 1.5*zorig^1.2 - p9
  134.    ELSEIF (iter=3D=3Dimagp1)
  135.       z =3D mz =3D 0
  136.       c =3D 2.25*conj(zorig) - p9
  137.    ELSEIF (iter=3D=3Dp2)
  138.       z =3D mz =3D 0
  139.       c =3D 3.375*flip(zorig) - p9
  140.    ELSEIF (iter=3D=3Dimagp2)
  141.       z =3D mz =3D 0
  142.       c =3D 5.0625*flip(zorig) - p9
  143.    ENDIF
  144.    z =3D mz*0.2 + z*z + c
  145.    mz =3D |z|
  146.    iter =3D iter + 1
  147.    mz <=3D bailout
  148. }
  149.  
  150.  
  151. _2821570           { ;                                       t=3D  0:38:3=
  152. 5.16
  153.                      ; on a P233 at 1600x900  Apr 11, 1999  11:19:52
  154.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  155.                      ;  Version 1961 Patchlevel 69
  156.   reset=3D1961 type=3Dformula formulafile=3Dfractint.frm
  157.   formulaname=3Dcarr2821 passes=3D1
  158.   center-mag=3D-0.09038201447702857/-0.43587405182779220/1366163/0.75
  159.   params=3D200/300/400/550 float=3Dy maxiter=3D647 periodicity=3D0
  160.   viewwindows=3D4.2/0.563/yes/1600/900
  161.   colors=3D000rY0oU0<2>0CI0FM<6>YdAbh8gl6<3>zz0<4>nY0lT0iN0<3>`00<3>mVQpb=
  162. Wtj\
  163.   awqhzyn<3>zkZygVydR<2>yUF<3>yHLxENxBOx7Qx4R<3>h5Sc5S_6T<3>K6AG65C50<3>3=
  164. 3\
  165.   1022055<3>0GG0JJ0MM0P00M24L08TW<3>OXeSYgWZi__lc`n0TplQ0iN0gJ0<2>p80<2>R=
  166. 0\
  167.   0P00<4>000023057kbs<3>OKSIFLCAE657000220457<6>JNWMQ_OTc<3>Xcr<9>CFLADH8=
  168. A\
  169.   E<2>23300000500A<3>05D07D08E<4>EN8HQ7KT6<3>We0<4>JQ5HN6EK7CH89E96AB47A1=
  170. 4\
  171.   9000<3>II0MM0RR0WW0<3>hhMlkSooY<2>zynwtosop<8>NhlJgkFgk<3>0ch0ae0Zb<3>2=
  172. 2\
  173.   R<3>44F45C569335000000400<2>A00C00C00D00000F00<3>I00J00K00<3>O00<4>zg0x=
  174. d\
  175.   0u`0 sound=3Dyes/pc
  176.   }
  177.  
  178. _2821665           { ;                                       t=3D  0:37:2=
  179. 7.72
  180.                      ; on a P233 at 1600x900  Apr 11, 1999  11:20:47
  181.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  182.                      ;  Version 1961 Patchlevel 69
  183.   reset=3D1961 type=3Dformula formulafile=3Dfractint.frm
  184.   formulaname=3Dcarr2821 passes=3D1
  185.   center-mag=3D-0.08992770456599442/-0.43542268193956660/73229.23/0.75
  186.   params=3D200/300/400/550 float=3Dy maxiter=3D647 periodicity=3D0
  187.   viewwindows=3D4.2/0.563/yes/1600/900
  188.   colors=3D000gl6<3>zz0<4>nY0lT0iN0<3>`00<3>mVQpbWtjawqhzyn<3>zkZygVydR<2=
  189. >yU\
  190.   F<3>yHLxENxBOx7Qx4R<4>c5S_6TW6T<2>K7TG7UC5M83F42763A00G022<3>0DD0GG0JJ0=
  191. M\
  192.   M0P00M24L08TW<3>OXeSYgWZi<3>lQ0iN0gJ0<2>p80<2>R00P00<4>000023057<3>0451=
  193. 4\
  194.   4143<2>131220457<6>JNWMQ_OTc<3>Xcr<9>CFLADH8AE<2>23300000500A<3>05D07D0=
  195. 8\
  196.   E<4>EN8HQ7KT6<3>We0<4>JQ5HN6EK7CH89E96AB47A149000<3>II0MM0RR0WW0<3>hhMl=
  197. k\
  198.   SooY<2>zynwtosop<8>NhlJgkFgk<3>0ch0ae0Zb<3>2ER29O33L<2>45C5693350000004=
  199. 0\
  200.   0<2>A00C00C00D00000F00<3>I00J00K00<3>O00<3>rZ0zg0xd0<2>oU007A<2>0FM<7>b=
  201. h\
  202.   8 sound=3Dyes/pc
  203.   }
  204.  
  205. _2821685           { ;                                       t=3D  0:16:1=
  206. 3.88
  207.                      ; on a P233 at 1600x900  Apr 11, 1999  11:20:59
  208.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  209.                      ;  Version 1961 Patchlevel 69
  210.   reset=3D1961 type=3Dformula formulafile=3Dfractint.frm
  211.   formulaname=3Dcarr2821 passes=3D1
  212.   center-mag=3D-0.17885355142101680/-0.60159203667394400/38885.02/0.75/-3=
  213. 9.9\
  214.   99 params=3D200/300/400/550 float=3Dy maxiter=3D647 periodicity=3D0
  215.   viewwindows=3D4.2/0.563/yes/1600/900
  216.   colors=3D000C5M83F42763A00G022055088<3>3HI4JL5MN<2>8TW<3>OXeSYgWZi__lc`=
  217. ngW\
  218.   QlQ0iN0gJ0<2>p80<3>S30M20P78<3>cScgXkkbs<3>OKSIFLCAE657000220<7>1NV1QZ1=
  219. T\
  220.   b<3>0cr<5>3PZ4NW5KS<2>7DI8AE68A45723300000500A<3>05D07D08E<4>EN8HQ7KT6<=
  221. 3\
  222.   >We0<4>JQ5HN6EK7CH89E96AB47A149000<3>II0MM0RR0WW0<3>hhMlkSooY<2>zynwtos=
  223. o\
  224.   p<8>NhlJgkFgk<3>0ch0ae0Zb<3>22R<3>44F45C569335000000400<2>A00C00C00D000=
  225. 0\
  226.   0F00<3>I00J00K00<3>O00<3>rZ0zg0xd0<2>oU0<3>_U7WU9SUBOUDJUF<3>bh8gl6lo5<=
  227. 2\
  228.   >zz0<4>nY0lT0iN0<3>`00<3>mVQpbWtjawqhzyn<3>zkZygVydR<2>yUF<3>yHLxENxBOx=
  229. 7\
  230.   Qx4R<10>G7U sound=3Dyes/pc
  231.   }
  232.  
  233. _2821732           { ;                                       t=3D  0:39:1=
  234. 1.07
  235.                      ; on a P233 at 1600x900  Apr 11, 1999  11:21:30
  236.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  237.                      ;  Version 1961 Patchlevel 69
  238.   reset=3D1961 type=3Dformula formulafile=3Dfractint.frm
  239.   formulaname=3Dcarr2821 passes=3D1
  240.   center-mag=3D-0.09284551716413093/-0.43504743584154330/2.009519e+008/0.=
  241. 75/\
  242.   4.994/0.01 params=3D200/300/400/550 float=3Dy maxiter=3D647 periodicity=
  243. =3D0
  244.   viewwindows=3D4.2/0.563/yes/1600/900
  245.   colors=3D000xBOx7Qx4R<4>c5S_6TW6T<2>K7TG7UC5M83F42763A00G022<3>0DD0GG0J=
  246. J0M\
  247.   M0P00M24L08TW<3>OXeSYgWZi__lc`n<3>gJ0<3>W40T00R00P00<2>A00<3>cVgkbseZl<=
  248. 3\
  249.   >IFLCAE657000220457<6>JNWMQ_OTc<3>Xcr<9>CFLADH8AE<2>23300000500A<3>05D0=
  250. 7\
  251.   D08E<4>EN8HQ7KT6<3>We0<4>JQ5HN6EK7CH89E96AB47A149000<3>II0MM0RR0WW0<3>h=
  252. h\
  253.   MlkSooY<2>zynwtosop<8>NhlJgkFgk<3>0ch0ae0Zb<3>22R<3>44F45C5693350000004=
  254. 0\
  255.   0<2>A00C00C00D00000F00<3>I00J00K00<3>O00<3>rZ0zg0xd0u`0rY0<3>BJH0FM5JK<=
  256. 5\
  257.   >YdAbh8gl6<3>zz0<4>nY0lT0iN0<3>`00<3>mVQpbWtjawqhzyn<3>fhhacfX_dRVb<6>x=
  258. E\
  259.   N sound=3Dyes/pc
  260.   }
  261.  
  262. _2821749           { ;                                       t=3D  0:37:3=
  263. 3.98
  264.                      ; on a P233 at 1600x900  Apr 11, 1999  11:21:41
  265.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  266.                      ;  Version 1961 Patchlevel 69
  267.   reset=3D1961 type=3Dformula formulafile=3Dfractint.frm
  268.   formulaname=3Dcarr2821 passes=3D1
  269.   center-mag=3D-0.09106568163733537/-0.43575847710116510/1.91681e+007/0.7=
  270. 5/-\
  271.   37.499 params=3D200/300/400/550 float=3Dy maxiter=3D647 periodicity=3D0=
  272.  
  273.   viewwindows=3D4.2/0.563/yes/1600/900
  274.   colors=3D000<3>0BB0DD0GG0JJ0MM<2>6RT8TWCUZ<3>SYgWZi__lc`ngWQlQ0iN0gJ0<2=
  275. >p8\
  276.   0<2>W20P00K00<3>000023057<3>JHNOKSIFL<2>000220457<6>JNWMQ_OTc<3>Xcr<9>C=
  277. F\
  278.   LADH8AE<2>23300000500A<3>05D07D08E<4>EN8HQ7KT6<3>We0<4>JQ5HN6EK7CH89E96=
  279. A\
  280.   B47A149000<3>II0MM0RR0WW0<3>hhMlkSooY<2>zynwtosop<8>NhlJgkFgk<3>0ch0ae0=
  281. Z\
  282.   b<3>22R<3>44F45C569335000000400<2>A00C00C00D00000F00<3>I00J00K00<3>O00<=
  283. 3\
  284.   >rZ0zg0xd0<2>oU0<2>0CI0FM<6>YdAbh8gl6<3>zz0<4>nY0lT0iN0<3>`00<3>mVQpbWt=
  285. j\
  286.   awqhzyn<3>zkZygVydR<2>yUF<3>yHLxENxBOx7Qx4R<4>c5S_6TW6T<2>K7TG7UC5M83F4=
  287. 2\
  288.   763A00G sound=3Dyes/pc
  289.   }
  290.  
  291. _2821777           { ;                                       t=3D  0:40:5=
  292. 3.14
  293.                      ; on a P233 at 1600x900  Apr 11, 1999  11:22:00
  294.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  295.                      ;  Version 1961 Patchlevel 69
  296.   reset=3D1961 type=3Dformula formulafile=3Dfractint.frm
  297.   formulaname=3Dcarr2821 passes=3D1
  298.   center-mag=3D-0.09106249590870003/-0.43575884532959520/7.886838e+008/0.=
  299. 75/\
  300.   -37.5 params=3D200/300/400/550 float=3Dy maxiter=3D647 periodicity=3D0
  301.   viewwindows=3D4.2/0.563/yes/1600/900
  302.   colors=3D000PUd<5>CFLADH8AE<2>23300000500A<3>05D07D08E<3>BK9EN8HQ7KT6NW=
  303. 4<2\
  304.   >ij1qo0vtg<2>JQ5<3>9E96AB47A149000<3>II0MM0RR0WW0<3>hhMlkSooY<2>zynwtos=
  305. o\
  306.   p<8>NhlJgkFgk<3>0ch0ae0Zb<3>22R<3>44F45C569335000000400<2>A00C00C00D000=
  307. 0\
  308.   0F00<3>I00J00K00<3>O00<3>rZ0zg0xd0<2>oU0<2>0CI0FM<6>YdAbh8gl6<3>zz0<4>n=
  309. Y\
  310.   0lT0iN0<3>`00<3>mVQpbWtjawqhzyn<3>zkZygVydR<2>yUF<3>yHLxENxBOx7Qx4R<2>l=
  311. 5\
  312.   Sh5Sb5S<3>D2T71T00UC5M83F42763A<4>4G63J53M4<3>0X06RT8TW<3>OXeSYgWZi__lc=
  313. `\
  314.   ngWQlQ0iN0gJ0<2>p80<2>W20P00K00<3>000023057<3>JHNOKSIFL<2>000220457<6>J=
  315. N\
  316.   WMQ_OTc<3>Xcr<2>RXh sound=3Dyes/pc
  317.   }
  318.  
  319.  
  320. Lee Skinner
  321.  
  322. - --------------------------------------------------------------
  323. Thanks for using Fractint, The Fractals and Fractint Discussion List
  324. Post Message:   fractint@lists.xmission.com
  325. Get Commands:   majordomo@lists.xmission.com "help"
  326. Administrator:  twegner@phoenix.net
  327. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  328.  
  329. ------------------------------
  330.  
  331. Date: Sat, 12 Jun 1999 17:17:39 -0400
  332. From: JoWeber <JoWeber@compuserve.com>
  333. Subject: (fractint) some pars
  334.  
  335. Hi All,
  336.  
  337. some nice images.
  338. - --Jo--
  339.  
  340. http://www.joweber.de
  341.  
  342. jo06_01            { ; t=3D  4:21:49.08 =
  343.  
  344.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:09:50
  345.                      ; Par and Image Copyright 1999 by Jo Weber
  346.                      ; e-mail to JoWeber@compuserve.com
  347.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  348.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3Dt
  349.   center-mag=3D+0.00003582776617623/+0.00016408568488817/12126.4/1/-37.49=
  350. 9
  351.   params=3D-500/-500/-1.1/-1/0/0 float=3Dy maxiter=3D7200 bailout=3D25
  352.   inside=3D0 logmap=3D6 symmetry=3Dnone periodicity=3D10
  353.   colors=3D000C5M83F42763A00G022055<2>2DD2FG3HI4JL5MN<2>8TW<2>KWcOXeSYgWZ=
  354. i__\
  355.   lc`ngWQlQ0iN0gJ0<2>p80<4>M20<6>kbs<7>000220<6>1KR1NV1QZ1Tb1Wf1Zj0`n0cr<=
  356. 5\
  357.   >3PZ4NW5KS6IP6FL7DI8AE<2>23300000500A<5>08E<7>NW5Q_3Tb2We0Tb1<7>9E96AB4=
  358. 7\
  359.   A149000<3>II0MM0RR0WW0<3>hhMlkSooYsrcvvhzynwtosop<8>NhlJgkFgkBfj8ej4di0=
  360. c\
  361.   h0ae0Zb<3>22R<5>569335000000400<2>A00C00C00D00000F00<9>O00<4>zg0<2>rY0o=
  362. U\
  363.   0kU2<6>JUF<4>gl6lo5qs3uv2zz0<10>`00<2>jNKmVQpbWtjawqhzyn<8>yUF<7>x4R<10=
  364. >\
  365.   G7U
  366.   }
  367.  
  368. jo06_02            { ; t=3D  1:18:04.55 =
  369.  
  370.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:10:15
  371.                      ; Par and Image Copyright 1999 by Jo Weber
  372.                      ; e-mail to JoWeber@compuserve.com
  373.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  374.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  375.   center-mag=3D+1.54894524500705000/+0.18323164348929450/2.03882e+011
  376.   params=3D-150/1.5/1.5/150/-0.9949/0 float=3Dy maxiter=3D1000 bailout=3D=
  377. 25
  378.   inside=3D0 logmap=3D273 symmetry=3Dxaxis periodicity=3D10
  379.   colors=3D000r_FtaDvdByg8yh5yi3yg3<2>ga3<33>301<11>b0Ee0Ff5I<10>zzs<7>fV=
  380. 7cQ\
  381.   0`O0<2>SI0<6>P60<2>G00<4>0Qc<7>Adc<10>mrnptotupxwrzyt<2>zudzsZyqUyoOynJ=
  382. y\
  383.   lDxj2wiK<3>vc4ua0ub3<3>vhJviNvjPwkR<2>ypbyqfysiytmzvqzwu<13>wCM<7>H84<1=
  384. 2\
  385.   >hMB<14>H84FB3PG3<6>zk0<3>0kk<2>WgD<3>CXF<2>FWEGVEHUEITEJTDKSDLSDMRCOQB=
  386. O\
  387.   RA<2>OK8OH7OE6NB5PC6<7>eLAhMBiOD<3>nVJpXH
  388.   }
  389.  
  390. jo06_03            { ; t=3D  0:26:59.32 =
  391.  
  392.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:10:23
  393.                      ; Par and Image Copyright 1999 by Jo Weber
  394.                      ; e-mail to JoWeber@compuserve.com
  395.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  396.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  397.   center-mag=3D+0.48421237835691310/+0.85671571876294970/2.822814e+012/1/=
  398. 102\
  399.   .499/-0.001 params=3D1e-008/800/2e-008/400/100000000/0 float=3Dy
  400.   maxiter=3D1200 bailout=3D25 inside=3D0 logmap=3D51 symmetry=3Dnone
  401.   periodicity=3D10
  402.   colors=3D000C5M83F42763A00G022055<2>2DD2FG3HI4JL5MN<2>8TW<2>KWcOXeSYgWZ=
  403. i__\
  404.   lc`ngWQlQ0iN0gJ0<2>p80<4>M20<6>kbs<7>000220<6>1KR1NV1QZ1Tb1Wf1Zj0`n0cr<=
  405. 5\
  406.   >3PZ4NW5KS6IP6FL7DI8AE<2>23300000500A<5>08E<7>NW5Q_3Tb2We0Tb1<7>9E96AB4=
  407. 7\
  408.   A149000<3>II0MM0RR0WW0<3>hhMlkSooYsrcvvhzynwtosop<8>NhlJgkFgkBfj8ej4di0=
  409. c\
  410.   h0ae0Zb<3>22R<5>569335000000400<2>A00C00C00D00000F00<9>O00<4>zg0<2>rY0o=
  411. U\
  412.   0kU2<6>JUF<4>gl6lo5qs3uv2zz0<10>`00<2>jNKmVQpbWtjawqhzyn<8>yUF<7>x4R<10=
  413. >\
  414.   G7U
  415.   }
  416.  
  417. jo06_04            { ; t=3D  0:23:48.12 =
  418.  
  419.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:10:33
  420.                      ; Par and Image Copyright 1999 by Jo Weber
  421.                      ; e-mail to JoWeber@compuserve.com
  422.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  423.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  424.   center-mag=3D+0.48421237835460350/+0.85671571875166410/1.649247e+012/1/=
  425. 114\
  426.   .997/0.001 params=3D1e-008/800/2e-008/400/100000000/0 float=3Dy
  427.   maxiter=3D1200 bailout=3D25 inside=3D0 logmap=3D51 symmetry=3Dnone
  428.   periodicity=3D10
  429.   colors=3D000xBOx7Qx4R<6>W6TS6TO7TK7TG7UC5M83F42763A00G022<6>0MM0P00M24L=
  430. 08T\
  431.   W<2>KWcOXeSYgWZi__lc`n<3>gJ0<4>T00R00P00<2>A00<4>kbs<7>000220457<5>HKSJ=
  432. N\
  433.   WMQ_OTcQWg<2>Xcr<14>23300000500A<5>08E<7>NW5Q_3Tb2We0Tb1<7>9E96AB47A149=
  434. 0\
  435.   00<3>II0MM0RR0WW0<3>hhMlkSooYsrcvvhzynwtosop<8>NhlJgkFgkBfj8ej4di0ch0ae=
  436. 0\
  437.   Zb<3>22R<5>569335000000400<2>A00C00C00D00000F00<9>O00<4>zg0<2>rY0<4>0FM=
  438. <\
  439.   6>YdAbh8gl6lp5qs3uw2zz0<10>`00<2>jNKmVQpbWtjawqhzyn<2>kljfhhacfX_dRVb<6=
  440. >\
  441.   xEN
  442.   }
  443.  
  444. jo06_05            { ; t=3D  0:27:14.30 =
  445.  
  446.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:10:43
  447.                      ; Par and Image Copyright 1999 by Jo Weber
  448.                      ; e-mail to JoWeber@compuserve.com
  449.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  450.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  451.   center-mag=3D+0.48421237835487980/+0.85671571875186660/7.929566e+012/0.=
  452. 999\
  453.   8/114.991/0.005 params=3D1e-008/800/2e-008/400/100000000/0 float=3Dy
  454.   maxiter=3D1200 bailout=3D25 inside=3D0 logmap=3D51 symmetry=3Dnone
  455.   periodicity=3D10
  456.   colors=3D0009G4<5>OZ7Ra8Ud9XhAZiA<10>zzF<7>0Uz<13>AMOBLLCKK<11>MC7NB5PC=
  457. 6<7\
  458.   >eLAhMBiODjQF<7>xu7zz5zz4zz3<14>zE6<19>000000<12>b0Ee0Ff5I<10>zzs<7>fV7=
  459. c\
  460.   Q0`O0<2>SI0<6>P60<2>G00<2>7FO<10>GUcHWeJYf<8>booeqpgqq<3>ouuqvvqrv<5>qU=
  461. y\
  462.   rPzpOy<8>Z8nX6lXDj<2>X_a<4>zz0<7>z90<12>G30C209206103100003516B2
  463.   }
  464.  
  465. jo06_06            { ; t=3D  0:23:54.87 =
  466.  
  467.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:10:52
  468.                      ; Par and Image Copyright 1999 by Jo Weber
  469.                      ; e-mail to JoWeber@compuserve.com
  470.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  471.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  472.   center-mag=3D+0.48421237835452590/+0.85671571875109320/9.589534e+012/1/=
  473. 114\
  474.   .999/0.003 params=3D1e-008/800/2e-008/400/100000000/0 float=3Dy
  475.   maxiter=3D1200 bailout=3D25 inside=3D0 logmap=3D51 symmetry=3Dnone
  476.   periodicity=3D10
  477.   colors=3D000cU4<2>zp2<9>_iGXhIXgH<7>P`GRaF<9>OE6NB5PC6<7>eLAhMBiODjQF<7=
  478. >xu\
  479.   7zz5zz4zz3<14>zE6<19>000000<12>b0Ee0Ff5I<2>lLS<6>xt4zz0zzIyy_xxq<2>ioZd=
  480. l\
  481.   SajO<5>IY0<8>E87D58B9E<3>1Rc<5>8bcAdcDed<11>tupxwrzyt<30>Bwu<13>wCM<11>=
  482. 7\
  483.   73<7>NPAQSBQRB<4>LJ9KH9JF8JE7<5>H84OF4WN4
  484.   }
  485.  
  486. jo06_07            { ; t=3D  0:20:49.11 =
  487.  
  488.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:11:00
  489.                      ; Par and Image Copyright 1999 by Jo Weber
  490.                      ; e-mail to JoWeber@compuserve.com
  491.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  492.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  493.   center-mag=3D+1.00005032900213700/+0.00791439171380570/1.677787e+011/1/=
  494. 174\
  495.   .999 params=3D1e-008/800/2e-008/400/197520000/0 float=3Dy maxiter=3D120=
  496. 0
  497.   bailout=3D25 inside=3D0 logmap=3D42 symmetry=3Dnone periodicity=3D10
  498.   colors=3D000bY3<29>301<11>b0Ee0Ff5I<10>zzs<7>fV7cQ0`O0<2>SI0<6>P60<2>G0=
  499. 0<4\
  500.   >0Qc<7>Adc<10>mrnptotupxwrzyt<2>zudzsZyqUyoOynJylDxj2wiK<3>vc4ua0ub3<3>=
  501. v\
  502.   hJviNvjPwkR<2>ypbyqfysiytmzvqzwu<13>wCM<7>H84<12>hMB<14>H84FB3PG3<6>zk0=
  503. <\
  504.   3>0kk<2>WgD<3>CXF<2>FWEGVEHUEITEJTDKSDLSDMRCOQBORA<2>OK8OH7OE6NB5PC6<7>=
  505. e\
  506.   LAhMBiOD<3>nVJ<3>vdByg8yh5yi3yg3<2>ga3<2>cZ3
  507.   }
  508.  
  509. jo06_08            { ; t=3D  1:23:22.72 =
  510.  
  511.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:11:19
  512.                      ; Par and Image Copyright 1999 by Jo Weber
  513.                      ; e-mail to JoWeber@compuserve.com
  514.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  515.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  516.   center-mag=3D+1.54894524500359000/+0.18323164348628370/8.358962e+011
  517.   params=3D-150/1.5/1.5/150/-0.9949/0 float=3Dy maxiter=3D1000 bailout=3D=
  518. 25
  519.   inside=3D0 logmap=3D273 symmetry=3Dxaxis periodicity=3D10
  520.   colors=3D000000<10>0J00L00N00P02Q44S8<13>`oz<7>JaWG`SEZOBXK9WG<2>2Q40P0=
  521. 0N0\
  522.   <13>010000000<9>00G00I00K00M00N00P<15>0zz<15>00P<14>001000000<9>G00I00K=
  523. 0\
  524.   0M00N00P00<15>zz0<7>i`MgYPeVSbRV`OXZL_XHbVEeSBh<14>7Ow5Px5Nt<6>3CV2BR29=
  525. N\
  526.   17J16F<2>013000000700<23>W0CX0CY0DZ0E<2>a0F<15>700
  527.   }
  528.  
  529. jo06_09            { ; t=3D  1:21:33.37 =
  530.  
  531.                      ; on a P233MMX at 1600x1200  Jun 12, 1999  23:11:28
  532.                      ; Par and Image Copyright 1999 by Jo Weber
  533.                      ; e-mail to JoWeber@compuserve.com
  534.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  535.   formulaname=3Dmandelbrotmix4 function=3Dident passes=3D1
  536.   center-mag=3D+1.54894524500060400/+0.18323164348882140/1.499139e+012/0.=
  537. 999\
  538.   9 params=3D-150/1.5/1.5/150/-0.9949/0 float=3Dy maxiter=3D1000 bailout=3D=
  539. 25
  540.   inside=3D0 logmap=3D273 symmetry=3Dxaxis periodicity=3D10
  541.   colors=3D000r_FtaDvdByg8yh5yi3yg3<2>ga3<33>301<11>b0Ee0Ff5I<10>zzs<7>fV=
  542. 7cQ\
  543.   0`O0<2>SI0<6>P60<2>G00<4>0Qc<7>Adc<7>bnkepliqmmsnptotupxwrzyt<2>zudzsZy=
  544. q\
  545.   UyoOynJylDxj2wiK<3>vc4ua0ub3<3>vhJviNvjPwkR<2>ypbyqfysiytmzvqzwu<4>yfhy=
  546. c\
  547.   ex_cxXa<5>wCM<7>H84<12>hMB<14>H84FB3PG3<6>zk0<3>0kk<2>WgD<3>CXF<2>FWEGV=
  548. E\
  549.   HUEITEJTDKSDLSDMRCOQBORA<2>OK8OH7OE6NB5PC6<7>eLAhMBiOD<3>nVJpXH
  550.   }
  551.  
  552. frm:MandelbrotMix4 {; Jim Muth
  553. a=3Dreal(p1), b=3Dimag(p1), d=3Dreal(p2), f=3Dimag(p2), g=3D1/f,
  554. h=3D1/d, j=3D1/(f-b), z=3D(-a*b*g*h)^j, k=3Dreal(p3)+1,
  555. l=3Dimag(p3)+100, c=3Dfn1(pixel):
  556. z=3Dk*((a*(z^b))+(d*(z^f)))+c,
  557. |z| < l
  558. }
  559.  
  560. - --------------------------------------------------------------
  561. Thanks for using Fractint, The Fractals and Fractint Discussion List
  562. Post Message:   fractint@lists.xmission.com
  563. Get Commands:   majordomo@lists.xmission.com "help"
  564. Administrator:  twegner@phoenix.net
  565. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  566.  
  567. ------------------------------
  568.  
  569. Date: Sat, 12 Jun 1999 17:46:31 -0400
  570. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  571. Subject: (fractint) New Gallery
  572.  
  573. Hi All,
  574.  
  575.   I have added a new gallery (#10) with 12 mandel zooms to my site:
  576.  
  577.     http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm
  578.  
  579.   Enjoy!
  580.  
  581.         - Sylvie
  582.  
  583. - --------------------------------------------------------------
  584. Thanks for using Fractint, The Fractals and Fractint Discussion List
  585. Post Message:   fractint@lists.xmission.com
  586. Get Commands:   majordomo@lists.xmission.com "help"
  587. Administrator:  twegner@phoenix.net
  588. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  589.  
  590. ------------------------------
  591.  
  592. Date: Sun, 13 Jun 1999 08:13:11 EDT
  593. From: BillatNY@aol.com
  594. Subject: Re: (fractint) New Gallery
  595.  
  596. Sylvie,
  597.  
  598. Fabulous!  Really beautiful pictures (as always).
  599.  
  600. BTW- The link to gallery 9 does not seem to be working properly.
  601.  
  602. Bill
  603.  
  604. - --------------------------------------------------------------
  605. Thanks for using Fractint, The Fractals and Fractint Discussion List
  606. Post Message:   fractint@lists.xmission.com
  607. Get Commands:   majordomo@lists.xmission.com "help"
  608. Administrator:  twegner@phoenix.net
  609. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  610.  
  611. ------------------------------
  612.  
  613. Date: Sun, 13 Jun 1999 14:42:06 -0400
  614. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  615. Subject: Re: (fractint) New Gallery
  616.  
  617. Hi Bill,
  618.  
  619. >> Fabulous!  Really beautiful pictures (as always).
  620.  
  621.   Thank you very much!
  622.  
  623. >> BTW- The link to gallery 9 does not seem to be working properly.
  624.  
  625.   It should work but there are often problems with the AOL part of my sit=
  626. e.
  627.  Please try again and let me know if the problem persists.
  628.  
  629.   Cheers,
  630.  
  631.         - Sylvie
  632.  
  633. - --------------------------------------------------------------
  634. Thanks for using Fractint, The Fractals and Fractint Discussion List
  635. Post Message:   fractint@lists.xmission.com
  636. Get Commands:   majordomo@lists.xmission.com "help"
  637. Administrator:  twegner@phoenix.net
  638. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  639.  
  640. ------------------------------
  641.  
  642. Date: Sun, 13 Jun 1999 20:45:28 +0100
  643. From: "Les St Clair" <les_stclair@crosstrees.prestel.co.uk>
  644. Subject: (fractint) May Par Collection
  645.  
  646. Hi folks,
  647.  
  648. A little later than usual, but the May par collection of postings to this mail
  649. list is now available at:
  650.  
  651. http://ourworld.compuserve.com/homepages/Les_StClair/fml.htm
  652. (just the parameters)
  653.  
  654. or, if you prefer the pars with their original messages left intact you can get
  655. this version:
  656.  
  657. http://www.homeusers.prestel.co.uk/crosstrees/fml.htm
  658.  
  659. I've also introduced a "Fractal of the Month" on this page. So drop in if you
  660. want to see which one turned out to be my fave for May.
  661.  
  662. The updated formula collection (frac_ml.frm) is available from both sites.
  663.  
  664. cheers,
  665. Les
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673. - --------------------------------------------------------------
  674. Thanks for using Fractint, The Fractals and Fractint Discussion List
  675. Post Message:   fractint@lists.xmission.com
  676. Get Commands:   majordomo@lists.xmission.com "help"
  677. Administrator:  twegner@phoenix.net
  678. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  679.  
  680. ------------------------------
  681.  
  682. Date: Sun, 13 Jun 1999 20:28:41 -0700
  683. From: "Marie Drozdis" <mariedrozdis@att.net>
  684. Subject: Re: (fractint) New Gallery
  685.  
  686. Sylvie,
  687.  
  688. I, too, wasn't able to view gallery nine.  I tried thirty minutes ago. My
  689. browser is MSIE5.
  690.  
  691. What wonderful fractals you originate!  You are an inspiration to so many of
  692. us.
  693.  
  694. Marie :)
  695. - ----- Original Message -----
  696. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  697. To: <Blind.Copy.Receiver@compuserve.com>
  698. Sent: Sunday, June 13, 1999 11:42 AM
  699. Subject: Re: (fractint) New Gallery
  700.  
  701.  
  702. Hi Bill,
  703.  
  704. >> Fabulous!  Really beautiful pictures (as always).
  705.  
  706.   Thank you very much!
  707.  
  708. >> BTW- The link to gallery 9 does not seem to be working properly.
  709.  
  710.   It should work but there are often problems with the AOL part of my site.
  711.  Please try again and let me know if the problem persists.
  712.  
  713.   Cheers,
  714.  
  715.         - Sylvie
  716.  
  717. - --------------------------------------------------------------
  718. Thanks for using Fractint, The Fractals and Fractint Discussion List
  719. Post Message:   fractint@lists.xmission.com
  720. Get Commands:   majordomo@lists.xmission.com "help"
  721. Administrator:  twegner@phoenix.net
  722. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  723.  
  724.  
  725.  
  726. - --------------------------------------------------------------
  727. Thanks for using Fractint, The Fractals and Fractint Discussion List
  728. Post Message:   fractint@lists.xmission.com
  729. Get Commands:   majordomo@lists.xmission.com "help"
  730. Administrator:  twegner@phoenix.net
  731. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  732.  
  733. ------------------------------
  734.  
  735. Date: Mon, 14 Jun 1999 12:25:50 -0400
  736. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  737. Subject: Re: (fractint) New Gallery
  738.  
  739. Hi Marie,
  740.  
  741. >> I, too, wasn't able to view gallery nine.  I tried thirty minutes ago.=
  742.  
  743. >> My browser is MSIE5.
  744.  
  745.   I've re-uploaded page_9_e.htm yesterday evening (French time), so you
  746. should be able to see gallery 9.
  747.  
  748. >> What wonderful fractals you originate!  You are an inspiration to so
  749. >> many of us.
  750.  
  751.   Thank you!
  752.  
  753.   Cheers,
  754.  
  755.         - Sylvie
  756.  
  757. - --------------------------------------------------------------
  758. Thanks for using Fractint, The Fractals and Fractint Discussion List
  759. Post Message:   fractint@lists.xmission.com
  760. Get Commands:   majordomo@lists.xmission.com "help"
  761. Administrator:  twegner@phoenix.net
  762. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  763.  
  764. ------------------------------
  765.  
  766. Date: Mon, 14 Jun 1999 10:39:48 -0700
  767. From: "Dave Hershey (Volt Computer)" <a-davehe@microsoft.com>
  768. Subject: RE: (fractint) New Gallery
  769.  
  770. This is my favorite part of this list.  The links to nifty galleries.
  771. Thanks.
  772.  
  773. - --Dave.
  774.  
  775.  
  776. - -----Original Message-----
  777. From: Sylvie Gallet [mailto:Sylvie_Gallet@compuserve.com]
  778. Sent: Saturday, June 12, 1999 2:47 PM
  779. To: Liste Fractint; Liste UltraFractal; Liste Fractal-Art
  780. Subject: (fractint) New Gallery
  781.  
  782.  
  783. Hi All,
  784.  
  785.   I have added a new gallery (#10) with 12 mandel zooms to my site:
  786.  
  787.     http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm
  788.  
  789.   Enjoy!
  790.  
  791.         - Sylvie
  792.  
  793. - --------------------------------------------------------------
  794. Thanks for using Fractint, The Fractals and Fractint Discussion List
  795. Post Message:   fractint@lists.xmission.com
  796. Get Commands:   majordomo@lists.xmission.com "help"
  797. Administrator:  twegner@phoenix.net
  798. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  799.  
  800. - --------------------------------------------------------------
  801. Thanks for using Fractint, The Fractals and Fractint Discussion List
  802. Post Message:   fractint@lists.xmission.com
  803. Get Commands:   majordomo@lists.xmission.com "help"
  804. Administrator:  twegner@phoenix.net
  805. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  806.  
  807. ------------------------------
  808.  
  809. Date: Mon, 14 Jun 1999 15:57:07 -0400
  810. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  811. Subject: (fractint) New Gallery
  812.  
  813. Hi All,
  814.  
  815.   It's me, again!  I just added three new embossed mandels to my Gallery
  816. #10:
  817.  
  818.    <http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm>
  819.  
  820.   Cheers,
  821.  
  822.         - Sylvie
  823.  
  824.  
  825. - --------------------------------------------------------------
  826. Thanks for using Fractint, The Fractals and Fractint Discussion List
  827. Post Message:   fractint@lists.xmission.com
  828. Get Commands:   majordomo@lists.xmission.com "help"
  829. Administrator:  twegner@phoenix.net
  830. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  831.  
  832. ------------------------------
  833.  
  834. Date: Mon, 14 Jun 1999 23:12:05 +0200
  835. From: "Pascal DUCLAUD-LACOSTE" <pascal.duclaud.lacoste@alphacentauri.be>
  836. Subject: (fractint) Sylvie Gallet !!!!
  837.  
  838. This is a multi-part message in MIME format.
  839.  
  840. - ------=_NextPart_000_002A_01BEB6BB.519DFAC0
  841. Content-Type: text/plain;
  842.     charset="iso-8859-1"
  843. Content-Transfer-Encoding: quoted-printable
  844.  
  845. Sylvie !!!=20
  846.  
  847. Mais comment faites - vous cela , !=20
  848.  
  849. Les images sont irr=E9elles et fascinantes .   Les fractales ont =
  850. d=E9j=E0 un peu le gout du soufre mais quelle sorci=E8re prodigieuse =
  851. =EAtes vous !!!
  852.  
  853.  
  854. Unreal and fascinating !!!=20
  855.  
  856. Pascal
  857.  
  858.  
  859.  
  860.  
  861. - ------=_NextPart_000_002A_01BEB6BB.519DFAC0
  862. Content-Type: text/html;
  863.     charset="iso-8859-1"
  864. Content-Transfer-Encoding: quoted-printable
  865.  
  866. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  867. <HTML>
  868. <HEAD>
  869.  
  870. <META content=3Dtext/html;charset=3Diso-8859-1 =
  871. http-equiv=3DContent-Type>
  872. <META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
  873. </HEAD>
  874. <BODY bgColor=3D#ffffff>
  875. <DIV><FONT color=3D#000000 size=3D2>Sylvie !!! </FONT></DIV>
  876. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  877. <DIV><FONT color=3D#000000 size=3D2>Mais comment faites - vous cela , !=20
  878. </FONT></DIV>
  879. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  880. <DIV><FONT color=3D#000000 size=3D2>Les images sont irréelles et =
  881. fascinantes=20
  882. .   Les fractales ont déjà un peu le gout du =
  883. soufre mais=20
  884. quelle sorcière prodigieuse êtes vous !!!</FONT></DIV>
  885. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  886. <DIV> </DIV>
  887. <DIV><FONT size=3D2>Unreal and fascinating !!! </FONT></DIV>
  888. <DIV><FONT size=3D2></FONT> </DIV>
  889. <DIV><FONT size=3D2>Pascal</FONT></DIV>
  890. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  891. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  892. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV></BODY></HTML>
  893.  
  894. - ------=_NextPart_000_002A_01BEB6BB.519DFAC0--
  895.  
  896.  
  897. - --------------------------------------------------------------
  898. Thanks for using Fractint, The Fractals and Fractint Discussion List
  899. Post Message:   fractint@lists.xmission.com
  900. Get Commands:   majordomo@lists.xmission.com "help"
  901. Administrator:  twegner@phoenix.net
  902. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  903.  
  904. ------------------------------
  905.  
  906. Date: Mon, 14 Jun 1999 22:27:47 -0700
  907. From: "Jay Hill" <ehill1@san.rr.com>
  908. Subject: Re: (fractint) Largest minibrot
  909.  
  910. > From: Benno.Schmid@gmx.net
  911. > Date: Tuesday, June 01, 1999 4:01 PM
  912.  
  913. > Sure. And it has the lowest period, too.
  914. > Speaking of midgets: Jay, how did you get the coordinates for your midget
  915. > and Misiuriewicz par files? I tried to calculate the roots with Newton's
  916. > method, but found them only up to period 4 without errors (in Fractint and
  917. > an own program). But for your p23 midgets, the polynomial would be of
  918. > 4194303th order!
  919.  
  920. I use Newton's method, but not in the usual manner. So far the only limitation 
  921. is the precision of the arithmetic I use - 80 bit floats available with Borland
  922.  
  923. compilers on Intel machines. With Newton's method I find all minibrots through 
  924. period 15 and all but one complex pair of period 16. When the roots get closer 
  925. than the resolution of the arithmetic, you are stuck.  So with period 23 I can
  926. find 
  927. a great many minibrots but the a 'small majority' will still go unfound. :-)
  928.  
  929. The easiest to find are those around the very outside edge of the filament
  930. forest.
  931. The hardest seem to be just to the negative side of the ... wait a second, if I
  932.  
  933. knew where the hardest ones are, I'd root them out and they would not be hard. 
  934.  
  935.  
  936. The Newton's method applied to period 8  produces a very nice fractal image. 
  937. I am debating entering it in the contest, under the heading of Specially Coded 
  938. Fractals. Since I'm not a Windows progammer, I am stuck with 16 colors low 
  939. resolution VGA graphics (640x480) from DOS. Oh, never mind, they are not 
  940. having a Specially Coded Fractals catagory after all. 
  941.  
  942. :-(
  943.  
  944. Jay
  945.  
  946.  
  947. - --------------------------------------------------------------
  948. Thanks for using Fractint, The Fractals and Fractint Discussion List
  949. Post Message:   fractint@lists.xmission.com
  950. Get Commands:   majordomo@lists.xmission.com "help"
  951. Administrator:  twegner@phoenix.net
  952. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  953.  
  954. ------------------------------
  955.  
  956. Date: Tue, 15 Jun 1999 11:07:53 -0600
  957. From: slack <jhansen@xmission.com>
  958. Subject: (fractint) Testing
  959.  
  960. This is a test.
  961.  
  962. - -- 
  963. - --------------------------------------------------------------------------
  964. Jason Hansen                                          jhansen@xmission.com
  965.  
  966. - --------------------------------------------------------------
  967. Thanks for using Fractint, The Fractals and Fractint Discussion List
  968. Post Message:   fractint@lists.xmission.com
  969. Get Commands:   majordomo@lists.xmission.com "help"
  970. Administrator:  twegner@phoenix.net
  971. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  972.  
  973. ------------------------------
  974.  
  975. Date: Thu, 17 Jun 1999 15:34:02 -0600
  976. From: "Tim Wegner" <twegner@phoenix.net>
  977. Subject: (fractint) List glitch
  978.  
  979. There was a problem with the fractint list the last few days, but it 
  980. has now been fixed 
  981.  
  982. Tim Wegner
  983.  
  984. - --------------------------------------------------------------
  985. Thanks for using Fractint, The Fractals and Fractint Discussion List
  986. Post Message:   fractint@lists.xmission.com
  987. Get Commands:   majordomo@lists.xmission.com "help"
  988. Administrator:  twegner@phoenix.net
  989. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  990.  
  991. ------------------------------
  992.  
  993. Date: Sat, 19 Jun 1999 13:17:10 -0600 
  994. From: Dimosthenis Baikos <baikosd@hotmail.com>
  995. Subject: (fractint) Date: Sat, 19 Jun 1999 22:16:34 EEST
  996.  
  997. Hi all,
  998.  
  999. My name is Dimosthenis Baikos. I am fractal and fractint newcomer. Could
  1000. anyone tell me how to send my first fractal to your lists
  1001. (fractint-digest@lists.xmission.com, fractint@lists.xmission.com):
  1002.  
  1003. I think I mail the .par and .frm (if any) files. Am I right?
  1004.  
  1005.  
  1006. Thank you very much for your help
  1007.  
  1008.  
  1009. ______________________________________________________
  1010. Get Your Private, Free Email at http://www.hotmail.com
  1011.  
  1012. - --------------------------------------------------------------
  1013. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1014. Post Message:   fractint@lists.xmission.com
  1015. Get Commands:   majordomo@lists.xmission.com "help"
  1016. Administrator:  twegner@phoenix.net
  1017. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1018.  
  1019. ------------------------------
  1020.  
  1021. Date: Sat, 19 Jun 1999 13:17:19 -0600 
  1022. From: Dimosthenis Baikos <baikosd@hotmail.com>
  1023. Subject: (fractint) Date: Sat, 19 Jun 1999 22:16:34 EEST
  1024.  
  1025. Hi all,
  1026.  
  1027. My name is Dimosthenis Baikos. I am fractal and fractint newcomer. Could
  1028. anyone tell me how to send my first fractal to your lists
  1029. (fractint-digest@lists.xmission.com, fractint@lists.xmission.com):
  1030.  
  1031. I think I mail the .par and .frm (if any) files. Am I right?
  1032.  
  1033.  
  1034. Thank you very much for your help
  1035.  
  1036.  
  1037. ______________________________________________________
  1038. Get Your Private, Free Email at http://www.hotmail.com
  1039.  
  1040. - --------------------------------------------------------------
  1041. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1042. Post Message:   fractint@lists.xmission.com
  1043. Get Commands:   majordomo@lists.xmission.com "help"
  1044. Administrator:  twegner@phoenix.net
  1045. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1046.  
  1047. ------------------------------
  1048.  
  1049. Date: Sat, 19 Jun 1999 19:23:53 -0600
  1050. From: Phil McRevis <legalize@xmission.com>
  1051. Subject: Re: (fractint) Date: Sat, 19 Jun 1999 22:16:34 EEST 
  1052.  
  1053. In article <19990619191637.59875.qmail@hotmail.com>,
  1054.     Dimosthenis Baikos <baikosd@hotmail.com>  writes:
  1055.  
  1056. > [...] Could
  1057. > anyone tell me how to send my first fractal to your lists
  1058. > (fractint-digest@lists.xmission.com, fractint@lists.xmission.com):
  1059. > I think I mail the .par and .frm (if any) files. Am I right?
  1060.  
  1061. Yes, a couple of refinements on that idea: the list prefers the
  1062. .par/.frm be included as simple text, and not as an attachment.  You
  1063. should comment the .par/.frm with your name, email and copyright date
  1064. if you wrote it, or the author's name/email if it was written by
  1065. someone else.  You can make the .par with fractint if you don't
  1066. already have it as a separate saved .par.  You can also include a URL
  1067. to the image that the corresponds to the .par/.frm if you like.  Its
  1068. asked that you not post the image itself, but instead the definition,
  1069. but this much you already have figured out ;-).
  1070. - --
  1071. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  1072.     ``Ain't it funny that they all fire the pistol,     
  1073.       at the wrong end of the race?''--PDBT     
  1074. legalize@xmission.com    <http://www.eden.com/~thewho>
  1075.  
  1076. - --------------------------------------------------------------
  1077. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1078. Post Message:   fractint@lists.xmission.com
  1079. Get Commands:   majordomo@lists.xmission.com "help"
  1080. Administrator:  twegner@phoenix.net
  1081. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1082.  
  1083. ------------------------------
  1084.  
  1085. Date: Sun, 20 Jun 1999 17:00:48 +1200
  1086. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  1087. Subject: Re: (fractint) Date: Sat, 19 Jun 1999 22:16:34 EEST 
  1088.  
  1089. >
  1090. >In article <19990619191637.59875.qmail@hotmail.com>,
  1091. >    Dimosthenis Baikos <baikosd@hotmail.com>  writes:
  1092. >
  1093. >> [...] Could
  1094. >> anyone tell me how to send my first fractal to your lists
  1095. >> (fractint-digest@lists.xmission.com, fractint@lists.xmission.com):
  1096. >> 
  1097. >> I think I mail the .par and .frm (if any) files. Am I right?
  1098. >
  1099. >Yes, a couple of refinements on that idea: the list prefers the
  1100. >.par/.frm be included as simple text, and not as an attachment.  You
  1101. >should comment the .par/.frm with your name, email and copyright date
  1102. >if you wrote it, or the author's name/email if it was written by
  1103. >someone else.  You can make the .par with fractint if you don't
  1104. >already have it as a separate saved .par.  You can also include a URL
  1105. >to the image that the corresponds to the .par/.frm if you like.  Its
  1106. >asked that you not post the image itself, but instead the definition,
  1107. >but this much you already have figured out ;-).
  1108.  
  1109. An example of this process would be the following. Note that the "frm:"
  1110. that precedes the "HenonJul" formula name is there so that all three items
  1111. (Saturn, Uranus, and the formula HenonJul) can be cut-and-pasted into the
  1112. one .par file. If you wish to place the formula in a separate .frm file,
  1113. the "frm:" should be dropped.
  1114.  
  1115. Morgan L. Owens
  1116.  
  1117.  
  1118.  
  1119. Saturn             { ; Photo taken by the Cassini probe in 2006
  1120.                      ; Copyright (c) 1999 Morgan L. Owens
  1121.   reset=1960 type=formula formulafile=more.frm formulaname=HenonJul
  1122.   center-mag=0/-0.0500391/0.6666667/1/90 params=2/0.01/8/0 float=y
  1123.   maxiter=1023 inside=255 periodicity=0
  1124.   colors=000975<26>xn_<31>222000000<56>000111333<33>zzz<31>222000000<61>00\
  1125.   0111332543764
  1126.   }
  1127. Uranus             { ; Photo taken by some probe some time in the future.
  1128.                      ; Copyright (c) 1999 Morgan L. Owens
  1129.   reset=1960 type=formula formulafile=more.frm formulaname=HenonJul
  1130.   center-mag=0/0.125/0.75/1/-70 params=5/1e-005/8/0 float=y
  1131.   maxiter=1023 inside=255 potential=255/1000/0 periodicity=0 passes=b
  1132.   colors=000<18>448559558<8>667777888<26>EEEFFFFFFFFGFFH<12>IIUIIVIIU<5>KK\
  1133.   QKKPKKPKKP<27>SSTSSTSSTSSTSSTSSU<68>hhuiiviiu<16>kjpkjpjio<43>CFI000
  1134.   }
  1135.  
  1136. frm:HenonJul{;Based on Fractint's "Henon" type.
  1137. bailout=real(p2)
  1138. a=real(p1)
  1139. b=imag(p1)
  1140. z=pixel:
  1141. x=real(z)
  1142. z=1+imag(z)-a*sqr(x)+flip(b*x)
  1143. |z|<=bailout}
  1144.  
  1145.  
  1146.  
  1147. - --------------------------------------------------------------
  1148. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1149. Post Message:   fractint@lists.xmission.com
  1150. Get Commands:   majordomo@lists.xmission.com "help"
  1151. Administrator:  twegner@phoenix.net
  1152. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1153.  
  1154. ------------------------------
  1155.  
  1156. End of fractint-digest V1 #397
  1157. ******************************
  1158.  
  1159.