home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / fractint.199905 < prev    next >
Internet Message Format  |  1999-05-31  |  378KB

  1. From: "Eric Litwak" <ericd@mediaone.net>
  2. Subject: RE: (fractint) Running under windows98
  3. Date: 01 May 1999 02:24:11 -0400
  4.  
  5.  
  6. The preliminary data on the K-7 SEEMS to indicate it will run faster than a
  7. P-III. There are still some chipset issues to be worked out (the K-7
  8. requires a new chipset to support it) but if it even comes close to the
  9. expected performance I will go with it.
  10.  
  11. > I guess when you do not want to make a 60% profit, you can sell your
  12. processors for
  13. > less money!
  14.  
  15. Amen! Isn't competition a wonderful thing? BTW, I have my K-6 networked
  16. right now and it works fine. It did take a few days for it to become happy
  17. with the network (now I know why, Thanks!) but the bugs are finally gone.
  18.  
  19.  
  20. Thanks for using Fractint, The Fractals and Fractint Discussion List
  21. Post Message:   fractint@lists.xmission.com
  22. Get Commands:   majordomo@lists.xmission.com "help"
  23. Administrator:  twegner@phoenix.net
  24. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  25.  
  26.  
  27. -------------------------------------------------------------------------------
  28.  
  29. From: "Adam Leggett" <adam@blackmatrix.com>
  30. Subject: Re: (fractint) Running under windows98
  31. Date: 01 May 1999 10:29:54 -0500
  32.  
  33. I still don't get it.  Do you mean that AMD has a 3DNow optimized, software
  34. rendering Direct3D driver, or what?  3DNow doesn't actually give you
  35. hardware 3D acceleration; in fact the only point on the rendering pipeline
  36. (whether OpenGL or D3D) that it really helps with is transforms (which most
  37. of the consumer 3D accelerators up until now don't handle).  I believe the
  38. M$ OpenGL DDK has 3DNow acceleration for transforms, which helps speed
  39. things up a bit whether you have hardware acceleration or not, but the
  40. software GL driver still returns a nonaccelerated pixel format through WGL.
  41. If Direct3D always says you have acceleration if you have 3DNow, that's a
  42. bug..
  43.  
  44. If Motocross Madness will not run unless D3D returns an accelerated mode,
  45. that's also a bug
  46.  
  47. Adam
  48.  
  49. > It enables the system to use software that actively seeks a 3D accelerator
  50. > (ie:MS Motocross Madness), without an added card.  Graphics and other FPU
  51. > functions are greatly enhanced.
  52. >
  53. > -Jack
  54. >
  55. >  > 3D-Now! makes the system think that it has a 3D accelerator card
  56. > (Voodoo2,
  57. >  > etc), when in fact it does not.  Therefore, the system will run
  58. software
  59. >  > that REQUIRES an accelerator card. Basically, AMD finally did something
  60. >  > right.  Yes, the 350MHz processor would be the slowest that I would go
  61. > with
  62. >  > on K6-2s, though.  My advice, wait for the K6-3s to become available.
  63. >
  64. > Sorry, I have no idea what you mean by making the system think it has an
  65. > accelerator card, care to elaborate?
  66. >
  67. > Thanks
  68. >
  69.  
  70.  
  71. Thanks for using Fractint, The Fractals and Fractint Discussion List
  72. Post Message:   fractint@lists.xmission.com
  73. Get Commands:   majordomo@lists.xmission.com "help"
  74. Administrator:  twegner@phoenix.net
  75. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  76.  
  77.  
  78. -------------------------------------------------------------------------------
  79.  
  80. From: "Tim Wegner" <twegner@phoenix.net>
  81. Subject: Re: (fractint) Running under windows98
  82. Date: 01 May 1999 10:43:30 -0600
  83.  
  84. The AMD/ 3D now thread seems to have drifted away from the list 
  85. topic (fractals/fractint).
  86.  
  87. Tim
  88.  
  89.  
  90. Thanks for using Fractint, The Fractals and Fractint Discussion List
  91. Post Message:   fractint@lists.xmission.com
  92. Get Commands:   majordomo@lists.xmission.com "help"
  93. Administrator:  twegner@phoenix.net
  94. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  95.  
  96.  
  97. -------------------------------------------------------------------------------
  98.  
  99. From: BillatNY@aol.com
  100. Subject: (fractint) Fractint Formula Question
  101. Date: 01 May 1999 14:55:30 EDT
  102.  
  103. My math is mediocre and I'm hoping the more accomplished of you out there can 
  104. answer what is probably a simple question.
  105.  
  106. How would you express the equation for the Julia type fractals in terms of a 
  107. Fractint formula FRM file?
  108.  
  109. Thanks!
  110. Bill
  111.  
  112. Thanks for using Fractint, The Fractals and Fractint Discussion List
  113. Post Message:   fractint@lists.xmission.com
  114. Get Commands:   majordomo@lists.xmission.com "help"
  115. Administrator:  twegner@phoenix.net
  116. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  117.  
  118.  
  119. -------------------------------------------------------------------------------
  120.  
  121. From: Carlpaulw@aol.com
  122. Subject: Re: (fractint) Fractint Formula Question
  123. Date: 01 May 1999 16:15:57 EDT
  124.  
  125. Hi Bill,
  126.  
  127. > How would you express the equation for the Julia type fractals in terms of 
  128. >  Fractint formula FRM file?
  129.  
  130. Here's the formula for the Mandelbrot equation Julia sets.
  131.  
  132. Julia {
  133.     c = p1  ; the Julia set coordinates
  134.     b = 4    ; bailout value
  135.     z = pixel
  136.     :
  137.     z = z * z + c
  138.     |z| < b
  139. }
  140.  
  141. Paul Carlson
  142.  
  143. Thanks for using Fractint, The Fractals and Fractint Discussion List
  144. Post Message:   fractint@lists.xmission.com
  145. Get Commands:   majordomo@lists.xmission.com "help"
  146. Administrator:  twegner@phoenix.net
  147. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  148.  
  149.  
  150. -------------------------------------------------------------------------------
  151.  
  152. From: Tom Conally <conally@netpath.net>
  153. Subject: (fractint) new page
  154. Date: 01 May 1999 22:50:50 -0400
  155.  
  156. Hi Folks
  157. I am rather redfaced. I have been trying to post to the list for two days
  158. and non of my posts have come up. I was getting other posts so I did a "who
  159. fractint" command and immediately got a "This is a private list, you are
  160. not a subscriber". I see said the blind man. I had changed my reply address
  161. to a net forwarder as I anticipate changing my ISP sometime soon. I guess
  162. the joke's on me. 
  163. Well, I have put up a new page that shows an original fractal and the
  164. result of my post processing. I thought it would be interesting to show
  165. both versions. Take a look and let me know what you think.
  166. http://members.tripod.com/afractal/beforeafter.html
  167.  
  168. Tom Conally
  169. In every boomerang there is a perfect throw.
  170. Your life, Grasshopper, is to practice  till you find that throw
  171. and become one with that boomerang!
  172. __________________________________________
  173. Boomerangs        http://www.angelfire.com/nc/conally
  174. Paradise             http://www.netpath.net/~conally/
  175. Fractal Images   http://members.tripod.com/afractal
  176. Teddybear's picnic http://members.tripod.com/afractal/picnic/teddybear.html
  177.  
  178.  
  179. Thanks for using Fractint, The Fractals and Fractint Discussion List
  180. Post Message:   fractint@lists.xmission.com
  181. Get Commands:   majordomo@lists.xmission.com "help"
  182. Administrator:  twegner@phoenix.net
  183. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  184.  
  185.  
  186. -------------------------------------------------------------------------------
  187.  
  188. From: Paul DeCelle <PaulDC@prodigy.net>
  189. Subject: Re: (fractint) new page
  190. Date: 01 May 1999 23:28:21 -0400
  191.  
  192. Looks good, Tom--
  193.  
  194. PSP is my post-processor of choice, too.  I mainly use it for
  195. anti-aliasing and special effects like drop shadows, but the hot wax
  196. filter is pretty cool, too.
  197.  
  198. Regards, Paul
  199.  
  200. Thanks for using Fractint, The Fractals and Fractint Discussion List
  201. Post Message:   fractint@lists.xmission.com
  202. Get Commands:   majordomo@lists.xmission.com "help"
  203. Administrator:  twegner@phoenix.net
  204. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  205.  
  206.  
  207. -------------------------------------------------------------------------------
  208.  
  209. From: BillatNY@aol.com
  210. Subject: Re: (fractint) Fractint Formula Question
  211. Date: 02 May 1999 08:46:59 EDT
  212.  
  213. In a message dated 5/1/99 4:21:21 PM Eastern Daylight Time, Carlpaulw@aol.com 
  214. writes:
  215.  
  216. << Here's the formula for the Mandelbrot equation Julia sets.
  217.  
  218.  Julia {
  219.      c = p1  ; the Julia set coordinates
  220.      b = 4    ; bailout value
  221.      z = pixel
  222.      :
  223.      z = z * z + c
  224.      |z| < b
  225.  }
  226.  
  227.  Paul Carlson
  228.   >>
  229. Thanks Paul!  It was the c=p1 part that I wasn't understanding properly.  It 
  230. makes sense to me now.
  231.  
  232. Bill
  233.  
  234. Thanks for using Fractint, The Fractals and Fractint Discussion List
  235. Post Message:   fractint@lists.xmission.com
  236. Get Commands:   majordomo@lists.xmission.com "help"
  237. Administrator:  twegner@phoenix.net
  238. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  239.  
  240.  
  241. -------------------------------------------------------------------------------
  242.  
  243. From: Barry Spreen <bspreen@mwci.net>
  244. Subject: RE: (fractint) Running under windows98
  245. Date: 02 May 1999 10:01:27 -0500
  246.  
  247. At 08:30 AM 4/30/99 -0400, Eric Litwak wrote:
  248. >I have to respectfully disagree with Adam. I have a clone I built myself;
  249. >AMD K-6 233, 64Mb, Creative Voodoo Banshee, and other than an occasional
  250. >lockup (caused by a cheesy motherboard) fractint and other programs run
  251. >great.
  252. >
  253. >Right click on the shortcut and go to properties. Under the memory tab set
  254. >initial environment to 512. This should clear up your errors. All other
  255. >settings are auto. If that doesn't work, try 1024.
  256.  
  257. Eric,
  258.  
  259. I have tried both 512 and 1024 on Initial Environment, and the problem
  260. persists. The screen goes blank for a second - A message is displayed,
  261. upper left, but too fast to read - then the desktop reappears.
  262.  
  263.  
  264.  
  265. Best,
  266. Barry
  267. mailto:bspreen@mwci.net
  268.  
  269. Thanks for using Fractint, The Fractals and Fractint Discussion List
  270. Post Message:   fractint@lists.xmission.com
  271. Get Commands:   majordomo@lists.xmission.com "help"
  272. Administrator:  twegner@phoenix.net
  273. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  274.  
  275.  
  276. -------------------------------------------------------------------------------
  277.  
  278. From: "Phil DiGiorgi" <phild@iinc.com>
  279. Subject: Re: (fractint) Running under windows98
  280. Date: 02 May 1999 17:57:16 -0400
  281.  
  282. > I have tried both 512 and 1024 on Initial Environment, and the problem
  283. > persists. The screen goes blank for a second - A message is displayed,
  284. > upper left, but too fast to read - then the desktop reappears.
  285. >
  286.  
  287. Hi Barry,
  288.  
  289. Did you try starting a full-screen DOS session under windows first, then
  290. running fractint from there?   What happens then?   Also, look in your
  291. 'sstools.ini' and see what the "video=" line is set to.   Try commenting it
  292. out (put a ; in front of it) or set it to a lo-res mode like "video=F3" and
  293. see what happens.
  294.  
  295. As to running Fractint in real-mode DOS (no windows running), check that you
  296. are not loading the real-mode compression drivers 'drvspace.bin' or
  297. 'dblspace.bin'.   These are hidden files that are sometimes placed in your
  298. root directory and are loaded before windows boots, then unloaded and replaced
  299. by the windows 32-bit drivers if needed.   If either of these files is in your
  300. 'C:\' directory, move them somewhere else, then boot up into dos and see if
  301. fractint will run.
  302.  
  303. Hope this helps,
  304.  
  305. Phil D.
  306.  
  307.  
  308. Thanks for using Fractint, The Fractals and Fractint Discussion List
  309. Post Message:   fractint@lists.xmission.com
  310. Get Commands:   majordomo@lists.xmission.com "help"
  311. Administrator:  twegner@phoenix.net
  312. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  313.  
  314.  
  315. -------------------------------------------------------------------------------
  316.  
  317. From: "Randall Britten" <randall@is.co.za>
  318. Subject: (fractint) XFractint on Solaris 2.6.1
  319. Date: 03 May 1999 09:13:36 +0200
  320.  
  321. Has anyone got xfractint running on Solaris 2.6.1 (SunOS 5.6)?
  322.  
  323. The instructions in the make file don't work
  324.  
  325. The furtherest I have got is that everything compiles, but during linking
  326. (with gcc) I get:
  327.  
  328. Undefined                       first referenced
  329.  symbol                             in file
  330. _fmemmove                           bigflt.o
  331. _fmemset                            bigflt.o
  332. _fmemcpy                            bigflt.o
  333.  
  334. -------------------------
  335. Randall Britten
  336.  
  337.  
  338.  
  339.  
  340. Thanks for using Fractint, The Fractals and Fractint Discussion List
  341. Post Message:   fractint@lists.xmission.com
  342. Get Commands:   majordomo@lists.xmission.com "help"
  343. Administrator:  twegner@phoenix.net
  344. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  345.  
  346.  
  347. -------------------------------------------------------------------------------
  348.  
  349. From: Phil McRevis <legalize@xmission.com>
  350. Subject: Re: (fractint) XFractint on Solaris 2.6.1 
  351. Date: 03 May 1999 01:26:38 -0600
  352.  
  353.  
  354. In article <000301be9534$76e41650$e3021ac4@galilee.is.co.za>,
  355.     "Randall Britten" <randall@is.co.za>  writes:
  356.  
  357. > Has anyone got xfractint running on Solaris 2.6.1 (SunOS 5.6)?
  358.  
  359. I've not had any problems on Solaris; I think you just need the right
  360. defines.  I compile with XFRACT, NOBSTRING and BIG_ANSI_C all defined
  361. and then it works OK.  If that doesn't fix it for you, mail me your
  362. makefile and I'll see if I can spot the problem.
  363. --
  364. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  365.     ``Ain't it funny that they all fire the pistol,     
  366.       at the wrong end of the race?''--PDBT     
  367. legalize@xmission.com    <http://www.eden.com/~thewho>
  368.  
  369. Thanks for using Fractint, The Fractals and Fractint Discussion List
  370. Post Message:   fractint@lists.xmission.com
  371. Get Commands:   majordomo@lists.xmission.com "help"
  372. Administrator:  twegner@phoenix.net
  373. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  374.  
  375.  
  376. -------------------------------------------------------------------------------
  377.  
  378. From: "Randall Britten" <randall@is.co.za>
  379. Subject: RE: (fractint) XFractint on Solaris 2.6.1 
  380. Date: 03 May 1999 11:08:11 +0200
  381.  
  382. Thanks, that solved it.  I was missing BIG_ANSI_C.
  383.  
  384.  
  385.  
  386. -----Original Message-----
  387. [mailto:owner-fractint@lists.xmission.com] On Behalf Of Phil McRevis
  388. Sent:    Monday 03 May 1999 09:27
  389.  
  390.  
  391. In article <000301be9534$76e41650$e3021ac4@galilee.is.co.za>,
  392.     "Randall Britten" <randall@is.co.za>  writes:
  393.  
  394. > Has anyone got xfractint running on Solaris 2.6.1 (SunOS 5.6)?
  395.  
  396. I've not had any problems on Solaris; I think you just need the right
  397. defines.  I compile with XFRACT, NOBSTRING and BIG_ANSI_C all defined
  398. and then it works OK.  If that doesn't fix it for you, mail me your
  399. makefile and I'll see if I can spot the problem.
  400. --
  401. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  402.     ``Ain't it funny that they all fire the pistol,
  403.       at the wrong end of the race?''--PDBT
  404. legalize@xmission.com    <http://www.eden.com/~thewho>
  405.  
  406. Thanks for using Fractint, The Fractals and Fractint Discussion List
  407. Post Message:   fractint@lists.xmission.com
  408. Get Commands:   majordomo@lists.xmission.com "help"
  409. Administrator:  twegner@phoenix.net
  410. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  411.  
  412.  
  413. Thanks for using Fractint, The Fractals and Fractint Discussion List
  414. Post Message:   fractint@lists.xmission.com
  415. Get Commands:   majordomo@lists.xmission.com "help"
  416. Administrator:  twegner@phoenix.net
  417. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  418.  
  419.  
  420. -------------------------------------------------------------------------------
  421.  
  422. From: "Randall Britten" <randall@is.co.za>
  423. Subject: (fractint) Orbits configuration
  424. Date: 04 May 1999 09:55:03 +0200
  425.  
  426. Is there a way to configure how many points of an orbit are shown (i.e. in
  427. orbits mode (pressing o) if I only wanted to see the first three points of
  428. the orbit, how could this be done) ?
  429.  
  430. Secondly, is there a way to see the scale of the orbits screen (i.e. xy
  431. coordinates of corners) ?
  432.  
  433. Thirdly, during picture generation (if one presses o), the orbits are on the
  434. actual fractal, but is there a way to have the orbits on the actual fractal
  435. in ordinary orbits mode?
  436.  
  437. Thanks in advance.
  438.  
  439. -------------------------
  440. Randall Britten
  441.  
  442.  
  443.  
  444.  
  445. Thanks for using Fractint, The Fractals and Fractint Discussion List
  446. Post Message:   fractint@lists.xmission.com
  447. Get Commands:   majordomo@lists.xmission.com "help"
  448. Administrator:  twegner@phoenix.net
  449. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  450.  
  451.  
  452. -------------------------------------------------------------------------------
  453.  
  454. From: "Randall Britten" <randall@is.co.za>
  455. Subject: (fractint) JuliaSaver
  456. Date: 04 May 1999 16:15:17 +0200
  457.  
  458. Here is a really cool screen saver, analogous to the space bar feature of
  459. Fractint where one scrolls through various julia's corresponding to points
  460. in Mandelbrot.
  461.  
  462. http://www.fractalus.com/juliasaver/
  463.  
  464. Tips: Animation: "Cardioid II"
  465. Color: neon.map (from the fractint distribution).
  466.  
  467. -------------------------
  468. Randall Britten
  469.  
  470.  
  471.  
  472.  
  473. Thanks for using Fractint, The Fractals and Fractint Discussion List
  474. Post Message:   fractint@lists.xmission.com
  475. Get Commands:   majordomo@lists.xmission.com "help"
  476. Administrator:  twegner@phoenix.net
  477. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  478.  
  479.  
  480. -------------------------------------------------------------------------------
  481.  
  482. From: Phil McRevis <legalize@xmission.com>
  483. Subject: Re: (fractint) Orbits configuration 
  484. Date: 04 May 1999 11:35:40 -0600
  485.  
  486.  
  487. In article <002401be9603$6bfd6730$e3021ac4@galilee.is.co.za>,
  488.     "Randall Britten" <randall@is.co.za>  writes:
  489.  
  490. > Is there a way to configure how many points of an orbit are shown (i.e. in
  491. > orbits mode (pressing o) if I only wanted to see the first three points of
  492. > the orbit, how could this be done) ?
  493.  
  494. Have you tried setting maximum number of iterations to three?  Then
  495. the "orbit" will consist of at most three points.
  496.  
  497. > Secondly, is there a way to see the scale of the orbits screen (i.e. xy
  498. > coordinates of corners) ?
  499.  
  500. The help file says:
  501.  
  502.     <<> or <,>  Zoom orbits image smaller
  503.     <>> or <.>  Zoom orbits image larger
  504.     <z>         Restore default zoom.
  505.  
  506. Did you try these?
  507.  
  508. > Thirdly, during picture generation (if one presses o), the orbits are on the
  509. > actual fractal, but is there a way to have the orbits on the actual fractal
  510. > in ordinary orbits mode?
  511.  
  512. I'm not sure what you're asking here...
  513. --
  514. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  515.     ``Ain't it funny that they all fire the pistol,     
  516.       at the wrong end of the race?''--PDBT     
  517. legalize@xmission.com    <http://www.eden.com/~thewho>
  518.  
  519. Thanks for using Fractint, The Fractals and Fractint Discussion List
  520. Post Message:   fractint@lists.xmission.com
  521. Get Commands:   majordomo@lists.xmission.com "help"
  522. Administrator:  twegner@phoenix.net
  523. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  524.  
  525.  
  526. -------------------------------------------------------------------------------
  527.  
  528. From: Lee Skinner <LeeHSkinner@compuserve.com>
  529. Subject: (fractint) Two Pars
  530. Date: 04 May 1999 23:20:49 -0400
  531.  
  532. Here are a couple of pretty pars:
  533.  
  534. frm: rsp_a304 { ; 3/99     R Parracho
  535.   c=3Dz=3Dpixel:
  536.   oz=3Dz, z=3Dz*z+c,test=3D|z|/|oz|
  537.   |test|<1 || |test|>2
  538. }
  539.  
  540. 6a304003           { ;                                       t=3D  0:05:5=
  541. 4.17
  542.                      ; on a P233 at 1600x1200  May 04, 1999  12:22:46
  543.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  544.                      ;  Version 1961 Patchlevel 71
  545.   reset=3D1961 type=3Dformula formulafile=3Dfractint.frm
  546.   formulaname=3Drsp_a304 passes=3D1
  547.   center-mag=3D-0.330647/0.653639/16.56586/1/-29.999 float=3Dy
  548.   maxiter=3D1024 inside=3D0 outside=3Datan periodicity=3D0
  549.   colors=3D0008MS<3>88E85B717<3>Z54e63l72s81zA0<11>R50O40L40<3>920<8>UXAW=
  550. `BZ\
  551.   cD<3>hrI<3>UnXRm_NlcJkgFfpAaz<2>`Lz<6>nfUpiPrmL<2>xv6zz1zzC<2>zzz<3>jqd=
  552. f\
  553.   o_blU<3>Mb8<3>LQ8KM8KJ8<2>I88H44G00<3>TA5WD6ZF7aI8eLAhMBiODjQF<3>qeBriA=
  554. t\
  555.   m9vq8xu7zz5zz4zz3<8>zY4zV5zS5<3>zE6<13>J52G42D32<3>000000<2>903C04D05<3=
  556. 2\
  557.   >r2qs2rt2t<3>z3z<3>X7`Q8UI9NAAG<2>0Qc<3>5Xc6Zc7`c8bcAdc<2>LhfOigQih<11>=
  558. m\
  559.   ttouuqvv<3>zzz<3>rwzovzhsw<4>8_d<2>8QV sound=3Dbeep/pc
  560.   }
  561.  
  562. 6a304005           { ;                                       t=3D  0:04:0=
  563. 8.85
  564.                      ; on a P233 at 1600x1200  May 04, 1999  12:22:46
  565.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  566.                      ;  Version 1961 Patchlevel 71
  567.   reset=3D1961 type=3Dformula formulafile=3Dfractint.frm
  568.   formulaname=3Drsp_a304 passes=3D1
  569.   center-mag=3D-0.38969609952775690/+0.64719029552820840/192.6263/1/-30
  570.   float=3Dy maxiter=3D1024 inside=3D0 outside=3Datan periodicity=3D0
  571.   colors=3D000uxxwyyzzz<3>rwzovzhsw<3>Gch8_d8Xa<3>8JP8FL8CI<2>717<3>Z54e6=
  572. 3l7\
  573.   2s81zA0<11>R50O40L40<3>920<8>UXAW`BZcD<3>hrI<3>UnXRm_NlcJkgFfpAaz<2>`Lz=
  574. <\
  575.   6>nfUpiPrmL<2>xv6zz1zzC<2>zzz<3>jqdfo_blU<3>Mb8<3>LQ8KM8KJ8<2>I88H44G00=
  576. <\
  577.   3>TA5WD6ZF7aI8eLAhMBiODjQF<3>qeBriAtm9vq8xu7zz5zz4zz3<8>zY4zV5zS5<3>zE6=
  578. <\
  579.   13>J52G42D32<3>000000<2>903C04D05<32>r2qs2rt2t<3>z3z<3>X7`Q8UI9NAAG<2>0=
  580. Q\
  581.   c<3>5Xc6Zc7`c8bcAdc<2>LhfOigQih<14>sww sound=3Dbeep/pc
  582.   }
  583.  
  584. Lee
  585.  
  586. Thanks for using Fractint, The Fractals and Fractint Discussion List
  587. Post Message:   fractint@lists.xmission.com
  588. Get Commands:   majordomo@lists.xmission.com "help"
  589. Administrator:  twegner@phoenix.net
  590. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  591.  
  592.  
  593. -------------------------------------------------------------------------------
  594.  
  595. From: "Randall Britten" <randall@is.co.za>
  596. Subject: RE: (fractint) Orbits configuration 
  597. Date: 05 May 1999 10:26:50 +0200
  598.  
  599.  
  600.  
  601. > > Is there a way to configure how many points of an orbit are  shown (i.e.
  602. in
  603. > > orbits mode (pressing o) if I only wanted to see the first three points
  604. of
  605. > > the orbit, how could this be done) ?
  606. >
  607. > Have you tried setting maximum number of iterations to three?  Then
  608. > the "orbit" will consist of at most three points.
  609.  
  610. Thanks for this tip, it helps control the orbits, but now the source fractal
  611. has low resolution.  What is needed is the facility to specify lower
  612. iterations for the orbits than for the source fractal.
  613.  
  614. > > Secondly, is there a way to see the scale of the orbits  screen (i.e. xy
  615. > > coordinates of corners) ?
  616. >
  617. > The help file says:
  618. >
  619. >     <<> or <,>  Zoom orbits image smaller
  620. >     <>> or <.>  Zoom orbits image larger
  621. >     <z>         Restore default zoom.
  622. >
  623. > Did you try these?
  624.  
  625. Yes, I know about those, but I want to have more exact information on the
  626. scale of the orbits window as in the exact xy coordinates of the corners.
  627.  
  628. > > Thirdly, during picture generation (if one presses o), the  orbits are
  629. on the
  630. > > actual fractal, but is there a way to have the orbits on  the actual
  631. fractal
  632. > > in ordinary orbits mode?
  633. >
  634. > I'm not sure what you're asking here...
  635.  
  636. It relates to question 2.  Especially in the Julia set, which is in the
  637. "dynamic plane" it would be nice to be able to follow the orbits relative to
  638. the actual julia set.  But since orbits and the actual fractal are in
  639. separate windows, it is hard track where the one is relative to the other.
  640. During picture generation, orbits appear in the same window as the fractal,
  641. and it would be nice to be able to do this with manual orbits explore mode.
  642. I tried using view windows and setting the view window of the main fractal
  643. to the size of the whole screen, hoping that the orbits window would
  644. overlap, but it is too clever, and the orbits window became small again.
  645.  
  646.  
  647.  
  648. Thanks for using Fractint, The Fractals and Fractint Discussion List
  649. Post Message:   fractint@lists.xmission.com
  650. Get Commands:   majordomo@lists.xmission.com "help"
  651. Administrator:  twegner@phoenix.net
  652. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  653.  
  654.  
  655. -------------------------------------------------------------------------------
  656.  
  657. From: "Ricardo M. Forno" <rforno@afip.gov.ar>
  658. Subject: RE: (fractint) Two Pars
  659. Date: 05 May 1999 10:28:15 -0300
  660.  
  661. I see you use reset=1961 in your pars. Is there a fractint version after
  662. 19.6? Where can I get it?
  663.  
  664. ----------
  665. De: Lee Skinner <LeeHSkinner@compuserve.com>
  666. A: fractint@lists.xmission.com
  667. Asunto: (fractint) Two Pars
  668. Fecha: MiΘrcoles 5 de Mayo de 1999 12:20 AM
  669.  
  670. Here are a couple of pretty pars:
  671.  
  672. frm: rsp_a304 { ; 3/99     R Parracho
  673.   c=z=pixel:
  674.   oz=z, z=z*z+c,test=|z|/|oz|
  675.   |test|<1 || |test|>2
  676. }
  677.  
  678. 6a304003           { ;                                       t=  0:05:54.17
  679.                      ; on a P233 at 1600x1200  May 04, 1999  12:22:46
  680.                      ; Image Copyright 1999 by Lee H. Skinner ver=1961
  681.                      ;  Version 1961 Patchlevel 71
  682.   reset=1961 type=formula formulafile=fractint.frm
  683.   formulaname=rsp_a304 passes=1
  684.   center-mag=-0.330647/0.653639/16.56586/1/-29.999 float=y
  685.   maxiter=1024 inside=0 outside=atan periodicity=0
  686.   colors=0008MS<3>88E85B717<3>Z54e63l72s81zA0<11>R50O40L40<3>920<8>UXAW`BZ\
  687.   cD<3>hrI<3>UnXRm_NlcJkgFfpAaz<2>`Lz<6>nfUpiPrmL<2>xv6zz1zzC<2>zzz<3>jqdf\
  688.   o_blU<3>Mb8<3>LQ8KM8KJ8<2>I88H44G00<3>TA5WD6ZF7aI8eLAhMBiODjQF<3>qeBriAt\
  689.   m9vq8xu7zz5zz4zz3<8>zY4zV5zS5<3>zE6<13>J52G42D32<3>000000<2>903C04D05<32\
  690.   >r2qs2rt2t<3>z3z<3>X7`Q8UI9NAAG<2>0Qc<3>5Xc6Zc7`c8bcAdc<2>LhfOigQih<11>m\
  691.   ttouuqvv<3>zzz<3>rwzovzhsw<4>8_d<2>8QV sound=beep/pc
  692.   }
  693.  
  694. 6a304005           { ;                                       t=  0:04:08.85
  695.                      ; on a P233 at 1600x1200  May 04, 1999  12:22:46
  696.                      ; Image Copyright 1999 by Lee H. Skinner ver=1961
  697.                      ;  Version 1961 Patchlevel 71
  698.   reset=1961 type=formula formulafile=fractint.frm
  699.   formulaname=rsp_a304 passes=1
  700.   center-mag=-0.38969609952775690/+0.64719029552820840/192.6263/1/-30
  701.   float=y maxiter=1024 inside=0 outside=atan periodicity=0
  702.   colors=000uxxwyyzzz<3>rwzovzhsw<3>Gch8_d8Xa<3>8JP8FL8CI<2>717<3>Z54e63l7\
  703.   2s81zA0<11>R50O40L40<3>920<8>UXAW`BZcD<3>hrI<3>UnXRm_NlcJkgFfpAaz<2>`Lz<\
  704.   6>nfUpiPrmL<2>xv6zz1zzC<2>zzz<3>jqdfo_blU<3>Mb8<3>LQ8KM8KJ8<2>I88H44G00<\
  705.   3>TA5WD6ZF7aI8eLAhMBiODjQF<3>qeBriAtm9vq8xu7zz5zz4zz3<8>zY4zV5zS5<3>zE6<\
  706.   13>J52G42D32<3>000000<2>903C04D05<32>r2qs2rt2t<3>z3z<3>X7`Q8UI9NAAG<2>0Q\
  707.   c<3>5Xc6Zc7`c8bcAdc<2>LhfOigQih<14>sww sound=beep/pc
  708.   }
  709.  
  710. Lee
  711.  
  712. Thanks for using Fractint, The Fractals and Fractint Discussion List
  713. Post Message:   fractint@lists.xmission.com
  714. Get Commands:   majordomo@lists.xmission.com "help"
  715. Administrator:  twegner@phoenix.net
  716. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  717. ----------
  718.  
  719.  
  720. Thanks for using Fractint, The Fractals and Fractint Discussion List
  721. Post Message:   fractint@lists.xmission.com
  722. Get Commands:   majordomo@lists.xmission.com "help"
  723. Administrator:  twegner@phoenix.net
  724. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  725.  
  726.  
  727. -------------------------------------------------------------------------------
  728.  
  729. From: "Andrew Coppin" <KHCM8AC@dmu.ac.uk>
  730. Subject: (fractint) Purely mathematical
  731. Date: 05 May 1999 15:14:40 GMT
  732.  
  733. I have a question: For those of you who can't remember, the formulas 
  734. for the "Barnsley Julia" fractals are:
  735.  
  736. BJ1: If real(Z) >= 0
  737.   Then Z=(Z-1)*C
  738.   Else Z=Z(Z+1)*C
  739.  
  740. BJ2: If real(Z)*imag(C) + real(C)*imag(Z) >= 0
  741.   Then Z=(Z-1)*C
  742.   Else Z=(Z+1)*C
  743.  
  744. BJ3: Re(Z) >= 0
  745.   Then Z=(real(Z)^2 - imag(Z)^2 - 1) + (2*real(Z)*imag(Z))i
  746.   Else Z=(real(Z)^2 - imag(Z)^2 - 1 + real(C)*real(Z)) + 
  747. (2*real(Z)*imag(Z) + imag(C)*real(Z)))i.
  748.  
  749. My question is this: Where on earth did M. Barnsley *get* these from?
  750.  
  751. Julia #3 is the only one which looks remotely recognisible (and 
  752. indeed its graphical form is more "Juliaish"). That first term looks 
  753. a bit like real(Z)^2 - imag(Z)^2, which is the result of real(Z^2). 
  754. But the rest? What is the mathematical reasons behind it? I know a 
  755. lot of people out there simply type formulas into FractInt and get 
  756. pretty pictures, but I can't imagine someone like Barnsley inventing 
  757. them out of thin air. What's the background? And how do you work out 
  758. the derrivatives of functions like that?!?!
  759.  
  760. P. S. I too would like to know out to super-impose orbits over the 
  761. fractal and not a seperate window. FractInt does it while rendering, 
  762. but not it seems once it's finnished...
  763.  
  764. P. P. S. I'm talking to you Tim: So you can't generalise Complex 
  765. Numbers into a 4D field... But *can* you generalise them into a 3D 
  766. set without loosing any field properties? Just how complicated is the 
  767. proof of there being no 4D fields (i.e. would someone like me 
  768. understand it)?
  769.  
  770. Nam et ipsa scientia potestus est!
  771. (Sir Francis Bacon)
  772. Andrew Orphi Coppin
  773. DMU MK.
  774.  
  775. Thanks for using Fractint, The Fractals and Fractint Discussion List
  776. Post Message:   fractint@lists.xmission.com
  777. Get Commands:   majordomo@lists.xmission.com "help"
  778. Administrator:  twegner@phoenix.net
  779. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  780.  
  781.  
  782. -------------------------------------------------------------------------------
  783.  
  784. From: Lee Skinner <LeeHSkinner@compuserve.com>
  785. Subject: (fractint) Two Pars
  786. Date: 05 May 1999 22:35:25 -0400
  787.  
  788. Ricardo,
  789.  
  790. >> I see you use reset=3D1961 in your pars. Is there a fractint version a=
  791. fter
  792. 19.6? Where can I get it? <<
  793.  
  794. That is because I am using the developer's version of Fractint, which doe=
  795. s
  796. contain a few new features, but also has not been certified bug-free.
  797.  
  798. I think that the developers are getting ready to release a new version, o=
  799. r
  800. a beta version, soon.  Keep watching this list.
  801.  
  802. Lee
  803.  
  804. Thanks for using Fractint, The Fractals and Fractint Discussion List
  805. Post Message:   fractint@lists.xmission.com
  806. Get Commands:   majordomo@lists.xmission.com "help"
  807. Administrator:  twegner@phoenix.net
  808. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  809.  
  810.  
  811. -------------------------------------------------------------------------------
  812.  
  813. From: "Adam Leggett" <adam@blackmatrix.com>
  814. Subject: Re: (fractint) Two Pars
  815. Date: 05 May 1999 22:43:59 -0500
  816.  
  817. Who are these "developers", and why the closed model?
  818.  
  819. ----- Original Message ----- 
  820. Sent: Wednesday, May 05, 1999 9:35 PM
  821.  
  822.  
  823. Ricardo,
  824.  
  825. >> I see you use reset=1961 in your pars. Is there a fractint version after
  826. 19.6? Where can I get it? <<
  827.  
  828. That is because I am using the developer's version of Fractint, which does
  829. contain a few new features, but also has not been certified bug-free.
  830.  
  831. I think that the developers are getting ready to release a new version, or
  832. a beta version, soon.  Keep watching this list.
  833.  
  834. Lee
  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.  
  847. From: "Tim Wegner" <twegner@phoenix.net>
  848. Subject: RE: (fractint) Two Pars
  849. Date: 05 May 1999 22:50:45 -0600
  850.  
  851. Ricardo asked:
  852.  
  853. > I see you use reset=1961 in your pars. Is there a fractint version after
  854. > 19.6? Where can I get it?
  855.  
  856. This is the developer's version. We are planning to release a public 
  857. beta soon. 
  858.  
  859. Tim
  860.  
  861.  
  862. Thanks for using Fractint, The Fractals and Fractint Discussion List
  863. Post Message:   fractint@lists.xmission.com
  864. Get Commands:   majordomo@lists.xmission.com "help"
  865. Administrator:  twegner@phoenix.net
  866. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  867.  
  868.  
  869. -------------------------------------------------------------------------------
  870.  
  871. From: Lee Skinner <LeeHSkinner@compuserve.com>
  872. Subject: (fractint) Two more pars
  873. Date: 06 May 1999 00:19:18 -0400
  874.  
  875. Here are two more pars:
  876.  
  877. 6ms07598           { ;                                       t=3D  0:01:1=
  878. 1.40
  879.                      ; on a P233 at 1600x1200  May 05, 1999  22:16:28
  880.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  881.                      ;  Version 1961 Patchlevel 71
  882.   reset=3D1960 type=3Dmandel passes=3D1
  883.   center-mag=3D-1.76884039665347800/+0.00228582777189063/5.98252e+007/1/-=
  884. 50
  885.   params=3D0/0 float=3Dy maxiter=3D4096 inside=3D0 outside=3Dsumm rseed=3D=
  886. -2436
  887.   colors=3D000txzrwzovz<3>NglGch8_d<3>8MS8JP8FL<3>717<3>Z54e63l72s81zA0<1=
  888. 1>R\
  889.   50O40L40<3>920<8>UXAW`BZcD<3>hrI<3>UnXRm_NlcJkgFfpAaz<2>`Lz<6>nfUpiPrmL=
  890. <\
  891.   2>xv6zz1zzC<2>zzz<3>jqdfo_blU<3>Mb8<3>LQ8KM8KJ8<2>I88H44G00<3>TA5WD6ZF7=
  892. a\
  893.   I8eLAhMBiODjQF<3>qeBriAtm9vq8xu7zz5zz4zz3<8>zY4zV5zS5<3>zE6<13>J52G42D3=
  894. 2\
  895.   <3>000000<2>903C04D05<21>d1`e1bf1c<3>k2i<4>R2UM1QI1N<3>009<3>0AL0DO0FR<=
  896. 2\
  897.   >0N_0Qc1Rc<3>6Zc7`c8bcAdc<2>LhfOigQih<11>mttouuqvv<3>zzzxzzvyz
  898.   sound=3Dbeep/pc
  899.   }
  900.  
  901. 6ms07609           { ;                                       t=3D  0:01:3=
  902. 0.52
  903.                      ; on a P233 at 1600x1200  May 05, 1999  22:16:28
  904.                      ; Image Copyright 1999 by Lee H. Skinner ver=3D1961
  905.                      ;  Version 1961 Patchlevel 71
  906.   reset=3D1960 type=3Dmandel passes=3D1
  907.   center-mag=3D-0.16076045523795930/+1.03690858518634000/6.090172e+007/1/=
  908. -72\
  909.   .5 params=3D0/0 float=3Dy maxiter=3D4096 inside=3D0 outside=3Dsumm rsee=
  910. d=3D-2436
  911.   colors=3D000yM5<3>zE6<2>lNCgQFeNDbJA<6>QD6OC6MB5<3>F73000000<7>O09R0AU0=
  912. B<2\
  913.   >b0Ee0Ff5I<4>oVZq_asee<3>zzs<3>pjWnfPkbJiZDfV7cQ0<3>SI0<3>RC0QA0Q80P60<=
  914. 2\
  915.   >G00<3>4KW0Qc1Rc<3>6Zc7`c8bcAdc<7>bokepliqm<2>tupxwrzyt<3>zsZzqUzpOznJy=
  916. l\
  917.   Dxj2wiK<3>vc4ua0ub3<3>vhJviNvjPwkR<3>xqexriytmyuqzwu<7>yXayUZxQX<3>wCM<=
  918. 3\
  919.   >bADYABS99N97H84<6>WG8YH8_I9<3>hMB<8>SE7QD6OC6<3>H84FB3PG3<3>iY2oa1tf1z=
  920. k\
  921.   0<3>0kk<2>WgD<3>CXF<5>IUDJTDKSDLSDMRCOQBORAOPA<3>OE6NB5PC6RD6zF7WG7<3>c=
  922. K\
  923.   9eLAhMB<3>lUInVJpXH<2>vdByg8yh5yi3<10>yO5 sound=3Dbeep/pc
  924.   }
  925.  
  926. Lee Skinner
  927.  
  928. Thanks for using Fractint, The Fractals and Fractint Discussion List
  929. Post Message:   fractint@lists.xmission.com
  930. Get Commands:   majordomo@lists.xmission.com "help"
  931. Administrator:  twegner@phoenix.net
  932. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  933.  
  934.  
  935. -------------------------------------------------------------------------------
  936.  
  937. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  938. Subject: Re: (fractint) Purely mathematical
  939. Date: 06 May 1999 17:17:00 +1200
  940.  
  941. At 15:14 05/05/99 GMT, Andrew Coppin wrote:
  942. >
  943. >P. P. S. I'm talking to you Tim: So you can't generalise Complex 
  944. >Numbers into a 4D field... But *can* you generalise them into a 3D 
  945. >set without loosing any field properties? Just how complicated is the 
  946. >proof of there being no 4D fields (i.e. would someone like me 
  947. >understand it)?
  948. >
  949. No. Whether an explanation would satisfy you depends on what you already
  950. know (any group theory? Since you seem to know what a field is, I assume
  951. you know what groups/rings/fields are, in which case skip to the *-*-*-*;
  952. or even the **-**-**, but for the benefit of people who aren't familiar
  953. with either - and then only if they're interested enough ...)
  954.  
  955. <Engaging maths-style>
  956.  
  957. So first off I'll sketch out what a group is. A group is a set of things
  958. and an operation that combines pairs of things to produce a thing that is
  959. also in the set
  960.  
  961. The defining properties of a group are as follows. Assuming that we use '+'
  962. to denote the operation (note that '+' doesn't necessarily mean addition as
  963. we know it, just something that is compatible with these rules):
  964. 1) For all a, b, c in the group, (a+b)+c = a+(b+c)  (associativity)
  965. 2) There is an element e in the group such that a+e=e+a=a for all a.
  966. (identity)
  967.     (It can be proved that there can be only one such identity).
  968. 3) For all a in the group, there is an element b in the group such that
  969. a+b=b+a=e (inverse).
  970.  
  971. Quick example: addition mod 4
  972.  
  973. + | 0 1 2 3   0 is the identity
  974. --+--------   1 is the inverse of 3
  975. 0 | 0 1 2 3
  976. 1 | 1 2 3 0
  977. 2 | 2 3 0 1
  978. 3 | 3 0 1 2
  979.  
  980. An extra property may be included, stating that the operation commutes:
  981.  
  982. 4) For all a, b in the group, a+b=b+a.
  983.  
  984. A group with this property (the example just given is one such) is known as
  985. an "Abelian group".
  986.  
  987.  
  988. Now, a ring. A ring is an enhancement of an Abelian group. As well as
  989. having all the structure of an Abelian group, rings have a second operation
  990. '*' and further rules:
  991.  
  992. 5) For all a, b, c, a*(b*c)=(a*b)*c (so both operations are associative)
  993. 6) For all a, b, c, a*(b+c)=a*b+a*c and (b+c)*a=b*a+c*a (distributivity)
  994.  
  995. Again, commutivity is optional:
  996.  
  997. 7) For all a, b in the ring, a*b=b*a.
  998.  
  999. A ring with this property is called a "commutative ring". An example would
  1000. be the ordinary integers with the operations of addition and multiplication.
  1001.  
  1002. Important thing to note about rings: There is no guarantee that every
  1003. element of the ring has an inverse under '*', nor is there any guarantee
  1004. that there is an element '1' such that 1*a=a*1=a.
  1005.  
  1006. To point to the previous example, integers don't come with integer inverses
  1007. (except 1 itself). To illustrate the second non-guarantee, consider the set
  1008. of _even_ integers with familiar addition and multiplication. The resulting
  1009. structure satisfies all seven rules, but there is no number n such that n
  1010. times m equals m for all m.
  1011.  
  1012.  
  1013. Now we can get on to a field.
  1014. A field is a ring. It is a commutative ring. It is a ring in which the two
  1015. properties noted just now _do_ hold. Every nonzero element has an inverse
  1016. under '*', and '*'ing an element by its inverse gives the same unique
  1017. element (known as 'unity' and conventionally written '1'.)
  1018.  
  1019. Nonzero? Ah, remember that the '+' operation that makes our structure a
  1020. group has an identity element. At the time I've written it 'e'. Now I'm
  1021. changing my notation and writing it '0' and calling it zero. A nonzero
  1022. element is any element other than 0. This, incidentally, is the rule broken
  1023. by "hypercomplex" numbers.
  1024.  
  1025. The rational numbers form a field. So do the reals. And the complex numbers.
  1026.  
  1027. *-*-*-*
  1028.  
  1029. Complex arithmetic has a group structure.
  1030. Consider that a complex number is one of the form a+ib, where i has the
  1031. property that ii=-1. For convenience one can draw up a little
  1032. multiplication table:
  1033.  
  1034.  + |  1 -1  i -i (I'm using '+' because this is a group)
  1035. ---+------------
  1036.  1 |  1 -1  i -i This group is named "Z2+Z2"; it is equivalent to the group
  1037. -1 | -1  1 -i  i formed by adding _pairs_ of integers mod 2.
  1038.  i |  i -i -1  1
  1039. -i | -i  i  1 -1
  1040.  
  1041. Quaternion arithmetic has a group structure as well.
  1042. Consider that a quaternion number is one of the form a+ib+jc+kd, where i,
  1043. j, k has the property that ii=jj=kk=ijk=-1. One can again draw up a
  1044. multiplication table, but it would not necessarily be very illuminating.
  1045. You can do it if you want: It has eight elements 1, -1, i, -i, j, -j, k,
  1046. and -k. Just remember things like the fact that ij=-ji (multiplication is
  1047. not commutative - violating property (7) above and disqualifying Quaternion
  1048. arithmetic as a field).
  1049.  
  1050. The group generated by quaternion arithmetic has a name as well: Q4.
  1051.  
  1052. **-**-**
  1053.  
  1054. At this point I'm going to wave my hands and gloss over some of the most
  1055. powerful and deep theorems of group theory. But although _understanding_
  1056. them requires a textbook's worth of groundwork, for our purposes enough of
  1057. their results can be obtained by straightforward brute force: Build up
  1058. every possible multiplication table of sizes 1x1, 2x2, 3x3, 4x4, ...;
  1059. making sure that each one satisfies properties (1)-(3) of a group, and is
  1060. distinct and not simply a relabelling of elements or a reshuffling of rows
  1061. and colums of another.
  1062.  
  1063. I'm just going to give the result: how many groups there are of various
  1064. sizes (I'll even name them).
  1065.  
  1066. 1-element groups: One. Z1
  1067. 2-element groups: One. Z2
  1068. 3-element groups: One. Z3
  1069. 4-element groups: Two. Z4, Z2+Z2
  1070. 5-element groups: One. Z5
  1071. 6-element groups: Two. Z6, D3
  1072. 7-element groups: One. Z7
  1073. 8-element groups: Five. Z8, Z4+Z2, Z2+Z2+Z2, D4, Q4
  1074.  
  1075. Zn represents "addition mod n", Zn+Zm means adding pairs of integers mod
  1076. <n,m> (<a,b>+<c,d>=<a+c mod n,b+d mod m>). D3 and D4 are the symmetries of
  1077. an equilateral triangle and a square, respectively (the elements of the
  1078. group being rotations and reflections, and the operation a+b meaning "do a
  1079. then do b" - the identity element is of course "do nothing"). Q4 is
  1080. quaternion arithmetic.
  1081.  
  1082. To generalise complex numbers into higher dimensions, what you need is an
  1083. arithmetic structure that contains the structure of complex arithmetic. Of
  1084. all the groups just listed, the _only_ groups that contain such a structure
  1085. are the complex numbers themselves, and quaternions.
  1086.  
  1087. In particular, for a 3D generalisation, the group would need six elements
  1088. (1, -1, i, -i, j, -j). There are only two six-element groups: addition mod
  1089. 6 (which obviously is inadequate), and the symmetries of an equilateral
  1090. triangle - which can also be shown to be unable to support complex arithmetic.
  1091.  
  1092. Morgan L. Owens
  1093.  
  1094.  
  1095.  
  1096. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1097. Post Message:   fractint@lists.xmission.com
  1098. Get Commands:   majordomo@lists.xmission.com "help"
  1099. Administrator:  twegner@phoenix.net
  1100. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1101.  
  1102.  
  1103. -------------------------------------------------------------------------------
  1104.  
  1105. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  1106. Subject: (fractint) Two more pars
  1107. Date: 06 May 1999 04:31:52 -0400
  1108.  
  1109. Hi Lee,
  1110.  
  1111. >> Here are a couple of pretty pars:
  1112. >>
  1113. >> Here are two more pars:
  1114.  
  1115.   Very nice images!
  1116.  
  1117.   Cheers,
  1118.  
  1119.         - Sylvie
  1120.  
  1121. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1122. Post Message:   fractint@lists.xmission.com
  1123. Get Commands:   majordomo@lists.xmission.com "help"
  1124. Administrator:  twegner@phoenix.net
  1125. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1126.  
  1127.  
  1128. -------------------------------------------------------------------------------
  1129.  
  1130. From: "Andrew Coppin" <KHCM8AC@dmu.ac.uk>
  1131. Subject: Re: (fractint) Purely mathematical
  1132. Date: 06 May 1999 09:44:13 GMT
  1133.  
  1134. Morgan L. Owens wrote:
  1135. > I'm just going to give the result: how many groups there are of various
  1136. > sizes (I'll even name them).
  1137. > 1-element groups: One. Z1
  1138. > 2-element groups: One. Z2
  1139. > 3-element groups: One. Z3
  1140. > 4-element groups: Two. Z4, Z2+Z2
  1141. > 5-element groups: One. Z5
  1142. > 6-element groups: Two. Z6, D3
  1143. > 7-element groups: One. Z7
  1144. > 8-element groups: Five. Z8, Z4+Z2, Z2+Z2+Z2, D4, Q4
  1145. > Zn represents "addition mod n", Zn+Zm means adding pairs of integers mod
  1146. > <n,m> (<a,b>+<c,d>=<a+c mod n,b+d mod m>). D3 and D4 are the symmetries of
  1147. > an equilateral triangle and a square, respectively (the elements of the
  1148. > group being rotations and reflections, and the operation a+b meaning "do a
  1149. > then do b" - the identity element is of course "do nothing"). Q4 is
  1150. > quaternion arithmetic.
  1151.  
  1152. So which one is hypercomplex arithmatic?
  1153.  
  1154. > To generalise complex numbers into higher dimensions, what you need is an
  1155. > arithmetic structure that contains the structure of complex arithmetic. Of
  1156. > all the groups just listed, the _only_ groups that contain such a structure
  1157. > are the complex numbers themselves, and quaternions.
  1158. > In particular, for a 3D generalisation, the group would need six elements
  1159. > (1, -1, i, -i, j, -j). There are only two six-element groups: addition mod
  1160. > 6 (which obviously is inadequate), and the symmetries of an equilateral
  1161. > triangle - which can also be shown to be unable to support complex arithmetic.
  1162.  
  1163. Absolutly fasinating! By the way, I have a list of field/ring/etc 
  1164. properties on my web pages; I don't suppose you'd like to verify that 
  1165. I've got them right? You can find this at
  1166.  
  1167.   http://www.mk.dmu.ac.uk/~khcm8ac/Full/Math/Field.html
  1168.  
  1169. Do you know of any web sites where I can find out more on this sort 
  1170. of thing? (and Math in general? I've yet to find a good math site!)
  1171.  
  1172. P. S. Does anyone know what's being throwen into the stone soup in 
  1173. this "developer" version of FractInt?
  1174.  
  1175. Nam et ipsa scientia potestus est!
  1176. (Sir Francis Bacon)
  1177. Andrew Orphi Coppin
  1178. DMU MK.
  1179.  
  1180. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1181. Post Message:   fractint@lists.xmission.com
  1182. Get Commands:   majordomo@lists.xmission.com "help"
  1183. Administrator:  twegner@phoenix.net
  1184. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1185.  
  1186.  
  1187. -------------------------------------------------------------------------------
  1188.  
  1189. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  1190. Subject: Re: (fractint) Purely mathematical
  1191. Date: 07 May 1999 00:10:54 +1200
  1192.  
  1193. At 09:44 06/05/99 GMT, Andrew Coppin wrote:
  1194. >Morgan L. Owens wrote:
  1195. >
  1196. >So which one is hypercomplex arithmatic?
  1197. >
  1198. >> To generalise complex numbers into higher dimensions, what you need is an
  1199. >> arithmetic structure that contains the structure of complex arithmetic. Of
  1200. >> all the groups just listed, the _only_ groups that contain such a structure
  1201. >> are the complex numbers themselves, and quaternions.
  1202. >> 
  1203. >
  1204. I err in this paragraph, as I should have known from the existence of
  1205. hypercomplex numbers. There is another group with enough structure to
  1206. support complex arithmetic, and I did list it.
  1207.  
  1208. Hypercomplex arithmetic has the same structure as the group Z4+Z2. The
  1209. relationship between the components of a hypercomplex number and pairs of
  1210. integers mod <4,2> is as follows:
  1211.  
  1212.  1 = <0,0>   ij=ji=k        <0,1><1,1>=<1,1><0,1>=<1,2>
  1213. -1 = <0,2>   jk=kj=-i       <1,1><1,2>=<1,2><1,1>=<0,3>
  1214.  i = <0,1>   ik=ki=-j       <0,1><1,2>=<1,2><0,1>=<1,3>
  1215. -i = <0,3>   ii=jj=-kk=-1   <0,1><0,1>=<1,1><1,1>=<1,0><1,2>=<0,2>
  1216.  j = <1,1>   ijk=1          <0,1><1,1><1,2>=<0,0>
  1217. -j = <1,3>   
  1218.  k = <1,2>   
  1219. -k = <1,0>   
  1220.  
  1221. >
  1222. >Absolutly fasinating! By the way, I have a list of field/ring/etc 
  1223. >properties on my web pages; I don't suppose you'd like to verify that 
  1224. >I've got them right? You can find this at
  1225. >
  1226. >  http://www.mk.dmu.ac.uk/~khcm8ac/Full/Math/Field.html
  1227. >
  1228. More clearly stated than I managed...
  1229.  
  1230. >Do you know of any web sites where I can find out more on this sort 
  1231. >of thing? (and Math in general? I've yet to find a good math site!)
  1232. >
  1233. A few maths links I keep (I used to have more but something ate my
  1234. bookmarks, and I'm still reassembling the list):
  1235.  
  1236. http://www.math.niu.edu/~rusin/papers/known-math/index/
  1237. http://www.csc.fi/math_topics/
  1238. http://www.ics.uci.edu/~eppstein/junkyard/
  1239. http://euclid.math.fsu.edu/Science/math.html
  1240. http://wwwmaths.anu.edu.au/services/mathsweb.html
  1241. http://www.siam.org/world/
  1242. http://www.mathsoft.com/asolve/constant/constant.html
  1243. http://gams.nist.gov/
  1244. http://www.research.att.com/%7Enjas/sequences/eisonline.html
  1245.  
  1246. Most of these links supply plenty of further links for exploration.
  1247.  
  1248. Morgan L. Owens
  1249.  
  1250.  
  1251.  
  1252. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1253. Post Message:   fractint@lists.xmission.com
  1254. Get Commands:   majordomo@lists.xmission.com "help"
  1255. Administrator:  twegner@phoenix.net
  1256. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1257.  
  1258.  
  1259. -------------------------------------------------------------------------------
  1260.  
  1261. From: comdotatdotcom@csi.com
  1262. Subject: RE: Re: (fractint) Two Pars
  1263. Date: 06 May 1999 23:58 0000
  1264.  
  1265.  
  1266. >Who are these "developers", and why the closed model?
  1267.  
  1268. Pleased to meet you Adam! I'm Robin and I tend to concentrate on
  1269. interface
  1270. gizmos for FractInt, for the others, check out the credits screen :-)
  1271.  
  1272. It's not that closed a model, the source code for the current version is
  1273. allways freely available and once anyone has contacted Tim or
  1274. contributed a patch they can get hold of the current developers source.
  1275. What we don't do currently is widely distribute loads of intermediate
  1276. version
  1277. executables as that would be a support nightmare!
  1278. It has been rather a long time since the last official version though, sorry
  1279. folks but fear not, release of a beta is close at hand.....
  1280.  
  1281.  
  1282. Cheers,
  1283.          Robin.
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1291. Post Message:   fractint@lists.xmission.com
  1292. Get Commands:   majordomo@lists.xmission.com "help"
  1293. Administrator:  twegner@phoenix.net
  1294. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1295.  
  1296.  
  1297. -------------------------------------------------------------------------------
  1298.  
  1299. From: "Andrew Coppin" <KHCM8AC@dmu.ac.uk>
  1300. Subject: (fractint) Purely Mathematical
  1301. Date: 07 May 1999 10:16:41 GMT
  1302.  
  1303. I have seen the error of my ways; my web pages have been altered 
  1304. accordinly! I've also added a little table at the bottom sor quick 
  1305. reference. Check it out! Alternativly, start at the root of my pages:
  1306.  
  1307.   http://www.mk.dmu.ac.uk/~khcm8ac/
  1308.  
  1309. I've got pages on Complex arithmatic, but that's about all at the 
  1310. moment. More is on the way though! And thank you very much for the 
  1311. links!!!
  1312.  
  1313. Nam et ipsa scientia potestus est!
  1314. (Sir Francis Bacon)
  1315. Andrew Orphi Coppin
  1316. DMU MK.
  1317.  
  1318. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1319. Post Message:   fractint@lists.xmission.com
  1320. Get Commands:   majordomo@lists.xmission.com "help"
  1321. Administrator:  twegner@phoenix.net
  1322. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1323.  
  1324.  
  1325. -------------------------------------------------------------------------------
  1326.  
  1327. From: lori rosenthal <lrosen@austin.cc.tx.us>
  1328. Subject: (fractint) fractal art short course
  1329. Date: 07 May 1999 09:39:12 -0500
  1330.  
  1331. I downloaded Fracint a month ago and joined the discussion list.  I've been
  1332. following conversations as much as my busy schedule allows.  Too bad I didn't save
  1333. all the email because I remember discussion relevant to what I'm trying to do now.
  1334.  
  1335. I'd like to offer a couple of workshops on fractal art at my home institution,
  1336. ACC.  I need to compile a list of resources (on and off the web) for primarily
  1337. graphic and commercial art students.  Would you folks mind giving me a hand by
  1338. sending me your favorite URLs, books, and other publications.  I'll be happy to
  1339. acknowledge each contributor along with this discussion group.
  1340.  
  1341. Also, we will be downloading Fractint onto Win98 workstations.  I use DOS, 95, NT,
  1342. and Linux myself and confess that I blew off most of that discussion.  Never say
  1343. never.  Could someone remind me of the important aspects of installing on 98?
  1344. They frown at me when I say DOS in the photo lab, but if it works, I think I can
  1345. persuade them to go that way.
  1346.  
  1347. Many thanks,
  1348. Lori Rosenthal
  1349. Math Department
  1350. Austin Community College
  1351.  
  1352.  
  1353.  
  1354.  
  1355. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1356. Post Message:   fractint@lists.xmission.com
  1357. Get Commands:   majordomo@lists.xmission.com "help"
  1358. Administrator:  twegner@phoenix.net
  1359. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1360.  
  1361.  
  1362. -------------------------------------------------------------------------------
  1363.  
  1364. From: "Adam Leggett" <adam@blackmatrix.com>
  1365. Subject: Re: Re: (fractint) Two Pars
  1366. Date: 07 May 1999 11:52:39 -0500
  1367.  
  1368.  
  1369.  
  1370. >
  1371. > >Who are these "developers", and why the closed model?
  1372. >
  1373. > Pleased to meet you Adam! I'm Robin and I tend to concentrate on
  1374. > interface
  1375. > gizmos for FractInt, for the others, check out the credits screen :-)
  1376. >
  1377. > It's not that closed a model, the source code for the current version is
  1378. > allways freely available and once anyone has contacted Tim or
  1379. > contributed a patch they can get hold of the current developers source.
  1380. > What we don't do currently is widely distribute loads of intermediate
  1381. > version
  1382. > executables as that would be a support nightmare!
  1383. > It has been rather a long time since the last official version though,
  1384. sorry
  1385. > folks but fear not, release of a beta is close at hand.....
  1386.  
  1387. Why not have a publically accessible CVS server like everyone else?  Even
  1388. some commercial developers do that.
  1389.  
  1390. Adam
  1391.  
  1392.  
  1393.  
  1394. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1395. Post Message:   fractint@lists.xmission.com
  1396. Get Commands:   majordomo@lists.xmission.com "help"
  1397. Administrator:  twegner@phoenix.net
  1398. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1399.  
  1400.  
  1401. -------------------------------------------------------------------------------
  1402.  
  1403. From: "Bresslau" <bresslau@ruralsp.com.br>
  1404. Subject: (fractint) =?iso-8859-1?Q?Why_don=B4t_my_programs_run_peacefuly_together=3F=3F?=
  1405. Date: 09 Jan 1999 21:10:00 -0200
  1406.  
  1407. First I tried partobat,  and it cries to me: runtime error 200 at 0488:00=
  1408. 91
  1409. Then, I got the contest kit and tried to run the update option 4, so I
  1410. should get 1024x768 images. It wont run with an option (4,5,6...), only
  1411. alone, as if it would generate thumbnails. I tried changing the shortkey
  1412. assignement to the video-disk modes, I tried changing them both in fracti=
  1413. nt
  1414. and in all of the makegif*.bat=B4s. Is it because I=B4m running within wi=
  1415. ndows?
  1416. or is it something to do with my path (c:\geral\mat\fractint) ? I really
  1417. want to see all the beautiful pars I got from you, but I don=B4t want to =
  1418. call
  1419. them all one by one.
  1420. Another question: I=B4ve also tried the fractint saver as a par tester, b=
  1421. ut
  1422. when i have one single file containing hundreds of pars I put the saver t=
  1423. o
  1424. print 64 images on the screen. So it begins generating them nicely, but,
  1425. when it comes to the last image on the screen and has to start from the
  1426. beginning again it simply overwrites the files just saved. My idea was to
  1427. let it work all night long so in the morning I would find lot of nice pic=
  1428. s
  1429. in my hard drive, but I don=B4t know what else to try.
  1430. So that=B4s it. If anybody knows the answers or how I find them, please a=
  1431. nswer
  1432. me.
  1433.  
  1434. Oh, I had some trouble with fimap too, are all the problems related??
  1435.  
  1436. Fernando Bresslau - Brazil
  1437.  
  1438.  
  1439. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1440. Post Message:   fractint@lists.xmission.com
  1441. Get Commands:   majordomo@lists.xmission.com "help"
  1442. Administrator:  twegner@phoenix.net
  1443. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1444.  
  1445.  
  1446. -------------------------------------------------------------------------------
  1447.  
  1448. From: Ralph Feltens <feltens@biochem.mu-luebeck.de>
  1449. Subject: Re: (fractint) fractal art short course
  1450. Date: 10 May 1999 13:44:33 +0200
  1451.  
  1452. Hello Lori
  1453.  
  1454. >
  1455. > I'd like to offer a couple of workshops on fractal art at my home institution,
  1456. > ACC.  I need to compile a list of resources (on and off the web) for primarily
  1457. > graphic and commercial art students.  Would you folks mind giving me a hand by
  1458. > sending me your favorite URLs, books, and other publications.  I'll be happy to
  1459. > acknowledge each contributor along with this discussion group.
  1460. >
  1461.  
  1462. Here are two sites that might be of interest to you. The first one is a link to "The
  1463. Beauty of Chaos" homepage http://i30www.ira.uka.de/~ukrueger/fractals/. It is a
  1464. database of 500+ pictures of the mandelbrot set. I found this one very inspiring for
  1465. showing how to find interesting & beautiful motifs within the mandelbrot set.
  1466.  
  1467. The second one is the homepage of Michael Freeman
  1468. (http://www2.capcollege.bc.ca/~mfreeman/). He has developed a suite of little programs
  1469. (only Mandelbrot-Sets), requiring parameter inputs (i.e. coordinates) that can be
  1470. obtained via a fractint par file. His programs have the following advantages:
  1471.  
  1472. a) truecolor output (tga files / continous potential / colorfile editor included, but
  1473. some manipulation with a text editor sometimes helpful)
  1474. b) unlimited resolution, which is very interesting for high quality output (I made
  1475. most of the pictures on my walls using resolutions of up to 8400 x 6300)
  1476. [c) anti-aliasing program: useful for generating smaller images from a larger one /
  1477. enhancing output quality]
  1478.  
  1479.  
  1480. Ralph Feltens
  1481.  
  1482.  
  1483. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1484. Post Message:   fractint@lists.xmission.com
  1485. Get Commands:   majordomo@lists.xmission.com "help"
  1486. Administrator:  twegner@phoenix.net
  1487. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1488.  
  1489.  
  1490. -------------------------------------------------------------------------------
  1491.  
  1492. From: Gedeon Peteri <gedeon@InfoAve.Net>
  1493. Subject: (fractint) Updated Chebyshev formula file
  1494. Date: 10 May 1999 10:13:39 -0400
  1495.  
  1496. Morgan L. Owens' Chebyshev formula collection has been updated and made
  1497. compatible with Orgform. The collection may be found on either of my
  1498. three Chebyshev pages at my Geocities web site. Please visit one of them
  1499. and download this newly revised and corrected collection and let it
  1500. replace your current one.
  1501.  
  1502. Gedeon
  1503.  
  1504. --
  1505. Fractals: http://www.geocities.com/~gedeonp/index.html
  1506. Member Infinite Fractal Loop
  1507. Last updated: May 5, 1999 - New Euler images
  1508. Photography: http://members.xoom.com/gedeonp/index.html
  1509. Last updated: February 23, 1999 - three new pages
  1510.  
  1511.  
  1512.  
  1513. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1514. Post Message:   fractint@lists.xmission.com
  1515. Get Commands:   majordomo@lists.xmission.com "help"
  1516. Administrator:  twegner@phoenix.net
  1517. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1518.  
  1519.  
  1520. -------------------------------------------------------------------------------
  1521.  
  1522. From: nick.grasso@hrads.com
  1523. Subject: =?iso-8859-1?Q?Re:_(fractint)_Why_don=B4t_my_programs_run_peacefu?=
  1524. Date: 10 May 1999 14:56:55 -0400
  1525.  
  1526.  
  1527.  
  1528. Fernando Bresslau  wrote:
  1529.  
  1530. >>> First I tried partobat,  and it cries to me: runtime error 200 at
  1531. 0488:0091<<<
  1532.  
  1533. You probably have an old version which doesn't work on fast PCs. Try version 3.5
  1534. at http://www.hajoweber.de/download/program/partob35.zip
  1535.  
  1536. Sorry, I can't help you with the other problems, but:
  1537.  
  1538. >>> Oh, I had some trouble with fimap too, are all the problems related?? <<<
  1539.  
  1540. You don't mean fimaps.exe that generates color maps do you? If so, I am the
  1541. author of that program.
  1542.  
  1543. Nick
  1544.  
  1545.  
  1546.  
  1547. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1548. Post Message:   fractint@lists.xmission.com
  1549. Get Commands:   majordomo@lists.xmission.com "help"
  1550. Administrator:  twegner@phoenix.net
  1551. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1552.  
  1553.  
  1554. -------------------------------------------------------------------------------
  1555.  
  1556. From: "Ognen Ivanovski" <frexpler@freemail.org.mk>
  1557. Subject: (fractint) Visit Genum
  1558. Date: 11 May 1999 17:24:51 +0200
  1559.  
  1560. I've created an interactive site that develops fractal formulas using
  1561. Genetic Algorithms based on the votes that visitors give for the existing
  1562. formulas (i.e. fractals).
  1563.  
  1564. Please visit it so it would work (the site needs votes to produce new and
  1565. unexpected fractals).
  1566.  
  1567. http://come.to/genum
  1568.  
  1569. http://eon.pmf.ukim.edu.mk/~milkman/genum/
  1570.  
  1571. It is the same site
  1572. Thanks.
  1573. Ognen
  1574.  
  1575.  
  1576.  
  1577.  
  1578. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1579. Post Message:   fractint@lists.xmission.com
  1580. Get Commands:   majordomo@lists.xmission.com "help"
  1581. Administrator:  twegner@phoenix.net
  1582. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1583.  
  1584.  
  1585. -------------------------------------------------------------------------------
  1586.  
  1587. From: "Bresslau" <bresslau@ruralsp.com.br>
  1588. Subject: (fractint) =?iso-8859-1?Q?Re:_=28fractint=29_Why_don=B4t_my_programs_run_peacefuly_t?=
  1589. Date: 11 Jan 1999 22:01:14 -0200
  1590.  
  1591. Nick Grasso wrote:
  1592.  
  1593. >You probably have an old version which doesn't work on fast PCs. Try
  1594. version 3.5
  1595. >at http://www.hajoweber.de/download/program/partob35.zip
  1596.  
  1597.  
  1598. Thanks, I=B4m going to check it tomorrow from college. Last time I tried =
  1599. to
  1600. download it the page (I don=B4t if it=B4s the sam) was being updated.
  1601.  
  1602. >>>> Oh, I had some trouble with fimap too, are all the problems related?=
  1603. ?
  1604. <<<
  1605. >
  1606. >You don't mean fimaps.exe that generates color maps do you? If so, I am =
  1607. the
  1608. >author of that program.
  1609.  Yes, that=B4s it, but I have to get a closer look at it to see if the pr=
  1610. oblem
  1611. continues to exest.
  1612.  
  1613. Thank you so much,
  1614. Fernando,
  1615. USP, S=E3o Paulo, Brazil
  1616.  
  1617.  
  1618. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1619. Post Message:   fractint@lists.xmission.com
  1620. Get Commands:   majordomo@lists.xmission.com "help"
  1621. Administrator:  twegner@phoenix.net
  1622. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1623.  
  1624.  
  1625. -------------------------------------------------------------------------------
  1626.  
  1627. From: "Bresslau" <bresslau@ruralsp.com.br>
  1628. Subject: Re: (fractint) Visit Genum
  1629. Date: 11 Jan 1999 22:25:05 -0200
  1630.  
  1631. I visited it(http://eon.pmf.ukim.edu.mk/~milkman/genum/
  1632. ), my vote was for pic 8 first, pic 2nd and 4 3rd, but I got this message:
  1633. INTERNAL: unrecognized language en?jazik=en
  1634.  
  1635. Best regards,
  1636. Bresslau
  1637.  
  1638.  
  1639.  
  1640. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1641. Post Message:   fractint@lists.xmission.com
  1642. Get Commands:   majordomo@lists.xmission.com "help"
  1643. Administrator:  twegner@phoenix.net
  1644. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1645.  
  1646.  
  1647. -------------------------------------------------------------------------------
  1648.  
  1649. From: Mark Christenson <mchris@hooked.net>
  1650. Subject: Re: (fractint) Visit Genum
  1651. Date: 11 May 1999 19:31:19 -0700
  1652.  
  1653. At 05:24 PM 5/11/99 +0200, Ognen wrote:
  1654. >...
  1655. >Genetic Algorithms 
  1656. >...
  1657.  
  1658.  :o)
  1659.  
  1660. >Please visit it so it would work (the site needs votes to produce new and
  1661. >unexpected fractals).
  1662.  
  1663. I tried both URLs, got a code 404 both times.  :o(
  1664. Hopefully it's a server problem that will clear later.
  1665.  
  1666.  
  1667. Bud
  1668.  
  1669.  
  1670. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1671. Post Message:   fractint@lists.xmission.com
  1672. Get Commands:   majordomo@lists.xmission.com "help"
  1673. Administrator:  twegner@phoenix.net
  1674. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1675.  
  1676.  
  1677. -------------------------------------------------------------------------------
  1678.  
  1679. From: "Randall Britten" <randall@is.co.za>
  1680. Subject: RE: (fractint) Visit Genum
  1681. Date: 12 May 1999 09:54:49 +0200
  1682.  
  1683. It worked quite fine when I visited it.  Nice experiment.
  1684.  
  1685. -------------------------
  1686. Randall Britten
  1687.  
  1688.  
  1689. -----Original Message-----
  1690. [mailto:owner-fractint@lists.xmission.com] On Behalf Of Mark Christenson
  1691. Sent:    Wednesday 12 May 1999 04:31
  1692.  
  1693. At 05:24 PM 5/11/99 +0200, Ognen wrote:
  1694. >...
  1695. >Genetic Algorithms
  1696. >...
  1697.  
  1698.  :o)
  1699.  
  1700. >Please visit it so it would work (the site needs votes to produce new and
  1701. >unexpected fractals).
  1702.  
  1703. I tried both URLs, got a code 404 both times.  :o(
  1704. Hopefully it's a server problem that will clear later.
  1705.  
  1706.  
  1707. Bud
  1708.  
  1709.  
  1710. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1711. Post Message:   fractint@lists.xmission.com
  1712. Get Commands:   majordomo@lists.xmission.com "help"
  1713. Administrator:  twegner@phoenix.net
  1714. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1715.  
  1716.  
  1717. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1718. Post Message:   fractint@lists.xmission.com
  1719. Get Commands:   majordomo@lists.xmission.com "help"
  1720. Administrator:  twegner@phoenix.net
  1721. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1722.  
  1723.  
  1724. -------------------------------------------------------------------------------
  1725.  
  1726. From: Barry N Merenoff <110144.2274@compuserve.com>
  1727. Subject: (fractint) Re: Genum
  1728. Date: 12 May 1999 05:59:45 -0400
  1729.  
  1730. It would be nice if there were a private (i.e., non-server) version of
  1731. Genum, so you could make sure that only your own artistic choices were
  1732. registered.
  1733.  
  1734. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1735. Post Message:   fractint@lists.xmission.com
  1736. Get Commands:   majordomo@lists.xmission.com "help"
  1737. Administrator:  twegner@phoenix.net
  1738. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1739.  
  1740.  
  1741. -------------------------------------------------------------------------------
  1742.  
  1743. From: comdotatdotcom@csi.com
  1744. Subject: RE: (fractint) Re: Genum
  1745. Date: 12 May 1999 23:42 0000
  1746.  
  1747.  
  1748. >It would be nice if there were a private (i.e., non-server) version of
  1749. >Genum,
  1750.  
  1751. Well wait a bit for the next version of fractint ( soon!) and you'll be able
  1752. to try the evolver which does much the same thing, except that at the
  1753. moment you choose only one of a set of images for the next generation.
  1754. I intend to add in the capabilty to weight choices of several images in
  1755. the next version but that really needs a break from the somewhat
  1756. restrictive DOS memory limitations which we currently operate under.
  1757. Phil McRevis is currently puting in some sterling work in that direction,
  1758. nice one Phil!
  1759.  
  1760. The main problem with building such GA systems is deciding on a
  1761. fitness funcion, ideally it would be nice to be able to select a favourite
  1762. image from a few generations and then let the program take over once
  1763. your choices were reasonably consistent.... this sounds like a job for
  1764. a neural network of some sort but I know little of such things and
  1765. would welcome any input from anyone here who is experienced in
  1766. programming them... drop me a line if you're experienced!
  1767.  
  1768. Cheers,
  1769.         Robin.
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1781. Post Message:   fractint@lists.xmission.com
  1782. Get Commands:   majordomo@lists.xmission.com "help"
  1783. Administrator:  twegner@phoenix.net
  1784. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1785.  
  1786.  
  1787. -------------------------------------------------------------------------------
  1788.  
  1789. From: Barry N Merenoff <110144.2274@compuserve.com>
  1790. Subject: (fractint) Re: Genum
  1791. Date: 12 May 1999 21:22:21 -0400
  1792.  
  1793. I do not think it would be a good idea to have the program "second-guess"=
  1794.  
  1795. the user's artistic choices. I, for one, would rather make more choices t=
  1796. o
  1797. get a better result.
  1798. If a new version of Fractint would allow the specification of user-define=
  1799. d
  1800. functions via Taylor series, these could be included as ADFs to provide a=
  1801.  
  1802. faster evolution. (I have always thought Fractint's function list is quit=
  1803. e
  1804. restrictive.)
  1805.  
  1806. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1807. Post Message:   fractint@lists.xmission.com
  1808. Get Commands:   majordomo@lists.xmission.com "help"
  1809. Administrator:  twegner@phoenix.net
  1810. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1811.  
  1812.  
  1813. -------------------------------------------------------------------------------
  1814.  
  1815. From: Phil McRevis <legalize@xmission.com>
  1816. Subject: Re: (fractint) Re: Genum 
  1817. Date: 13 May 1999 02:38:33 -0600
  1818.  
  1819.  
  1820. In article <199905122122_MC2-7588-921A@compuserve.com>,
  1821.     Barry N Merenoff <110144.2274@compuserve.com>  writes:
  1822.  
  1823. > (I have always thought Fractint's function list is quite
  1824. > restrictive.)
  1825.  
  1826. What functions do you think are missing?
  1827. --
  1828. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  1829.     ``Ain't it funny that they all fire the pistol,     
  1830.       at the wrong end of the race?''--PDBT     
  1831. legalize@xmission.com    <http://www.eden.com/~thewho>
  1832.  
  1833. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1834. Post Message:   fractint@lists.xmission.com
  1835. Get Commands:   majordomo@lists.xmission.com "help"
  1836. Administrator:  twegner@phoenix.net
  1837. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1838.  
  1839.  
  1840. -------------------------------------------------------------------------------
  1841.  
  1842. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  1843. Subject: Re: (fractint) Re: Genum 
  1844. Date: 13 May 1999 21:42:46 +1200
  1845.  
  1846. At 02:38 13/05/99 -0600, you wrote:
  1847. >
  1848. >In article <199905122122_MC2-7588-921A@compuserve.com>,
  1849. >    Barry N Merenoff <110144.2274@compuserve.com>  writes:
  1850. >
  1851. >> (I have always thought Fractint's function list is quite
  1852. >> restrictive.)
  1853. >
  1854. >What functions do you think are missing?
  1855. >
  1856. Let's generalise: what's missing is a way for a user to specify new
  1857. functions (define a syntax for definitions contained in call it
  1858. fractint.fn, say, which is loaded and folded into the list on startup.
  1859.  
  1860. Morgan L. Owens
  1861.  
  1862.  
  1863.  
  1864. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1865. Post Message:   fractint@lists.xmission.com
  1866. Get Commands:   majordomo@lists.xmission.com "help"
  1867. Administrator:  twegner@phoenix.net
  1868. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1869.  
  1870.  
  1871. -------------------------------------------------------------------------------
  1872.  
  1873. From: "Bresslau" <bresslau@ruralsp.com.br>
  1874. Subject: Re: (fractint) Re: Genum
  1875. Date: 13 Jan 1999 23:13:23 -0200
  1876.  
  1877. De: Barry N Merenoff <110144.2274@compuserve.com>
  1878. Data: Quarta-feira, 12 de Maio de 1999 23:26
  1879.  
  1880. >I do not think it would be a good idea to have the program "second-guess=
  1881. "
  1882. >the user's artistic choices. I, for one, would rather make more choices =
  1883. to
  1884. >get a better result.
  1885. >If a new version of Fractint would allow the specification of user-defin=
  1886. ed
  1887. >functions via Taylor series, these could be included as ADFs to provide =
  1888. a
  1889. >faster evolution. (I have always thought Fractint's function list is qui=
  1890. te
  1891. >restrictive.)
  1892.  I don=B4t know about the Taylor series, but I liked the idea of watching=
  1893.  a
  1894. computer learn my preferences and try to gues what I prefer. Ok, some cho=
  1895. ice
  1896. power is good and artistically fundamental, but for personal fun, I reall=
  1897. y
  1898. support the idea.
  1899. Bresslau
  1900.  
  1901.  
  1902. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1903. Post Message:   fractint@lists.xmission.com
  1904. Get Commands:   majordomo@lists.xmission.com "help"
  1905. Administrator:  twegner@phoenix.net
  1906. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1907.  
  1908.  
  1909. -------------------------------------------------------------------------------
  1910.  
  1911. From: "Bresslau" <bresslau@ruralsp.com.br>
  1912. Subject: (fractint) =?iso-8859-1?Q?Re:_=28fractint=29_Re:_=28fractint=29_Why_don=B4t_my_p?=
  1913. Date: 13 Jan 1999 23:01:53 -0200
  1914.  
  1915.  
  1916.  
  1917. >Nick Grasso wrote:
  1918. >
  1919. >>You probably have an old version which doesn't work on fast PCs. Try
  1920. >version 3.5
  1921. >>at http://www.hajoweber.de/download/program/partob35.zip
  1922. >
  1923. >
  1924. >Thanks, I=B4m going to check it tomorrow from college. Last time I tried=
  1925.  to
  1926. >download it the page (I don=B4t if it=B4s the sam) was being updated.
  1927.  
  1928.  
  1929. OK, it worked fine, only my mama wouldn=B4t let me let mey pc run all nig=
  1930. ht
  1931. long cause she thinks it eats up too much power and mney. Thanks.
  1932.  
  1933. >
  1934. >>>>> Oh, I had some trouble with fimap too, are all the problems related=
  1935. ??
  1936. ><<<
  1937. >>
  1938. >>You don't mean fimaps.exe that generates color maps do you? If so, I am
  1939. the
  1940. >>author of that program.
  1941. > Yes, that=B4s it, but I have to get a closer look at it to see if the
  1942. problem
  1943. >continues to exest.
  1944.  
  1945. Sorry, I have made some confusion here. Fimaps works fine.
  1946.  
  1947. Bresslau
  1948.  
  1949.  
  1950. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1951. Post Message:   fractint@lists.xmission.com
  1952. Get Commands:   majordomo@lists.xmission.com "help"
  1953. Administrator:  twegner@phoenix.net
  1954. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1955.  
  1956.  
  1957. -------------------------------------------------------------------------------
  1958.  
  1959. From: "Bresslau" <bresslau@ruralsp.com.br>
  1960. Subject: (fractint) About make more memory available.
  1961. Date: 13 Jan 1999 23:09:52 -0200
  1962.  
  1963. The problem is the following:
  1964. I=B4ve always ran fractint without problems under w95. I have a pentium I=
  1965. I
  1966. 300MHz and 64 megs of RAM. Today I compiled another patch to my fractint =
  1967. and
  1968. it ran fine for a time. The mandelbrot set wouldn=B4t start correctly but=
  1969.  the
  1970. other sets were fine. So I decided to run it under dos. I go to the start
  1971. button, reboot computer under DOS. Mouse driver is loaded and I start
  1972. fractint. Then I got this nice mssage:
  1973. "I'm sorry, but you don't have enough free memory
  1974. to run this program."
  1975.  
  1976. OK, I=B4m no t a DOS expert, so I load win95 again, but get the same mess=
  1977. age.
  1978. How Can I edit my autoexec.bat, config.sys and other startup files to mor=
  1979. e
  1980. memory available? Can I choose between two modes, one normal and one with
  1981. lots of free mem?
  1982.  
  1983. Any help is welcome, I really don=B4t know how to do this.
  1984.  
  1985. Best regards,
  1986. Bresslau
  1987.  
  1988.  
  1989.  
  1990. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1991. Post Message:   fractint@lists.xmission.com
  1992. Get Commands:   majordomo@lists.xmission.com "help"
  1993. Administrator:  twegner@phoenix.net
  1994. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1995.  
  1996.  
  1997. -------------------------------------------------------------------------------
  1998.  
  1999. From: c8501496@ccmailgw6.hkbu.edu.hk
  2000. Subject: (fractint) Receipt of 1999/5/11 PM 05:24 message
  2001. Date: 14 May 1999 10:46:22 +0800
  2002.  
  2003. Re:(fractint) Visit Genum 
  2004.  
  2005.  
  2006. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2007. Post Message:   fractint@lists.xmission.com
  2008. Get Commands:   majordomo@lists.xmission.com "help"
  2009. Administrator:  twegner@phoenix.net
  2010. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2011.  
  2012.  
  2013. -------------------------------------------------------------------------------
  2014.  
  2015. From: "Jack Baker" <griffin2020@hotmail.com>
  2016. Subject: Re: (fractint) About make more memory available.
  2017. Date: 14 May 1999 13:09:33 GMT
  2018.  
  2019. You may want to check the available space on your hard drive.  If you do not 
  2020. have much open space (say less than 300 MB) on the primary master, Windows 
  2021. will have a hard time with its virtual memory. (I personally have 256MB RAM, 
  2022. and Windows uses most of it.  If that is not the issue, try changing the 
  2023. memory manager in "system properties" from "desktop" to "server"  This makes 
  2024. the OS manage the memory a little more aggresively.  Hope these help.
  2025.  
  2026. -Jack
  2027.  
  2028. ----Original Message Follows----
  2029. Reply-To: fractint@lists.xmission.com
  2030. MIME-Version: 1.0
  2031. From owner-fractint@lists.xmission.com Thu May 13 19:17:36 1999
  2032. Received: from [198.60.22.7] by hotmail.com (1.5) with SMTP id 
  2033. MHotMailB904D2BE0172D1B9831FC63C1607F5D90; Thu May 13 19:17:36 1999
  2034. Received: from domo by lists.xmission.com with local (Exim 2.05 #1)id 
  2035. 10i7Us-0006k0-00for fractint-goout@lists.xmission.com; Thu, 13 May 1999 
  2036. 20:14:46 -0600
  2037. Message-ID: <001c01bd2089$d473a900$a085f6c8@winnetou>
  2038. X-Priority: 3
  2039. X-MSMail-Priority: Normal
  2040. X-Mailer: Microsoft Outlook Express 4.72.3110.5
  2041. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
  2042. X-MIME-Autoconverted: from 8bit to quoted-printable by 
  2043. smtp-gw.homeshopping.com.br id XAA12404
  2044. Sender: owner-fractint@lists.xmission.com
  2045. Precedence: bulk
  2046.  
  2047. The problem is the following:
  2048. I┤ve always ran fractint without problems under w95. I have a pentium II
  2049. 300MHz and 64 megs of RAM. Today I compiled another patch to my fractint and
  2050. it ran fine for a time. The mandelbrot set wouldn┤t start correctly but the
  2051. other sets were fine. So I decided to run it under dos. I go to the start
  2052. button, reboot computer under DOS. Mouse driver is loaded and I start
  2053. fractint. Then I got this nice mssage:
  2054. "I'm sorry, but you don't have enough free memory
  2055. to run this program."
  2056.  
  2057. OK, I┤m no t a DOS expert, so I load win95 again, but get the same message.
  2058. How Can I edit my autoexec.bat, config.sys and other startup files to more
  2059. memory available? Can I choose between two modes, one normal and one with
  2060. lots of free mem?
  2061.  
  2062. Any help is welcome, I really don┤t know how to do this.
  2063.  
  2064. Best regards,
  2065. Bresslau
  2066.  
  2067.  
  2068.  
  2069. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2070. Post Message:   fractint@lists.xmission.com
  2071. Get Commands:   majordomo@lists.xmission.com "help"
  2072. Administrator:  twegner@phoenix.net
  2073. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2074.  
  2075.  
  2076. _______________________________________________________________
  2077. Get Free Email and Do More On The Web. Visit http://www.msn.com
  2078.  
  2079. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2080. Post Message:   fractint@lists.xmission.com
  2081. Get Commands:   majordomo@lists.xmission.com "help"
  2082. Administrator:  twegner@phoenix.net
  2083. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2084.  
  2085.  
  2086. -------------------------------------------------------------------------------
  2087.  
  2088. From: FreeFlux / CephiD <excession@wxs.nl>
  2089. Subject: Re: (fractint) Re: Genum
  2090. Date: 14 May 1999 16:09:22 +0200
  2091.  
  2092. Hi,
  2093.  
  2094. Just al little side note here. Bresslau could you pretty please set your date to
  2095. now instead of jan. 1998? It's a bit annoying to have to search through all my
  2096. messages to get yours.
  2097.  
  2098. And on the subject...Having your computer learn your prefs is a nice idea, and I
  2099. saw this once on a special from Super Channel about Chaos/Fracrals etc...that
  2100. was over 3 years ago however. It was at the IBM labs in Britain about evolving
  2101. "lifeforms". Difficult to explain this since it's been a while. Though the whole
  2102. system ran on AIX, instead of your everyday DOS/W9x systems, and was most
  2103. difinitley not Fractint...But implementing such a thing into fractint would
  2104. require a major rewrite of some of the code I think. But I do recall that the
  2105. next version will have evolving fractals. How much you can tweak/control this
  2106. (or not) I don't know.
  2107.  
  2108. What I would like to see is a more complex system of functions, right now we
  2109. have a lot of trigonometric functions (cos, tan, cosh etc.). It would be nice to
  2110. have some really interesting things in fractint like, PDEs/ODEs (Partial-
  2111. Ordinary Differential Equations). I like these a lot, since now i know there's a
  2112. whole lot more to them than just the Lorenz/R÷ssler equations.
  2113.  
  2114. John
  2115.  
  2116. Bresslau wrote:
  2117.  
  2118. > De: Barry N Merenoff <110144.2274@compuserve.com>
  2119. > Data: Quarta-feira, 12 de Maio de 1999 23:26
  2120. >
  2121. > >I do not think it would be a good idea to have the program "second-guess"
  2122. > >the user's artistic choices. I, for one, would rather make more choices to
  2123. > >get a better result.
  2124. > >If a new version of Fractint would allow the specification of user-defined
  2125. > >functions via Taylor series, these could be included as ADFs to provide a
  2126. > >faster evolution. (I have always thought Fractint's function list is quite
  2127. > >restrictive.)
  2128. >  I don┤t know about the Taylor series, but I liked the idea of watching a
  2129. > computer learn my preferences and try to gues what I prefer. Ok, some choice
  2130. > power is good and artistically fundamental, but for personal fun, I really
  2131. > support the idea.
  2132. > Bresslau
  2133. >
  2134. > --------------------------------------------------------------
  2135. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  2136. > Post Message:   fractint@lists.xmission.com
  2137. > Get Commands:   majordomo@lists.xmission.com "help"
  2138. > Administrator:  twegner@phoenix.net
  2139. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2140.  
  2141.  
  2142.  
  2143. --
  2144. =====================================
  2145.  From: John B.
  2146.  [QW] - CephiD / Cancel!
  2147.  [HL DM/TFC] - SM.Ceph / SM.SlickRick
  2148.  Member of earthQuake
  2149.  http://earthquake.xs4all.nl/
  2150. =====================================
  2151.  
  2152.  
  2153.  
  2154. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2155. Post Message:   fractint@lists.xmission.com
  2156. Get Commands:   majordomo@lists.xmission.com "help"
  2157. Administrator:  twegner@phoenix.net
  2158. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2159.  
  2160.  
  2161. -------------------------------------------------------------------------------
  2162.  
  2163. From: "Ricardo M. Forno" <rforno@afip.gov.ar>
  2164. Subject: RE: (fractint) Re: Genum
  2165. Date: 14 May 1999 11:45:54 -0300
  2166.  
  2167.  
  2168. Hi
  2169. On this list, I have seen mentioned a program called fimap that creates
  2170. color maps for fractint.
  2171. Does some one known where can I find it? Is it shareware or freeware?
  2172. Thanks a lot.
  2173.  
  2174.  
  2175. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2176. Post Message:   fractint@lists.xmission.com
  2177. Get Commands:   majordomo@lists.xmission.com "help"
  2178. Administrator:  twegner@phoenix.net
  2179. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2180.  
  2181.  
  2182. -------------------------------------------------------------------------------
  2183.  
  2184. From: nick.grasso@hrads.com
  2185. Subject: Re: (fractint) About make more memory available.
  2186. Date: 14 May 1999 11:16:46 -0400
  2187.  
  2188.  
  2189.  
  2190. Bresslau wrote:
  2191.  
  2192. >>>How Can I edit my autoexec.bat, config.sys and other startup files to more
  2193. memory available? Can I choose between two modes, one normal and one with lots
  2194. of free mem?<<<
  2195.  
  2196. Hello again Bresslau,
  2197.  
  2198. To get the most memory for DOS sessions in Windows95, put the following lines in
  2199. CONFIG.SYS:
  2200.  
  2201. device=c:\windows\himem.sys
  2202. device=c:\windows\emm386.exe noems
  2203. DOS=HIGH,UMB
  2204.  
  2205. I think the noems parameter is OK because fractint uses xms, not ems, but I
  2206. might be wrong. You could try it without noems.
  2207.  
  2208. If you are loading anything else into memory in config.sys or autoexec.bat, try
  2209. loading them into high memory, for example in config.sys:
  2210.  
  2211. DEVICEHIGH=C:\WINDOWS\RAMDRIVE.SYS 1536 512 128 /E
  2212.  
  2213. or in autoexec.bat:
  2214.  
  2215. LOADHIGH c:\windows\command\doskey.com
  2216.  
  2217. Also, if you are loading hardware drivers in config or autoexec, you can usually
  2218. take them out and use the 32 bit Windows 95 drivers instead. For example, when
  2219. you upgrade Win 3.1 to 95, it will leave the CD ROM drivers in config.sys.
  2220. However, almost all CD drives now have Win95 drivers, so you can use those
  2221. instead which will give you more DOS memory.
  2222.  
  2223. You must reboot after making these changes.
  2224.  
  2225. If you still get out-of-memory errors after trying the above, it could be that
  2226. fractint.exe is corrupt. Corrupt or virus infected exes often give out-of-memory
  2227. errors.
  2228.  
  2229. Please feel free to email me privately if you have any more questions about
  2230. this.
  2231.  
  2232. Nick
  2233.  
  2234.  
  2235.  
  2236. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2237. Post Message:   fractint@lists.xmission.com
  2238. Get Commands:   majordomo@lists.xmission.com "help"
  2239. Administrator:  twegner@phoenix.net
  2240. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2241.  
  2242.  
  2243. -------------------------------------------------------------------------------
  2244.  
  2245. From: nick.grasso@hrads.com
  2246. Subject: RE: (fractint) Re: Genum
  2247. Date: 14 May 1999 11:44:53 -0400
  2248.  
  2249.  
  2250.  
  2251. Ricardo M. Forno <rforno@afip.gov.ar> wrote:
  2252.  
  2253. >>>On this list, I have seen mentioned a program called fimap that creates color
  2254. maps for fractint. Does some one known where can I find it? Is it shareware or
  2255. freeware?
  2256. Thanks a lot.<<<
  2257.  
  2258. Hi Ricardo,
  2259.  
  2260. I am the author of that program (fimaps.exe). It is totally free, but I do not
  2261. have a web site. I could send it to you as an email attachment. It is 200K. Or
  2262. if somebody on the list wants to post it on the web, I'll send it to them. It is
  2263. a DOS program but it works in Win95 and OS/2. There are several other mapping
  2264. programs for Windows now that are probably better, but fimaps has a neat feature
  2265. where you can display your fractal and manipulate the colors using hotkeys. Let
  2266. me know.
  2267.  
  2268. Nick
  2269.  
  2270.  
  2271.  
  2272. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2273. Post Message:   fractint@lists.xmission.com
  2274. Get Commands:   majordomo@lists.xmission.com "help"
  2275. Administrator:  twegner@phoenix.net
  2276. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2277.  
  2278.  
  2279. -------------------------------------------------------------------------------
  2280.  
  2281. From:    "Fliguer, Miguel" <M_Fliguer@miniphone.com.ar>
  2282. Subject: RE: (fractint) Re: Genum
  2283. Date: 14 May 1999 12:58:49 -0300
  2284.  
  2285. I missed some posts on this thread. Could anybody 
  2286. repost Genum's URL ? Thanks,
  2287.  
  2288. Miguel Fliguer - Buenos Aires, Argentina
  2289. Franktal Gallery
  2290. http://members.xoom.com/fliguer/franktal.html
  2291.  
  2292. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2293. Post Message:   fractint@lists.xmission.com
  2294. Get Commands:   majordomo@lists.xmission.com "help"
  2295. Administrator:  twegner@phoenix.net
  2296. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2297.  
  2298.  
  2299. -------------------------------------------------------------------------------
  2300.  
  2301. From: "Randall Britten" <randall@is.co.za>
  2302. Subject: (fractint) Command line options
  2303. Date: 14 May 1999 18:12:38 +0200
  2304.  
  2305. Where is the documentation for the command line options for fractint?  Are
  2306. they the same for xfractint?
  2307.  
  2308. Also, on the topic, is anyone working on porting the next release of
  2309. fractint to and X version yet?
  2310.  
  2311. -------------------------
  2312. Randall Britten
  2313.  
  2314.  
  2315.  
  2316.  
  2317. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2318. Post Message:   fractint@lists.xmission.com
  2319. Get Commands:   majordomo@lists.xmission.com "help"
  2320. Administrator:  twegner@phoenix.net
  2321. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2322.  
  2323.  
  2324. -------------------------------------------------------------------------------
  2325.  
  2326. From: "Ricardo M. Forno" <rforno@afip.gov.ar>
  2327. Subject: RE: (fractint) Re: Genum
  2328. Date: 14 May 1999 13:26:01 -0300
  2329.  
  2330. If at all possible, please attach it to an e-mail, though I understand this
  2331. practice is not recommended in the fractint list.
  2332. Thank you very much.
  2333.  
  2334. ----------
  2335. > De: nick.grasso@hrads.com
  2336. > A: fractint@lists.xmission.com
  2337. > Asunto: RE: (fractint) Re: Genum
  2338. > Fecha: Viernes 14 de Mayo de 1999 12:44 PM
  2339. > Ricardo M. Forno <rforno@afip.gov.ar> wrote:
  2340. > >>>On this list, I have seen mentioned a program called fimap that
  2341. creates color
  2342. > maps for fractint. Does some one known where can I find it? Is it
  2343. shareware or
  2344. > freeware?
  2345. > Thanks a lot.<<<
  2346. > Hi Ricardo,
  2347. > I am the author of that program (fimaps.exe). It is totally free, but I
  2348. do not
  2349. > have a web site. I could send it to you as an email attachment. It is
  2350. 200K. Or
  2351. > if somebody on the list wants to post it on the web, I'll send it to
  2352. them. It is
  2353. > a DOS program but it works in Win95 and OS/2. There are several other
  2354. mapping
  2355. > programs for Windows now that are probably better, but fimaps has a neat
  2356. feature
  2357. > where you can display your fractal and manipulate the colors using
  2358. hotkeys. Let
  2359. > me know.
  2360. > Nick
  2361. > --------------------------------------------------------------
  2362. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  2363. > Post Message:   fractint@lists.xmission.com
  2364. > Get Commands:   majordomo@lists.xmission.com "help"
  2365. > Administrator:  twegner@phoenix.net
  2366. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2367.  
  2368. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2369. Post Message:   fractint@lists.xmission.com
  2370. Get Commands:   majordomo@lists.xmission.com "help"
  2371. Administrator:  twegner@phoenix.net
  2372. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2373.  
  2374.  
  2375. -------------------------------------------------------------------------------
  2376.  
  2377. From: Phil McRevis <legalize@xmission.com>
  2378. Subject: Re: (fractint) Command line options 
  2379. Date: 14 May 1999 11:47:52 -0600
  2380.  
  2381.  
  2382. In article <003a01be9e24$96b4b8b0$e3021ac4@galilee.is.co.za>,
  2383.     "Randall Britten" <randall@is.co.za>  writes:
  2384.  
  2385. > Where is the documentation for the command line options for fractint?
  2386.  
  2387. In fractint.doc, see the section "startup parameters" in the main help
  2388. screen.
  2389.  
  2390. > Are they the same for xfractint?
  2391.  
  2392. Yes, and xfractint adds a few options specific to the unix version.
  2393. They are in the help file as shown by xfractint.
  2394.  
  2395. > Also, on the topic, is anyone working on porting the next release of
  2396. > fractint to and X version yet?
  2397.  
  2398. xfractint and fractint share most of the source code; generally a new
  2399. release of xfractint comes out when a new release of fractint comes
  2400. out.
  2401. --
  2402. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  2403.     ``Ain't it funny that they all fire the pistol,     
  2404.       at the wrong end of the race?''--PDBT     
  2405. legalize@xmission.com    <http://www.eden.com/~thewho>
  2406.  
  2407. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2408. Post Message:   fractint@lists.xmission.com
  2409. Get Commands:   majordomo@lists.xmission.com "help"
  2410. Administrator:  twegner@phoenix.net
  2411. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2412.  
  2413.  
  2414. -------------------------------------------------------------------------------
  2415.  
  2416. From: "Ricardo M. Forno" <rforno@afip.gov.ar>
  2417. Subject: RE: (fractint) Re: Genum
  2418. Date: 14 May 1999 15:38:47 -0300
  2419.  
  2420. Hi NIck again:
  2421. Of course, you can send it only to my private e-mail address.
  2422. Thanks.
  2423.  
  2424. ----------
  2425. > De: nick.grasso@hrads.com
  2426. > A: fractint@lists.xmission.com
  2427. > Asunto: RE: (fractint) Re: Genum
  2428. > Fecha: Viernes 14 de Mayo de 1999 12:44 PM
  2429. > Ricardo M. Forno <rforno@afip.gov.ar> wrote:
  2430. > >>>On this list, I have seen mentioned a program called fimap that
  2431. creates color
  2432. > maps for fractint. Does some one known where can I find it? Is it
  2433. shareware or
  2434. > freeware?
  2435. > Thanks a lot.<<<
  2436. > Hi Ricardo,
  2437. > I am the author of that program (fimaps.exe). It is totally free, but I
  2438. do not
  2439. > have a web site. I could send it to you as an email attachment. It is
  2440. 200K. Or
  2441. > if somebody on the list wants to post it on the web, I'll send it to
  2442. them. It is
  2443. > a DOS program but it works in Win95 and OS/2. There are several other
  2444. mapping
  2445. > programs for Windows now that are probably better, but fimaps has a neat
  2446. feature
  2447. > where you can display your fractal and manipulate the colors using
  2448. hotkeys. Let
  2449. > me know.
  2450. > Nick
  2451. > --------------------------------------------------------------
  2452. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  2453. > Post Message:   fractint@lists.xmission.com
  2454. > Get Commands:   majordomo@lists.xmission.com "help"
  2455. > Administrator:  twegner@phoenix.net
  2456. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2457.  
  2458. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2459. Post Message:   fractint@lists.xmission.com
  2460. Get Commands:   majordomo@lists.xmission.com "help"
  2461. Administrator:  twegner@phoenix.net
  2462. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2463.  
  2464.  
  2465. -------------------------------------------------------------------------------
  2466.  
  2467. From: "Ognen Ivanovski" <frexpler@freemail.org.mk>
  2468. Subject: Re: (fractint) Re: Genum
  2469. Date: 14 May 1999 21:17:58 +0200
  2470.  
  2471. Either http://come.to/genum/ (but I hate the ad's) or
  2472. http://eon.pmf.ukim.edu.mk/~milkman/genum/
  2473.  
  2474. And sorry all for the terrible english on the page....
  2475.  
  2476. milkman
  2477.  
  2478. -----Original Message-----
  2479.  
  2480.  
  2481. >I missed some posts on this thread. Could anybody
  2482. >repost Genum's URL ? Thanks,
  2483. >
  2484.  
  2485.  
  2486.  
  2487. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2488. Post Message:   fractint@lists.xmission.com
  2489. Get Commands:   majordomo@lists.xmission.com "help"
  2490. Administrator:  twegner@phoenix.net
  2491. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2492.  
  2493.  
  2494. -------------------------------------------------------------------------------
  2495.  
  2496. From: "Ognen Ivanovski" <frexpler@freemail.org.mk>
  2497. Subject: (fractint) Genum
  2498. Date: 14 May 1999 21:48:49 +0200
  2499.  
  2500. First, I would like to thank you all for actively visiting Genum. It runs
  2501. for almost two months and had produced 5 generations. Two new appeared only
  2502. in the last two days. It makes me happy to see progress on the page.
  2503.  
  2504. I am a fractint fan since early highschool and I swore to my self a long
  2505. time ago that I'd learn all what's behing all those breathtaking images.
  2506. Recently I had to do a project in the field of GA and while searching for a
  2507. subject I found out that it is possible to "mate" fractal formulas (a
  2508. similar project somewhere on gatech.edu exists).
  2509.  
  2510. So I developed Genum: I wanted to learn everything (except LHA compressing,
  2511. so I used a library) and thereso Genum is a completely standalone in drawing
  2512. and "mating" the fractals. Of course that's a problem: I can't get the same
  2513. images using fractint with the same formulas. Genum has a bug but I haven't
  2514. found it yet.
  2515. But it produces nice images so I let it go.
  2516.  
  2517. Concerning the fitness function Robin mentions and the ability to write a
  2518. program that would "second-guess" someone's pick:
  2519. Just to discurage you: read "Shadows of the Mind" by Roger Penrose on the
  2520. subject.
  2521. An atempt to write a program that would guess someones visual taste is an
  2522. atempt to define the taste of a person, furthermore the attempt to predict
  2523. such a taste I would consider highly entusiastic.
  2524. Now, I guess that you don't want to do that. What could be done at our best
  2525. is to base the choice (the fitness fn) on some kind of similarity to image
  2526. (or images) previosly indicated by a human. But that of course would not be
  2527. anything near to "implanting" one's taste into the code.
  2528.  
  2529.  
  2530. _____
  2531. http://eon.pmf.ukim.edu.mk/~milkman/ [coming soon]
  2532.  
  2533.  
  2534. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2535. Post Message:   fractint@lists.xmission.com
  2536. Get Commands:   majordomo@lists.xmission.com "help"
  2537. Administrator:  twegner@phoenix.net
  2538. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2539.  
  2540.  
  2541. -------------------------------------------------------------------------------
  2542.  
  2543. From: "Ognen Ivanovski" <frexpler@freemail.org.mk>
  2544. Subject: Re: (fractint) Re: Genum
  2545. Date: 14 May 1999 21:26:59 +0200
  2546.  
  2547. I plan to distribute the source code freely as a simple instalation package
  2548. but you have to give me time for that.
  2549. I can't run a project that big on the university server  (it would have to
  2550. hold a lots of gifs).
  2551.  
  2552. At the identifiers in the source are on Macedonian (I had to do it so to
  2553. impress my professor) and it would do no good. I'll translate it as soon as
  2554. I get to revise it.
  2555.  
  2556. The whole project is writen in C++ and Perl (the cgi part). You might be
  2557. interested in the Object Design. It runs only on POSIX compilant unices (I
  2558. rely on forking a lot) but it is not a big problem to port the code.
  2559.  
  2560. milkman
  2561.  
  2562. -----Original Message-----
  2563.  
  2564.  
  2565. It would be nice if there were a private (i.e., non-server) version of
  2566. Genum, so you could make sure that only your own artistic choices were
  2567. registered.
  2568.  
  2569. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2570. Post Message:   fractint@lists.xmission.com
  2571. Get Commands:   majordomo@lists.xmission.com "help"
  2572. Administrator:  twegner@phoenix.net
  2573. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2574.  
  2575.  
  2576.  
  2577. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2578. Post Message:   fractint@lists.xmission.com
  2579. Get Commands:   majordomo@lists.xmission.com "help"
  2580. Administrator:  twegner@phoenix.net
  2581. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2582.  
  2583.  
  2584. -------------------------------------------------------------------------------
  2585.  
  2586. From: "Ognen Ivanovski" <frexpler@freemail.org.mk>
  2587. Subject: Re: (fractint) Visit Genum
  2588. Date: 14 May 1999 21:19:51 +0200
  2589.  
  2590. Sorry for that. I'm a little bit late on checking my mail so I missed the
  2591. chance to try exactly the same choice you did -- a new generation appeared
  2592. today.
  2593.  
  2594. milkman
  2595.  
  2596. -----Original Message-----
  2597.  
  2598.  
  2599. >I visited it(http://eon.pmf.ukim.edu.mk/~milkman/genum/
  2600. >), my vote was for pic 8 first, pic 2nd and 4 3rd, but I got this message:
  2601. >INTERNAL: unrecognized language en?jazik=en
  2602. >
  2603.  
  2604.  
  2605.  
  2606. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2607. Post Message:   fractint@lists.xmission.com
  2608. Get Commands:   majordomo@lists.xmission.com "help"
  2609. Administrator:  twegner@phoenix.net
  2610. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2611.  
  2612.  
  2613. -------------------------------------------------------------------------------
  2614.  
  2615. From: "Bresslau" <bresslau@ruralsp.com.br>
  2616. Subject: Re: (fractint) Re: Genum
  2617. Date: 14 May 1999 22:32:56 -0300
  2618.  
  2619. De: FreeFlux / CephiD <excession@wxs.nl>
  2620. Data: Sexta-feira, 14 de Maio de 1999 11:13
  2621. Assunto: Re: (fractint) Re: Genum
  2622.  
  2623.  
  2624. >Hi,
  2625. >
  2626. >Just al little side note here. Bresslau could you pretty please set your
  2627. date to
  2628. >now instead of jan. 1998? It's a bit annoying to have to search through =
  2629. all
  2630. my
  2631. >messages to get yours.
  2632.  
  2633. Ok, done. Sorry, this was to cheat a little shareware prog into running.
  2634.  
  2635.  
  2636. >But I do recall that the
  2637. >next version will have evolving fractals. How much you can tweak/control
  2638. this
  2639. >(or not) I don't know.
  2640.  
  2641.  
  2642. It=B4s going to have, it=B4s nice and I know that it will have some exper=
  2643. t modes
  2644. which will give us some control of it, although for the simple user it=B4=
  2645. s
  2646. just hitting a key and chosin one of several thumbnails of evolutions.
  2647.  
  2648. >
  2649. >What I would like to see is a more complex system of functions, right no=
  2650. w
  2651. we
  2652. >have a lot of trigonometric functions (cos, tan, cosh etc.). It would be
  2653. nice to
  2654. >have some really interesting things in fractint like, PDEs/ODEs (Partial=
  2655. -
  2656. >Ordinary Differential Equations). I like these a lot, since now i know
  2657. there's a
  2658. >whole lot more to them than just the Lorenz/R=F6ssler equations.
  2659.  
  2660.  
  2661. I surely support your Idea, although I=B4ll have to learn some more math
  2662. before (what we learn at engineering school ist allways very practical, a=
  2663. nd
  2664. we miss much of theoretical beauty of maths.
  2665.  
  2666. Best regards, Bresslau
  2667.  
  2668.  
  2669. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2670. Post Message:   fractint@lists.xmission.com
  2671. Get Commands:   majordomo@lists.xmission.com "help"
  2672. Administrator:  twegner@phoenix.net
  2673. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2674.  
  2675.  
  2676. -------------------------------------------------------------------------------
  2677.  
  2678. From: "Bresslau" <bresslau@ruralsp.com.br>
  2679. Subject: Re: (fractint) Re: Genum 
  2680. Date: 14 May 1999 22:57:21 -0300
  2681.  
  2682. When I got that error message at genum (language not supported or
  2683. something), the problem was with the browser (Opera). I tried it again, as
  2684. the error persisted, Ithought about changing to IExp. and it worked.
  2685. Bresslau
  2686.  
  2687.  
  2688. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2689. Post Message:   fractint@lists.xmission.com
  2690. Get Commands:   majordomo@lists.xmission.com "help"
  2691. Administrator:  twegner@phoenix.net
  2692. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2693.  
  2694.  
  2695. -------------------------------------------------------------------------------
  2696.  
  2697. From: "Bresslau" <bresslau@ruralsp.com.br>
  2698. Subject: Re: (fractint) About make more memory available.
  2699. Date: 14 May 1999 23:03:10 -0300
  2700.  
  2701.  
  2702. De: Jack Baker <griffin2020@hotmail.com>
  2703. Data: Sexta-feira, 14 de Maio de 1999 10:14
  2704. Assunto: Re: (fractint) About make more memory available.
  2705.  
  2706.  
  2707. >You may want to check the available space on your hard drive.  If you do
  2708. not
  2709. >have much open space (say less than 300 MB) on the primary master, Windo=
  2710. ws
  2711. >will have a hard time with its virtual memory.
  2712.  
  2713. Right, I=B4m going to make more free space (nowadays only 181 MB).
  2714.  
  2715. >(I personally have 256MB RAM,
  2716. >and Windows uses most of it.  If that is not the issue, try changing the
  2717. >memory manager in "system properties" from "desktop" to "server"
  2718.  
  2719. Also done
  2720.  
  2721.  
  2722.  
  2723. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2724. Post Message:   fractint@lists.xmission.com
  2725. Get Commands:   majordomo@lists.xmission.com "help"
  2726. Administrator:  twegner@phoenix.net
  2727. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2728.  
  2729.  
  2730. -------------------------------------------------------------------------------
  2731.  
  2732. From: Barry Spreen <bspreen@mwci.net>
  2733. Subject: Re: (fractint) About make more memory available.
  2734. Date: 14 May 1999 23:29:06 -0500
  2735.  
  2736. At 11:03 PM 5/14/99 -0300, you wrote:
  2737. >
  2738. >De: Jack Baker <griffin2020@hotmail.com>
  2739. >Data: Sexta-feira, 14 de Maio de 1999 10:14
  2740. >Assunto: Re: (fractint) About make more memory available.
  2741. >
  2742. >
  2743. >>You may want to check the available space on your hard drive.  If you do
  2744. >not
  2745. >>have much open space (say less than 300 MB) on the primary master, Windows
  2746. >>will have a hard time with its virtual memory.
  2747. >
  2748. >Right, I=B4m going to make more free space (nowadays only 181 MB).
  2749. >
  2750. >>(I personally have 256MB RAM,
  2751. >>and Windows uses most of it.  If that is not the issue, try changing the
  2752. >>memory manager in "system properties" from "desktop" to "server"
  2753. >
  2754. >Also done
  2755.  
  2756.  
  2757. I recently was having a lot of trouble with the windows swapfile and
  2758. virtual memory. Available hard drive memory was down to about 300 meg.. I
  2759. thought that adding a second hard drive and restructuring the system would
  2760. solve the problem. However, even with 1.5 Gig on the primary master, I was
  2761. still having virtual memory problems. The swapfile seemed to be managed
  2762. improperly by the system, growing to immense size. Switching the swapfile
  2763. to the secondary master with about the same amount free solved the problem
  2764. and the swapfile has remained at a reasonable size. I don't know why it
  2765. works, but it does.
  2766.  
  2767.  
  2768.  
  2769. Best,
  2770. Barry
  2771. mailto:bspreen@mwci.net
  2772.  
  2773. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2774. Post Message:   fractint@lists.xmission.com
  2775. Get Commands:   majordomo@lists.xmission.com "help"
  2776. Administrator:  twegner@phoenix.net
  2777. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2778.  
  2779.  
  2780. -------------------------------------------------------------------------------
  2781.  
  2782. From: "Bresslau" <bresslau@ruralsp.com.br>
  2783. Subject: (fractint) Is the list working?
  2784. Date: 16 May 1999 13:02:16 -0300
  2785.  
  2786. Just testing to see if my subscription is still working.
  2787. Sorry,
  2788. Bresslau
  2789.  
  2790.  
  2791. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2792. Post Message:   fractint@lists.xmission.com
  2793. Get Commands:   majordomo@lists.xmission.com "help"
  2794. Administrator:  twegner@phoenix.net
  2795. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2796.  
  2797.  
  2798. -------------------------------------------------------------------------------
  2799.  
  2800. From: Jim Muth <jamth@mindspring.com>
  2801. Subject: (fractint) Re: Is the list working?
  2802. Date: 16 May 1999 14:33:57 -0400 (EDT)
  2803.  
  2804. At 01:02 PM 5/16/99 -0300, Bresslau wrote:
  2805.  
  2806. >Just testing to see if my subscription is still working.
  2807.  
  2808. The Fractint list is still working, though the traffic is way down 
  2809. since the fractal artists who once posted here moved their par file 
  2810. postings to the Ultra Fractal list.  We need to recruit some more of 
  2811. those who are interested in the mathematical aspect of fractals.
  2812.  
  2813. Jim Muth
  2814. jamth@mindspring.com
  2815.  
  2816.  
  2817. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2818. Post Message:   fractint@lists.xmission.com
  2819. Get Commands:   majordomo@lists.xmission.com "help"
  2820. Administrator:  twegner@phoenix.net
  2821. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2822.  
  2823.  
  2824. -------------------------------------------------------------------------------
  2825.  
  2826. From: Ken Childress <icent@best.com>
  2827. Subject: Re: (fractint) Re: Is the list working?
  2828. Date: 16 May 1999 13:12:59 -0700
  2829.  
  2830.  
  2831. Jim,
  2832.  
  2833. >>Just testing to see if my subscription is still working.
  2834. >
  2835. >The Fractint list is still working, though the traffic is way down 
  2836. >since the fractal artists who once posted here moved their par file 
  2837. >postings to the Ultra Fractal list.  We need to recruit some more of 
  2838. >those who are interested in the mathematical aspect of fractals.
  2839.  
  2840. Am I correct in reading the implication that those who are using
  2841. programs other than Fractint are not interested in the mathematical
  2842. aspect of fractals?
  2843.  
  2844. If so, that seems to be a rather absurd implication.  If not, please
  2845. clarify.
  2846.  
  2847.  
  2848. Ken...
  2849.  
  2850.  
  2851.  
  2852. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2853. Post Message:   fractint@lists.xmission.com
  2854. Get Commands:   majordomo@lists.xmission.com "help"
  2855. Administrator:  twegner@phoenix.net
  2856. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2857.  
  2858.  
  2859. -------------------------------------------------------------------------------
  2860.  
  2861. From: "Kellie Charlynn Angel Findley" <cfindley@cpis.net>
  2862. Subject: Re: (fractint) Re: Is the list working?
  2863. Date: 16 May 1999 15:57:59 PDT
  2864.  
  2865. Actually, there are those such as myself  who enjoy both the intellectual=
  2866.  and the aesthetic beauty of fractals.
  2867.  
  2868. ----------
  2869. >
  2870. > Jim,
  2871. >
  2872. > >>Just testing to see if my subscription is still working.
  2873. > >
  2874. > >The Fractint list is still working, though the traffic is way down
  2875. > >since the fractal artists who once posted here moved their par file =
  2876.  
  2877. > >postings to the Ultra Fractal list.  We need to recruit some more of =
  2878.  
  2879. > >those who are interested in the mathematical aspect of fractals.
  2880. >
  2881. > Am I correct in reading the implication that those who are using
  2882. > programs other than Fractint are not interested in the mathematical
  2883. > aspect of fractals?
  2884. >
  2885. > If so, that seems to be a rather absurd implication.  If not, please
  2886. > clarify.
  2887. >
  2888. >
  2889. > Ken...
  2890. >
  2891. >
  2892. >
  2893. > --------------------------------------------------------------
  2894. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  2895. > Post Message:   fractint@lists.xmission.com
  2896. > Get Commands:   majordomo@lists.xmission.com "help"
  2897. > Administrator:  twegner@phoenix.net
  2898. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2899.  
  2900.  
  2901.  
  2902. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2903. Post Message:   fractint@lists.xmission.com
  2904. Get Commands:   majordomo@lists.xmission.com "help"
  2905. Administrator:  twegner@phoenix.net
  2906. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2907.  
  2908.  
  2909. -------------------------------------------------------------------------------
  2910.  
  2911. From: Tom Conally <conally@netpath.net>
  2912. Subject: Re: (fractint) Re: Is the list working?
  2913. Date: 16 May 1999 17:33:55 -0400
  2914.  
  2915. At 03:57 PM 5/16/99 PDT, you wrote:
  2916. >Actually, there are those such as myself  who enjoy both the intellectual
  2917. and the aesthetic beauty of fractals.
  2918.  
  2919. Same Here!!!
  2920.  
  2921.  
  2922.  
  2923.  
  2924. Tom Conally
  2925. In every boomerang there is a perfect throw.
  2926. Your life, Grasshopper, is to practice  till you find that throw
  2927. and become one with that boomerang!
  2928. __________________________________________
  2929. Boomerangs        http://www.angelfire.com/nc/conally
  2930. Paradise             http://www.netpath.net/~conally/
  2931. Fractal Images   http://members.tripod.com/afractal
  2932. Teddybear's picnic http://members.tripod.com/afractal/picnic/teddybear.html
  2933.  
  2934.  
  2935. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2936. Post Message:   fractint@lists.xmission.com
  2937. Get Commands:   majordomo@lists.xmission.com "help"
  2938. Administrator:  twegner@phoenix.net
  2939. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2940.  
  2941.  
  2942. -------------------------------------------------------------------------------
  2943.  
  2944. From: Natalie Koning <nat@koningddt.demon.nl>
  2945. Subject: Re: (fractint) About make more memory available.
  2946. Date: 17 May 1999 00:32:32 +0200
  2947.  
  2948. In article <19990514130934.39582.qmail@hotmail.com>, Jack Baker
  2949. <griffin2020@hotmail.com> writes
  2950. >You may want to check the available space on your hard drive.  If you do not 
  2951. >have much open space (say less than 300 MB) on the primary master, Windows 
  2952. >will have a hard time with its virtual memory. (I personally have 256MB RAM, 
  2953. >and Windows uses most of it.  If that is not the issue, try changing the 
  2954. >memory manager in "system properties" from "desktop" to "server"  This makes 
  2955. >the OS manage the memory a little more aggresively.  Hope these help.
  2956. >
  2957. >-Jack
  2958. >
  2959.  
  2960. Huh?
  2961.  
  2962. I'm running Fractint (DOS and Win versions) on a Pentium 75 with 8MB RAM
  2963. without any problems.
  2964.  
  2965.  
  2966. Natalie
  2967.  
  2968. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2969. Post Message:   fractint@lists.xmission.com
  2970. Get Commands:   majordomo@lists.xmission.com "help"
  2971. Administrator:  twegner@phoenix.net
  2972. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2973. Knowing Murphy's Law won't help either.
  2974.  
  2975. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2976. Post Message:   fractint@lists.xmission.com
  2977. Get Commands:   majordomo@lists.xmission.com "help"
  2978. Administrator:  twegner@phoenix.net
  2979. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2980.  
  2981.  
  2982. -------------------------------------------------------------------------------
  2983.  
  2984. From: "Jack Baker" <griffin2020@hotmail.com>
  2985. Subject: Re: (fractint) About make more memory available.
  2986. Date: 16 May 1999 23:45:14 GMT
  2987.  
  2988. Congratulations...
  2989.  
  2990. In article <19990514130934.39582.qmail@hotmail.com>, Jack Baker
  2991. <griffin2020@hotmail.com> writes
  2992.  >You may want to check the available space on your hard drive.  If you do 
  2993. not
  2994.  >have much open space (say less than 300 MB) on the primary master, Windows
  2995.  >will have a hard time with its virtual memory. (I personally have 256MB 
  2996. RAM,
  2997.  >and Windows uses most of it.  If that is not the issue, try changing the
  2998.  >memory manager in "system properties" from "desktop" to "server"  This 
  2999. makes
  3000.  >the OS manage the memory a little more aggresively.  Hope these help.
  3001.  >
  3002.  >-Jack
  3003.  >
  3004.  
  3005. Huh?
  3006.  
  3007. I'm running Fractint (DOS and Win versions) on a Pentium 75 with 8MB RAM
  3008. without any problems.
  3009.  
  3010.  
  3011. Natalie
  3012.  
  3013. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3014. Post Message:   fractint@lists.xmission.com
  3015. Get Commands:   majordomo@lists.xmission.com "help"
  3016. Administrator:  twegner@phoenix.net
  3017. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3018. Knowing Murphy's Law won't help either.
  3019.  
  3020. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3021. Post Message:   fractint@lists.xmission.com
  3022. Get Commands:   majordomo@lists.xmission.com "help"
  3023. Administrator:  twegner@phoenix.net
  3024. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3025.  
  3026.  
  3027. _______________________________________________________________
  3028. Get Free Email and Do More On The Web. Visit http://www.msn.com
  3029.  
  3030. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3031. Post Message:   fractint@lists.xmission.com
  3032. Get Commands:   majordomo@lists.xmission.com "help"
  3033. Administrator:  twegner@phoenix.net
  3034. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3035.  
  3036.  
  3037. -------------------------------------------------------------------------------
  3038.  
  3039. From: Jim Muth <jamth@mindspring.com>
  3040. Subject: (fractint) Re: Is the list working?
  3041. Date: 16 May 1999 20:36:30 -0400 (EDT)
  3042.  
  3043. At 01:12 PM 5/16/99 -0700, Ken Childress wrote:
  3044.  
  3045. >Am I correct in reading the implication that those who are using 
  3046. >programs other than Fractint are not interested in the mathematical 
  3047. >aspect of fractals?
  3048.  
  3049. No, you are not correct.
  3050.  
  3051. >If so, that seems to be a rather absurd implication.
  3052.  
  3053. If it were so, it would indeed be absurd.
  3054.  
  3055. >If not, please clarify.
  3056.  
  3057. Okay, I'll try to spell it out.  To start, it is obvious that 
  3058. those who enjoy fractals have an interest in math, and it is 
  3059. also obvious that those who enjoy fractals also have an artistic 
  3060. sense.  Every person who runs any fractal generating program is 
  3061. to some degree both an artist and a mathematician.  But some 
  3062. are more attracted to the math aspect, and others to the 
  3063. artistic side of fractals.
  3064.  
  3065. I am assuming that by the term "programs other than Fractint" 
  3066. you mean Ultra Fractal.  When the Fractint list began about two 
  3067. years ago, it was nearly engulfed by a flood of parameter files, 
  3068. which came in at a rate of sometimes near 100 per day.  The 
  3069. comments accompanying these files constantly asked questions 
  3070. such as, "when will Fractint support true-color?"  It was 
  3071. obvious that such features were much desired.
  3072.  
  3073. Then the Ultra Fractal list was formed, and those who had filled 
  3074. the Fractint list with par files moved to the UF list, and began 
  3075. filling it with their par files.  And why not -- UF is faster 
  3076. and has many of the features that the Fractint list posters were 
  3077. clamoring for.
  3078.  
  3079. As a result, in a period of a month or so, the volume of traffic 
  3080. on the Fractint list dropped from 50 or so a day to only one or 
  3081. two messages per day.  Concerned about the lack of traffic, one 
  3082. of the list subscribers, (I think it was Bresslau), posted a 
  3083. test letter to see if the list was still working.  I replied, 
  3084. assuring him that it was.
  3085.  
  3086. I added a comment to my reply, speculating about how we might 
  3087. raise a bit more traffic for the Fractint list.  Since those who 
  3088. were seeking more artistic versatility in their fractal program 
  3089. have found it in UF, I suggested that the Fractint list should 
  3090. emphasize the math aspect of fractal seeking.  I did not even 
  3091. think of denigrating the mathematical ability of those who 
  3092. switched to UF, just as I would not denigrate the artistic 
  3093. ability of those, like myself, who stayed with Fractint.
  3094.  
  3095. BTW, I am a subscriber to the UF list, and have tried the 
  3096. program.  I did not continue using it because I am really not 
  3097. that interested in things such as multiple layers, etc.  (Again, 
  3098. no offense intended against those who use layers.)  Also, I 
  3099. generate fractals on several machines, and two of them still run 
  3100. Windows-3.1, which does not support UF.
  3101.  
  3102. If you still feel offended, quote the phrase that offends you, 
  3103. and I'll give further clarification.
  3104.  
  3105. Jim Muth
  3106. jamth@mindspring.com
  3107.  
  3108.  
  3109. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3110. Post Message:   fractint@lists.xmission.com
  3111. Get Commands:   majordomo@lists.xmission.com "help"
  3112. Administrator:  twegner@phoenix.net
  3113. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3114.  
  3115.  
  3116. -------------------------------------------------------------------------------
  3117.  
  3118. From: "Bresslau" <bresslau@ruralsp.com.br>
  3119. Subject: Re: (fractint) Re: Is the list working?
  3120. Date: 17 May 1999 01:49:04 -0300
  3121.  
  3122. Now that you=B4ve mentioned it, I=B4m curios about the ultra fractal list=
  3123. . What
  3124. is the subscription aaddress?
  3125. Thanks, Bresslau, the one who started all this.
  3126.  
  3127.  
  3128. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3129. Post Message:   fractint@lists.xmission.com
  3130. Get Commands:   majordomo@lists.xmission.com "help"
  3131. Administrator:  twegner@phoenix.net
  3132. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3133.  
  3134.  
  3135. -------------------------------------------------------------------------------
  3136.  
  3137. From: Ken Childress <icent@best.com>
  3138. Subject: Re: (fractint) Re: Is the list working?
  3139. Date: 16 May 1999 21:19:44 -0700
  3140.  
  3141.  
  3142. Jim,
  3143.  
  3144. >>Am I correct in reading the implication that those who are using 
  3145. >>programs other than Fractint are not interested in the mathematical 
  3146. >>aspect of fractals?
  3147. >
  3148. >No, you are not correct.
  3149.  
  3150. I'm glad.
  3151.  
  3152. >>If not, please clarify.
  3153. >
  3154. >Okay, I'll try to spell it out.  To start, it is obvious that 
  3155. >those who enjoy fractals have an interest in math, and it is 
  3156. >also obvious that those who enjoy fractals also have an artistic 
  3157. >sense.  Every person who runs any fractal generating program is 
  3158. >to some degree both an artist and a mathematician.  But some 
  3159. >are more attracted to the math aspect, and others to the 
  3160. >artistic side of fractals.
  3161.  
  3162. Makes sense to me.
  3163.  
  3164. >I am assuming that by the term "programs other than Fractint" 
  3165. >you mean Ultra Fractal.  When the Fractint list began about two 
  3166. >years ago, it was nearly engulfed by a flood of parameter files, 
  3167. >which came in at a rate of sometimes near 100 per day.  The 
  3168. >comments accompanying these files constantly asked questions 
  3169. >such as, "when will Fractint support true-color?"  It was 
  3170. >obvious that such features were much desired.
  3171.  
  3172. No, I didn't specifically have UF in mind, but that assumption
  3173. wasn't necessarily off base.
  3174.  
  3175. >Then the Ultra Fractal list was formed, and those who had filled 
  3176. >the Fractint list with par files moved to the UF list, and began 
  3177. >filling it with their par files.  And why not -- UF is faster 
  3178. >and has many of the features that the Fractint list posters were 
  3179. >clamoring for.
  3180. >
  3181. >As a result, in a period of a month or so, the volume of traffic 
  3182. >on the Fractint list dropped from 50 or so a day to only one or 
  3183. >two messages per day.  Concerned about the lack of traffic, one 
  3184. >of the list subscribers, (I think it was Bresslau), posted a 
  3185. >test letter to see if the list was still working.  I replied, 
  3186. >assuring him that it was.
  3187.  
  3188. Well, the traffic on this list certainly has dropped off, but it
  3189. has only been in the last couple of months.  The Uf list has been
  3190. going for about 10 months or so.
  3191.  
  3192. >I added a comment to my reply, speculating about how we might 
  3193. >raise a bit more traffic for the Fractint list.  Since those who 
  3194. >were seeking more artistic versatility in their fractal program 
  3195. >have found it in UF, I suggested that the Fractint list should 
  3196. >emphasize the math aspect of fractal seeking.  I did not even 
  3197. >think of denigrating the mathematical ability of those who 
  3198. >switched to UF, just as I would not denigrate the artistic 
  3199. >ability of those, like myself, who stayed with Fractint.
  3200.  
  3201. I'm glad to hear that.  I agree completely.  Each has their own
  3202. opinions about the various programs and why they use them.  All the
  3203. programs are tools, and while different programs have different
  3204. capabilities, they are just tools for the user to gain whatever
  3205. pleasure from that they choose.
  3206.  
  3207. >BTW, I am a subscriber to the UF list, and have tried the 
  3208. >program.  I did not continue using it because I am really not 
  3209. >that interested in things such as multiple layers, etc.  (Again, 
  3210. >no offense intended against those who use layers.)  Also, I 
  3211. >generate fractals on several machines, and two of them still run 
  3212. >Windows-3.1, which does not support UF.
  3213. >
  3214. >If you still feel offended, quote the phrase that offends you, 
  3215. >and I'll give further clarification.
  3216.  
  3217. I didn't really feel offended.  I just wanted to make sure that I 
  3218. understood your statement.  On the surface, it could have been taken
  3219. different ways.  I thank you for taking the time to clarify it for me.
  3220.  
  3221.  
  3222. Ken...
  3223.  
  3224.  
  3225.  
  3226. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3227. Post Message:   fractint@lists.xmission.com
  3228. Get Commands:   majordomo@lists.xmission.com "help"
  3229. Administrator:  twegner@phoenix.net
  3230. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3231.  
  3232.  
  3233. -------------------------------------------------------------------------------
  3234.  
  3235. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  3236. Subject: Re: (fractint) Re: Is the list working?
  3237. Date: 16 May 1999 23:32:27 -0500
  3238.  
  3239. Bresslau wrote:
  3240. >
  3241. > Now that you┤ve mentioned it, I┤m curios about
  3242. > the ultra fractal list.  What is the subscription
  3243. > aaddress?  Thanks, Bresslau, the one who started
  3244. > all this.
  3245. >
  3246.  
  3247. ULTRA FRACTAL, The Ultra Fractal Discussion List
  3248.         Administrator:  Frederik J. Slijkerman <fjslman@wins.uva.nl>
  3249.         Subscription Address:  majordomo@icd.com
  3250.             (body of your email message:  subscribe ultrafractal)
  3251.         Posts:  ultrafractal@icd.com
  3252.         Description:
  3253.             This mailing list is open to all individuals/organizations
  3254.             interested in all aspects of the program "Ultra Fractal"
  3255.             written by F. J. Slijkerman. It is a 32-bit fractal plotter
  3256.             for Windows 95/NT featuring multi-threading, multiple
  3257.             documents, and multiple layers.  Also has many other
  3258.             features that include a formula compiler compatible with
  3259.             Fractint.  The website and download area may be found at the
  3260.             following URL:  http://www.ultrafractal.com/
  3261.         Archive:  Send a message to mailto:majordomo@icd.com with
  3262.             "index ultrafractal" in the BODY of the message.
  3263.  
  3264.  
  3265. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  3266.  
  3267. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3268. Post Message:   fractint@lists.xmission.com
  3269. Get Commands:   majordomo@lists.xmission.com "help"
  3270. Administrator:  twegner@phoenix.net
  3271. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3272.  
  3273.  
  3274. -------------------------------------------------------------------------------
  3275.  
  3276. From: "Mark Salomon" <msalomon@worldnet.att.net>
  3277. Subject: Re: (fractint) About make more memory available.
  3278. Date: 17 May 1999 01:13:15 -0400
  3279.  
  3280. "CONGRATULATIONS"?!!!!
  3281. Is THAT the best you  have to  offer?
  3282. Is that the best you can offer to the fractint list?
  3283.  
  3284. What a flaming idiot....
  3285. What a bully
  3286.  
  3287.  
  3288. ----- Original Message -----
  3289. Sent: Sunday, May 16, 1999 7:45 PM
  3290.  
  3291.  
  3292. > Congratulations...
  3293. >
  3294. > In article <19990514130934.39582.qmail@hotmail.com>, Jack Baker
  3295. > <griffin2020@hotmail.com> writesit
  3296. >  >You may want to check the available space on your hard drive.  If you do
  3297. > not
  3298. >  >have much open space (say less than 300 MB) on the primary master,
  3299. Windows
  3300. >  >will have a hard time with its virtual memory. (I personally have 256MB
  3301. > RAM,
  3302. >  >and Windows uses most of it.  If that is not the issue, try changing the
  3303. >  >memory manager in "system properties" from "desktop" to "server"  This
  3304. > makes
  3305. >  >the OS manage the memory a little more aggresively.  Hope these help.
  3306. >  >
  3307. >  >-Jack
  3308. >  >
  3309. >
  3310.  
  3311. > Huh?
  3312. >
  3313. > I'm running Fractint (DOS and Win versions) on a Pentium 75 with 8MB RAM
  3314. > without any problems.
  3315. >
  3316. >
  3317. > Natalie
  3318. >
  3319. > --------------------------------------------------------------
  3320. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  3321. > Post Message:   fractint@lists.xmission.com
  3322. > Get Commands:   majordomo@lists.xmission.com "help"
  3323. > Administrator:  twegner@phoenix.net
  3324. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3325. > Knowing Murphy's Law won't help either.
  3326. >
  3327. > --------------------------------------------------------------
  3328. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  3329. > Post Message:   fractint@lists.xmission.com
  3330. > Get Commands:   majordomo@lists.xmission.com "help"
  3331. > Administrator:  twegner@phoenix.net
  3332. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3333. >
  3334. >
  3335. > _______________________________________________________________
  3336. > Get Free Email and Do More On The Web. Visit http://www.msn.com
  3337. >
  3338. > --------------------------------------------------------------
  3339. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  3340. > Post Message:   fractint@lists.xmission.com
  3341. > Get Commands:   majordomo@lists.xmission.com "help"
  3342. > Administrator:  twegner@phoenix.net
  3343. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3344. >
  3345.  
  3346.  
  3347. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3348. Post Message:   fractint@lists.xmission.com
  3349. Get Commands:   majordomo@lists.xmission.com "help"
  3350. Administrator:  twegner@phoenix.net
  3351. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3352.  
  3353.  
  3354. -------------------------------------------------------------------------------
  3355.  
  3356. From: Paul DeCelle <PaulDC@prodigy.net>
  3357. Subject: Re: (fractint) About make more memory available.
  3358. Date: 17 May 1999 01:24:25 -0400
  3359.  
  3360.  
  3361.  
  3362. Mark Salomon wrote:
  3363. > "CONGRATULATIONS"?!!!!
  3364. > Is THAT the best you  have to  offer?
  3365. > Is that the best you can offer to the fractint list?
  3366. > What a flaming idiot....
  3367. > What a bully
  3368.  
  3369.  
  3370. Um, isn't this somewhat inappropriate?  There's already enough hostility
  3371. in the world - Let's try to keep it a little more civil, please..
  3372.  
  3373. Paul
  3374.  
  3375. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3376. Post Message:   fractint@lists.xmission.com
  3377. Get Commands:   majordomo@lists.xmission.com "help"
  3378. Administrator:  twegner@phoenix.net
  3379. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3380.  
  3381.  
  3382. -------------------------------------------------------------------------------
  3383.  
  3384. From: Natalie <nat@koningddt.demon.nl>
  3385. Subject: Re: (fractint) About make more memory available.
  3386. Date: 17 May 1999 09:12:10 +0200
  3387.  
  3388. In article <373FA809.A7F3E7EF@prodigy.net>, Paul DeCelle
  3389. <PaulDC@prodigy.net> writes
  3390. >> "CONGRATULATIONS"?!!!!
  3391. >> Is THAT the best you  have to  offer?
  3392. >> Is that the best you can offer to the fractint list?
  3393. >> 
  3394. >> What a flaming idiot....
  3395. >> What a bully
  3396. >
  3397. >
  3398. >Um, isn't this somewhat inappropriate?  There's already enough hostility
  3399. >in the world - Let's try to keep it a little more civil, please..
  3400. >
  3401. >Paul
  3402. >
  3403.  
  3404. Oops, it wasn't my intention to start people shouting, I'm sorry.
  3405.  
  3406. I'll disappear again.
  3407.  
  3408. Goodbye.
  3409.  
  3410. -- 
  3411. Knowing Murphy's Law won't help either.
  3412.  
  3413.                                                           Natalie
  3414.  
  3415.  
  3416. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3417. Post Message:   fractint@lists.xmission.com
  3418. Get Commands:   majordomo@lists.xmission.com "help"
  3419. Administrator:  twegner@phoenix.net
  3420. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3421.  
  3422.  
  3423. -------------------------------------------------------------------------------
  3424.  
  3425. From: "Andrew Coppin" <KHCM8AC@dmu.ac.uk>
  3426. Subject: (fractint) IFS
  3427. Date: 17 May 1999 10:07:19 GMT
  3428.  
  3429. Well, it's not FractInt, but it *IS* fractal! I've written an IFS 
  3430. fractal generator in POV-Ray (v3.1). You can download this from
  3431.  
  3432.   http://www.mk.dmu.ac.uk/~khcm8ac/Full/POVRay31/IFS.html
  3433.  
  3434. I'm also looking for cool IFS's to add to my collection. I tried to 
  3435. add the fern from fractint (FRACTINT.IFS -> Fern3D), but this didn't 
  3436. come out too good (actually I got error messages about 0 scaling 
  3437. factors on a couple of lines!) More to be added soon!
  3438.  
  3439. Nam et ipsa scientia potestus est!
  3440. (Sir Francis Bacon)
  3441. Andrew Orphi Coppin
  3442. DMU MK.
  3443.  
  3444. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3445. Post Message:   fractint@lists.xmission.com
  3446. Get Commands:   majordomo@lists.xmission.com "help"
  3447. Administrator:  twegner@phoenix.net
  3448. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3449.  
  3450.  
  3451. -------------------------------------------------------------------------------
  3452.  
  3453. From: "Jack Baker" <griffin2020@hotmail.com>
  3454. Subject: Re: (fractint) About make more memory available.
  3455. Date: 17 May 1999 12:17:15 GMT
  3456.  
  3457. Thanks Paul...
  3458.  
  3459. By the way, when I say congratulations, I mean that I am glad that she has 
  3460. no problems with her systems.  Unfortunately some people are not as lucky as 
  3461. she is and do experience problems.  Specifically, Windows 95 and 98 both can 
  3462. do strange things when managing memory in excess of 32MB.
  3463.  
  3464. There is no reason to be confrontational.
  3465.  
  3466. -Jack
  3467.  
  3468. Mark Salomon wrote:
  3469.  >
  3470.  > "CONGRATULATIONS"?!!!!
  3471.  > Is THAT the best you  have to  offer?
  3472.  > Is that the best you can offer to the fractint list?
  3473.  >
  3474.  > What a flaming idiot....
  3475.  > What a bully
  3476.  
  3477.  
  3478. Um, isn't this somewhat inappropriate?  There's already enough hostility
  3479. in the world - Let's try to keep it a little more civil, please..
  3480.  
  3481. Paul
  3482.  
  3483. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3484. Post Message:   fractint@lists.xmission.com
  3485. Get Commands:   majordomo@lists.xmission.com "help"
  3486. Administrator:  twegner@phoenix.net
  3487. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3488.  
  3489.  
  3490. _______________________________________________________________
  3491. Get Free Email and Do More On The Web. Visit http://www.msn.com
  3492.  
  3493. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3494. Post Message:   fractint@lists.xmission.com
  3495. Get Commands:   majordomo@lists.xmission.com "help"
  3496. Administrator:  twegner@phoenix.net
  3497. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3498.  
  3499.  
  3500. -------------------------------------------------------------------------------
  3501.  
  3502. From: "Jack Baker" <griffin2020@hotmail.com>
  3503. Subject: Re: (fractint) About make more memory available.
  3504. Date: 17 May 1999 12:21:55 GMT
  3505.  
  3506. Don't do that.  There are to few people posting to this list as it stands.  
  3507. And most of the posts have nothing to do with Parfiles, etc.
  3508. I, personally do not have time to create new PAR's, but I do enjoy plugging 
  3509. in the ones that get posted.  So.......
  3510.  
  3511. -Jack
  3512.  
  3513. Oops, it wasn't my intention to start people shouting, I'm sorry.
  3514.  
  3515. I'll disappear again.
  3516.  
  3517. Goodbye.
  3518.  
  3519. --
  3520. Knowing Murphy's Law won't help either.
  3521.  
  3522.                                                            Natalie
  3523.  
  3524.  
  3525. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3526. Post Message:   fractint@lists.xmission.com
  3527. Get Commands:   majordomo@lists.xmission.com "help"
  3528. Administrator:  twegner@phoenix.net
  3529. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3530.  
  3531.  
  3532. _______________________________________________________________
  3533. Get Free Email and Do More On The Web. Visit http://www.msn.com
  3534.  
  3535. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3536. Post Message:   fractint@lists.xmission.com
  3537. Get Commands:   majordomo@lists.xmission.com "help"
  3538. Administrator:  twegner@phoenix.net
  3539. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3540.  
  3541.  
  3542. -------------------------------------------------------------------------------
  3543.  
  3544. From: karen_mc@mindspring.com (karen)
  3545. Subject: Re: (fractint) IFS
  3546. Date: 17 May 1999 12:49:24 GMT
  3547.  
  3548. On Mon, 17 May 1999 10:07:19 GMT, you wrote:
  3549.  
  3550. >Well, it's not FractInt, but it *IS* fractal! I've written an IFS 
  3551. >fractal generator in POV-Ray (v3.1). You can download this from
  3552. >
  3553. >  http://www.mk.dmu.ac.uk/~khcm8ac/Full/POVRay31/IFS.html
  3554.  
  3555. Well no, it's not Fractint but thanks very much for posting the
  3556. information.  I've been playing with IFSs in both Fractint and UF
  3557. for about two weeks now and so am very much interested.  Looking
  3558. forward to checking out the site.
  3559.  
  3560. Thanks again,
  3561.  
  3562.  
  3563. Karen McCormack
  3564.  
  3565. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3566. Post Message:   fractint@lists.xmission.com
  3567. Get Commands:   majordomo@lists.xmission.com "help"
  3568. Administrator:  twegner@phoenix.net
  3569. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3570.  
  3571.  
  3572. -------------------------------------------------------------------------------
  3573.  
  3574. From: "Damien M. Jones" <dmj@fractalus.com>
  3575. Subject: Re: (fractint) Re: UF List
  3576. Date: 17 May 1999 10:52:26 -0500
  3577.  
  3578. Bresslau, Paul,
  3579.  
  3580. The archive to the UF list can also be obtained directly (without going
  3581. through the Majordomo list software) from this URL:
  3582.  
  3583.     ftp://ftp.fractalus.com/pub/lists/ultrafractal/
  3584.  
  3585. Damien M. Jones   \\
  3586. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  3587.                     \\  http://www.fractalus.com/
  3588.  
  3589. Please do not post my e-mail address on a web site or
  3590. in a newsgroup.  Thank you.
  3591.  
  3592. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3593. Post Message:   fractint@lists.xmission.com
  3594. Get Commands:   majordomo@lists.xmission.com "help"
  3595. Administrator:  twegner@phoenix.net
  3596. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3597.  
  3598.  
  3599. -------------------------------------------------------------------------------
  3600.  
  3601. From: "Randall Britten" <randall@is.co.za>
  3602. Subject: (fractint) xfractint partobat?
  3603. Date: 17 May 1999 19:15:25 +0200
  3604.  
  3605. Has anyone written a ParToBat for UNIX's xfractint?
  3606.  
  3607. -------------------------
  3608. Randall Britten
  3609.  
  3610.  
  3611.  
  3612.  
  3613. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3614. Post Message:   fractint@lists.xmission.com
  3615. Get Commands:   majordomo@lists.xmission.com "help"
  3616. Administrator:  twegner@phoenix.net
  3617. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3618.  
  3619.  
  3620. -------------------------------------------------------------------------------
  3621.  
  3622. From: Phil McRevis <legalize@xmission.com>
  3623. Subject: Re: (fractint) xfractint partobat? 
  3624. Date: 17 May 1999 11:36:22 -0600
  3625.  
  3626.  
  3627. In article <002801bea088$ddf8f770$e3021ac4@galilee.is.co.za>,
  3628.     "Randall Britten" <randall@is.co.za>  writes:
  3629.  
  3630. > Has anyone written a ParToBat for UNIX's xfractint?
  3631.  
  3632. I wrote a perl script some time ago that did what partobat does and
  3633. more.   However, the script was written to generate BAT files for
  3634. msdos, not unix shell scripts.  I don't even know where the script is
  3635. anymore, since I wrote it for a need at the moment.  However, its not
  3636. hard to write something similar.  (I have no idea why the partobat.exe
  3637. author didn't include the source; it can't be more than a page or two
  3638. of C code.)
  3639. --
  3640. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  3641.     ``Ain't it funny that they all fire the pistol,     
  3642.       at the wrong end of the race?''--PDBT     
  3643. legalize@xmission.com    <http://www.eden.com/~thewho>
  3644.  
  3645. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3646. Post Message:   fractint@lists.xmission.com
  3647. Get Commands:   majordomo@lists.xmission.com "help"
  3648. Administrator:  twegner@phoenix.net
  3649. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3650.  
  3651.  
  3652. -------------------------------------------------------------------------------
  3653.  
  3654. From: "Bresslau" <bresslau@ruralsp.com.br>
  3655. Subject: (fractint) Choose yur picture before downloading the par.
  3656. Date: 17 May 1999 22:08:41 -0300
  3657.  
  3658. I just had an idea:
  3659. what if there where a site where you could see a preview of the pars you
  3660. were going to download? Somethng like a thumbnail page with checkboxes fo=
  3661. r
  3662. each picture. you like the picture, you check it. Then you post the form =
  3663. and
  3664. a par file with all the pars for the pics you checked is created speciall=
  3665. y
  3666. for you.
  3667. This was the idea. I downloaded lots of huge par files with hundreds of
  3668. pictures without havin a hint to what they contained. My pars are really =
  3669. a
  3670. mess and I don=B4t have time to process each of them to see what comes up.
  3671. Maybe if I could download only what I wanted, I could still have a beauti=
  3672. ful
  3673. collection of fractals without having the trouble to select them one by o=
  3674. ne
  3675. after they were generated.
  3676. I don=B4t know nothing about web deisgn /programming, and I don=B4t know =
  3677. if this
  3678. is a good idea. But if anybody likes it, please use it.
  3679. Bresslau
  3680.  
  3681.  
  3682. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3683. Post Message:   fractint@lists.xmission.com
  3684. Get Commands:   majordomo@lists.xmission.com "help"
  3685. Administrator:  twegner@phoenix.net
  3686. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3687.  
  3688.  
  3689. -------------------------------------------------------------------------------
  3690.  
  3691. From: "Jack Baker" <griffin2020@hotmail.com>
  3692. Subject: Re: (fractint) Choose yur picture before downloading the par.
  3693. Date: 18 May 1999 03:42:01 GMT
  3694.  
  3695. Pretty good idea, and it really would not be to hard to do.  Just gotta get 
  3696. the web space and time to get it done.  Perhaps on a server like xoom.com??? 
  3697.   Anyway, a simple CGI would probably be fine, and all that would be 
  3698. necessary for the graphics would be a thumbnail.  The user could download 
  3699. any pars that they were intrigued by and view the larger graphic at their 
  3700. leisure.  Anybody out there want to jump on board here?????
  3701.  
  3702. -Jack
  3703.  
  3704.  
  3705. ----Original Message Follows----
  3706. Reply-To: fractint@lists.xmission.com
  3707. MIME-Version: 1.0
  3708. From owner-fractint@lists.xmission.com Mon May 17 18:35:39 1999
  3709. Received: from [198.60.22.7] by hotmail.com (1.5) with SMTP id 
  3710. MHotMailB90A0EE70132D101707EC63C1607F92C0; Mon May 17 18:35:39 1999
  3711. Received: from domo by lists.xmission.com with local (Exim 2.05 #1)id 
  3712. 10jYl7-00075e-00for fractint-goout@lists.xmission.com; Mon, 17 May 1999 
  3713. 19:33:29 -0600
  3714. Message-ID: <001501bea0ce$7bea1c80$a485f6c8@winnetou>
  3715. X-Priority: 3
  3716. X-MSMail-Priority: Normal
  3717. X-Mailer: Microsoft Outlook Express 4.72.3110.5
  3718. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
  3719. X-MIME-Autoconverted: from 8bit to quoted-printable by 
  3720. smtp-gw.homeshopping.com.br id WAA23119
  3721. Sender: owner-fractint@lists.xmission.com
  3722. Precedence: bulk
  3723.  
  3724. I just had an idea:
  3725. what if there where a site where you could see a preview of the pars you
  3726. were going to download? Somethng like a thumbnail page with checkboxes for
  3727. each picture. you like the picture, you check it. Then you post the form and
  3728. a par file with all the pars for the pics you checked is created specially
  3729. for you.
  3730. This was the idea. I downloaded lots of huge par files with hundreds of
  3731. pictures without havin a hint to what they contained. My pars are really a
  3732. mess and I don┤t have time to process each of them to see what comes up.
  3733. Maybe if I could download only what I wanted, I could still have a beautiful
  3734. collection of fractals without having the trouble to select them one by one
  3735. after they were generated.
  3736. I don┤t know nothing about web deisgn /programming, and I don┤t know if this
  3737. is a good idea. But if anybody likes it, please use it.
  3738. Bresslau
  3739.  
  3740.  
  3741. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3742. Post Message:   fractint@lists.xmission.com
  3743. Get Commands:   majordomo@lists.xmission.com "help"
  3744. Administrator:  twegner@phoenix.net
  3745. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3746.  
  3747.  
  3748. _______________________________________________________________
  3749. Get Free Email and Do More On The Web. Visit http://www.msn.com
  3750.  
  3751. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3752. Post Message:   fractint@lists.xmission.com
  3753. Get Commands:   majordomo@lists.xmission.com "help"
  3754. Administrator:  twegner@phoenix.net
  3755. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3756.  
  3757.  
  3758. -------------------------------------------------------------------------------
  3759.  
  3760. From: "Tony Hanmer" <tony@omrussia.spb.su>
  3761. Subject: (fractint) We haven't ALL gone to UF
  3762. Date: 18 May 1999 08:46:50 +0400 (MSD)
  3763.  
  3764. ... Some recent work.
  3765. All (c) Tony Hanmer 1999
  3766.  
  3767. 1bj034             {
  3768.   reset=1960 type=barnsleyj1 passes=1
  3769.   center-mag=0.46759/1.43e-006/2.143901/1/-90 params=1.05/0.25 float=y
  3770.   bailoutest=manh outside=atan
  3771.   colors=000CLS<5>4EM2CK1AH18E05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`JR_HPY<4>\
  3772.   8HT6FS6FS<2>7EQ7EP8DP9CO<16>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0\
  3773.   fH0<9>S70R60Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvn\
  3774.   rulqt<2>hnsfmrelqdkpcjo<21>DMT
  3775.   }
  3776.  
  3777. 1bj035             {
  3778.   reset=1960 type=barnsleyj1 passes=1
  3779.   center-mag=0.46759/1.43e-006/2.143901/1/-90 params=1.05/0.4 float=y
  3780.   bailoutest=manh outside=atan
  3781.   colors=000CLS<5>4EM2CK1AH18E05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`JR_HPY<4>\
  3782.   8HT6FS6FS<2>7EQ7EP8DP9CO<16>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0\
  3783.   fH0<9>S70R60Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvn\
  3784.   rulqt<2>hnsfmrelqdkpcjo<21>DMT
  3785.   }
  3786.  
  3787. 1bj036             {
  3788.   reset=1960 type=barnsleyj1 passes=1
  3789.   center-mag=0.46759/1.43e-006/2.143901/1/-90 params=1.05/0.3 float=y
  3790.   bailoutest=manh outside=atan
  3791.   colors=000CLS<5>4EM2CK1AH18E05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`JR_HPY<4>\
  3792.   8HT6FS6FS<2>7EQ7EP8DP9CO<16>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0\
  3793.   fH0<9>S70R60Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvn\
  3794.   rulqt<2>hnsfmrelqdkpcjo<21>DMT
  3795.   }
  3796.  
  3797. 1bj037             {
  3798.   reset=1960 type=barnsleyj1 passes=1
  3799.   center-mag=0.46759/1.43e-006/2.143901/1/-90 params=1.05/0.25 float=y
  3800.   bailout=3 bailoutest=manh outside=atan
  3801.   colors=000CLS<5>4EM2CK1AH18E05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`JR_HPY<4>\
  3802.   8HT6FS6FS<2>7EQ7EP8DP9CO<16>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0\
  3803.   fH0<9>S70R60Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvn\
  3804.   rulqt<2>hnsfmrelqdkpcjo<21>DMT
  3805.   }
  3806.  
  3807. 1bj038             {
  3808.   reset=1960 type=barnsleyj1 passes=1
  3809.   center-mag=0.46759/1.43e-006/2.143901/1/-90 params=1.05/0.25 float=y
  3810.   bailout=6 bailoutest=manh outside=atan
  3811.   colors=000CLS<5>4EM2CK1AH18E05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`JR_HPY<4>\
  3812.   8HT6FS6FS<2>7EQ7EP8DP9CO<16>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0\
  3813.   fH0<9>S70R60Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvn\
  3814.   rulqt<2>hnsfmrelqdkpcjo<21>DMT
  3815.   }
  3816.  
  3817. 1bj047             {
  3818.   reset=1960 type=barnsleyj1 passes=1
  3819.   center-mag=0.46759/1.43e-006/2.143901/1/-90 params=1/0.4 float=y
  3820.   bailout=3 bailoutest=manh outside=atan
  3821.   colors=000CLS<5>4EM2CK1AH18E05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`JR_HPY<4>\
  3822.   8HT6FS6FS<2>7EQ7EP8DP9CO<16>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0\
  3823.   fH0<9>S70R60Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvn\
  3824.   rulqt<2>hnsfmrelqdkpcjo<21>DMT
  3825.   }
  3826.  
  3827. bm007              {
  3828.   reset=1960 type=barnsleym1
  3829.   center-mag=-0.08114700480729527/+0.01356693798997498/81.15829/-1/92.499
  3830.   params=0/1 maxiter=100 bailout=12123 inside=bof60
  3831.   invert=0.0926831/0/0 decomp=256 periodicity=-256
  3832.   colors=000nn0<2>zz0<15>000<15>0z0<15>000<15>z0z<14>40400K<15>zzz<14>44N0\
  3833.   00<15>WWW<14>000<15>z00<15>000<15>0zz<15>000<15>00z<15>000<11>jj0
  3834.   cyclerange=0/255
  3835.   }
  3836.  
  3837. bm008a             {
  3838.   reset=1960 type=barnsleym1
  3839.   center-mag=-0.07776925411458126/+0.02239004771584304/2403.846/1/-100
  3840.   params=0/1 maxiter=100 bailout=12123 inside=epsiloncross
  3841.   invert=0.0926831/0/0 decomp=256 periodicity=-256
  3842.   colors=777<2>000<15>z00<15>000<15>0zz<15>000<15>00z<15>000<11>jj0000nn0<\
  3843.   2>zz0<15>000<15>0z0<15>000<15>z0z<14>40400K<15>zzz<14>44N000<15>WWW<10>9\
  3844.   99 cyclerange=0/255
  3845.   }
  3846.  
  3847. cn002              {
  3848.   reset=1960 type=complexnewton passes=1
  3849.   center-mag=-1.20386909415839000/+0.84792626728110540/0.3623188
  3850.   params=-1/4/1/0 float=y outside=summ periodicity=0
  3851.   colors=000G4F<4>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0fH0<9>S70R60\
  3852.   Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvnrulqt<2>hnsf\
  3853.   mrelqdkpcjo<24>AJQ8HP7GO5FN4EM2CK<2>05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`J\
  3854.   R_HPY<4>8HT6FS6FS<2>7EQ7EP8DP9CO<10>F5G
  3855.   }
  3856.  
  3857. cn003              {
  3858.   reset=1960 type=complexnewton passes=1
  3859.   center-mag=-0.25368676421312000/+0.04871428373091380/0.4439474/1.0324
  3860.   params=0/4/1/0 float=y outside=summ periodicity=0
  3861.   colors=000G4F<4>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0fH0<9>S70R60\
  3862.   Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvnrulqt<2>hnsf\
  3863.   mrelqdkpcjo<24>AJQ8HP7GO5FN4EM2CK<2>05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`J\
  3864.   R_HPY<4>8HT6FS6FS<2>7EQ7EP8DP9CO<10>F5G
  3865.   }
  3866.  
  3867. cn004              {
  3868.   reset=1960 type=complexnewton passes=t
  3869.   center-mag=-0.25368676421312000/+0.04871428373091380/0.4439474/1.0324
  3870.   params=0/4/1/0 float=y fillcolor=155 outside=summ periodicity=0
  3871.   colors=000G4F<4>J1BK0AM3A<14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0fH0<9>S70R60\
  3872.   Q50P50O40<3>J10H00I11<38>jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvnrulqt<2>hnsf\
  3873.   mrelqdkpcjo<24>AJQ8HP7GO5FN4EM2CK<2>05A<6>1JR1LU3MV<26>vyw<18>PXbNVaLT`J\
  3874.   R_HPY<4>8HT6FS6FS<2>7EQ7EP8DP9CO<10>F5G
  3875.   }
  3876.  
  3877. ej025              {
  3878.   reset=1960 type=escher_julia passes=t
  3879.   center-mag=+0.99897330524621600/+0.98900389067979570/25982.06/1/147.499
  3880.   params=0.32/0.043 float=y maxiter=170 fillcolor=124
  3881.   inside=epsiloncross outside=atan invert=0.0086/1/1 decomp=256
  3882.   biomorph=3
  3883.   colors=000BBS<12>zzz<14>44N000<15>WWW<14>000<15>z00<15>000<15>0zz<15>000\
  3884.   <15>00z<15>000<15>zz0<15>000<15>0z0<15>000<15>z0z<14>40400K33M77P
  3885.   }
  3886.  
  3887. pj001              {
  3888.   reset=1960 type=popcornjul passes=1
  3889.   center-mag=+0.08320617650000001/+1.34449768000000000/3.714982/0.8843
  3890.   params=0.05 float=y logmode=fly
  3891.   colors=000kpp<12>PXbNVaLT`JR_HPY<4>8HT6FS6FS<2>7EQ7EP8DP9CO<16>J1BK0AM3A\
  3892.   <14>zt0<13>tb0ta0s_0rZ0<6>iL0hJ0gI0fH0<9>S70R60Q50P50O40<3>J10H00I11<38>\
  3893.   jfbkgclhe<11>vuuwwwvww<2>ruwqtvosvnrulqt<2>hnsfmrelqdkpcjo<24>AJQ8HP7GO5\
  3894.   FN4EM2CK<2>05A<6>1JR1LU3MV<26>vyw<4>mqr
  3895.   }
  3896.  
  3897. pj003              {
  3898.   reset=1960 type=popcornjul passes=1
  3899.   center-mag=+0.08320617650000001/+1.34449768000000000/3.714982/0.8843
  3900.   params=0.05 float=y logmode=fly
  3901.   colors=000aah<6>apw`kr<20>85B62866C<9>EitMgg<3>ys8<14>Y6dW2gT3f<6>3E_<8>\
  3902.   hMAbMD<22>5mF7jH<8>6ai5`m7_l<21>y0Ov5Q<7>vVI<7>yNhTXe<32>c1ud0vd1t<11>oE\
  3903.   XpFVoFV<20>EDD<12>d39a6C<14>a_f
  3904.   }
  3905.  
  3906.  
  3907.  
  3908.  
  3909. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3910. Post Message:   fractint@lists.xmission.com
  3911. Get Commands:   majordomo@lists.xmission.com "help"
  3912. Administrator:  twegner@phoenix.net
  3913. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3914.  
  3915.  
  3916. -------------------------------------------------------------------------------
  3917.  
  3918. From: "Andrew Coppin" <KHCM8AC@dmu.ac.uk>
  3919. Subject: (fractint) Fractal Noise
  3920. Date: 18 May 1999 11:45:29 GMT
  3921.  
  3922. Could someone please explane to me what "1/f fractal noise" is? Is it 
  3923. somehow related to the Fourier series?
  3924.  
  3925. Nam et ipsa scientia potestus est!
  3926. (Sir Francis Bacon)
  3927. Andrew Orphi Coppin
  3928. DMU MK.
  3929.  
  3930. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3931. Post Message:   fractint@lists.xmission.com
  3932. Get Commands:   majordomo@lists.xmission.com "help"
  3933. Administrator:  twegner@phoenix.net
  3934. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3935.  
  3936.  
  3937. -------------------------------------------------------------------------------
  3938.  
  3939. From: "Bresslau" <bresslau@ruralsp.com.br>
  3940. Subject: Re: (fractint) We haven't ALL gone to UF
  3941. Date: 18 May 1999 14:41:56 -0300
  3942.  
  3943.  
  3944. De: Tony Hanmer <tony@omrussia.spb.su>
  3945. Data: Ter=E7a-feira, 18 de Maio de 1999 03:05
  3946. Assunto: (fractint) We haven't ALL gone to UF
  3947.  
  3948.  
  3949.  
  3950. >1bj036             {
  3951. >  reset=3D1960 type=3Dbarnsleyj1 passes=3D1
  3952.  
  3953.  
  3954. Is there any specific reason you use pass=3D1, instead of the guessing me=
  3955. thod?
  3956. I want first to thank you that the fracals were nice and very quick, so i=
  3957. t=B4s
  3958. just curiosity. I got folllowing reuslts:
  3959. 23.79 seconds with the 1 pass method
  3960. 21.26 seconds with the guessing mthod.
  3961.  
  3962. I know it=B4s not a great difference, but it _is_ technically more eficie=
  3963. nt to
  3964. use the guessing method. Am I right in supposing that you use the 1 pass
  3965. method because it=B4s beautiful to see image _scrolling_ down the screen?
  3966.  
  3967. Best regards,
  3968. Bresslau
  3969.  
  3970.  
  3971. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3972. Post Message:   fractint@lists.xmission.com
  3973. Get Commands:   majordomo@lists.xmission.com "help"
  3974. Administrator:  twegner@phoenix.net
  3975. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3976.  
  3977.  
  3978. -------------------------------------------------------------------------------
  3979.  
  3980. From: "Iain G. Stirling" <iain@flat2-2.freeserve.co.uk>
  3981. Subject: Re: (fractint) Fractal Noise
  3982. Date: 18 May 1999 22:13:36 +0100
  3983.  
  3984. Organization:       De Montfort Uni Milton Keynes
  3985. Date sent:          Tue, 18 May 1999 11:45:29 GMT
  3986. Send reply to:      fractint@lists.xmission.com
  3987.  
  3988. > Could someone please explane to me what "1/f fractal noise" is? Is it 
  3989. > somehow related to the Fourier series?
  3990. > ---------------------------------
  3991. > Nam et ipsa scientia potestus est!
  3992. > (Sir Francis Bacon)
  3993. > Andrew Orphi Coppin
  3994. > DMU MK.
  3995.  
  3996. The crux of this matter is homogeneous power functions. For 
  3997. example:
  3998.  
  3999. f(x)=k * x ^ a
  4000.  
  4001. In the 1/f fractal noise case, we have x being frequency, and the 
  4002. exponent a = -1. The 'fractal' bit here is self-similarity; when x is 
  4003. scaled by a factor (x -> Bx) the overall shape of the function 
  4004. remains unchanged, although the constant factor k is scaled (k -> 
  4005. k * B ^ a). 
  4006.  
  4007. Noting that our x is frequency, what we really have is a 
  4008. homogeneous power law which describes the frequency domain. 
  4009. This is essentially a Fourier Series. 
  4010.  
  4011. Now to the 'noise' bit. If we have an electrical or audio signal whose 
  4012. Fourier Transform ('cos we can't really take the Fourier Series in 
  4013. real life...) has a shape described by a homogeneous power law 
  4014. with exponent a = -1, then we have a signal that could be deemed 
  4015. '1/f fractal'. If it were simply noise, then it would be '1/f fractal 
  4016. noise'. 
  4017.  
  4018. This term has become quite ubiquitous due to the nature of many 
  4019. statistical systems in real life, for example rainfall figures, and the 
  4020. stock market. These systems show fluctuations that have self-
  4021. similar shapes in the time domain (i.e. a period of fluctuation over a 
  4022. small amplitude range and a short period of time (e.g. stock prices 
  4023. in a week) could look very similar to a period of fluctuation over a 
  4024. large amplitude range and a long period of time (e.g. stock prices 
  4025. in 10 years)). This means these systems will obey homogeneous 
  4026. power laws in the frequency domain. Note that the exponent is not 
  4027. necessarily a = -1. Hence all 'fractal noise' is not necessarily '1/f' in 
  4028. nature!
  4029.  
  4030. Lastly, a good reason for why '1/f' is significant. Apparently, when 
  4031. listening to audio with a frequency spectrum which obeys a 
  4032. homogeneous power law with an exponent of a = -1, the 
  4033. stimulation of the brain by the ear is very constant. This means 
  4034. that music which has a roughly '1/f' characteristic sounds pleasing, 
  4035. and is relaxing. Much of the music we listen to, especially 
  4036. classical, has this characteristic.
  4037.  
  4038. Hope this provides the information you require. 
  4039.  
  4040. Iain G. Stirling
  4041.  
  4042. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4043. Post Message:   fractint@lists.xmission.com
  4044. Get Commands:   majordomo@lists.xmission.com "help"
  4045. Administrator:  twegner@phoenix.net
  4046. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4047.  
  4048.  
  4049. -------------------------------------------------------------------------------
  4050.  
  4051. From: "Bresslau" <bresslau@ruralsp.com.br>
  4052. Subject: Re: (fractint) We haven't ALL gone to UF
  4053. Date: 18 May 1999 16:00:14 -0300
  4054.  
  4055.  
  4056. -----Mensagem original-----
  4057. De: Tony Hanmer <tony@omrussia.spb.su>
  4058. Para: fractint@lists.xmission.com <fractint@lists.xmission.com>
  4059. Data: Ter=E7a-feira, 18 de Maio de 1999 03:05
  4060. Assunto: (fractint) We haven't ALL gone to UF
  4061.  
  4062.  
  4063.  
  4064. >cn004              {
  4065. >  reset=3D1960 type=3Dcomplexnewton passes=3Dt
  4066.  
  4067.  
  4068. Here you used tesseral and the borders were kept on great one-color areas=
  4069. . I
  4070. tried using tesseral with my pars, and didn=B4t achive this great effect.=
  4071.  How
  4072. do you do it?
  4073.  
  4074.  
  4075. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4076. Post Message:   fractint@lists.xmission.com
  4077. Get Commands:   majordomo@lists.xmission.com "help"
  4078. Administrator:  twegner@phoenix.net
  4079. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4080.  
  4081.  
  4082. -------------------------------------------------------------------------------
  4083.  
  4084. From: Lee Skinner <LeeHSkinner@compuserve.com>
  4085. Subject: (fractint) We haven't AL
  4086. Date: 18 May 1999 18:55:24 -0400
  4087.  
  4088. Bresslau,
  4089.  
  4090. >> I know it's not a great difference, but it _is_ technically more
  4091. eficient to use the guessing method. Am I right in supposing that you use=
  4092.  
  4093. the 1 pass method because it's beautiful to see image _scrolling_ down th=
  4094. e
  4095. screen? <<
  4096.  
  4097. Any of the guessing methods will often guess wrong.  Passes=3D1 is used t=
  4098. o
  4099. insure more accuracy in the rendering on an image, particularly for very
  4100. chaotic images.
  4101.  
  4102. Lee
  4103.  
  4104. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4105. Post Message:   fractint@lists.xmission.com
  4106. Get Commands:   majordomo@lists.xmission.com "help"
  4107. Administrator:  twegner@phoenix.net
  4108. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4109.  
  4110.  
  4111. -------------------------------------------------------------------------------
  4112.  
  4113. From: "Jay Hill" <ehill1@san.rr.com>
  4114. Subject: Re: (fractint) Choose yur picture before downloading the par.
  4115. Date: 18 May 1999 19:10:46 -0700
  4116.  
  4117. Deleting much header and footer  :-) =20
  4118.  
  4119. I get a vision of clicking my way through a fractal mall where I=20
  4120. get messages like "Add to cart" and then finally I go to the=20
  4121. check out counter and to get my pars. The box boy says=20
  4122. "plastic or paper" ah er "email or download" and packs up=20
  4123. the pars into a single par file, then zips em up.  Then I can=20
  4124. click to download (ftp like) or get it in email as an attachment.=20
  4125. I think I'm getting VONS and Amazon mixed up here - oh well,
  4126. I read that Amazon just bought a grocery store.
  4127.  
  4128. Jay
  4129.  
  4130. ----------
  4131. > From: Jack Baker <griffin2020@hotmail.com>
  4132. > To: fractint@lists.xmission.com
  4133. > Subject: Re: (fractint) Choose yur picture before downloading the par.
  4134. > Date: Monday, May 17, 1999 8:42 PM
  4135. >=20
  4136. > Pretty good idea, and it really would not be to hard to do.  Just gotta=
  4137.  get=20
  4138. > the web space and time to get it done.  Perhaps on a server like xoom.c=
  4139. om???=20
  4140. >   Anyway, a simple CGI would probably be fine, and all that would be=20
  4141. > necessary for the graphics would be a thumbnail.  The user could downlo=
  4142. ad=20
  4143. > any pars that they were intrigued by and view the larger graphic at the=
  4144. ir=20
  4145. > leisure.  Anybody out there want to jump on board here?????
  4146. >=20
  4147. > -Jack
  4148. >=20
  4149. >=20
  4150. >=20
  4151. > I just had an idea:
  4152. > what if there where a site where you could see a preview of the pars yo=
  4153. u
  4154. > were going to download? Somethng like a thumbnail page with checkboxes =
  4155. for
  4156. > each picture. you like the picture, you check it. Then you post the for=
  4157. m and
  4158. > a par file with all the pars for the pics you checked is created specia=
  4159. lly
  4160. > for you.
  4161. > This was the idea. I downloaded lots of huge par files with hundreds of
  4162. > pictures without havin a hint to what they contained. My pars are reall=
  4163. y a
  4164. > mess and I don=B4t have time to process each of them to see what comes =
  4165. up.
  4166. > Maybe if I could download only what I wanted, I could still have a beau=
  4167. tiful
  4168. > collection of fractals without having the trouble to select them one by=
  4169.  one
  4170. > after they were generated.
  4171. > I don=B4t know nothing about web deisgn /programming, and I don=B4t kno=
  4172. w if this
  4173. > is a good idea. But if anybody likes it, please use it.
  4174. > Bresslau
  4175. >=20
  4176. >=20
  4177.  
  4178. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4179. Post Message:   fractint@lists.xmission.com
  4180. Get Commands:   majordomo@lists.xmission.com "help"
  4181. Administrator:  twegner@phoenix.net
  4182. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4183.  
  4184.  
  4185. -------------------------------------------------------------------------------
  4186.  
  4187. From: Phil McRevis <legalize@xmission.com>
  4188. Subject: Re: (fractint) We haven't ALL gone to UF 
  4189. Date: 18 May 1999 21:18:39 -0600
  4190.  
  4191.  
  4192. Solid guessing is good for sets that are "connected" (the M-set has
  4193. been proved connected, but not necessarily locally connected, I
  4194. believe).  "Connected" has a specific mathematical meaning, but just
  4195. think of it as the concept of the interior of the set being one single
  4196. piece that can't be partitioned into multiple disjoint areas.
  4197.  
  4198. There are julia sets that are "totally disconnected" meaning that they
  4199. can be separated into an infinite collection of disjoint pieces.
  4200. Solid guessing makes many mistakes when used to render a totally
  4201. disconnected fractal.  Solid guessing is an approximation; for
  4202. connected sets like the classic M, the approximation is valid.  For
  4203. disconnected sets, the approximation will produce many errors in the
  4204. rendering.  (The solid guessing algorithm will conclude that a chunk
  4205. of the image is a constant color, when in fact there is a little
  4206. island of fractal hiding in the middle that was missed by solid
  4207. guessing.)
  4208.  
  4209. You can always compare passes=1 (or even passes=3, since passes=1,2,3
  4210. all result in the same picture, only the pixels are computed in a
  4211. different sequence) to passes=g to see if there is any difference on
  4212. your particular fractal.
  4213. --
  4214. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  4215.     ``Ain't it funny that they all fire the pistol,     
  4216.       at the wrong end of the race?''--PDBT     
  4217. legalize@xmission.com    <http://www.eden.com/~thewho>
  4218.  
  4219. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4220. Post Message:   fractint@lists.xmission.com
  4221. Get Commands:   majordomo@lists.xmission.com "help"
  4222. Administrator:  twegner@phoenix.net
  4223. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4224.  
  4225.  
  4226. -------------------------------------------------------------------------------
  4227.  
  4228. From: "Randall Britten" <randall@is.co.za>
  4229. Subject: RE: (fractint) We haven't ALL gone to UF 
  4230. Date: 19 May 1999 10:30:44 +0200
  4231.  
  4232. Where can one obtain the proof that the M-set is connected?
  4233.  
  4234. -------------------------
  4235. Randall Britten
  4236.  
  4237.  
  4238.  
  4239. -----Original Message-----
  4240. [mailto:owner-fractint@lists.xmission.com] On Behalf Of Phil McRevis
  4241. Sent:    Wednesday 19 May 1999 05:19
  4242.  
  4243.  
  4244. Solid guessing is good for sets that are "connected" (the M-set has
  4245. been proved connected, but not necessarily locally connected, I
  4246. believe).  "Connected" has a specific mathematical meaning, but just
  4247. think of it as the concept of the interior of the set being one single
  4248. piece that can't be partitioned into multiple disjoint areas.
  4249.  
  4250. There are julia sets that are "totally disconnected" meaning that they
  4251. can be separated into an infinite collection of disjoint pieces.
  4252. Solid guessing makes many mistakes when used to render a totally
  4253. disconnected fractal.  Solid guessing is an approximation; for
  4254. connected sets like the classic M, the approximation is valid.  For
  4255. disconnected sets, the approximation will produce many errors in the
  4256. rendering.  (The solid guessing algorithm will conclude that a chunk
  4257. of the image is a constant color, when in fact there is a little
  4258. island of fractal hiding in the middle that was missed by solid
  4259. guessing.)
  4260.  
  4261. You can always compare passes=1 (or even passes=3, since passes=1,2,3
  4262. all result in the same picture, only the pixels are computed in a
  4263. different sequence) to passes=g to see if there is any difference on
  4264. your particular fractal.
  4265. --
  4266. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  4267.     ``Ain't it funny that they all fire the pistol,
  4268.       at the wrong end of the race?''--PDBT
  4269. legalize@xmission.com    <http://www.eden.com/~thewho>
  4270.  
  4271. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4272. Post Message:   fractint@lists.xmission.com
  4273. Get Commands:   majordomo@lists.xmission.com "help"
  4274. Administrator:  twegner@phoenix.net
  4275. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4276.  
  4277.  
  4278. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4279. Post Message:   fractint@lists.xmission.com
  4280. Get Commands:   majordomo@lists.xmission.com "help"
  4281. Administrator:  twegner@phoenix.net
  4282. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4283.  
  4284.  
  4285. -------------------------------------------------------------------------------
  4286.  
  4287. From: "Andrew Coppin" <KHCM8AC@dmu.ac.uk>
  4288. Subject: (fractint) Fractal Noise
  4289. Date: 19 May 1999 13:00:36 GMT
  4290.  
  4291. So how does one actually *calculate* some fractal noise (with any 
  4292. exponent)? It sounds fasinating.
  4293.  
  4294. Nam et ipsa scientia potestus est!
  4295. (Sir Francis Bacon)
  4296. Andrew Orphi Coppin
  4297. DMU MK.
  4298.  
  4299. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4300. Post Message:   fractint@lists.xmission.com
  4301. Get Commands:   majordomo@lists.xmission.com "help"
  4302. Administrator:  twegner@phoenix.net
  4303. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4304.  
  4305.  
  4306. -------------------------------------------------------------------------------
  4307.  
  4308. From: Phil McRevis <legalize@xmission.com>
  4309. Subject: (fractint) Re: Connectedness of M
  4310. Date: 19 May 1999 11:47:26 -0600
  4311.  
  4312.  
  4313. In article <000801bea1d1$e4e2d3e0$e3021ac4@galilee.is.co.za>,
  4314.     "Randall Britten" <randall@is.co.za>  writes:
  4315.  
  4316. > Where can one obtain the proof that the M-set is connected?
  4317.  
  4318. According to "Chaos and Fractals", by Peitgen, Jurgens and Saupe, pg.
  4319. 849:
  4320.  
  4321.     "[...] the Mandelbrot set is connected.  This is known since 1982
  4322.     through a paper of Douady and Hubbard, in which they showed that
  4323.     the encirclement of the Mandelbrot set always generates domains
  4324.     which are bounded by circle-like curves.  If the encirclement is
  4325.     properly manufactured it can be shown that the bounding curves are
  4326.     in fact equipotentials of the Mandelbrot set."
  4327.  
  4328. The paper mentioned in that paragraph is given as
  4329.  
  4330.     A. Douady, J. H. Hubbard, "Iteration des polynomes quadratiques
  4331.     complexes", CRAS Paris 294 (1982) 123-126.
  4332.  
  4333. All my other references quote the result from this paper and refer you
  4334. to the paper fro the proof.
  4335. --
  4336. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  4337.     ``Ain't it funny that they all fire the pistol,     
  4338.       at the wrong end of the race?''--PDBT     
  4339. legalize@xmission.com    <http://www.eden.com/~thewho>
  4340.  
  4341. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4342. Post Message:   fractint@lists.xmission.com
  4343. Get Commands:   majordomo@lists.xmission.com "help"
  4344. Administrator:  twegner@phoenix.net
  4345. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4346.  
  4347.  
  4348. -------------------------------------------------------------------------------
  4349.  
  4350. From: "Wayne Kiely" <kiely+co@riverland.net.au>
  4351. Subject: Re: (fractint) We haven't ALL gone to UF
  4352. Date: 18 May 1999 20:27:07 +0930
  4353.  
  4354. Tony,
  4355.  
  4356. >... Some recent work.
  4357.  
  4358. And nice work at that.  I especially liked bm007 (the fractured chaotic edge) and cn002.
  4359.  
  4360. Regards,
  4361.  
  4362. Wayne
  4363.  
  4364.  
  4365. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4366. Post Message:   fractint@lists.xmission.com
  4367. Get Commands:   majordomo@lists.xmission.com "help"
  4368. Administrator:  twegner@phoenix.net
  4369. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4370.  
  4371.  
  4372. -------------------------------------------------------------------------------
  4373.  
  4374. From: RParracho@aol.com
  4375. Subject: (fractint) quickie pars
  4376. Date: 20 May 1999 00:20:40 EDT
  4377.  
  4378. We haven't All...but its damn close isn't it?
  4379. A couple pars and a couple formulas
  4380.  
  4381. Im not a prolific par generator and more often than not I get hooked on the 
  4382. geometry or logic rather than the art but sometimes it just looks good.  
  4383.  
  4384. Tony Hanmer....BM007 was my favorite, looked great
  4385.  
  4386. Edgy_infinity      { ; (c) R Parracho May 05, 1999 t=  0:07:10.56 66mhz
  4387.   reset=1960 type=formula formulafile=rsp_may.frm
  4388.   formulaname=rsp_may002 passes=1 center-mag=0.618064/1.33263/11.44689
  4389.   float=y logmap=14 periodicity=0
  4390.   colors=000300700900<3>P30S40X60`70<3>qE0uF0zI0zK0zM0zP0zS0zU0zW0zZ0za0ze\
  4391.   0<2>zm0zp0zt0zv0zy0zv2zt4<2>zjAzgCzeEzaGzZIzWKzUMzSOzPQ<2>zIWuFY<2>iAcd8\
  4392.   e`7gX6iS4k<3>D1s90u70w30y000000300700900<3>P30S40X60`70<3>qE0uF0zI0zK0zM\
  4393.   0zP0zS0zU0zW0zZ0za0ze0<2>zm0zp0zt0zv0zy2zv4zt6<2>zjCzgEzeGzaIzZKzWMzUOzS\
  4394.   QzPS<2>zIYuF_<2>iAed8g`7iX6kS4m<3>D1u90w70y300000000300700900<3>P30S40X6\
  4395.   0`70<3>qE0uF0zI0zK0zM0zP0zS0zU0zW0zZ0za0ze0<2>zm0zp0zt0zv2zy4zv6zt8<2>zj\
  4396.   EzgGzeIzaKzZMzWOzUQzSSzPU<2>zI_uFa<2>iAgd8i`7kX6mS4o<3>D1w90y70030000000\
  4397.   0300700900<3>P30S40X60`70<3>qE0uF0zI0zK0zM0zP0zS0zU0zW0zZ0za0ze0<2>zm0zp\
  4398.   0zt2zv4zy6zv8ztA<2>zjGzgIzeKzaMzZOzWQzUSzSUzPW<2>zIauFc<2>iAid8k`7mX6oS4\
  4399.   q<3>D1y
  4400.   }
  4401.  
  4402. rsp_modular        { ; (c) R Parracho May 10, 1999 t=  0:01:27.61 66mhz
  4403.   reset=1960 type=formula formulafile=rsp_may.frm
  4404.   formulaname=rsp_may005 center-mag=-0.453568/0/0.6666667
  4405.   params=7/0/5/0 float=y maxiter=256 inside=2 outside=summ
  4406.   periodicity=0
  4407.   colors=000000<12>jvVLT`MaSZyR6PDa8qSJ55mTD9`SWo2s6bDrj0GMjxmivjfj6pufUJu\
  4408.   icIpZXhSJpOveYBBJhaDTf`ssHPqxS2j34edF2On7bGZyybYD1V9vWSGoLa9P9ohGAKvnDMY\
  4409.   77Iz7FqhsKdVPZsBLuThIkAE6_G_WB915xV9LTS96G7AAzQ4Dg1SuPbeNxWVd7IenotvwotD\
  4410.   bWv3Vx`LDJIG_GhTpy8`VBLs2MZFCTjLFh74fctO8QK2WUx0II9kLWn6`DUzOZXuiYh9zAta\
  4411.   kf9i1DthXY_wSHEgE3g6nElMsci9hh7QqklDPb5zJPS16b94jXGShd03VeE19Q6EEJHPuq0F\
  4412.   QWntah4etJBwPzlSJHDcYRMRbycCp5FrcXfUEhYqV1VW9P`u87iuCwRTqQuWUSIHk75gFl53\
  4413.   INF2F1zrjqmlO5pgfJ8F67fsZv5Qv2Gf6xSSx1Xiu9T6P18ZtHKJzFx5mbf``eZ7fU8d`Zgs\
  4414.   RejoWtpSI0XaRyeIIqu4UpYnn_MXPl3j52go0sUkb8k2fUJtmHootfi7It7zfp7hcvK1A7`u\
  4415.   fK3X3tRL5ZRg7McUs7TxhuRDszeLHlgKGETxnQZzyLkdR2oHOrRMl9Wbatjca0LO7WzGF9EH\
  4416.   EHrZ6qnvZp229gtO_JbrSy2V3ofKbIyab2kKQz7rDdKw6h8r`pJu4oM5qn_3FyKNvHUre`IT\
  4417.   6zKywMiWPBofkglYH9fNNNm
  4418.   }
  4419.  
  4420. serps_mand1        { ; (c) R Parracho May 13, 1999 t=  0:04:41.22 66mhz
  4421.   reset=1960 type=formula formulafile=rsp_may.frm
  4422.   formulaname=rsp_may007 passes=1 center-mag=-0.983412/0.3238/13.33333
  4423.   params=8/0/4/0 float=y inside=2 periodicity=0
  4424.   colors=000000<7>hPU<6>xdi<8>7ST<6>69W<2>NPVTVUZ`TdfTjlSprRvxQ<27>gQWfOXg\
  4425.   OchOjiPq<13>cpvbswcrw<13>sYwuWxuWw<13>yY`zZZzZZ<13>zVgzUhxVi<13>XpxVrzUr\
  4426.   w<14>0d8<15>eHuhFyhFy<28>wOgxPfxPd<15>oL0<13>iVuhWziTz<3>oGypGypHz
  4427.   }
  4428.  
  4429. web_spinner        { ; (c) R Parracho May 13, 1999 t=  0:03:48.60 66mhz
  4430.   reset=1960 type=formula formulafile=rsp_may.frm
  4431.   formulaname=rsp_may008
  4432.   center-mag=+0.33521126760563420/+0.05198329853862181/98.03922
  4433.   params=2/0/4/0 float=y inside=2 periodicity=0
  4434.   colors=000000<12>jvV<4>yyb<6>j0G<10>BBJ<16>Kyw<17>7hc1SuPbeNxWVd7Ienotvw\
  4435.   otDbWv3Vx`LDJIG_GhTpy8`VBLs2MZFCTjLFh74fctO8QK2WUx0II9kLWn6`DUzOZXuiYh9z\
  4436.   Atakf9i1DthXY_wSHEgE3g6nElMsci9hh7QqklDPb5zJPS16b94jXGShd03VeE19Q6EEJHPu\
  4437.   q0FQWntah4etJBwPzlSJHDcYRMRbycCp5FrcXfUEhYqV1VW9P`u87iuCwRTqQuWUSIHk75gF\
  4438.   l53INF2F1zrjqmlO5pgfJ8F67fsZv5Qv2Gf6xSSx1Xiu9T6P18ZtHKJzFx5mbf``eZ7fU8d`\
  4439.   ZgsRejoWtpSI0XaRyeIIqu4UpYnn_MXPl3j52go0sUkb8k2fUJtmHootfi7It7zfp7hcvK1A\
  4440.   7`ufK3X3tRL5ZRg7McUs7TxhuRDszeLHlgKGETxnQZzyLkdR2oHOrRMl9Wbatjca0LO7WzGF\
  4441.   9EHEHrZ6qnvZp229gtO_JbrSy2V3ofKbIyab2kKQz7rDdKw6h8r`pJu4oM5qn_3FyKNvHUre\
  4442.   `IT6zKywMiWPBofkglYH9fNNNm
  4443.   }
  4444.  
  4445. rsp_mandradius     { ; (c) R Parracho May 19, 1999 t=  0:13:56.90 66mhz
  4446.   reset=1960 type=formula formulafile=rsp_may.frm
  4447.   formulaname=rsp_may011 passes=1 center-mag=-0.613881/0/0.6666667
  4448.   params=0.25/0 float=y maxiter=256 periodicity=0
  4449.   colors=000000<7>hPU<6>xdi<8>7ST<6>69W<2>NPVTVUZ`TdfTjlSprRvxQ<27>gQWfOXg\
  4450.   OchOjiPq<13>cpvbswcrw<13>sYwuWxuWw<13>yY`zZZzZZ<13>zVgzUhxVi<13>XpxVrzUr\
  4451.   w<14>0d8<15>eHuhFyhFy<28>wOgxPfxPd<15>oL0<13>iVuhWziTz<3>oGypGypHz
  4452.   }
  4453.  
  4454. rsp_juliradius     { ; (c) R Parracho May 19, 1999 t=  0:03:44.04 66mhz
  4455.   reset=1960 type=formula formulafile=rsp_may.frm
  4456.   formulaname=rsp_may012 center-mag=0/0/0.6666667
  4457.   params=0.15/0/-0.768/0.13 float=y maxiter=256 periodicity=0
  4458.   colors=000000<7>hPU<6>xdi<8>7ST<6>69W<2>NPVTVUZ`TdfTjlSprRvxQ<27>gQWfOXg\
  4459.   OchOjiPq<13>cpvbswcrw<13>sYwuWxuWw<13>yY`zZZzZZ<13>zVgzUhxVi<13>XpxVrzUr\
  4460.   w<14>0d8<15>eHuhFyhFy<28>wOgxPfxPd<15>oL0<13>iVuhWziTz<3>oGypGypHz
  4461.   }
  4462.  
  4463. rsp_mandradiusz    { ; (c) R Parracho May 19, 1999 t=  1:15:32.28 66mhz
  4464.   reset=1960 type=formula formulafile=rsp_may.frm
  4465.   formulaname=rsp_may011 passes=1
  4466.   center-mag=0.105572/0.571056/5.464481 params=0.25/0 float=y
  4467.   maxiter=256 periodicity=0
  4468.   colors=000000<7>hPU<6>xdi<8>7ST<6>69W<2>NPVTVUZ`TdfTjlSprRvxQ<27>gQWfOXg\
  4469.   OchOjiPq<13>cpvbswcrw<13>sYwuWxuWw<13>yY`zZZzZZ<13>zVgzUhxVi<13>XpxVrzUr\
  4470.   w<14>0d8<15>eHuhFyhFy<28>wOgxPfxPd<15>oL0<13>iVuhWziTz<3>oGypGypHz
  4471.   }
  4472.  
  4473. frm:rsp_may002{
  4474.     z=10*pixel
  4475.     a=z, an=1, n=i=0,
  4476.     :
  4477.     i=i+.5, n=a-i, 
  4478.     an=an*n/(z^n), oz=z,
  4479.     z=1+z+an
  4480.     |z-oz|>.00001
  4481.     }
  4482.  
  4483. frm:rsp_may005 {
  4484.     z=w=c=pixel, n=p1,
  4485.     :
  4486.     w=w*w+c, z=(w-floor(w))*n
  4487.     |w|<p2  
  4488.     }
  4489.  
  4490. frm:rsp_may007 {
  4491.     z=w=pixel, c=pixel, n=p1
  4492.     :
  4493.     z=z*z+c, w=(w-floor(w))*n
  4494.     |z|<p2  || |w|>n
  4495.     }
  4496.  
  4497. frm:rsp_may008 {
  4498.     z=w=pixel, c=pixel, n=p1,
  4499.     :
  4500.     z=z*z+c, w=(z/n-floor(z/n))*n
  4501.     |z|<p2  || |w|>n
  4502.     }
  4503.  
  4504. frm:rsp_may011(xaxis){
  4505.     n=a=b=c=d=e=f=g=f0=f1=0
  4506.     u=pixel, z=0, cc=pixel
  4507.     :
  4508.     n=n+1
  4509.     u=u*u+cc, a0=real(u), a1=imag(u),
  4510.     v=u*u+cc, b0=real(v), b1=imag(v),
  4511.     w=v*v+cc, c0=real(w), c1=imag(w),
  4512.     a=b0-a0, b=b1-a1, c=c0-a0, d=c1-a1
  4513.     e=a*(a0+b0) + b*(a1+b1),
  4514.     f=c*(a0+c0) + d*(a1+c1),
  4515.     g=2*(a*(c1-b1)-b*(c0-b0)),
  4516.     f0=(d*e-b*g)/f, f1=(a*g-c*e)/f,
  4517.     r2=sqrt((a0-f0)*(a0-f0)+(a1-f1)*(a1-f1)),
  4518.     z=ceil(cabs(v-u)+cabs(w-v)), count=n
  4519.     (|z|>=|r2*p1|)  || (count>257)
  4520.     }
  4521.  
  4522. rsp_may012{
  4523.     n=a=b=c=d=e=f=g=f0=f1=0
  4524.     u=pixel, z=0, 
  4525.     cc=p2
  4526.     :
  4527.     n=n+1
  4528.     u=u*u+cc, a0=real(u), a1=imag(u),
  4529.     v=u*u+cc, b0=real(v), b1=imag(v),
  4530.     w=v*v+cc, c0=real(w), c1=imag(w),
  4531.     a=b0-a0, b=b1-a1, c=c0-a0, d=c1-a1
  4532.     e=a*(a0+b0) + b*(a1+b1),
  4533.     f=c*(a0+c0) + d*(a1+c1),
  4534.     g=2*(a*(c1-b1)-b*(c0-b0))
  4535.     f0=(d*e-b*g)/f, f1=(a*g-c*e)/f
  4536.     r2=sqrt((a0-f0)*(a0-f0)+(a1-f1)*(a1-f1)),
  4537.     z=ceil(cabs(v-u)+cabs(w-v)), count=n
  4538.     (|z|>=|r2*p1|)  || (count>257)
  4539.     }
  4540.  
  4541.  
  4542. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4543. Post Message:   fractint@lists.xmission.com
  4544. Get Commands:   majordomo@lists.xmission.com "help"
  4545. Administrator:  twegner@phoenix.net
  4546. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4547.  
  4548.  
  4549. -------------------------------------------------------------------------------
  4550.  
  4551. From: Phil McRevis <legalize@xmission.com>
  4552. Subject: Re: (fractint) quickie pars 
  4553. Date: 20 May 1999 12:07:42 -0600
  4554.  
  4555.  
  4556. In article <e22cf888.2474e798@aol.com>,
  4557.     RParracho@aol.com  writes:
  4558.  
  4559. > We haven't All...but its damn close isn't it?
  4560.  
  4561. <shrug>  I haven't even taken time to download UF because I'm working
  4562. on extending fractint by getting rid of the "medium" memory model and
  4563. adding a porting interface that makes it easier to port fractint to
  4564. some other system like a Mac or BeOS.  Lots of people who were in a
  4565. position to contribute something to fractint were put off by all the
  4566. restrictions of working in a 640K overlaid medium-memory model.  The
  4567. code itself goes through many contortions and backflips just to fit
  4568. into this 8088 style model of programming.  The next evolution of
  4569. fractint will leave 8088/80286 machines behind but will provide a
  4570. significantly easier environment for casual programmers to add new
  4571. features.
  4572. --
  4573. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  4574.     ``Ain't it funny that they all fire the pistol,     
  4575.       at the wrong end of the race?''--PDBT     
  4576. legalize@xmission.com    <http://www.eden.com/~thewho>
  4577.  
  4578. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4579. Post Message:   fractint@lists.xmission.com
  4580. Get Commands:   majordomo@lists.xmission.com "help"
  4581. Administrator:  twegner@phoenix.net
  4582. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4583.  
  4584.  
  4585. -------------------------------------------------------------------------------
  4586.  
  4587. From: "Allison, Joshua" <JAllison@ENERGY.TWC.com>
  4588. Subject: (fractint) Fractint on NT
  4589. Date: 20 May 1999 15:17:34 -0500
  4590.  
  4591. Has anyone had any experience with fractint on NT?
  4592.  
  4593. Joshua
  4594.  
  4595. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4596. Post Message:   fractint@lists.xmission.com
  4597. Get Commands:   majordomo@lists.xmission.com "help"
  4598. Administrator:  twegner@phoenix.net
  4599. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4600.  
  4601.  
  4602. -------------------------------------------------------------------------------
  4603.  
  4604. From: Phil McRevis <legalize@xmission.com>
  4605. Subject: Re: (fractint) Fractint on NT 
  4606. Date: 20 May 1999 14:42:41 -0600
  4607.  
  4608.  
  4609. In article <87489CB8E072D211926A0008C7A47740010D3B@estutes1.twc.com>,
  4610.     "Allison, Joshua" <JAllison@ENERGY.TWC.com>  writes:
  4611.  
  4612. > Has anyone had any experience with fractint on NT?
  4613.  
  4614. Some people have reported success; others have reported problems.
  4615. Expect fractint to evolve soon (not the next release, but maybe the
  4616. release after that) into a native Win32 client where these problems
  4617. of DOS compatability disappear.
  4618. --
  4619. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  4620.     ``Ain't it funny that they all fire the pistol,     
  4621.       at the wrong end of the race?''--PDBT     
  4622. legalize@xmission.com    <http://www.eden.com/~thewho>
  4623.  
  4624. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4625. Post Message:   fractint@lists.xmission.com
  4626. Get Commands:   majordomo@lists.xmission.com "help"
  4627. Administrator:  twegner@phoenix.net
  4628. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4629.  
  4630.  
  4631. -------------------------------------------------------------------------------
  4632.  
  4633. From: RParracho@aol.com
  4634. Subject: Re: (fractint) quickie pars 
  4635. Date: 20 May 1999 18:34:36 EDT
  4636.  
  4637. I know the new version of fractint is in the oven...and i'm sure UF has put a 
  4638. lot of pressure on its (fractint's) development.  To be honest I think 
  4639. fractint is excellent.  All of fractints' bells and whistles still turn me 
  4640. on.  I don't make money or consider my self an artist or a mathematician just 
  4641. a frequent weekend fragler...all   
  4642.  
  4643. best regards,
  4644. Rui
  4645.  
  4646.  
  4647. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4648. Post Message:   fractint@lists.xmission.com
  4649. Get Commands:   majordomo@lists.xmission.com "help"
  4650. Administrator:  twegner@phoenix.net
  4651. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4652.  
  4653.  
  4654. -------------------------------------------------------------------------------
  4655.  
  4656. From: Phil McRevis <legalize@xmission.com>
  4657. Subject: Re: (fractint) quickie pars 
  4658. Date: 20 May 1999 16:56:21 -0600
  4659.  
  4660.  
  4661. In article <d463a689.2475e7fc@aol.com>,
  4662.     RParracho@aol.com  writes:
  4663.  
  4664. > ...and i'm sure UF has put a
  4665. > lot of pressure on its (fractint's) development.
  4666.  
  4667. <again I shrug :>  My impetus for extending fractint doesn't have
  4668. anything to do with "pressure" from UF.  I have written my own fractal
  4669. software in the past, mostly to test out little tricks for isolated
  4670. images -- see <http://www.xmission.com/~legalize/fractals/> where I
  4671. wrote my own software to compute the hue and texture colorings of M.  I
  4672. had considered doing an UF-like thing whereby I wrote my own fractal
  4673. imaging app from the ground-up.  However, every time I considered doing
  4674. that it always stuck in my craw that I'd be reinventing everything
  4675. fractint already had.  In the end, I decided it would be better for me
  4676. and the fractal community at large if I extended fractint rather than
  4677. reinvent the wheel.
  4678.  
  4679. My investigations into fractint source code quickly revealed that I
  4680. wouldn't be able to add any of my whizz-bang ideas to fractint until
  4681. a stake was driven into the heart of the medium memory model first.
  4682. I was hoping someone else would do this, but noone waved their hands
  4683. and said "I'll do this!".  Sure, everyone wants to do a Win32 "port"
  4684. but noone wants to deal with the realities of such a port: medium
  4685. memory model must go.  This is a rather unglamorous, extensive and
  4686. tedious programming task that doesn't have the ego-salve of glory that
  4687. most people seem to want.  So rather than contribute back to the
  4688. fractint community, they lurk on the sidelines or reinvent the wheel
  4689. to build a shrine to their own ego.
  4690.  
  4691. Does anyone here truly have any idea how huge fractint is?  In source
  4692. code its about 137,700 lines of source code comprising about 500K of
  4693. storage.  When printed out double sided it amounts to a 6 inch thick
  4694. printout -- not including the help file sources.  Its a minor miracle
  4695. of software engineering that it still runs on an 8088 with 640K of
  4696. memory.
  4697.  
  4698. This is, of course, my opinion and not any "official" statement on
  4699. behalf of fractint developers.  If you were offended by what I said,
  4700. then I must have said something important. :-)
  4701. --
  4702. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  4703.     ``Ain't it funny that they all fire the pistol,     
  4704.       at the wrong end of the race?''--PDBT     
  4705. legalize@xmission.com    <http://www.eden.com/~thewho>
  4706.  
  4707. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4708. Post Message:   fractint@lists.xmission.com
  4709. Get Commands:   majordomo@lists.xmission.com "help"
  4710. Administrator:  twegner@phoenix.net
  4711. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4712.  
  4713.  
  4714. -------------------------------------------------------------------------------
  4715.  
  4716. From: RParracho@aol.com
  4717. Subject: Re: (fractint) quickie pars 
  4718. Date: 20 May 1999 19:52:35 EDT
  4719.  
  4720. In a message dated 5/20/99 6:59:02 PM Eastern Daylight Time, 
  4721. legalize@xmission.com writes:
  4722.  
  4723. > If you were offended by what I said,
  4724. >  then I must have said something important. :-)
  4725.  
  4726. I wasn't offended, nor did I mean to offend.  In anyway am I minimizing the 
  4727. grand accomplishment that fractint is and will continue to be.  
  4728.  
  4729. Regards,
  4730. Rui
  4731.  
  4732.  
  4733. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4734. Post Message:   fractint@lists.xmission.com
  4735. Get Commands:   majordomo@lists.xmission.com "help"
  4736. Administrator:  twegner@phoenix.net
  4737. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4738.  
  4739.  
  4740. -------------------------------------------------------------------------------
  4741.  
  4742. From: "David J. Dollevoet" <djd@bytemeusa.com>
  4743. Subject: (fractint) Pars
  4744. Date: 20 May 1999 20:51:13 -0500
  4745.  
  4746. This is a multi-part message in MIME format.
  4747. --------------2BE859CBD5174A596C5B1627
  4748. Content-Type: multipart/alternative; boundary="------------2D855D714AD3C03C7347996E"
  4749.  
  4750.  
  4751. --------------2D855D714AD3C03C7347996E
  4752. Content-Type: text/plain; charset=us-ascii
  4753. Content-Transfer-Encoding: 7bit
  4754.  
  4755. Here are some julia(fn||fn) and lambda(fn||fn) pars.  Some use a bailout
  4756. value much lower than the default value of 64.
  4757.  
  4758. --------------2D855D714AD3C03C7347996E
  4759. Content-Type: text/html; charset=us-ascii
  4760. Content-Transfer-Encoding: 7bit
  4761.  
  4762. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4763. <HTML>
  4764. <FONT FACE="Times New Roman,Times">Here are some julia(fn||fn) and lambda(fn||fn)
  4765. pars.  Some use a bailout value much lower than the default value
  4766. of 64.</FONT></HTML>
  4767.  
  4768. --------------2D855D714AD3C03C7347996E--
  4769.  
  4770. --------------2BE859CBD5174A596C5B1627
  4771. Content-Type: application/x-unknown-content-type-PAR_auto_file; name="990520c.PAR"
  4772. Content-Transfer-Encoding: base64
  4773. Content-Disposition: inline; filename="990520c.PAR"
  4774.  
  4775. RkFKMDEgICAgICAgICAgICAgIHsgOyAoYykgRGF2aWQgSi4gRG9sbGV2b2V0IDE5OTcgICBq
  4776. dWxpYShmbnx8Zm4pDQogIHJlc2V0PTE5NjAgdHlwZT1qdWxpYShmbnx8Zm4pIGZ1bmN0aW9u
  4777. PWlkZW50L2V4cCBwYXNzZXM9Mg0KICBjZW50ZXItbWFnPSswLjI3NTk1MjUyOTg1ODI2Mzgw
  4778. LysxLjQ4MTE0OTMwNTM3NDU3MDAwLzEuNTg2NTM4DQogIHBhcmFtcz0wLjE0ODYzMjEzNTY5
  4779. NjAyMzYvMC4xNzQ4NzI2NTI0OTAwMjA3LzEgZmxvYXQ9eSBtYXhpdGVyPTQ4DQogIGJhaWxv
  4780. dXQ9NjQgaW5zaWRlPTAgcGVyaW9kaWNpdHk9MA0KICBjb2xvcnM9MDAwaE1oPDQ+MGdhPDI+
  4781. MG9sPDQ+YnpiPDg+Q1VDQ1VFPDc+VXR0UXJyPDU+QVZWQVZWQVVXPDY+Tmp6PDI+MGJcDQog
  4782. IHo8Mz4wTmI8Nj5iYnpZWXdUVHRQUHFMTG5JSWpHR2Y8ND5jNUE8MTM+dmtGPDM+YF9BPDQ+
  4783. dmtGPDM+Qk0zN0syPDM+UkYzV1wNCiAgRTNaQzNnQjNoQTNxODRyNzR6NTU8Mj5VOTRORDRJ
  4784. SzQ3TDU1Vjk0Y0Qybks8ND42OWM8Nj51RmxvSmdqTWM8NT5jZlNhalFgXA0KICBuT1pyTFds
  4785. Tjw2Pjc3Wjw3PlpybDw0PnBQdXNKd3VEeXo3enVGeXNKdzw1PlpybDw3Pjc3WjwyPk9NWVRS
  4786. WFpXV2RhVl9YUjxcDQogIDI+SkdGPDI+ZGFWPDI+SkU3Qjc3PDQ+bGxqc3RyenpqenJiPDM+
  4787. WU03PDk+empOPDY+SkVgPDY+c2o3PDM+bEViZ01gPDM+T1wNCiAgbFFWbk9RcExYbUlkakY8
  4788. Mz56RWpxSWkNCiAgfQ0KDQpGQUowMiAgICAgICAgICAgICAgeyA7IChjKSBEYXZpZCBKLiBE
  4789. b2xsZXZvZXQgMTk5OCAgIGp1bGlhKGZufHxmbikNCiAgcmVzZXQ9MTk2MCB0eXBlPWp1bGlh
  4790. KGZufHxmbikgZnVuY3Rpb249YWJzL2V4cCBwYXNzZXM9Mg0KICBjZW50ZXItbWFnPS0wLjk1
  4791. OTI3MjMwNzU0Mzk4ODAwLysxLjgxMzA5NzA4NjIzMDE2OTAwLzIuMjA4MTY4LzEvNTIuNDk5
  4792. DQogIHBhcmFtcz0tMC4wMDcvMC4zMjQvMiBmbG9hdD15IG1heGl0ZXI9NjQgYmFpbG91dD0z
  4793. IGluc2lkZT0wDQogIHBlcmlvZGljaXR5PTANCiAgY29sb3JzPTAwMHNXTnFRRjwyPmxiX2pn
  4794. ZmpiZTwzPm1JWTwyPklIY1pUWHBkUG1hVWlZWjwyPnBaN2VWNldYNUxaM0JRMjBIXA0KICAw
  4795. PDI+OFVJUWJFZ2tBcm0yeFg1eU0zeUIyPDI+cFVjPDM+emg1PDQ+NEswRlM3ck9oakdvYTh2
  4796. PDM+N2NVbFlaPDU+YEdhPDZcDQogID5HcmA8ND5nWUU8NT5qbzJ2ckV2a0VxaUdrZ0llZUth
  4797. YUNZWUVVVUFQUERVU0I8NT56a1c8Mj5wVjd6YkNwUTBzVzZwWEFjTlwNCiAgNGFPODwyPm1h
  4798. VVhWVjwyPkI4NjwyPmhRbjw4PmNwWFZmUkxYTEJORTRWTUJiVmBkTWVnUmtqVzwzPnJLMHNP
  4799. MXRTRXVYU3ZgXA0KICBkeGZzeF9pd1Vgd05SdkZJdjk3bURHY0lQVU5ZTUZRRTdKNzdCPDQ+
  4800. bGpscW9wdmp6cmJ6PDM+TTdZRUZRTU5KVVZCPDI+cnJcDQogIFl6amR6YmxyVnNqTnphRnpV
  4801. N3M8Mj43Vlk8Mj5XckJjakpsYlF0Vll6TmRyRmxqN3NhRnpVTnpNVnNFYmxNamRVclk8Mj5y
  4802. VlwNCiAgQnpOSnpGUXI3WTwzPk1iekVqejdyczwzPkhgcGZkaDw4PkdDSzw0PlVSWFhWX2Ba
  4803. Y2JgZGViZTwyPmNYVmJWUmFTTWBRSV9OXA0KICBEPDM+ZVJGZ1NHaVRIa1VJbVZKPDc+dWtl
  4804. PDI+dF9TDQogIH0NCg0KRkFKMDMgICAgICAgICAgICAgIHsgOyAoYykgRGF2aWQgSi4gRG9s
  4805. bGV2b2V0IDE5OTggICBqdWxpYShmbnx8Zm4pDQogIHJlc2V0PTE5NjAgdHlwZT1qdWxpYShm
  4806. bnx8Zm4pIGZ1bmN0aW9uPWlkZW50L2Nvc2ggcGFzc2VzPTINCiAgY2VudGVyLW1hZz0tMC40
  4807. Mjk0Njg1MjE0Mjk1NDEwMC8rMi4xMzE4MTM2OTIwOTAwMTQwMC8yLjA1ODYzLzEvLTcyLjUN
  4808. CiAgcGFyYW1zPTAuMTk4LzAuNTgzLzIgZmxvYXQ9eSBtYXhpdGVyPTk2IGJhaWxvdXQ9NCBp
  4809. bnNpZGU9MA0KICBwZXJpb2RpY2l0eT0wDQogIGNvbG9ycz0wMDAwNVk8NDU+QXJfdGxBPDUz
  4810. PlhBNlc5NVg4NDwyPl81NGAzM180NjwxMz5NSXVLS3lLS3c8MTY+QVo5TVkyPFwNCiAgMz5J
  4811. VTJIVDJIVUE8NT5OY3Y8MTg+Wkk3X0g0X0g1PDE3Pk5PU01QVUxQVktRWEpRWUlSXzwzMT56
  4812. Rk48MjA+NjVYMzRYMjRYXA0KICAxNFgNCiAgfQ0KDQpGQkowOCAgICAgICAgICAgICAgeyA7
  4813. IChjKSBEYXZpZCBKLiBEb2xsZXZvZXQgMTk5NiAgIGxhbWJkYShmbnx8Zm4pDQogIHJlc2V0
  4814. PTE5NjAgdHlwZT1sYW1iZGEoZm58fGZuKSBmdW5jdGlvbj1hYnMvZXhwIHBhc3Nlcz0yDQog
  4815. IGNlbnRlci1tYWc9LTAuMDAwMDAwMDAwMDAwMDAxMTEvKzAuMDAwMDAwMDAwMDAwMDAxMDAv
  4816. MS45ODc2NzgNCiAgcGFyYW1zPS0wLjk1MjQ2MDc1NjUzMDgyNTEvMS45NDEyOTc5Njk4NDky
  4817. NDYvMSBmbG9hdD15IG1heGl0ZXI9MzYNCiAgYmFpbG91dD00IGluc2lkZT0wIHBlcmlvZGlj
  4818. aXR5PTANCiAgY29sb3JzPTAwMDAwZTBlMDBlZWUwMGUwZWVMMGVlZUxMTExMekx6TEx6enpM
  4819. THpMenp6THp6ejwxND4yMjI8Mj5ITHo8NT5tXA0KICBMTGdUTGFgTFVpTE9xTEh6TFBwTFll
  4820. TE9VRzwyPkFBQTwxMD5xcXFoa3JfZXNXV1VjY2Bsamh0cm96cnY8ND5NR01FOEY3RzdcDQog
  4821. IEdPNzwzPmxyYDw1Pkc4YDw3PnRjVTwyPmpHb2E4djwzPjdjVUdrTU9yRldrN2RjN2xXRnRP
  4822. TWxHVWQ4YDwyPkdXdjdjbzdraFwNCiAgR3JgPDM+bE83dEc3ejhGPDQ+TWtvTGVpSl9iSFVX
  4823. PDM+R0dHPDg+eXl5PDE1PjIyMjQ0NDwxND55eXlXV1c8MTQ+MjIyPDQ+XA0KICBDQUNGQ0ZH
  4824. QUJMRjdRSzc8NT5ybFZycVpudmI8NT5gUGlaSmtYRGxVN25QQ2pLSGZGTWJBUlo3V1Y8ND5W
  4825. ckJfbjc8ND53UVJcDQogIDwzPmQ3Zjw0PkhXekNgdjdlcjdpbkNuakhyZjw3PjI3Zg0KICB9
  4826. DQoNCkZCSjE0ICAgICAgICAgICAgICB7IDsgKGMpIERhdmlkIEouIERvbGxldm9ldCAxOTk4
  4827. ICAgbGFtYmRhKGZufHxmbikNCiAgcmVzZXQ9MTkxMCB0eXBlPWp1bGlhKGZufHxmbikgZnVu
  4828. Y3Rpb249YXNpbmgvZXhwIHBhc3Nlcz0yDQogIGNlbnRlci1tYWc9LTAuMTk1NzA1ODAwMDAw
  4829. MDAwMDAvKzEuMTQ5OTk1ODEwMDAwMDAwMDAvMi40NTA5OA0KICBwYXJhbXM9LTAuMjQ0MjM0
  4830. NjY0NDg2NTA4Ny8wLjI2NzM1NzU4MTE5Mjg4NjMvMC40OSBmbG9hdD15DQogIG1heGl0ZXI9
  4831. MTEyIGJhaWxvdXQ9NiBpbnNpZGU9MCBsb2dtYXA9b2xkIHBlcmlvZGljaXR5PTANCiAgY29s
  4832. b3JzPTAwMDBGRjw5PjBjYzwxNT56eno8MTU+MGNjPDEwPjBERDw2PmZmaTwzPm5ydTw0Pmdn
  4833. ZGZlYWRiWWJgVTw3Pk9JXA0KICA1PDY+ZVlKZ19MaWFOa2NQbmVSPDQ+enBhPDQ+amRXZ2FW
  4834. Y1pUYFdTWVVSPDY+QUFLPDQ+QU9TPDY+emxPPDk+emU0emQyemJcDQogIEE8Mj53Vlo8ND5X
  4835. RkQ8Mj5HUDA8Mj4wWkQwYUk1ZE1CaFJHalY8Nj5xUHl3THV6SXA8OD5mYGVjY2NfX188Mz5L
  4836. S0s8MTM+d1wNCiAgd3dxcXo8NT4wMHo8MTU+enowPDE1PnowMDwxNT4wMHowM3c8Mj4wNkww
  4837. NzcwQUEwQ0MNCiAgfQ0KDQpGQkoxNyAgICAgICAgICAgICAgeyA7IChjKSBEYXZpZCBKLiBE
  4838. b2xsZXZvZXQgMTk5OSAgIGxhbWJkYShmbnx8Zm4pDQogIHJlc2V0PTE4MjEgdHlwZT1sYW1i
  4839. ZGEoZm58fGZuKSBmdW5jdGlvbj1mbGlwL2V4cA0KICBjZW50ZXItbWFnPS0wLjc0NDAwMDAw
  4840. MDAwMDAwMDEwLyswLjU1MzAwMDAwMDAwMDAwMDAwLzEuODAzDQogIHBhcmFtcz0tMC45NS8t
  4841. MC41NS80IGZsb2F0PXkgbWF4aXRlcj0xMDIgYmFpbG91dD0zOCBpbnNpZGU9MA0KICBsb2dt
  4842. YXA9MyBwZXJpb2RpY2l0eT0wDQogIGNvbG9ycz0wMDBEREQ8Mz5ycnI8Nz5RUVE8Mz5nZ19s
  4843. bGJvb2I8Mj56emV6emA8Nj5hYUhZWUVVVUE8MTA+d2FCemJDemJGPFwNCiAgOD56Z2c8Nj53
  4844. UE93TUx2Skl1R0Y8NT5uQUc8ND4xUE01TVJBSVdFR2E8Mj5TUHFXVHdfV3o8ND52a196Z1Y8
  4845. ND5kUzNfUDlXXA0KICBNRVNJS05HUDw0PjFXbzVadUFhekVlekpodU5rbzw4PnpJMzw4Pk5r
  4846. b0prdUVnekFkejVhdTFabzBWajwyPkRNVklJUE1HSzxcDQogIDI+WlAzY1QwPDQ+eWhSdWtX
  4847. PDQ+WlZ3PDI+TU1mSUlhREdXOUpSNE1NPDQ+eVpPeV9HemE4PDc+cXcyPDI+enowd3oyc3k0
  4848. cFwNCiAgeDc8OT5WT2s8Mj5gVXI8Mj5mRHo8Mz5WZmk8OD40eDcwejA8Nj5OejA8NT56ejA8
  4849. OD56MDB6MzN5Nzd3Q0I8Mz5wTmY8NT5hXA0KICB6dVh3dVJ0dDw0PmVlZTwyPkxMTA0KICB9
  4850. DQoNCg==
  4851. --------------2BE859CBD5174A596C5B1627--
  4852.  
  4853.  
  4854. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4855. Post Message:   fractint@lists.xmission.com
  4856. Get Commands:   majordomo@lists.xmission.com "help"
  4857. Administrator:  twegner@phoenix.net
  4858. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4859.  
  4860.  
  4861. -------------------------------------------------------------------------------
  4862.  
  4863. From: Bob Margolis <rttyman@wwa.com>
  4864. Subject: (fractint) Some Useful Fractal Links
  4865. Date: 20 May 1999 22:27:46 -0500
  4866.  
  4867. http://archives.math.utk.edu/topics/fractals.html
  4868.  
  4869. Submitted by Bob Margolis.
  4870.  
  4871. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4872. Post Message:   fractint@lists.xmission.com
  4873. Get Commands:   majordomo@lists.xmission.com "help"
  4874. Administrator:  twegner@phoenix.net
  4875. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4876.  
  4877.  
  4878. -------------------------------------------------------------------------------
  4879.  
  4880. From: "Randall Britten" <randall@is.co.za>
  4881. Subject: RE: (fractint) Fractal Noise
  4882. Date: 21 May 1999 11:35:10 +0200
  4883.  
  4884. I was reading Martin Gardner's book "Fractal Music, Hypercards and More" and
  4885. the chapter on Fractal Music describes 1/f signals in layman's terms quite
  4886. nicely.
  4887.  
  4888. Having an intuitive understanding of how one can create a 1/f signal, and
  4889. where they occur naturally is also worthwhile, so I will try and explain
  4890. what I learnt.
  4891.  
  4892. To start with, 1/f signals are contrasted with "white noise" and "brown
  4893. noise"
  4894.  
  4895. White noise is the typical hissing you hear if your radio receiving on a
  4896. frequency that no one is transmitting on.
  4897. To generate a white noise signal with dice would simply be a matter of
  4898. having say 3 dice, and throwing all three and totalling their scores at each
  4899. throw.  The possible range would be from 3 to 18, but 3's and 18's would be
  4900. rare compared to 10's and 11's, in fact on average the throw would be 10.5.
  4901. The popularity of the various scores is a "bell curve"/ normally
  4902. distributed.
  4903. The sequence is a white noise signal, and example would be 8, 12, 15, 4, 17,
  4904. 11, etc.
  4905. (The sequence can be shifted to be 'symmetrical' about 0 by subtracting 10.5
  4906. from each value.)
  4907.  
  4908. Brown (for Brownian) noise is obtained by renumbering one dice as
  4909. follows -2.5, -1.5, -0.5,  0.5, 1.5, 2.5
  4910. Now, start on 0.  To get the next value in the sequence throw the dice and
  4911. add it to the previous value.
  4912. This is like a "random walk", and the motion of microscopic particles in
  4913. solutions is "brownian".
  4914.  
  4915. Now, white noise is always totally random, and the signal never "correlates"
  4916. with itself.   I.e. take a splice of the signal and compare it with all
  4917. other parts of the signal and there is always no correlation, no matter
  4918. which splice you start with and which other part you compare it to.  This is
  4919. a "power function" which is 1 for a phase shift of 0 (i.e. the signal only
  4920. compares to itself exactly), and 0 everywhere else.  Gardner says this is a
  4921. 1/f^0 signal.  A brown signal is a 1/f^2 signal (I have no idea why), so
  4922. midway between them is 1/f noise.
  4923.  
  4924. Now, my point was to show how to use dice to generate a 1/f signal, since
  4925. knowing that its power function is 1/f doesn't really help intuitively (at
  4926. first anyway).
  4927.  
  4928. My approach is as follows: similar to the way the dice was numbered for
  4929. brown noise, number each of three dice -2.5, -1.5, -0.5,  0.5, 1.5, 2.5
  4930. Start with 0.
  4931. For each subsequent value of the sequence, throw and total all three dice,
  4932. but divide by three and add to the previous value.
  4933.  
  4934. It is similar to brown noise.  In both brown and 1/f, the next value depends
  4935. on the previous value + some random value.
  4936. But in a brown signal, this random value is "uniformly distributed", whereas
  4937. in a 1/f signal this random value is "normally distributed" (i.e. bell
  4938. curve).
  4939.  
  4940. Where do 1/f signals arise naturally?
  4941. Almost everywhere in nature, and in real life: the levels of a river, the
  4942. price of a stock market share, the density of the traffic etc.
  4943.  
  4944. The general rule is anything that that behaves almost randomly, but depends
  4945. on its previous state.  The next sample will vary from the previous sample
  4946. by some normally distributed random value.  The chances of a smaller
  4947. variation from the previous value are higher than the chances of a larger
  4948. variation.
  4949.  
  4950. Melodic music is 1/f in that the next note differs from the previous note
  4951. usually by a small number of tones, but sometimes by a larger difference.
  4952. Also the note durations are like a 1/f signal.  Martin argues that we enjoy
  4953. melodic music because it is like our everyday experience in life which is
  4954. full of 1/f signals.
  4955.  
  4956. (Note, the process I have described for generating a 1/f signal is different
  4957. from Gardner's simpler version which he states only generates an
  4958. approximately 1/f signal.  Also, the white signal process I described could
  4959. have been "normalised with the others" by subtracting 10.5 and dividing by
  4960. 3).
  4961.  
  4962. Hope that helps.
  4963.  
  4964. -------------------------
  4965. Randall Britten
  4966.  
  4967.  
  4968.  
  4969.  
  4970.  
  4971.  
  4972. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4973. Post Message:   fractint@lists.xmission.com
  4974. Get Commands:   majordomo@lists.xmission.com "help"
  4975. Administrator:  twegner@phoenix.net
  4976. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4977.  
  4978.  
  4979. -------------------------------------------------------------------------------
  4980.  
  4981. From: Guy Marson <guy.marson@mnhn.lu>
  4982. Subject: Re: (fractint) Some Useful Fractal Links
  4983. Date: 21 May 1999 13:39:23 +0200
  4984.  
  4985. At 22:27 20.05.1999 -0500, you wrote:
  4986. >http://archives.math.utk.edu/topics/fractals.html
  4987. >
  4988. >Submitted by Bob Margolis.
  4989. >
  4990.  
  4991. Thanks Bob, very useful!!!
  4992.  
  4993.  
  4994. Guy
  4995.  
  4996.  
  4997.  
  4998.  
  4999. Guy Marson
  5000. 45b, rue de Bettembourg
  5001. L-5810 Hesperange
  5002. (Luxembourg, Europe)
  5003.  
  5004.  
  5005. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5006. Post Message:   fractint@lists.xmission.com
  5007. Get Commands:   majordomo@lists.xmission.com "help"
  5008. Administrator:  twegner@phoenix.net
  5009. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5010.  
  5011.  
  5012. -------------------------------------------------------------------------------
  5013.  
  5014. From:    "Fliguer, Miguel" <M_Fliguer@miniphone.com.ar>
  5015. Subject: RE: (fractint) Fractint on NT
  5016. Date: 21 May 1999 09:42:51 -0300
  5017.  
  5018. I got Fractint 19.6 working at SF5 (640x480x256)
  5019. on a Vectra VE (Pentium II 300 MHz) under NT 4.0 WS
  5020. The video hardware is on the motherboard and 
  5021. reports itself as Integrated SiS 6205. 
  5022.  
  5023. SF5 is the best I could get (some people on this list
  5024. were amazed I could use a VESA mode under NT)
  5025.  
  5026. Good luck
  5027. Miguel Fliguer - Buenos Aires, Argentina
  5028. Franktal Gallery
  5029. http://members.xoom.com/fliguer/franktal.html
  5030.  
  5031. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5032. Post Message:   fractint@lists.xmission.com
  5033. Get Commands:   majordomo@lists.xmission.com "help"
  5034. Administrator:  twegner@phoenix.net
  5035. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5036.  
  5037.  
  5038. -------------------------------------------------------------------------------
  5039.  
  5040. From: Barry N Merenoff <110144.2274@compuserve.com>
  5041. Subject: (fractint) Re: 1/f Noise
  5042. Date: 21 May 1999 10:29:16 -0400
  5043.  
  5044. Two questions:
  5045.  
  5046. In music with a "strong beat," is the frequency of the rhythm an exceptio=
  5047. n
  5048. to the 1/f scaling?
  5049.  
  5050. I don't understand how the algorithm presented for 1/f noise could work.
  5051. Can you point me to a proof, or if it's an approximation, can you tell me=
  5052.  
  5053. the exact version? (I am not intimidated by math, and I am somewhat
  5054. familiar with Fourier Series, Taylor Series, and operators. So don't be
  5055. afraid to get technical.)
  5056.  
  5057. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5058. Post Message:   fractint@lists.xmission.com
  5059. Get Commands:   majordomo@lists.xmission.com "help"
  5060. Administrator:  twegner@phoenix.net
  5061. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5062.  
  5063.  
  5064. -------------------------------------------------------------------------------
  5065.  
  5066. From: "Kellie Charlynn Angel Findley" <cfindley@cpis.net>
  5067. Subject: Re: (fractint) Fractint on NT 
  5068. Date: 21 May 1999 16:04:15 PDT
  5069.  
  5070. Actually, it strikes terror in the hearts of those who abhore Windows and=
  5071.  remain firmly rooted in DOS that there are many who would like to send =
  5072. DOS to the scrap heap.
  5073.  
  5074. ----------
  5075. >
  5076. >
  5077. > In article <87489CB8E072D211926A0008C7A47740010D3B@estutes1.twc.com>,
  5078. >     "Allison, Joshua" <JAllison@ENERGY.TWC.com>  writes:
  5079. >
  5080. > > Has anyone had any experience with fractint on NT?
  5081. >
  5082. > Some people have reported success; others have reported problems.
  5083. > Expect fractint to evolve soon (not the next release, but maybe the
  5084. > release after that) into a native Win32 client where these problems
  5085. > of DOS compatability disappear.
  5086. > --
  5087. > <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  5088. >     ``Ain't it funny that they all fire the pistol,
  5089. >       at the wrong end of the race?''--PDBT
  5090. > legalize@xmission.com    <http://www.eden.com/~thewho>
  5091. >
  5092. > --------------------------------------------------------------
  5093. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5094. > Post Message:   fractint@lists.xmission.com
  5095. > Get Commands:   majordomo@lists.xmission.com "help"
  5096. > Administrator:  twegner@phoenix.net
  5097. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5098.  
  5099.  
  5100.  
  5101. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5102. Post Message:   fractint@lists.xmission.com
  5103. Get Commands:   majordomo@lists.xmission.com "help"
  5104. Administrator:  twegner@phoenix.net
  5105. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5106.  
  5107.  
  5108. -------------------------------------------------------------------------------
  5109.  
  5110. From: "Dave Hershey (Volt Computer)" <a-davehe@microsoft.com>
  5111. Subject: RE: (fractint) Fractint on NT 
  5112. Date: 21 May 1999 14:20:27 -0700
  5113.  
  5114. There will always be the command prompt in NT/Win2k.
  5115.  
  5116. --Dave.
  5117.  
  5118.  
  5119. -----Original Message-----
  5120. Sent: Friday, May 21, 1999 4:04 PM
  5121.  
  5122.  
  5123. Actually, it strikes terror in the hearts of those who abhore Windows and
  5124. remain firmly rooted in DOS that there are many who would like to send DOS
  5125. to the scrap heap.
  5126.  
  5127. ----------
  5128. >
  5129. >
  5130. > In article <87489CB8E072D211926A0008C7A47740010D3B@estutes1.twc.com>,
  5131. >     "Allison, Joshua" <JAllison@ENERGY.TWC.com>  writes:
  5132. >
  5133. > > Has anyone had any experience with fractint on NT?
  5134. >
  5135. > Some people have reported success; others have reported problems.
  5136. > Expect fractint to evolve soon (not the next release, but maybe the
  5137. > release after that) into a native Win32 client where these problems
  5138. > of DOS compatability disappear.
  5139. > --
  5140. > <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  5141. >     ``Ain't it funny that they all fire the pistol,
  5142. >       at the wrong end of the race?''--PDBT
  5143. > legalize@xmission.com    <http://www.eden.com/~thewho>
  5144. >
  5145. > --------------------------------------------------------------
  5146. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5147. > Post Message:   fractint@lists.xmission.com
  5148. > Get Commands:   majordomo@lists.xmission.com "help"
  5149. > Administrator:  twegner@phoenix.net
  5150. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5151.  
  5152.  
  5153.  
  5154. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5155. Post Message:   fractint@lists.xmission.com
  5156. Get Commands:   majordomo@lists.xmission.com "help"
  5157. Administrator:  twegner@phoenix.net
  5158. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5159.  
  5160. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5161. Post Message:   fractint@lists.xmission.com
  5162. Get Commands:   majordomo@lists.xmission.com "help"
  5163. Administrator:  twegner@phoenix.net
  5164. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5165.  
  5166.  
  5167. -------------------------------------------------------------------------------
  5168.  
  5169. From: "Kellie Charlynn Angel Findley" <cfindley@cpis.net>
  5170. Subject: Re: (fractint) Fractint on NT 
  5171. Date: 21 May 1999 17:39:52 PDT
  5172.  
  5173. Yes, but many of the older DOS programs end up with quirks when run in =
  5174. Window's pseudo "DOS" mode.  IMHO, Windows was the worst thing that ever =
  5175. happened to a computer.  I really can't say one nice thing about it, and =
  5176. yes, I am fully literate in it.
  5177.  
  5178. ----------
  5179. >
  5180. > There will always be the command prompt in NT/Win2k.
  5181. >
  5182. > --Dave.
  5183. >
  5184. >
  5185. > -----Original Message-----
  5186. > From: Kellie Charlynn Angel Findley [mailto:cfindley@cpis.net]
  5187. > Sent: Friday, May 21, 1999 4:04 PM
  5188. > To: fractint@lists.xmission.com; fractint@lists.xmission.com
  5189. > Subject: Re: (fractint) Fractint on NT
  5190. >
  5191. >
  5192. > Actually, it strikes terror in the hearts of those who abhore Windows =
  5193. and
  5194. > remain firmly rooted in DOS that there are many who would like to send =
  5195. DOS
  5196. > to the scrap heap.
  5197. >
  5198. > ----------
  5199. > >
  5200. > >
  5201. > > In article <87489CB8E072D211926A0008C7A47740010D3B@estutes1.twc.com>,
  5202. > >     "Allison, Joshua" <JAllison@ENERGY.TWC.com>  writes:
  5203. > >
  5204. > > > Has anyone had any experience with fractint on NT?
  5205. > >
  5206. > > Some people have reported success; others have reported problems.
  5207. > > Expect fractint to evolve soon (not the next release, but maybe the
  5208. > > release after that) into a native Win32 client where these problems
  5209. > > of DOS compatability disappear.
  5210. > > --
  5211. > > <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  5212. > >     ``Ain't it funny that they all fire the pistol,
  5213. > >       at the wrong end of the race?''--PDBT
  5214. > > legalize@xmission.com    <http://www.eden.com/~thewho>
  5215. > >
  5216. > > --------------------------------------------------------------
  5217. > > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5218. > > Post Message:   fractint@lists.xmission.com
  5219. > > Get Commands:   majordomo@lists.xmission.com "help"
  5220. > > Administrator:  twegner@phoenix.net
  5221. > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5222. >
  5223. >
  5224. >
  5225. > --------------------------------------------------------------
  5226. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5227. > Post Message:   fractint@lists.xmission.com
  5228. > Get Commands:   majordomo@lists.xmission.com "help"
  5229. > Administrator:  twegner@phoenix.net
  5230. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5231. >
  5232. > --------------------------------------------------------------
  5233. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5234. > Post Message:   fractint@lists.xmission.com
  5235. > Get Commands:   majordomo@lists.xmission.com "help"
  5236. > Administrator:  twegner@phoenix.net
  5237. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5238.  
  5239.  
  5240.  
  5241. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5242. Post Message:   fractint@lists.xmission.com
  5243. Get Commands:   majordomo@lists.xmission.com "help"
  5244. Administrator:  twegner@phoenix.net
  5245. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5246.  
  5247.  
  5248. -------------------------------------------------------------------------------
  5249.  
  5250. From: Paul Derbyshire <pderbysh@usa.net>
  5251. Subject: (fractint) Bug in Fractint 19.6
  5252. Date: 21 May 1999 22:00:29 MDT
  5253.  
  5254. I appear to have stumbled on a bug in Fractint 19.6. I have a rather deep=
  5255.  
  5256. deepzoom, with iterations starting at about 15000 and the maxiter set to
  5257. 262144. Using logmap, I find large sections of the image to be solid colo=
  5258. r
  5259. 255. I have tried using logmap =3D -2 and raising maxiter to 1048576 and
  5260. 1000000, to no avail. THe logmap does not stretch all the way to maxiter,=
  5261.  and
  5262. this is a bug.
  5263.  
  5264.  
  5265. Please submit a corrected version 19.7 on the Spanky website within 24 ho=
  5266. urs,
  5267. as this problem needs to be resolved urgently. Your bug has already cause=
  5268. d a
  5269. 24 hour work stoppage on a certain project. Moreover, I seem to recall th=
  5270. is
  5271. bug existed before and was corrected; it would appear someone has reintro=
  5272. duced
  5273. it somehow.
  5274.  
  5275.  
  5276.  
  5277.  
  5278. ____________________________________________________________________
  5279. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  5280. 1
  5281.  
  5282. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5283. Post Message:   fractint@lists.xmission.com
  5284. Get Commands:   majordomo@lists.xmission.com "help"
  5285. Administrator:  twegner@phoenix.net
  5286. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5287.  
  5288.  
  5289. -------------------------------------------------------------------------------
  5290.  
  5291. From: "David J. Dollevoet" <djd@bytemeusa.com>
  5292. Subject: (fractint) julia(fn||fn) and lambda(fn||fn) pars
  5293. Date: 21 May 1999 23:07:53 -0500
  5294.  
  5295. My prior transmission of these pars appears to have gone badly.  Sorry
  5296. for the mistake, and allow me to try again.
  5297.  
  5298. Here are some julia(fn||fn) and lambda(fn||fn) pars.  Some use bailout
  5299. values much lower than the default bailout value of 64.
  5300.  
  5301. FAJ01 {; (c) David J. Dollevoet 1997 julia(fn||fn)
  5302. reset=1960 type=julia(fn||fn) function=ident/exp passes=2
  5303. center-mag=+0.27595252985826380/+1.48114930537457000/1.586538
  5304. params=0.1486321356960236/0.1748726524900207/1 float=y maxiter=48
  5305. bailout=64 inside=0 periodicity=0
  5306. colors=000hMh<4>0ga<2>0ol<4>bzb<8>CUCCUE<7>UttQrr<5>AVVAVVAUW<6>Njz<2>0b\
  5307.  
  5308. z<3>0Nb<6>bbzYYwTTtPPqLLnIIjGGf<4>c5A<13>vkF<3>`_A<4>vkF<3>BM37K2<3>RF3W\
  5309.  
  5310. E3ZC3gB3hA3q84r74z55<2>U94ND4IK47L55V94cD2nK<4>69c<6>uFloJgjMc<5>cfSajQ`\
  5311.  
  5312. nOZrLWlN<6>77Z<7>Zrl<4>pPusJwuDyz7zuFysJw<5>Zrl<7>77Z<2>OMYTRXZWWdaV_XR<\
  5313.  
  5314. 2>JGF<2>daV<2>JE7B77<4>lljstrzzjzrb<3>YM7<9>zjN<6>JE`<6>sj7<3>lEbgM`<3>O\
  5315.  
  5316. lQVnOQpLXmIdjF<3>zEjqIi
  5317. }
  5318. FAJ02 {; (c) David J. Dollevoet 1998 julia(fn||fn)
  5319. reset=1960 type=julia(fn||fn) function=abs/exp passes=2
  5320. center-mag=-0.95927230754398800/+1.81309708623016900/2.208168/1/52.499
  5321. params=-0.007/0.324/2 float=y maxiter=64 bailout=3 inside=0
  5322. periodicity=0
  5323. colors=000sWNqQF<2>lb_jgfjbe<3>mIY<2>IHcZTXpdPmaUiYZ<2>pZ7eV6WX5LZ3BQ20H\
  5324.  
  5325. 0<2>8UIQbEgkArm2xX5yM3yB2<2>pUc<3>zh5<4>4K0FS7rOhjGoa8v<3>7cUlYZ<5>`Ga<6\
  5326.  
  5327. >Gr`<4>gYE<5>jo2vrEvkEqiGkgIeeKaaCYYEUUAPPDUSB<5>zkW<2>pV7zbCpQ0sW6pXAcN\
  5328.  
  5329. 4aO8<2>maUXVV<2>B86<2>hQn<8>cpXVfRLXLBNE4VMBbV`dMegRkjW<3>rK0sO1tSEuXSv`\
  5330.  
  5331. dxfsx_iwU`wNRvFIv97mDGcIPUNYMFQE7J77B<4>ljlqopvjzrbz<3>M7YEFQMNJUVB<2>rr\
  5332.  
  5333. YzjdzblrVsjNzaFzU7s<2>7VY<2>WrBcjJlbQtVYzNdrFlj7saFzUNzMVsEblMjdUrY<2>rV\
  5334.  
  5335. BzNJzFQr7Y<3>MbzEjz7rs<3>H`pfdh<8>GCK<4>URXXV_`Zcb`debe<2>cXVbVRaSM`QI_N\
  5336.  
  5337. D<3>eRFgSGiTHkUImVJ<7>uke<2>t_S
  5338. }
  5339. FAJ03 {; (c) David J. Dollevoet 1998 julia(fn||fn)
  5340. reset=1960 type=julia(fn||fn) function=ident/cosh passes=2
  5341. center-mag=-0.42946852142954100/+2.13181369209001400/2.05863/1/-72.5
  5342. params=0.198/0.583/2 float=y maxiter=96 bailout=4 inside=0
  5343. periodicity=0
  5344. colors=00005Y<45>Ar_tlA<53>XA6W95X84<2>_54`33_46<13>MIuKKyKKw<16>AZ9MY2<\
  5345.  
  5346. 3>IU2HT2HUA<5>Ncv<18>ZI7_H4_H5<17>NOSMPULPVKQXJQYIR_<31>zFN<20>65X34X24X\
  5347.  
  5348. 14X
  5349. }
  5350. FBJ08 {; (c) David J. Dollevoet 1996 lambda(fn||fn)
  5351. reset=1960 type=lambda(fn||fn) function=abs/exp passes=2
  5352. center-mag=-0.00000000000000111/+0.00000000000000100/1.987678
  5353. params=-0.9524607565308251/1.941297969849246/1 float=y maxiter=36
  5354. bailout=4 inside=0 periodicity=0
  5355. colors=00000e0e00eee00e0eeL0eeeLLLLLzLzLLzzzLLzLzzzLzzz<14>222<2>HLz<5>m\
  5356.  
  5357. LLgTLa`LUiLOqLHzLPpLYeLOUG<2>AAA<10>qqqhkr_esWWUcc`ljhtrozrv<4>MGME8F7G7\
  5358.  
  5359. GO7<3>lr`<5>G8`<7>tcU<2>jGoa8v<3>7cUGkMOrFWk7dc7lWFtOMlGUd8`<2>GWv7co7kh\
  5360.  
  5361. Gr`<3>lO7tG7z8F<4>MkoLeiJ_bHUW<3>GGG<8>yyy<15>222444<14>yyyWWW<14>222<4>\
  5362.  
  5363. CACFCFGABLF7QK7<5>rlVrqZnvb<5>`PiZJkXDlU7nPCjKHfFMbARZ7WV<4>VrB_n7<4>wQR\
  5364.  
  5365. <3>d7f<4>HWzC`v7er7inCnjHrf<7>27f
  5366. }
  5367. FBJ14 {; (c) David J. Dollevoet 1998 lambda(fn||fn)
  5368. reset=1910 type=julia(fn||fn) function=asinh/exp passes=2
  5369. center-mag=-0.19570580000000000/+1.14999581000000000/2.45098
  5370. params=-0.2442346644865087/0.2673575811928863/0.49 float=y
  5371. maxiter=112 bailout=6 inside=0 logmap=old periodicity=0
  5372. colors=0000FF<9>0cc<15>zzz<15>0cc<10>0DD<6>ffi<3>nru<4>ggdfeadbYb`U<7>OI\
  5373.  
  5374. 5<6>eYJg_LiaNkcPneR<4>zpa<4>jdWgaVcZT`WSYUR<6>AAK<4>AOS<6>zlO<9>ze4zd2zb\
  5375.  
  5376. A<2>wVZ<4>WFD<2>GP0<2>0ZD0aI5dMBhRGjV<6>qPywLuzIp<8>f`eccc___<3>KKK<13>w\
  5377.  
  5378. wwqqz<5>00z<15>zz0<15>z00<15>00z03w<2>06L0770AA0CC
  5379. }
  5380. FBJ17 {; (c) David J. Dollevoet 1999 lambda(fn||fn)
  5381. reset=1821 type=lambda(fn||fn) function=flip/exp
  5382. center-mag=-0.74400000000000010/+0.55300000000000000/1.803
  5383. params=-0.95/-0.55/4 float=y maxiter=102 bailout=38 inside=0
  5384. logmap=3 periodicity=0
  5385. colors=000DDD<3>rrr<7>QQQ<3>gg_llboob<2>zzezz`<6>aaHYYEUUA<10>waBzbCzbF<\
  5386.  
  5387. 8>zgg<6>wPOwMLvJIuGF<5>nAG<4>1PM5MRAIWEGa<2>SPqWTw_Wz<4>vk_zgV<4>dS3_P9W\
  5388.  
  5389. MESIKNGP<4>1Wo5ZuAazEezJhuNko<8>zI3<8>NkoJkuEgzAdz5au1Zo0Vj<2>DMVIIPMGK<\
  5390.  
  5391. 2>ZP3cT0<4>yhRukW<4>ZVw<2>MMfIIaDGW9JR4MM<4>yZOy_Gza8<7>qw2<2>zz0wz2sy4p\
  5392.  
  5393. x7<9>VOk<2>`Ur<2>fDz<3>Vfi<8>4x70z0<6>Nz0<5>zz0<8>z00z33y77wCB<3>pNf<5>a\
  5394.  
  5395. zuXwuRtt<4>eee<2>LLL
  5396. }
  5397.  
  5398.  
  5399.  
  5400. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5401. Post Message:   fractint@lists.xmission.com
  5402. Get Commands:   majordomo@lists.xmission.com "help"
  5403. Administrator:  twegner@phoenix.net
  5404. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5405.  
  5406.  
  5407. -------------------------------------------------------------------------------
  5408.  
  5409. From: "Dave Hershey (Volt Computer)" <a-davehe@microsoft.com>
  5410. Subject: RE: (fractint) Fractint on NT 
  5411. Date: 21 May 1999 21:08:15 -0700
  5412.  
  5413. Speaking as a STE 2, I can say a few nice things about it.  The most
  5414. important nice thing about it is that it pays my rent, puts clothes on my
  5415. back, and food into my stomach.  Can something that does all that really be
  5416. so bad?  Hmmm?
  5417.  
  5418. --Dave.
  5419.  
  5420.  
  5421. -----Original Message-----
  5422. Sent: Friday, May 21, 1999 5:40 PM
  5423.  
  5424.  
  5425. Yes, but many of the older DOS programs end up with quirks when run in
  5426. Window's pseudo "DOS" mode.  IMHO, Windows was the worst thing that ever
  5427. happened to a computer.  I really can't say one nice thing about it, and
  5428. yes, I am fully literate in it.
  5429.  
  5430. ----------
  5431. >
  5432. > There will always be the command prompt in NT/Win2k.
  5433. >
  5434. > --Dave.
  5435. >
  5436. >
  5437. > -----Original Message-----
  5438. > From: Kellie Charlynn Angel Findley [mailto:cfindley@cpis.net]
  5439. > Sent: Friday, May 21, 1999 4:04 PM
  5440. > To: fractint@lists.xmission.com; fractint@lists.xmission.com
  5441. > Subject: Re: (fractint) Fractint on NT
  5442. >
  5443. >
  5444. > Actually, it strikes terror in the hearts of those who abhore Windows and
  5445. > remain firmly rooted in DOS that there are many who would like to send DOS
  5446. > to the scrap heap.
  5447. >
  5448. > ----------
  5449. > >
  5450. > >
  5451. > > In article <87489CB8E072D211926A0008C7A47740010D3B@estutes1.twc.com>,
  5452. > >     "Allison, Joshua" <JAllison@ENERGY.TWC.com>  writes:
  5453. > >
  5454. > > > Has anyone had any experience with fractint on NT?
  5455. > >
  5456. > > Some people have reported success; others have reported problems.
  5457. > > Expect fractint to evolve soon (not the next release, but maybe the
  5458. > > release after that) into a native Win32 client where these problems
  5459. > > of DOS compatability disappear.
  5460. > > --
  5461. > > <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  5462. > >     ``Ain't it funny that they all fire the pistol,
  5463. > >       at the wrong end of the race?''--PDBT
  5464. > > legalize@xmission.com    <http://www.eden.com/~thewho>
  5465. > >
  5466. > > --------------------------------------------------------------
  5467. > > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5468. > > Post Message:   fractint@lists.xmission.com
  5469. > > Get Commands:   majordomo@lists.xmission.com "help"
  5470. > > Administrator:  twegner@phoenix.net
  5471. > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5472. >
  5473. >
  5474. >
  5475. > --------------------------------------------------------------
  5476. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5477. > Post Message:   fractint@lists.xmission.com
  5478. > Get Commands:   majordomo@lists.xmission.com "help"
  5479. > Administrator:  twegner@phoenix.net
  5480. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5481. >
  5482. > --------------------------------------------------------------
  5483. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5484. > Post Message:   fractint@lists.xmission.com
  5485. > Get Commands:   majordomo@lists.xmission.com "help"
  5486. > Administrator:  twegner@phoenix.net
  5487. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5488.  
  5489.  
  5490.  
  5491. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5492. Post Message:   fractint@lists.xmission.com
  5493. Get Commands:   majordomo@lists.xmission.com "help"
  5494. Administrator:  twegner@phoenix.net
  5495. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5496.  
  5497. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5498. Post Message:   fractint@lists.xmission.com
  5499. Get Commands:   majordomo@lists.xmission.com "help"
  5500. Administrator:  twegner@phoenix.net
  5501. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5502.  
  5503.  
  5504. -------------------------------------------------------------------------------
  5505.  
  5506. From: Paul Derbyshire <pderbysh@usa.net>
  5507. Subject: (fractint) Image browser glitch
  5508. Date: 21 May 1999 22:13:32 MDT
  5509.  
  5510. The image browser does not seem to recognize deepzooms.
  5511.  
  5512.  
  5513. ____________________________________________________________________
  5514. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  5515. 1
  5516.  
  5517. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5518. Post Message:   fractint@lists.xmission.com
  5519. Get Commands:   majordomo@lists.xmission.com "help"
  5520. Administrator:  twegner@phoenix.net
  5521. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5522.  
  5523.  
  5524. -------------------------------------------------------------------------------
  5525.  
  5526. From: "David J. Dollevoet" <djd@bytemeusa.com>
  5527. Subject: (fractint) printing fractals  --  recent messages
  5528. Date: 21 May 1999 23:23:02 -0500
  5529.  
  5530. I have managed to print a few fractals at 8"x10" without paying for an
  5531. image editor or a printer.  The results were more or less satisfying to
  5532. me.
  5533.  
  5534.  
  5535. Bundled with my Microsoft Office 97 software package is Microsoft Photo
  5536. Editor:
  5537.      reads/saves common graphic file formats
  5538.      converts 256 color GIF image to 24 bit true color
  5539.      resize/crop
  5540.      brightness/contrast/gamma
  5541.      despeckle
  5542.      sharpen/soften
  5543.      texturizing
  5544.      printing
  5545.      only one level of un-do
  5546.      no batch processing
  5547.  
  5548.  
  5549. Using MS Photo Editor, I converted Fractint GIF format images, generated
  5550. at 1600x1200 resolution, to true color JPG files which I saved on
  5551. diskettes.  The JPG files averaged about 130 KB.  I printed the images
  5552. at slightly larger than 8"x10" on a Kodak Picture Maker printer located
  5553. in a near-by department store.  The price was $7 US per print on
  5554. 8.5"x11" heavy photo print paper with glossy coating.  The Kodak Picture
  5555. Maker is a kiosk style machine that includes  printer, monitor, scanner,
  5556. CD-ROM reader and 1.44 MB diskette reader.  The CD-ROM reads only a
  5557. Kokak proprietary file format, and the diskette reader accepts Kodak and
  5558. JPG formats. Some brightness/contrast/color adjustments are available.
  5559. The printer is a continuous tone dye sublimation type at 600x600 dpi
  5560. resolution in four passes.
  5561.  
  5562.  
  5563. I have found this to be an economical port of entry for printing fractal
  5564. images.
  5565.  
  5566. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5567. Post Message:   fractint@lists.xmission.com
  5568. Get Commands:   majordomo@lists.xmission.com "help"
  5569. Administrator:  twegner@phoenix.net
  5570. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5571.  
  5572.  
  5573. -------------------------------------------------------------------------------
  5574.  
  5575. From: "Kellie Charlynn Angel Findley" <cfindley@cpis.net>
  5576. Subject: Re: (fractint) Fractint on NT 
  5577. Date: 21 May 1999 23:36:22 PDT
  5578.  
  5579. Well, I'm happy that you have a job so you can honestly pay your bills, =
  5580. but I must admit I still avoid Windows ANYTHING like the plague!  :-)
  5581.  
  5582. ----------
  5583. >
  5584. > Speaking as a STE 2, I can say a few nice things about it.  The most
  5585. > important nice thing about it is that it pays my rent, puts clothes on =
  5586. my
  5587. > back, and food into my stomach.  Can something that does all that reall=
  5588. y be
  5589. > so bad?  Hmmm?
  5590. >
  5591. > --Dave.
  5592. >
  5593. >
  5594. > -----Original Message-----
  5595. > From: Kellie Charlynn Angel Findley [mailto:cfindley@cpis.net]
  5596. > Sent: Friday, May 21, 1999 5:40 PM
  5597. > To: fractint@lists.xmission.com; 'fractint@lists.xmission.com'
  5598. > Subject: Re: (fractint) Fractint on NT
  5599. >
  5600. >
  5601. > Yes, but many of the older DOS programs end up with quirks when run in
  5602. > Window's pseudo "DOS" mode.  IMHO, Windows was the worst thing that eve=
  5603. r
  5604. > happened to a computer.  I really can't say one nice thing about it, =
  5605. and
  5606. > yes, I am fully literate in it.
  5607. >
  5608. > ----------
  5609. > >
  5610. > > There will always be the command prompt in NT/Win2k.
  5611. > >
  5612. > > --Dave.
  5613. > >
  5614. > >
  5615. > > -----Original Message-----
  5616. > > From: Kellie Charlynn Angel Findley [mailto:cfindley@cpis.net]
  5617. > > Sent: Friday, May 21, 1999 4:04 PM
  5618. > > To: fractint@lists.xmission.com; fractint@lists.xmission.com
  5619. > > Subject: Re: (fractint) Fractint on NT
  5620. > >
  5621. > >
  5622. > > Actually, it strikes terror in the hearts of those who abhore Windows=
  5623.  and
  5624. > > remain firmly rooted in DOS that there are many who would like to sen=
  5625. d DOS
  5626. > > to the scrap heap.
  5627. > >
  5628. > > ----------
  5629. > > >
  5630. > > >
  5631. > > > In article <87489CB8E072D211926A0008C7A47740010D3B@estutes1.twc.com=
  5632. >,
  5633. > > >     "Allison, Joshua" <JAllison@ENERGY.TWC.com>  writes:
  5634. > > >
  5635. > > > > Has anyone had any experience with fractint on NT?
  5636. > > >
  5637. > > > Some people have reported success; others have reported problems.
  5638. > > > Expect fractint to evolve soon (not the next release, but maybe the
  5639. > > > release after that) into a native Win32 client where these problems
  5640. > > > of DOS compatability disappear.
  5641. > > > --
  5642. > > > <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  5643. > > >     ``Ain't it funny that they all fire the pistol,
  5644. > > >       at the wrong end of the race?''--PDBT
  5645. > > > legalize@xmission.com    <http://www.eden.com/~thewho>
  5646. > > >
  5647. > > > --------------------------------------------------------------
  5648. > > > Thanks for using Fractint, The Fractals and Fractint Discussion Lis=
  5649. t
  5650. > > > Post Message:   fractint@lists.xmission.com
  5651. > > > Get Commands:   majordomo@lists.xmission.com "help"
  5652. > > > Administrator:  twegner@phoenix.net
  5653. > > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5654. > >
  5655. > >
  5656. > >
  5657. > > --------------------------------------------------------------
  5658. > > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5659. > > Post Message:   fractint@lists.xmission.com
  5660. > > Get Commands:   majordomo@lists.xmission.com "help"
  5661. > > Administrator:  twegner@phoenix.net
  5662. > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5663. > >
  5664. > > --------------------------------------------------------------
  5665. > > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5666. > > Post Message:   fractint@lists.xmission.com
  5667. > > Get Commands:   majordomo@lists.xmission.com "help"
  5668. > > Administrator:  twegner@phoenix.net
  5669. > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5670. >
  5671. >
  5672. >
  5673. > --------------------------------------------------------------
  5674. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5675. > Post Message:   fractint@lists.xmission.com
  5676. > Get Commands:   majordomo@lists.xmission.com "help"
  5677. > Administrator:  twegner@phoenix.net
  5678. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5679. >
  5680. > --------------------------------------------------------------
  5681. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5682. > Post Message:   fractint@lists.xmission.com
  5683. > Get Commands:   majordomo@lists.xmission.com "help"
  5684. > Administrator:  twegner@phoenix.net
  5685. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5686.  
  5687.  
  5688.  
  5689. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5690. Post Message:   fractint@lists.xmission.com
  5691. Get Commands:   majordomo@lists.xmission.com "help"
  5692. Administrator:  twegner@phoenix.net
  5693. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5694.  
  5695.  
  5696. -------------------------------------------------------------------------------
  5697.  
  5698. From: Lee Skinner <LeeHSkinner@compuserve.com>
  5699. Subject: (fractint) Image browser
  5700. Date: 22 May 1999 07:47:27 -0400
  5701.  
  5702. Paul,
  5703.  
  5704. >> The image browser does not seem to recognize deepzooms. <<
  5705.  
  5706. True.  But this capability WILL be in the next version of Fractint.  It i=
  5707. s
  5708. already working in the developer's version.
  5709.  
  5710. Lee
  5711.  
  5712. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5713. Post Message:   fractint@lists.xmission.com
  5714. Get Commands:   majordomo@lists.xmission.com "help"
  5715. Administrator:  twegner@phoenix.net
  5716. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5717.  
  5718.  
  5719. -------------------------------------------------------------------------------
  5720.  
  5721. From: Lee Skinner <LeeHSkinner@compuserve.com>
  5722. Subject: (fractint) Bug in Fracti
  5723. Date: 22 May 1999 07:47:26 -0400
  5724.  
  5725. Paul,
  5726.  
  5727. >> I have tried using logmap =3D -2 and raising maxiter to 1048576 and
  5728. 1000000, to no avail. THe logmap does not stretch all the way to maxiter,=
  5729.  
  5730. and this is a bug.<<
  5731.  
  5732. Have you tried logmap=3D2 (positive)?
  5733.  
  5734. Lee
  5735.  
  5736. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5737. Post Message:   fractint@lists.xmission.com
  5738. Get Commands:   majordomo@lists.xmission.com "help"
  5739. Administrator:  twegner@phoenix.net
  5740. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5741.  
  5742.  
  5743. -------------------------------------------------------------------------------
  5744.  
  5745. From: Paul Derbyshire <pderbysh@usa.net>
  5746. Subject: Re: [(fractint) Image browser]
  5747. Date: 22 May 1999 06:06:44 MDT
  5748.  
  5749. Lee Skinner <LeeHSkinner@compuserve.com> wrote:
  5750. > Paul,
  5751.  
  5752. >> The image browser does not seem to recognize deepzooms. <<
  5753.  
  5754. > True.  But this capability WILL be in the next version of Fractint.  It=
  5755.  
  5756. > is already working in the developer's version.
  5757.  
  5758. I didn't notice this in the known problems section of the dox...
  5759.  
  5760. What else is added/fixed in the developer's version? Is that rare arbitra=
  5761. ry
  5762. precision hang bug fixed? What causes that one? What about this logmap bu=
  5763. g I
  5764. reported?
  5765.  
  5766. ____________________________________________________________________
  5767. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  5768. 1
  5769.  
  5770. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5771. Post Message:   fractint@lists.xmission.com
  5772. Get Commands:   majordomo@lists.xmission.com "help"
  5773. Administrator:  twegner@phoenix.net
  5774. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5775.  
  5776.  
  5777. -------------------------------------------------------------------------------
  5778.  
  5779. From: Paul Derbyshire <pderbysh@usa.net>
  5780. Subject: (fractint) Serious bug ... weird spontaneous image restarts
  5781. Date: 22 May 1999 06:12:50 MDT
  5782.  
  5783. For some reason, this particular set of parameters (a Mandelbrot deepzoom=
  5784. )
  5785. consistently gives Fractint trouble.
  5786.  
  5787. bug1 {
  5788.   reset=3D1960 type=3Dmandel passes=3Dg
  5789.   center-mag=3D-1.7492907125823915/7.8096035381e-7/2.198149e+012
  5790.   params=3D0/0 float=3Dy maxiter=3D262144 logmap=3D1782
  5791.   colors=3D000<55>AK0AK0AL0BM0<51>Ty0Uz0Uz1Vz2<30>mzdnzeozgpzhqzj<10>zzz<=
  5792. 6>c\
  5793.   zi_zfZzf<26>2zL0zK0xK<18>0AK<37>mUz
  5794.   }
  5795.  
  5796. Run this PAR and it will seem to stop after a while. Use showdot=3D160/4 =
  5797. to get
  5798. a white indicator and you'll see that it at irregular intervals, it
  5799. spontaneously restarts the image for no goddamn reason. It doesn't blank =
  5800. the
  5801. screen when this happens; it just silently restarts as though you'd diddl=
  5802. ed
  5803. the maxiter or something else that forces a restart.
  5804.  
  5805. Change from guessing to tesseral, b-trace, or some other method and this =
  5806. won't
  5807. happen. But regardless of the algorithm, if you interrupt it with somethi=
  5808. ng
  5809. other than tab or f1, even if it's supposed to resume (e.g. you color cyc=
  5810. led
  5811. or changed the savename) it will restart instead -- and again not clear t=
  5812. he
  5813. screen.
  5814.  
  5815. Interestingly, this image is a perfectly centered zoom-out of the whrlwhr=
  5816. l
  5817. image, which is the test image for generating the arbitrary precision han=
  5818. g.
  5819.  
  5820. Zoom out a small amount, centered, to get out of extended precision, and =
  5821. no
  5822. glitches will occur. Indeed, the only serious bugs in Fractint 19.6 seem =
  5823. to
  5824. happen only with deepzooms! The logmap bug I reported earlier, the browse=
  5825. r
  5826. failing to recognize deepzooms, the hang, and now this.
  5827.  
  5828. I sincerely hope that the developer's version has the deepzoom feature a =
  5829. bit
  5830. more polished, and that it will show up on spanky in 24 hours or so...
  5831.  
  5832.  
  5833. ____________________________________________________________________
  5834. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  5835. 1
  5836.  
  5837. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5838. Post Message:   fractint@lists.xmission.com
  5839. Get Commands:   majordomo@lists.xmission.com "help"
  5840. Administrator:  twegner@phoenix.net
  5841. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5842.  
  5843.  
  5844. -------------------------------------------------------------------------------
  5845.  
  5846. From: Paul Derbyshire <pderbysh@usa.net>
  5847. Subject: Re: [(fractint) Bug in Fracti]
  5848. Date: 22 May 1999 06:18:43 MDT
  5849.  
  5850. Lee Skinner <LeeHSkinner@compuserve.com> wrote:
  5851. > Paul,
  5852.  
  5853. >> I have tried using logmap =3D -2 and raising maxiter to 1048576 and
  5854. >> 1000000, to no avail. THe logmap does not stretch all the way to
  5855. >> maxiter, and this is a bug.
  5856.  
  5857. > Have you tried logmap=3D2 (positive)?
  5858.  
  5859. That's what I had to begin with =3DP
  5860.  
  5861. What's the deal here? The logmap not going past 32767 was supposedly fixe=
  5862. d
  5863. several versions ago...but it seems to have cropped up again, at least wh=
  5864. en
  5865. the image is a deepzoom.
  5866.  
  5867. Here is a sample PAR. Watch it, it takes a good half hour to go far enoug=
  5868. h
  5869. through the first pass to show the problem. At least, it takes that long =
  5870. on a
  5871. 400MHz PII...
  5872.  
  5873. bug2               {
  5874.   reset=3D1821 type=3Dmandel
  5875.   center-mag=3D0.29057533335076963489199615/0.01596711197012008269148563/=
  5876. 3.6\
  5877.   63771e+021 params=3D0/0 float=3Dy maxiter=3D5000000 inside=3D0 logmap=3D=
  5878. -22230
  5879.   colors=3D000zzz<155>72C61B61B50A50A<15>J01K00N21<12>zcK<14>zxazzczzd<18=
  5880. >zz\
  5881.   z<10>0cd<6>0NA<8>000
  5882.   }
  5883.  
  5884. Hmm... Wonder why Fractint 19.6 would save this fellow with "reset=3D1821=
  5885. "?
  5886. Could this be part of the problem? Then again, 18.21 didn't have deepzoom=
  5887. s
  5888. either...
  5889. Gonna try changing it to reset=3D1960 and load it, see if that makes a
  5890. difference.
  5891.  
  5892. Interesting that 18.21 is the last version of Winfract released, which is=
  5893.  the
  5894. version that I have. I seem also to recall saving an image with Winfract,=
  5895.  
  5896. loading it with Fractint 19.6, and zooming to get the deepzoom above... M=
  5897. aybe
  5898. Winfract is "contaminating" the images it saves.
  5899.  
  5900.  
  5901. ____________________________________________________________________
  5902. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  5903. 1
  5904.  
  5905. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5906. Post Message:   fractint@lists.xmission.com
  5907. Get Commands:   majordomo@lists.xmission.com "help"
  5908. Administrator:  twegner@phoenix.net
  5909. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5910.  
  5911.  
  5912. -------------------------------------------------------------------------------
  5913.  
  5914. From: Paul Derbyshire <pderbysh@usa.net>
  5915. Subject: (fractint) Re: last bug report
  5916. Date: 22 May 1999 06:23:31 MDT
  5917.  
  5918. Regarding "bug1", I interrupted it and hit tab. It said "Interrupted,
  5919. resumable." When I returned, it started over of course... It did NOT say
  5920. "nonresumable".
  5921.  
  5922.  
  5923. ____________________________________________________________________
  5924. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  5925. 1
  5926.  
  5927. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5928. Post Message:   fractint@lists.xmission.com
  5929. Get Commands:   majordomo@lists.xmission.com "help"
  5930. Administrator:  twegner@phoenix.net
  5931. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5932.  
  5933.  
  5934. -------------------------------------------------------------------------------
  5935.  
  5936. From: Paul Derbyshire <pderbysh@usa.net>
  5937. Subject: (fractint) Logmap bug workaround found
  5938. Date: 22 May 1999 07:02:21 MDT
  5939.  
  5940. Okay... if you ever have the logmap "plateau" at 32767 iterations, b-save=
  5941.  the
  5942. image and load it in a text editor. You'll find that it's mysteriously sa=
  5943. ved
  5944. it with an old version code, such as "reset=3D1821". Change that to "rese=
  5945. t=3D1960"
  5946. without changing anything else, save, and @-load in Fractint. The bug sho=
  5947. uld
  5948. no longer manifest on that image. I think that Winfract 18.21 "contaimiat=
  5949. es"
  5950. images saved from it, and the "contamination" is passed on to any image y=
  5951. ou
  5952. derive from it in DOS Fractint. Fractint then acts as though it were an
  5953. earlier version, like 19.2 or something...(what versions had the logmap b=
  5954. ug
  5955. but had huge maxiter and deepzoom support?)
  5956.  
  5957.  
  5958.  
  5959. ____________________________________________________________________
  5960. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  5961. 1
  5962.  
  5963. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5964. Post Message:   fractint@lists.xmission.com
  5965. Get Commands:   majordomo@lists.xmission.com "help"
  5966. Administrator:  twegner@phoenix.net
  5967. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5968.  
  5969.  
  5970. -------------------------------------------------------------------------------
  5971.  
  5972. From: Paul Derbyshire <pderbysh@usa.net>
  5973. Subject: (fractint) HEY!
  5974. Date: 22 May 1999 08:11:43 MDT
  5975.  
  5976. Now I can't even generate that image using other passes options. What the=
  5977.  
  5978. christ is going on here? It's like someone is purposely trying to make su=
  5979. re I
  5980. can't finish the image!
  5981.  
  5982. I demand an immediate workaround to this bug. This work stoppage has gone=
  5983.  on
  5984. long enough! Please reply immediately to explain this problem and inform =
  5985. me of
  5986. how to generate the image without any further problems!
  5987.  
  5988. ____________________________________________________________________
  5989. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  5990. 1
  5991.  
  5992. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5993. Post Message:   fractint@lists.xmission.com
  5994. Get Commands:   majordomo@lists.xmission.com "help"
  5995. Administrator:  twegner@phoenix.net
  5996. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5997.  
  5998.  
  5999. -------------------------------------------------------------------------------
  6000.  
  6001. From: Paul Derbyshire <pderbysh@usa.net>
  6002. Subject: (fractint) Can't save either!
  6003. Date: 22 May 1999 08:16:44 MDT
  6004.  
  6005. If I save a partial image in the "weird zone", it won't restore properly.=
  6006.  It
  6007. doesn't resume or restart even, and the tab screen says "Parms chgd since=
  6008.  
  6009. generated", which makes no sense.
  6010.  
  6011. If I pan the image slightly up or down, the "weirdness" does not go away.=
  6012.  
  6013.  
  6014. This is particularly odd since the further zoom whrlwhrl will restore and=
  6015.  
  6016. resume perfectly normally -- it just inexplicably hangs halfway through t=
  6017. he
  6018. 4th pass.
  6019.  
  6020.  
  6021. ____________________________________________________________________
  6022. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6023. 1
  6024.  
  6025. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6026. Post Message:   fractint@lists.xmission.com
  6027. Get Commands:   majordomo@lists.xmission.com "help"
  6028. Administrator:  twegner@phoenix.net
  6029. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6030.  
  6031.  
  6032. -------------------------------------------------------------------------------
  6033.  
  6034. From: "Damien M. Jones" <dmj@fractalus.com>
  6035. Subject: Re: (fractint) HEY!
  6036. Date: 22 May 1999 09:44:45 -0500
  6037.  
  6038. Paul,
  6039.  
  6040.  - I demand an immediate workaround to this bug.
  6041.  
  6042. You've got one heckuva lotta nerve, mister. These people VOLUNTEER their
  6043. time. They work on it because they LIKE to. They don't even ask you to send
  6044. money! (We all know how you feel about paying for software.) If you're so
  6045. ticked off that your precious work has been interrupted because FractInt
  6046. doesn't work precisely as you expect it to, get off your lazy duff and fix
  6047. the code yourself. You're supposed to be a programmer. Prove it.
  6048.  
  6049. You are in NO position to make demands. You're showing NO respect for all
  6050. the hours of labor poured into FractInt, and you're also being mildly
  6051. profane about it.
  6052.  
  6053. Damien M. Jones   \\
  6054. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  6055.                     \\  http://www.fractalus.com/
  6056.  
  6057. Please do not post my e-mail address on a web site or
  6058. in a newsgroup.  Thank you.
  6059.  
  6060. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6061. Post Message:   fractint@lists.xmission.com
  6062. Get Commands:   majordomo@lists.xmission.com "help"
  6063. Administrator:  twegner@phoenix.net
  6064. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6065.  
  6066.  
  6067. -------------------------------------------------------------------------------
  6068.  
  6069. From: "Tim Wegner" <twegner@phoenix.net>
  6070. Subject: Re: (fractint) HEY!
  6071. Date: 22 May 1999 11:02:54 -0600
  6072.  
  6073. Damien wrote, concerning Paul Derbyshire's demand for a 24-hour 
  6074. bug fix:
  6075.  
  6076. > You've got one heckuva lotta nerve, mister. These people VOLUNTEER their
  6077. > time. They work on it because they LIKE to. 
  6078.  
  6079. Damien's right of course, but not to worry. Paul is a very bright guy 
  6080. who posts mostly helpful messages on the list and knows a lot 
  6081. about Fractint. Every so often Paul posts crazy messages. It is 
  6082. probably obvious to everyone except Paul that demanding fixes for 
  6083. a bug won't increase the probability that his bug gets worked.
  6084.  
  6085. The correct way to bring bugs to our attention is to email myself, 
  6086. Jonathan, or Robin (just one of us). Include as much detailed 
  6087. information as possible so we can duplicate the bug. This is a 
  6088. necessary but not sufficient condition for us to work the bug. We 
  6089. also have to have some time, and some clue what to do. 
  6090.  
  6091. I don't object to discussion of bugs on the list as long as everyone 
  6092. understands that such discussion is not a substitute for a good, 
  6093. detailed, specific bug report emailed to me or the other authors.
  6094.  
  6095. Tim
  6096.  
  6097.  
  6098.  
  6099.  
  6100. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6101. Post Message:   fractint@lists.xmission.com
  6102. Get Commands:   majordomo@lists.xmission.com "help"
  6103. Administrator:  twegner@phoenix.net
  6104. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6105.  
  6106.  
  6107. -------------------------------------------------------------------------------
  6108.  
  6109. From: "Luc-Andre Rey" <lrey@worldcom.ch>
  6110. Subject: (fractint) New pages
  6111. Date: 22 May 1999 19:49:40 +0200
  6112.  
  6113. Hello,
  6114.  
  6115. Two new pages in my site /17-18/, and a new URL.
  6116.  
  6117. Regards
  6118.  
  6119.  
  6120. Luc-Andre Rey
  6121. http://www.aour.ch
  6122.  
  6123. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6124. Post Message:   fractint@lists.xmission.com
  6125. Get Commands:   majordomo@lists.xmission.com "help"
  6126. Administrator:  twegner@phoenix.net
  6127. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6128.  
  6129.  
  6130. -------------------------------------------------------------------------------
  6131.  
  6132. From: Paul Derbyshire <pderbysh@usa.net>
  6133. Subject: Re: [Re: (fractint) HEY!]
  6134. Date: 22 May 1999 14:19:07 MDT
  6135.  
  6136. > Damien's right of course, but not to worry. Paul is a very bright guy =
  6137.  
  6138. > who posts mostly helpful messages on the list and knows a lot =
  6139.  
  6140. > about Fractint. Every so often Paul posts crazy messages. It is =
  6141.  
  6142. > probably obvious to everyone except Paul that demanding fixes for =
  6143.  
  6144. > a bug won't increase the probability that his bug gets worked.
  6145.  
  6146.  
  6147. Sorry, but it is rather frustrating for a bug to just suddenly appear whe=
  6148. re
  6149. none seemed to have existed before, and then systematically and seemingly=
  6150.  with
  6151. malevolent intelligence proceed to block every last conceivable workaroun=
  6152. d.
  6153. Any ideas what the devil is with that image?
  6154.  
  6155. I tried to zoom out slightly and it crossed back into float...worked
  6156. perfectly. Then I went to zoom in to the max... went into arbitrary of co=
  6157. urse,
  6158. but it didn't manifest the bug. So I did eventually manage to dodge this
  6159. thing. But it bears fixing or at least finding out about, since it could
  6160. happen again.
  6161.  
  6162. So far, however, the only serious bugs I've seen in the latest patch of 1=
  6163. 9.6
  6164. have manifested only in the vicinity of this one specific mini-Mandelbrot=
  6165. !
  6166. Except for the strange Winfract-Fractint logmap problem that is.
  6167.  
  6168. whrlbrot           { ; Normal, shows the whole minibrot that is affected.=
  6169.  
  6170.   reset=3D1960 type=3Dmandel
  6171.   center-mag=3D-1.74929071257353200/+0.00000078088016575/2.599359e+009
  6172.   params=3D0/0 float=3Dy maxiter=3D8192 inside=3D0 logmap=3D321
  6173.   colors=3D000zzz<76>9Hz8Gz8Gz8Gy<77>00A00A10A<28>G3AH4BH4BI5CJ6C<60>zon
  6174.   }
  6175.  
  6176. bug1               { ; Won't resume, restarts instead. Spontaneously
  6177.                      ; restarts in a non-deterministic way.
  6178.   reset=3D1960 type=3Dmandel passes=3Dg
  6179.   center-mag=3D-1.7492907125823915/7.8096035381e-7/2.198149e+012
  6180.   params=3D0/0 float=3Dy maxiter=3D262144 logmap=3D1782
  6181.   colors=3D000<55>AK0AK0AL0BM0<51>Ty0Uz0Uz1Vz2<30>mzdnzeozgpzhqzj<10>zzz<=
  6182. 6>c\
  6183.   zi_zfZzf<26>2zL0zK0xK<18>0AK<37>mUz
  6184.   }
  6185.  
  6186. whrlwhrl           { ; Consistently hangs 2/3 of the way through pass 4
  6187.                      ; at 1024x768x256 (SF3).
  6188.   reset=3D1960 type=3Dmandel
  6189.   center-mag=3D-1.74929071258239148183/7.80960353818782e-7/2.734146e+016
  6190.   params=3D0/0 float=3Dy maxiter=3D16384 inside=3D0 logmap=3D2275
  6191.   colors=3D000<55>KA0KA0LA0MB0<51>yT0zU0zU1zV2<30>zmdznezogzphzqj<10>zzz<=
  6192. 6>z\
  6193.   ciz_fzZf<26>z2Lz0Kx0K<18>A0K<37>Umz
  6194.   }
  6195.  
  6196.  
  6197.  
  6198. Any ideas why this particular mini Mandelbrot is "special" or "cursed"? I=
  6199. 've
  6200. probed to arbitrary precision around lots of minis. I've only ever seen t=
  6201. hese
  6202. situations at this specific "whrlbrot". The y coordinate is very small, e=
  6203. -07,
  6204. but I can't see that being a source of problems when it is using arbitrar=
  6205. y
  6206. precision.
  6207.  
  6208. > Include as much detailed information as possible so we can duplicate
  6209. > the bug. This is a necessary but not sufficient condition for us to
  6210. > work the bug. We also have to have some time, and some clue what to do.=
  6211.  =
  6212.  
  6213.  
  6214. The PARs above should replicate the problem. Your compiler debugger shoul=
  6215. d be
  6216. able to discern the cause of the "whrlwhrl" hang, since it has to be eith=
  6217. er
  6218. crashing or entering an infinite loop. As for "bug1", I'd suggest checkin=
  6219. g the
  6220. code. Where in Fractint is the calculation progress reset to the beginnin=
  6221. g,
  6222. and under what circumstance can this occur without an accompanying screen=
  6223.  
  6224. clear? Something is in rare situations jumping incorrectly to that point =
  6225. in
  6226. the code.
  6227.  
  6228.  
  6229. In any case, what's the status of the developer version?
  6230.  
  6231. ____________________________________________________________________
  6232. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6233. 1
  6234.  
  6235. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6236. Post Message:   fractint@lists.xmission.com
  6237. Get Commands:   majordomo@lists.xmission.com "help"
  6238. Administrator:  twegner@phoenix.net
  6239. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6240.  
  6241.  
  6242. -------------------------------------------------------------------------------
  6243.  
  6244. From: "Tim Wegner" <twegner@phoenix.net>
  6245. Subject: Re: [Re: (fractint) HEY!]
  6246. Date: 22 May 1999 15:45:25 -0600
  6247.  
  6248. Paul asked:
  6249.  
  6250. > Any ideas what the devil is with that image?
  6251.  
  6252. Does the problem go away if you don't use logmap?
  6253.  
  6254. > Any ideas why this particular mini Mandelbrot is "special" or "cursed"?
  6255.  
  6256. I think it is a logmap bug. I'll ask Jonathan.
  6257.  
  6258. > In any case, what's the status of the developer version?
  6259.  
  6260. Most of the recent activity has has to do with some sound 
  6261. enhancements and Linux. I need to think through what has to be 
  6262. done to release a public beta. Fractint time has been scarce 
  6263. recently. We would like to release a public beta fairly soon.
  6264.  
  6265. Tim
  6266.  
  6267.  
  6268. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6269. Post Message:   fractint@lists.xmission.com
  6270. Get Commands:   majordomo@lists.xmission.com "help"
  6271. Administrator:  twegner@phoenix.net
  6272. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6273.  
  6274.  
  6275. -------------------------------------------------------------------------------
  6276.  
  6277. From: Paul Derbyshire <pderbysh@usa.net>
  6278. Subject: Re: [Re: [Re: (fractint) HEY!]]
  6279. Date: 22 May 1999 15:40:55 MDT
  6280.  
  6281. "Tim Wegner" <twegner@phoenix.net> wrote:
  6282. >> Any ideas what the devil is with that image?
  6283.  
  6284. > Does the problem go away if you don't use logmap?
  6285.  
  6286. I dunno. I doubt it. I always use logmap when I'm deep. To do otherwise l=
  6287. eaves
  6288. you with something resembling video static in technicolor. Anyways, logma=
  6289. p
  6290. shouldn't affect image generation and restarting or cause hangs... except=
  6291.  to
  6292. force a restart if you tweak it on the 'x' screen of course. Then again, =
  6293. we
  6294. are dealing with a bug here so I suppose anything is possible. I would th=
  6295. ink
  6296. it more likely the arbitrary precision code... I thought maybe it doesn't=
  6297.  like
  6298. some images that are an atom's width above the x axis.
  6299.  
  6300. >> Any ideas why this particular mini Mandelbrot is "special" or "cursed"=
  6301. ?
  6302.  
  6303. > I think it is a logmap bug. I'll ask Jonathan.
  6304.  
  6305. Any particular reasons for suspecting the logmap? I would expect the logm=
  6306. ap
  6307. doesn't notice arbitrary precision. It just takes an int from 0 to 214748=
  6308. 3647,
  6309. converts it to a double I suppose, then divides maxiter and takes a logar=
  6310. ithm,
  6311. or something similar. I could probably construct the C code from my knowl=
  6312. edge
  6313. and a libm reference...
  6314.  
  6315. >> In any case, what's the status of the developer version?
  6316.  
  6317. > Most of the recent activity has has to do with some sound =
  6318.  
  6319. > enhancements and Linux. I need to think through what has to be =
  6320.  
  6321. > done to release a public beta. Fractint time has been scarce =
  6322.  
  6323. > recently. We would like to release a public beta fairly soon.
  6324.  
  6325. Hm. Sound and Linux... I thought the top items on the wishlist were bugfi=
  6326. xes,
  6327. truecolor, and deepzooming for all escape time fractals. :-)
  6328. (Oh, and didn't somebody ask for synchronous orbits?)
  6329.  
  6330.  
  6331. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6332. Post Message:   fractint@lists.xmission.com
  6333. Get Commands:   majordomo@lists.xmission.com "help"
  6334. Administrator:  twegner@phoenix.net
  6335. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6336.  
  6337.  
  6338. ____________________________________________________________________
  6339. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6340. 1
  6341.  
  6342. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6343. Post Message:   fractint@lists.xmission.com
  6344. Get Commands:   majordomo@lists.xmission.com "help"
  6345. Administrator:  twegner@phoenix.net
  6346. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6347.  
  6348.  
  6349. -------------------------------------------------------------------------------
  6350.  
  6351. From: Paul Derbyshire <pderbysh@usa.net>
  6352. Subject: (fractint) Wishlist observation
  6353. Date: 22 May 1999 21:26:10 MDT
  6354.  
  6355. Noticed anything about the fractint wishlist? A sizable proportion of req=
  6356. uests
  6357. are for features that are already in Fractint, but obscure. E.g. one guy =
  6358. asks
  6359. for a way to get the coordinate values, havoing apparently not discovered=
  6360.  the
  6361. 'n' command.
  6362.  
  6363. Yes, they ought to read the dox. However, the dox might be improved by ad=
  6364. ding
  6365. a remark in the introductory screen, saying that if you think you want a
  6366. feature, it might already exist, read the "Doodads, bells and whistles" p=
  6367. age
  6368. and see. Some people seem not to find themselves compelled to read that p=
  6369. art
  6370. of the dox...
  6371.  
  6372.  
  6373. ____________________________________________________________________
  6374. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6375. 1
  6376.  
  6377. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6378. Post Message:   fractint@lists.xmission.com
  6379. Get Commands:   majordomo@lists.xmission.com "help"
  6380. Administrator:  twegner@phoenix.net
  6381. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6382.  
  6383.  
  6384. -------------------------------------------------------------------------------
  6385.  
  6386. From: Vanna <vilakov@vukovar.mefos.hr>
  6387. Subject: (fractint) 5 top tips...
  6388. Date: 23 May 1999 18:05:03 +0200
  6389.  
  6390. Hello :-)
  6391.  
  6392. I wonder..what would be Your 5 top tips for a novice (newbie,
  6393. greenhorne or whatever the word is...I'm "qualified" for all of
  6394. them :-)   )
  6395.  
  6396. Thanks !
  6397.  
  6398. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6399. Post Message:   fractint@lists.xmission.com
  6400. Get Commands:   majordomo@lists.xmission.com "help"
  6401. Administrator:  twegner@phoenix.net
  6402. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6403.  
  6404.  
  6405. -------------------------------------------------------------------------------
  6406.  
  6407. From: Patyves@aol.com
  6408. Subject: Re: (fractint) Visit Genum
  6409. Date: 23 May 1999 13:03:29 EDT
  6410.  
  6411. I visit your site and I vote.
  6412. It's a very interesting site and it works quite fine.
  6413.  
  6414. Best regards 
  6415. Patrick Lourde
  6416.  
  6417. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6418. Post Message:   fractint@lists.xmission.com
  6419. Get Commands:   majordomo@lists.xmission.com "help"
  6420. Administrator:  twegner@phoenix.net
  6421. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6422.  
  6423.  
  6424. -------------------------------------------------------------------------------
  6425.  
  6426. From: "Li Lei" <lli@sds.shtdu.edu.cn>
  6427. Subject: (fractint) Self-similar traffic
  6428. Date: 24 May 1999 08:46:32 +0800
  6429.  
  6430. Dear All,
  6431.  
  6432. I want to know the how the  self-similar traffic(or fractal traffic) affect
  6433. the performace of queue and how to apply the  properties of self-similar
  6434. traffic in the design of switch or router.
  6435.  
  6436. Thanks a lot.
  6437.  
  6438. Li Lei
  6439.  
  6440.  
  6441.  
  6442.  
  6443. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6444. Post Message:   fractint@lists.xmission.com
  6445. Get Commands:   majordomo@lists.xmission.com "help"
  6446. Administrator:  twegner@phoenix.net
  6447. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6448.  
  6449.  
  6450. -------------------------------------------------------------------------------
  6451.  
  6452. From: Lee Skinner <LeeHSkinner@compuserve.com>
  6453. Subject: (fractint) Can't save ei
  6454. Date: 23 May 1999 23:40:31 -0400
  6455.  
  6456. Paul (Derbyshire),
  6457.  
  6458.   Regarding your problems with deep zooms:
  6459.  
  6460. 1) what resolution are you using?
  6461.  
  6462. 2) are you using savetime with passes=3Dg?
  6463.  
  6464. 3) have you tried passes=3D1?
  6465.  
  6466. 4) have you played with the mathtolerance command?
  6467.  
  6468. I could not duplicate any problems at 1600x1200 with passes=3D1 on any of=
  6469.  the
  6470. pars you posted (although I did not complete the long ones).  No problems=
  6471.  
  6472. with resuming.
  6473.  
  6474. Lee
  6475.  
  6476. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6477. Post Message:   fractint@lists.xmission.com
  6478. Get Commands:   majordomo@lists.xmission.com "help"
  6479. Administrator:  twegner@phoenix.net
  6480. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6481.  
  6482.  
  6483. -------------------------------------------------------------------------------
  6484.  
  6485. From: Paul Derbyshire <pderbysh@usa.net>
  6486. Subject: Re: [(fractint) Can't save ei]
  6487. Date: 23 May 1999 21:58:54 MDT
  6488.  
  6489. >  Regarding your problems with deep zooms:
  6490.  
  6491. > 1) what resolution are you using?
  6492.  
  6493. 1024x768x256, SF3. (DOes SF3 differ from SF7 in any way?)
  6494.  
  6495. > 2) are you using savetime with passes=3Dg?
  6496.  
  6497. Nope. I am aware that savetime causes an interrupt that sets it back to t=
  6498. he
  6499. start of the row. I've seen very slow deepzooms where you need to make
  6500. savetime big or turn it off to avoid it repeating one row forever. The pr=
  6501. oblem
  6502. I'm seeing is something else.
  6503.  
  6504. > 3) have you tried passes=3D1?
  6505.  
  6506. Yes. The problem persisted. As with passes=3Dt, passes=3Db.
  6507.  
  6508. > 4) have you played with the mathtolerance command?
  6509.  
  6510. Nope, what is that?
  6511.  
  6512. > I could not duplicate any problems at 1600x1200 with passes=3D1 on any =
  6513. of >
  6514. the pars you posted (although I did not complete the long ones).  No
  6515. > problems with resuming.
  6516.  
  6517. Try 1024x768. It's sensitive to the exact zoom factor and pixel size in
  6518. mandelunits. Zoom in a bit and the problem vanishes, and at 1600x1200 you=
  6519.  have
  6520. essentially zoomed in a bit as a pixel is smaller in mandelspace.
  6521.  
  6522.  
  6523. ____________________________________________________________________
  6524. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6525. 1
  6526.  
  6527. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6528. Post Message:   fractint@lists.xmission.com
  6529. Get Commands:   majordomo@lists.xmission.com "help"
  6530. Administrator:  twegner@phoenix.net
  6531. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6532.  
  6533.  
  6534. -------------------------------------------------------------------------------
  6535.  
  6536. From: "Mike and Linda Allison" <gumbycat@ix.netcom.com>
  6537. Subject: Re: (fractint) 5 top tips...
  6538. Date: 23 May 1999 23:31:08 -0700
  6539.  
  6540. Hi, Vanna!
  6541.  
  6542. Well, I think my top 5 (and not necessarily in any particular order) are
  6543. (at this moment in time):
  6544.  
  6545. 1 - Practice makes perfect.  It takes awhile to learn the program, and
  6546. you have to (or at least, I had to) develop an eye for identifying local
  6547. areas of interest to zoom in on.  So don't give up!  Keep trying.
  6548.  
  6549. 2 - Dissecting the par files that are posted to this mailing list can be
  6550. a great help, too.  By changing one variable at a time, you will begin
  6551. to see patterns that you can use in developing your own images.
  6552.  
  6553. 3 - Print out the documentation included in the Fractint program.  And
  6554. learn how to navigate through it.  Great stuff there!
  6555.  
  6556. 4 - Try to reason out the problems that confront you in using the
  6557. program.  But if you can't figure something out, ask questions.  This is
  6558. a good forum for questions.
  6559.  
  6560. 5 - Learn how to design your own colormaps.  Or you can download some
  6561. nice ones from
  6562. http://wizzle.simplenet.com/fractals/fractint_maps/newmaps.htm.  It's
  6563. amazing the difference that a good colormap can make!
  6564.  
  6565. Happy fractaling!
  6566. Linda
  6567.  
  6568. http://www.geocities.com/~gumbycat/mirror.html
  6569.  
  6570.  
  6571.  
  6572. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6573. Post Message:   fractint@lists.xmission.com
  6574. Get Commands:   majordomo@lists.xmission.com "help"
  6575. Administrator:  twegner@phoenix.net
  6576. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6577.  
  6578.  
  6579. -------------------------------------------------------------------------------
  6580.  
  6581. From: "Tony Hanmer" <tony@omrussia.spb.su>
  6582. Subject: (fractint) Lyapunov type and symmetry
  6583. Date: 24 May 1999 11:18:12 +0400 (MSD)
  6584.  
  6585. I have discovered a high degree of symmetry in some Lyapunov fractals,
  6586. specifically of orders 2, 12 & 38.  This is at a 45 deg angle, and bilateral.
  6587. In orders 2 & 38 the images produced are very close to being identical!  Zooming
  6588. in and changing the angle to 45 deg results ni the symmetry becoming vertical,
  6589. and quite striking.
  6590. So far these are the only 3 orders I have found with this symmetry, and I can't
  6591. discover a numerical pattern progression so far.  I have read the notes on
  6592. Lyapunov types in Fractint - is there any more documentation out there on the
  6593. type?  Any answers about to the symmetry of these orders - or is it just a strange
  6594. coincidence?
  6595.  
  6596. Tony Hanmer
  6597.  
  6598.  
  6599.  
  6600. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6601. Post Message:   fractint@lists.xmission.com
  6602. Get Commands:   majordomo@lists.xmission.com "help"
  6603. Administrator:  twegner@phoenix.net
  6604. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6605.  
  6606.  
  6607. -------------------------------------------------------------------------------
  6608.  
  6609. From: Paul Derbyshire <pderbysh@usa.net>
  6610. Subject: (fractint) Feature idea
  6611. Date: 24 May 1999 05:28:10 MDT
  6612.  
  6613. How about a new passes=3D option that compromises between passes=3D1 and =
  6614. passes=3Db?
  6615. This would apply the 'b' behavior only to areas of solid inside with
  6616. inside=3Dnnn set. That way if passes=3Db is making errors on a particular=
  6617.  image,
  6618. you can go to passes=3D1 accuracy and keep the nice feature that passes=3D=
  6619. b with
  6620. inside=3Dnnn will eliminate all of the lake areas with just their boundar=
  6621. ies.
  6622. (passes=3Db never makes errors on lake boundaries.)
  6623.  
  6624. Another idea would be to make an option that uses passes=3Db behavior on =
  6625. lakes
  6626. but passes=3Dt behavior outside.
  6627.  
  6628. ____________________________________________________________________
  6629. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6630. 1
  6631.  
  6632. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6633. Post Message:   fractint@lists.xmission.com
  6634. Get Commands:   majordomo@lists.xmission.com "help"
  6635. Administrator:  twegner@phoenix.net
  6636. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6637.  
  6638.  
  6639. -------------------------------------------------------------------------------
  6640.  
  6641. From: "Tim Wegner" <twegner@phoenix.net>
  6642. Subject: (fractint) Re: last bug report
  6643. Date: 24 May 1999 06:46:49 -0600
  6644.  
  6645. Paul wrote:
  6646.  
  6647. Paul wrote:
  6648.  
  6649. > Regarding "bug1", I interrupted it and hit tab. It said "Interrupted,
  6650. > resumable." When I returned, it started over of course... It did NOT say
  6651. > "nonresumable".
  6652.  
  6653. Paul, these examples of yours are so slow they are extremely hard 
  6654. to debug. Especially when you you demand 24 hour turn around 
  6655. <heh heh!> This is a major challenge.
  6656.  
  6657. Running the developer executable did not seem to help, However, 
  6658. since the fractal is right on the fringes of magnification requiring 
  6659. arbitrary precision, I added bfdigits=20 to the command line 
  6660. (several more digits than were automatically selected) and it ran to 
  6661. completion.
  6662.  
  6663. The trouble with this sort of fix is one has no idea whether it 
  6664. disguises the real problem or fixes it. I will say, though, that I am 
  6665. not happy with fractint's caalculation of the needed precision, 
  6666. especially for rotated or skewed fractals. The bfdigits command 
  6667. lets you set whatever you want, for arbitrary precision at least. 
  6668.  
  6669. Tim
  6670.  
  6671.  
  6672. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6673. Post Message:   fractint@lists.xmission.com
  6674. Get Commands:   majordomo@lists.xmission.com "help"
  6675. Administrator:  twegner@phoenix.net
  6676. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6677.  
  6678.  
  6679. -------------------------------------------------------------------------------
  6680.  
  6681. From: Paul Derbyshire <pderbysh@usa.net>
  6682. Subject: (fractint) Distance Estimator
  6683. Date: 24 May 1999 06:27:21 MDT
  6684.  
  6685. I appear to have found a glitch with distance estimator. Run the above pa=
  6686. r in
  6687. SF3. It works normally, completes in under 2 minutes on a 400 MHz PII.
  6688.  
  6689. Now zoom onto the square object in the center. Make the zoombox just encl=
  6690. ose
  6691. the block and its four shorter spikes. Ta-da: you've found a bug.
  6692.  
  6693. I expect it's some sort of problem with distance estimator and arbitrary
  6694. precision, since it should just be going over into arbitrary at that zoom=
  6695. =2E
  6696.  
  6697.  
  6698.  
  6699. demtest            {
  6700.   reset=3D1960 type=3Dmandel passes=3Dt
  6701.   center-mag=3D-1.74919514436631300/-0.00000000000000000/4.565163e+011
  6702.   params=3D0/0 float=3Dy maxiter=3D65536 inside=3D2 outside=3D2
  6703.   distest=3D-1/71/1024/768
  6704.   colors=3DAAAzzz0000eee00e0eeL0eeeLLLLLzLzLLzzzLLzLzzzLzzz000555<3>HHHKK=
  6705. KOO\
  6706.   OSSSWWW___ccchhhmmmssszzz00z<3>z0z<3>z00<3>zz0<3>0z0<3>0zz<2>0GzVVz<3>z=
  6707. V\
  6708.   z<3>zVV<3>zzV<3>VzV<3>Vzz<2>Vbzhhz<3>zhz<3>zhh<3>zzh<3>hzh<3>hzz<2>hlz0=
  6709. 0\
  6710.   S<3>S0S<3>S00<3>SS0<3>0S0<3>0SS<2>07SEES<3>SES<3>SEE<3>SSE<3>ESE<3>ESS<=
  6711. 2\
  6712.   >EHSKKS<2>QKSSKSSKQSKOSKMSKK<2>SQKSSKQSKOSKMSKKSK<2>KSQKSSKQSKOSKMS00G<=
  6713. 3\
  6714.   >G0G<3>G00<3>GG0<3>0G0<3>0GG<2>04G88G<2>E8GG8GG8EG8CG8AG88<2>GE8GG8EG8C=
  6715. G\
  6716.   8AG88G8<2>8GE8GG8EG8CG8AGBBG<2>FBGGBGGBFGBDGBCGBB<2>GFBGGBFGBDGBCGBBGB<=
  6717. 2\
  6718.   >BGFBGGBFGBDGBCG000<6>000
  6719.   }
  6720.  
  6721.  
  6722. ____________________________________________________________________
  6723. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6724. 1
  6725.  
  6726. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6727. Post Message:   fractint@lists.xmission.com
  6728. Get Commands:   majordomo@lists.xmission.com "help"
  6729. Administrator:  twegner@phoenix.net
  6730. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6731.  
  6732.  
  6733. -------------------------------------------------------------------------------
  6734.  
  6735. From: Paul Derbyshire <pderbysh@usa.net>
  6736. Subject: Re: [(fractint) Re: last bug report]
  6737. Date: 24 May 1999 07:27:29 MDT
  6738.  
  6739. "Tim Wegner" <twegner@phoenix.net> wrote:
  6740. >> Regarding "bug1", I interrupted it and hit tab. It said "Interrupted,
  6741. >> resumable." When I returned, it started over of course... It did NOT
  6742. >> say "nonresumable".
  6743.  
  6744. > Paul, these examples of yours are so slow they are extremely hard =
  6745.  
  6746. > to debug... This is a major challenge.
  6747.  
  6748. Unfortunately, them's the breaks when dealing with arbitrary precision bu=
  6749. gs.
  6750. :P
  6751.  
  6752. I have checked and checked and the problem does not ever occur below arbi=
  6753. trary
  6754. precision -- not that I've seen anyway.
  6755.  
  6756. I found a location other than that particular mini Mandelbrot where it oc=
  6757. curs.
  6758. It is *near* that area though -- still in the elephant valley center spik=
  6759. e in
  6760. the period 3 mini Mandelbrot.
  6761.  
  6762. > Running the developer executable did not seem to help, However, =
  6763.  
  6764. > since the fractal is right on the fringes of magnification requiring =
  6765.  
  6766. > arbitrary precision, I added bfdigits=3D20 to the command line =
  6767.  
  6768. > (several more digits than were automatically selected) and it ran to =
  6769.  
  6770. > completion.
  6771.  
  6772. I've only seen it at the fringe too. Usually when it says 16 decimals... =
  6773. not
  6774. 17 or more.
  6775.  
  6776. The hanging bug however seems to occur with any depth.
  6777.  
  6778. > The trouble with this sort of fix is one has no idea whether it =
  6779.  
  6780. > disguises the real problem or fixes it.
  6781.  
  6782. I think if you force 17 or more digits the problem will go away. If it ev=
  6783. er
  6784. crops up again you know you disguised it and can continue trying to figur=
  6785. e it
  6786. out then... but chances are it will permanently go away.
  6787.  
  6788. > I will say, though, that I am not happy with fractint's calculation of
  6789. > the needed precision, especially for rotated or skewed fractals.
  6790.  
  6791. These, to make a point, were not rotated or skewed.
  6792.  
  6793.  
  6794.  
  6795. ____________________________________________________________________
  6796. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6797. 1
  6798.  
  6799. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6800. Post Message:   fractint@lists.xmission.com
  6801. Get Commands:   majordomo@lists.xmission.com "help"
  6802. Administrator:  twegner@phoenix.net
  6803. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6804.  
  6805.  
  6806. -------------------------------------------------------------------------------
  6807.  
  6808. From: Jeff Field <jfield@clark.net>
  6809. Subject: (fractint) IFS Generator
  6810. Date: 24 May 1999 09:52:22 -0400 (EDT)
  6811.  
  6812.  
  6813. Michael Sargent asked me to post this notice:
  6814.  
  6815.    I've written a program for Windows 95 called QS Flame. It's a free-
  6816. standing (and free) program that plots the beautiful attractors created
  6817. by Scott Draves, which he describes as "cosmic recursive fractal flames".
  6818. For further information on these images, refer to the online help file,
  6819. and check Scott's Web site: http://www.cs.cmu.edu/~spot/flame.html
  6820.  
  6821.    The program is intended to use 24 or 32 bit "true color" graphics modes
  6822. (16 million colors). But it also will work, with some limitations, in 8 bit
  6823. modes (256 colors) and also 15 and 16 bit "high color" modes (the latter are
  6824. not recommended). It will render images in resolutions up to 1600 x 1200.
  6825. They can be saved to disk as GIF or TARGA files, depending on the graphics
  6826. mode. The program uses 256-color palettes, which you can import from
  6827. standard Fractint MAP files. The colors are blended by a filtering algorithm
  6828. in true color modes. The parameter sets of individual images can be saved as
  6829. small binary files to allow re-rendering of the images.
  6830.  
  6831.    The program, along with my other fractal programs, is available at my
  6832. Web site. You also can find sample images there.
  6833.  
  6834.    Michael Sargent
  6835.    <msargent@zoo.uvm.edu>
  6836.    http://www.uvm.edu/~msargent/
  6837.  
  6838.  
  6839.  
  6840.  
  6841.  
  6842.  
  6843.  
  6844. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6845. Post Message:   fractint@lists.xmission.com
  6846. Get Commands:   majordomo@lists.xmission.com "help"
  6847. Administrator:  twegner@phoenix.net
  6848. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6849.  
  6850.  
  6851. -------------------------------------------------------------------------------
  6852.  
  6853. From: Lee Skinner <LeeHSkinner@compuserve.com>
  6854. Subject: (fractint) Distance Esti
  6855. Date: 24 May 1999 10:54:49 -0400
  6856.  
  6857. Paul D.,
  6858.  
  6859. >> I appear to have found a glitch with distance estimator. Run the above=
  6860.  
  6861. par in SF3. It works normally, completes in under 2 minutes on a 400 MHz
  6862. PII.
  6863.  
  6864. Now zoom onto the square object in the center. Make the zoombox just
  6865. enclose the block and its four shorter spikes. Ta-da: you've found a bug.=
  6866.  
  6867.  
  6868. I expect it's some sort of problem with distance estimator and arbitrary
  6869. precision, since it should just be going over into arbitrary at that zoom=
  6870. .
  6871. <<
  6872.  
  6873. That's exactly it.  There are lots of things you cannot do yet with
  6874. arbitrary precision, and the distance estimator, various inside and outsi=
  6875. de
  6876. options, etc. are examples.  It took several months just to bring up the
  6877. browser to the working level where it would see arbitrary precision image=
  6878. s.
  6879.  
  6880. Lee
  6881.  
  6882. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6883. Post Message:   fractint@lists.xmission.com
  6884. Get Commands:   majordomo@lists.xmission.com "help"
  6885. Administrator:  twegner@phoenix.net
  6886. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6887.  
  6888.  
  6889. -------------------------------------------------------------------------------
  6890.  
  6891. From: Lee Skinner <LeeHSkinner@compuserve.com>
  6892. Subject: [(fractint) Can't save e
  6893. Date: 24 May 1999 10:54:47 -0400
  6894.  
  6895. Paul D.,
  6896. >> 1024x768x256, SF3. (DOes SF3 differ from SF7 in any way?) <<
  6897.  
  6898. Probably.  SF3 won't work with my Matrox Millennium adapter, but SF7 will=
  6899. .
  6900.  
  6901. >> 4) have you played with the mathtolerance command? <<
  6902.  
  6903. > Nope, what is that? <
  6904.  
  6905. Sorry.  Right now its only available in the developer's version
  6906.  
  6907.  "mathtolerance=3D.05/.05 command. The first number controls the
  6908.     integer/float transition, and the second number controls the
  6909.     float/arbitrary precision transition. The default value of .05 means
  6910.     that the ratio between the exact and calculated width and height is
  6911.     between .95 and 1.05. A larger value than .05 (say .10) makes the tes=
  6912. t
  6913.     looser so that the lower precision math is used longer. A value <=3D =
  6914. 0
  6915.     means the test is always failed and the higher precision math type is=
  6916.  
  6917.     used. A value >=3D 1 means that the test is always passed and the low=
  6918. er
  6919.     precision math type is used.
  6920.  
  6921.     The automatic precision toggle is resolution dependent. The same imag=
  6922. e
  6923.     may use float at 320x200 and arbitrary precision at 640x480. This is
  6924.     not a bug; it has to work this way. At a given magnification more
  6925.     pixels require more precision. There are other tests so even with
  6926.     mathtolerance=3D1/.05, eventually Fractint will have to use float. Th=
  6927. e
  6928.     same is not true for mathtolerance=3D.05/1. If you keep zooming Fract=
  6929. int
  6930.     will not rescue you; eventually you'll get a nasty error message and
  6931.     the corners will be lost."
  6932.  
  6933. Lee
  6934.  
  6935. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6936. Post Message:   fractint@lists.xmission.com
  6937. Get Commands:   majordomo@lists.xmission.com "help"
  6938. Administrator:  twegner@phoenix.net
  6939. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6940.  
  6941.  
  6942. -------------------------------------------------------------------------------
  6943.  
  6944. From: Thomas Bennett <tombennett98@yahoo.com>
  6945. Subject: Re: (fractint) 5 top tips...
  6946. Date: 24 May 1999 08:41:03 -0700 (PDT)
  6947.  
  6948.  
  6949.  
  6950.  
  6951. --- Vanna  wrote:
  6952. > Hello :-)
  6953. > I wonder..what would be Your 5 top tips for a novice
  6954. > (newbie,
  6955. > greenhorne or whatever the word is...I'm "qualified"
  6956. > for all of
  6957. > them :-)   )
  6958. > Thanks !
  6959. Hi Vanna.
  6960.                 My top five tips for a beginner at fractint would be.
  6961.  
  6962.         1) Experiment.
  6963.         2) Experiment.
  6964.         3) Experiment.
  6965.         4) Experiment
  6966.         5) Experiment
  6967.  
  6968.        Good Luck
  6969.          Tom
  6970. .
  6971.  
  6972. _____________________________________________________________
  6973. Do You Yahoo!?
  6974. Free instant messaging and more at http://messenger.yahoo.com
  6975.  
  6976. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6977. Post Message:   fractint@lists.xmission.com
  6978. Get Commands:   majordomo@lists.xmission.com "help"
  6979. Administrator:  twegner@phoenix.net
  6980. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6981.  
  6982.  
  6983. -------------------------------------------------------------------------------
  6984.  
  6985. From: Paul Derbyshire <pderbysh@usa.net>
  6986. Subject: (fractint) Feature idea
  6987. Date: 24 May 1999 10:10:11 MDT
  6988.  
  6989. How about a % of pixels finished field on the tab and disk video screens?=
  6990.  It
  6991. is a real pain using tesseral and disk video because you haven't a clue h=
  6992. ow
  6993. much it has done, unlike in guessing or 1-pass.
  6994.  
  6995. ____________________________________________________________________
  6996. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  6997. 1
  6998.  
  6999. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7000. Post Message:   fractint@lists.xmission.com
  7001. Get Commands:   majordomo@lists.xmission.com "help"
  7002. Administrator:  twegner@phoenix.net
  7003. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7004.  
  7005.  
  7006. -------------------------------------------------------------------------------
  7007.  
  7008. From: "Tim Wegner" <twegner@phoenix.net>
  7009. Subject: Re: [(fractint) Re: last bug report]
  7010. Date: 24 May 1999 16:46:28 -0600
  7011.  
  7012. Paul, you sent three PARs to illustrate the bugs you are seeing. 
  7013. One of the PARS was just illustrative of the area under question, 
  7014. so two of the PARs indicated bugs. Is this right?
  7015.  
  7016. Upping the precision allowed bug1 to run as I mentioned before. 
  7017. The PARS Whrlbrot and Whrlwhrl ran fine with no changes. All the 
  7018. above were with the new developer executable. I used diskvideo. 
  7019.  
  7020. My working hypothesis is that you have found rare cases where the 
  7021. automatically-selected precision is too low. When this happens, 
  7022. just bump up the precision. We may find a better solution later, but 
  7023. there is a genuine tradeoff here. If the precision is bumped up for all 
  7024. fractals, arbitrary precision will be selected earlier, and all fractals 
  7025. will be slower.
  7026.  
  7027. I'm not planning to do any more on this now, other than beef up the 
  7028. docs about the bfdigits command. I do have on my list revisiting 
  7029. precision issues at some point. 
  7030.  
  7031. What you should do on your end is confirm my solution.
  7032.  
  7033. Tim Wegner
  7034.  
  7035.  
  7036. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7037. Post Message:   fractint@lists.xmission.com
  7038. Get Commands:   majordomo@lists.xmission.com "help"
  7039. Administrator:  twegner@phoenix.net
  7040. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7041.  
  7042.  
  7043. -------------------------------------------------------------------------------
  7044.  
  7045. From: Paul Derbyshire <pderbysh@usa.net>
  7046. Subject: Re: [Re: [(fractint) Re: last bug report]]
  7047. Date: 24 May 1999 17:27:29 MDT
  7048.  
  7049. "Tim Wegner" <twegner@phoenix.net> wrote:
  7050. > Paul, you sent three PARs to illustrate the bugs you are seeing. =
  7051.  
  7052. > One of the PARS was just illustrative of the area under question, =
  7053.  
  7054. > so two of the PARs indicated bugs. Is this right?
  7055.  
  7056. Yeah. The shallowest is the interesting area. Not even arbitrary IIRC.
  7057. The next deeper, on the fringe of arbitrary, has the spontaneous-restart =
  7058. bug.
  7059. The deepest has the hanging bug.
  7060.  
  7061. > Upping the precision allowed bug1 to run as I mentioned before.
  7062.  
  7063. Yes. I suspect a bug specific to the 16-digit variant.
  7064.  
  7065. > The PARS Whrlbrot and Whrlwhrl ran fine with no changes. All the =
  7066.  
  7067. > above were with the new developer executable. I used diskvideo. =
  7068.  
  7069.  
  7070. The whrlwhrl doesn't hang partway through pass 3? So that's fixed?
  7071.  
  7072. > My working hypothesis is that you have found rare cases where the =
  7073.  
  7074. > automatically-selected precision is too low.
  7075.  
  7076. Wouldn't the image just get a bit blocky then? It wouldn't restart itself=
  7077.  I
  7078. would think...
  7079.  
  7080. > When this happens, just bump up the precision.
  7081.  
  7082. Zooming in a few more page-ups seems to suffice. :-)
  7083.  
  7084. > We may find a better solution later, but there is a genuine tradeoff
  7085. > here. If the precision is bumped up for all fractals, arbitrary
  7086. > precision will be selected earlier, and all fractals will be slower.
  7087.  
  7088. No, the ones where it uses float are all fine. Just alter the selection
  7089. routine so if it chooses arbitrary and 16 digits it uses 17 digits instea=
  7090. d.
  7091. That will take care of all known instances.
  7092.  
  7093.  
  7094.  
  7095. On a side note: What's the status of truecolor and synchronous orbits?
  7096.  
  7097. ____________________________________________________________________
  7098. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  7099. 1
  7100.  
  7101. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7102. Post Message:   fractint@lists.xmission.com
  7103. Get Commands:   majordomo@lists.xmission.com "help"
  7104. Administrator:  twegner@phoenix.net
  7105. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7106.  
  7107.  
  7108. -------------------------------------------------------------------------------
  7109.  
  7110. From: "Dave Hershey (Volt Computer)" <a-davehe@microsoft.com>
  7111. Subject: RE: (fractint) Fractint on NT 
  7112. Date: 24 May 1999 18:02:51 -0700
  7113.  
  7114. Fair enough.  :]
  7115.  
  7116. --Dave.
  7117.  
  7118.  
  7119. -----Original Message-----
  7120. Sent: Friday, May 21, 1999 11:36 PM
  7121.  
  7122.  
  7123. Well, I'm happy that you have a job so you can honestly pay your bills, but
  7124. I must admit I still avoid Windows ANYTHING like the plague!  :-)
  7125.  
  7126. ----------
  7127. >
  7128. > Speaking as a STE 2, I can say a few nice things about it.  The most
  7129. > important nice thing about it is that it pays my rent, puts clothes on my
  7130. > back, and food into my stomach.  Can something that does all that really
  7131. be
  7132. > so bad?  Hmmm?
  7133. >
  7134. > --Dave.
  7135. >
  7136. >
  7137. > -----Original Message-----
  7138. > From: Kellie Charlynn Angel Findley [mailto:cfindley@cpis.net]
  7139. > Sent: Friday, May 21, 1999 5:40 PM
  7140. > To: fractint@lists.xmission.com; 'fractint@lists.xmission.com'
  7141. > Subject: Re: (fractint) Fractint on NT
  7142. >
  7143. >
  7144. > Yes, but many of the older DOS programs end up with quirks when run in
  7145. > Window's pseudo "DOS" mode.  IMHO, Windows was the worst thing that ever
  7146. > happened to a computer.  I really can't say one nice thing about it, and
  7147. > yes, I am fully literate in it.
  7148. >
  7149. > ----------
  7150. > >
  7151. > > There will always be the command prompt in NT/Win2k.
  7152. > >
  7153. > > --Dave.
  7154. > >
  7155. > >
  7156. > > -----Original Message-----
  7157. > > From: Kellie Charlynn Angel Findley [mailto:cfindley@cpis.net]
  7158. > > Sent: Friday, May 21, 1999 4:04 PM
  7159. > > To: fractint@lists.xmission.com; fractint@lists.xmission.com
  7160. > > Subject: Re: (fractint) Fractint on NT
  7161. > >
  7162. > >
  7163. > > Actually, it strikes terror in the hearts of those who abhore Windows
  7164. and
  7165. > > remain firmly rooted in DOS that there are many who would like to send
  7166. DOS
  7167. > > to the scrap heap.
  7168. > >
  7169. > > ----------
  7170. > > >
  7171. > > >
  7172. > > > In article <87489CB8E072D211926A0008C7A47740010D3B@estutes1.twc.com>,
  7173. > > >     "Allison, Joshua" <JAllison@ENERGY.TWC.com>  writes:
  7174. > > >
  7175. > > > > Has anyone had any experience with fractint on NT?
  7176. > > >
  7177. > > > Some people have reported success; others have reported problems.
  7178. > > > Expect fractint to evolve soon (not the next release, but maybe the
  7179. > > > release after that) into a native Win32 client where these problems
  7180. > > > of DOS compatability disappear.
  7181. > > > --
  7182. > > > <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  7183. > > >     ``Ain't it funny that they all fire the pistol,
  7184. > > >       at the wrong end of the race?''--PDBT
  7185. > > > legalize@xmission.com    <http://www.eden.com/~thewho>
  7186. > > >
  7187. > > > --------------------------------------------------------------
  7188. > > > Thanks for using Fractint, The Fractals and Fractint Discussion List
  7189. > > > Post Message:   fractint@lists.xmission.com
  7190. > > > Get Commands:   majordomo@lists.xmission.com "help"
  7191. > > > Administrator:  twegner@phoenix.net
  7192. > > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7193. > >
  7194. > >
  7195. > >
  7196. > > --------------------------------------------------------------
  7197. > > Thanks for using Fractint, The Fractals and Fractint Discussion List
  7198. > > Post Message:   fractint@lists.xmission.com
  7199. > > Get Commands:   majordomo@lists.xmission.com "help"
  7200. > > Administrator:  twegner@phoenix.net
  7201. > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7202. > >
  7203. > > --------------------------------------------------------------
  7204. > > Thanks for using Fractint, The Fractals and Fractint Discussion List
  7205. > > Post Message:   fractint@lists.xmission.com
  7206. > > Get Commands:   majordomo@lists.xmission.com "help"
  7207. > > Administrator:  twegner@phoenix.net
  7208. > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7209. >
  7210. >
  7211. >
  7212. > --------------------------------------------------------------
  7213. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  7214. > Post Message:   fractint@lists.xmission.com
  7215. > Get Commands:   majordomo@lists.xmission.com "help"
  7216. > Administrator:  twegner@phoenix.net
  7217. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7218. >
  7219. > --------------------------------------------------------------
  7220. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  7221. > Post Message:   fractint@lists.xmission.com
  7222. > Get Commands:   majordomo@lists.xmission.com "help"
  7223. > Administrator:  twegner@phoenix.net
  7224. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7225.  
  7226.  
  7227.  
  7228. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7229. Post Message:   fractint@lists.xmission.com
  7230. Get Commands:   majordomo@lists.xmission.com "help"
  7231. Administrator:  twegner@phoenix.net
  7232. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7233.  
  7234. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7235. Post Message:   fractint@lists.xmission.com
  7236. Get Commands:   majordomo@lists.xmission.com "help"
  7237. Administrator:  twegner@phoenix.net
  7238. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7239.  
  7240.  
  7241. -------------------------------------------------------------------------------
  7242.  
  7243. From: "Tim Wegner" <twegner@phoenix.net>
  7244. Subject: Re: [Re: [(fractint) Re: last bug report]]
  7245. Date: 24 May 1999 20:48:09 -0600
  7246.  
  7247. Paul asked:
  7248.  
  7249. > The whrlwhrl doesn't hang partway through pass 3? So that's fixed?
  7250.  
  7251. All I can say is it ran on my system with no changes to the PAR 
  7252. using the developer's executable at 1024x768 disk video. To assert 
  7253. that it is "fixed" might be a stretch <grin!>
  7254.  
  7255. > Wouldn't the image just get a bit blocky then? It wouldn't restart itself I
  7256. > would think...
  7257.  
  7258. I don't know. To truly isolate  this we would have to do the following:
  7259.  
  7260. 1. Use passes=1. Does the bug still happen with passes=1? (I 
  7261. would think yes).
  7262. 2. Try to locate exact pixel when it happens.
  7263. 3. Fix precision using bfdigits= to the same number of digits 
  7264. normally used. This is so we can experiment with lower rez 
  7265. surrounding the offending pixel without changing precision.
  7266.  
  7267. I could do something really dumb like write each pixel corrdinate
  7268.  to a file to see where it crashes.
  7269.  
  7270. > On a side note: What's the status of truecolor and synchronous orbits?
  7271.  
  7272. truecolor - haven't done anything yet. This may wait until a 32 bit version of Fractint.
  7273.  
  7274. synchronous orbits - there are two relatively unintegrated versions in the exe you have.
  7275. By "unintegrated" I mean most options don't affect it. See the 
  7276. what's new. One of the two versions is long double. It is turned on 
  7277. with passes=
  7278.  
  7279. Tim
  7280.  
  7281.  
  7282. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7283. Post Message:   fractint@lists.xmission.com
  7284. Get Commands:   majordomo@lists.xmission.com "help"
  7285. Administrator:  twegner@phoenix.net
  7286. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7287.  
  7288.  
  7289. -------------------------------------------------------------------------------
  7290.  
  7291. From: Paul Derbyshire <pderbysh@usa.net>
  7292. Subject: Re: [Re: [Re: [(fractint) Re: last bug report]]]
  7293. Date: 24 May 1999 20:11:40 MDT
  7294.  
  7295. "Tim Wegner" <twegner@phoenix.net> wrote:
  7296. > Paul asked:
  7297.  
  7298. >> The whrlwhrl doesn't hang partway through pass 3? So that's fixed?
  7299.  
  7300. > All I can say is it ran on my system with no changes to the PAR =
  7301.  
  7302. > using the developer's executable at 1024x768 disk video. To assert =
  7303.  
  7304. > that it is "fixed" might be a stretch <grin!>
  7305.  
  7306. Tried 1024x768 regular video?
  7307.  
  7308. >> Wouldn't the image just get a bit blocky then? It wouldn't restart
  7309. >> itself I would think...
  7310.  
  7311. > I don't know. To truly isolate  this we would have to do the following:=
  7312.  
  7313.  
  7314. > 1. Use passes=3D1. Does the bug still happen with passes=3D1? (I =
  7315.  
  7316. > would think yes).
  7317.  
  7318. It does. I tested it with passes=3Dt and passes=3D1 after running into it=
  7319.  using
  7320. passes=3Dg. It showed up with all. I expect passes=3Db too. Except with t=
  7321. he image
  7322. not cleared, passes=3Db will scan the image and resume where it left off
  7323. anyways, and you won't notice. Unfortunately, many of the places where th=
  7324. e bug
  7325. shows up are places where passes=3Db is a poor choice because of the
  7326. afore-mentioned "inside-out" problem being prevalent.
  7327.  
  7328. BTW, amending my suggested passes=3Db "inside-out" fix: the inside-out me=
  7329. ans no
  7330. filling would of course NOT apply when the thing traced around was lake!
  7331. That's supposed to be filled and if it weren't 80% of the passes=3Db spee=
  7332. d
  7333. savings would be lost for some fractals...
  7334.  
  7335. > 2. Try to locate exact pixel when it happens.
  7336.  
  7337. There is no specific pixel. It restarts if you interrupt it in a
  7338. supposedly-resumable manner, such as color cycling or palette editing. Al=
  7339. so
  7340. make and then destroy a zoom box, go to a doodad window without changing
  7341. anything. Only tab and F1 fail to trigger it on susceptible parameter set=
  7342. s.
  7343.  
  7344. It also occurs spontaneously (yes, with savetime turned off) on susceptib=
  7345. le
  7346. images in an unpredictable manner. It may restart halfway through pass 1 =
  7347. or
  7348. right before the end of pass 4 in passes=3Dg for instance.
  7349.  
  7350. > 3. Fix precision using bfdigits=3D to the same number of digits =
  7351.  
  7352. > normally used. This is so we can experiment with lower rez =
  7353.  
  7354. > surrounding the offending pixel without changing precision.
  7355.  
  7356. There is no "offending pixel" as pointed out above.
  7357. I shall perform an experiment later tonight; I shall bfdigits=3D16 a defa=
  7358. ult
  7359. Mandel image and see if it becomes buggy. Then we can be fairly certain i=
  7360. t
  7361. occurs when and only when it's using 16 digits precision.
  7362.  
  7363. > I could do something really dumb like write each pixel corrdinate
  7364. > to a file to see where it crashes.
  7365.  
  7366. Useless. The restart is not specific to a pixel unlike the whrlwhrl hang.=
  7367.  It
  7368. is caused by interrupting and resuming and by some occasional POM-depende=
  7369. nt
  7370. event behind the scenes.
  7371.  
  7372. >> On a side note: What's the status of truecolor and synchronous orbits?=
  7373.  
  7374.  
  7375. > truecolor - haven't done anything yet. This may wait until a 32 bit
  7376. > version of Fractint.
  7377.  
  7378. 20.0?
  7379. 32-bits means no more worrying about freeing near space. And I know how m=
  7380. uch
  7381. you guys are trying to manage near space. And no overlays etc.
  7382.  
  7383. I recommend using DJGPP and Allegro to port a 32 bit version. Then you ca=
  7384. n use
  7385. Xwinallegro and WinAlleg to automatically compile simultaneously a Fracti=
  7386. nt,
  7387. Winfract, and Xfract of a given version. Allegro, Xwinallegro, and WinAll=
  7388. eg
  7389. are almost completely intercompatible.
  7390.  
  7391. http://www.delorie.com     DJGPP information and links to downloads
  7392. http://talula.demon.co.uk     Allegro information and downloads
  7393.  
  7394. > synchronous orbits - there are two relatively unintegrated versions in =
  7395. > the
  7396. exe you have.
  7397.  
  7398. There are? I looked at the passes=3D screen. I saw the new diffusion ...
  7399. interesting, especially with the progress meter, which is asymptotically
  7400. accurate since it should uniformly fill the image and thus sample it in a=
  7401.  
  7402. representative way. I did not see anything else. There was a patch histor=
  7403. y
  7404. entry about synchronous orbits, mentioning passes=3Ds; when I put that in=
  7405.  all I
  7406. got was passes=3D1.
  7407.  
  7408. > By "unintegrated" I mean most options don't affect it. See the =
  7409.  
  7410. > what's new. One of the two versions is long double. It is turned on =
  7411.  
  7412. > with passes=3D
  7413.  
  7414. With passes=3Dwhat???
  7415.  
  7416. Unintegrated, you mean, like distance estimator, decomp, etc. won't have =
  7417. any
  7418. effect?
  7419.  
  7420.  
  7421.  
  7422. ____________________________________________________________________
  7423. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  7424. 1
  7425.  
  7426. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7427. Post Message:   fractint@lists.xmission.com
  7428. Get Commands:   majordomo@lists.xmission.com "help"
  7429. Administrator:  twegner@phoenix.net
  7430. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7431.  
  7432.  
  7433. -------------------------------------------------------------------------------
  7434.  
  7435. From: Paul Derbyshire <pderbysh@usa.net>
  7436. Subject: (fractint) Wishlist observation
  7437. Date: 22 May 1999 21:26:10 MDT
  7438.  
  7439. Noticed anything about the fractint wishlist? A sizable proportion of req=
  7440. uests
  7441. are for features that are already in Fractint, but obscure. E.g. one guy =
  7442. asks
  7443. for a way to get the coordinate values, havoing apparently not discovered=
  7444.  the
  7445. 'n' command.
  7446.  
  7447. Yes, they ought to read the dox. However, the dox might be improved by ad=
  7448. ding
  7449. a remark in the introductory screen, saying that if you think you want a
  7450. feature, it might already exist, read the "Doodads, bells and whistles" p=
  7451. age
  7452. and see. Some people seem not to find themselves compelled to read that p=
  7453. art
  7454. of the dox...
  7455.  
  7456.  
  7457. ____________________________________________________________________
  7458. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  7459. 1
  7460.  
  7461. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7462. Post Message:   fractint@lists.xmission.com
  7463. Get Commands:   majordomo@lists.xmission.com "help"
  7464. Administrator:  twegner@phoenix.net
  7465. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7466.  
  7467. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7468. Post Message:   fractint@lists.xmission.com
  7469. Get Commands:   majordomo@lists.xmission.com "help"
  7470. Administrator:  twegner@phoenix.net
  7471. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7472.  
  7473.  
  7474. -------------------------------------------------------------------------------
  7475.  
  7476. From: Paul Derbyshire <pderbysh@usa.net>
  7477. Subject: (fractint) Wishlist observation
  7478. Date: 22 May 1999 21:26:10 MDT
  7479.  
  7480. Noticed anything about the fractint wishlist? A sizable proportion of req=
  7481. uests
  7482. are for features that are already in Fractint, but obscure. E.g. one guy =
  7483. asks
  7484. for a way to get the coordinate values, havoing apparently not discovered=
  7485.  the
  7486. 'n' command.
  7487.  
  7488. Yes, they ought to read the dox. However, the dox might be improved by ad=
  7489. ding
  7490. a remark in the introductory screen, saying that if you think you want a
  7491. feature, it might already exist, read the "Doodads, bells and whistles" p=
  7492. age
  7493. and see. Some people seem not to find themselves compelled to read that p=
  7494. art
  7495. of the dox...
  7496.  
  7497.  
  7498. ____________________________________________________________________
  7499. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  7500. 1
  7501.  
  7502. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7503. Post Message:   fractint@lists.xmission.com
  7504. Get Commands:   majordomo@lists.xmission.com "help"
  7505. Administrator:  twegner@phoenix.net
  7506. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7507.  
  7508. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7509. Post Message:   fractint@lists.xmission.com
  7510. Get Commands:   majordomo@lists.xmission.com "help"
  7511. Administrator:  twegner@phoenix.net
  7512. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7513.  
  7514. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7515. Post Message:   fractint@lists.xmission.com
  7516. Get Commands:   majordomo@lists.xmission.com "help"
  7517. Administrator:  twegner@phoenix.net
  7518. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7519.  
  7520.  
  7521. -------------------------------------------------------------------------------
  7522.  
  7523. From: Phil McRevis <legalize@xmission.com>
  7524. Subject: Re: (fractint) Fractint on NT 
  7525. Date: 25 May 1999 11:06:36 -0600
  7526.  
  7527.  
  7528. In article <MAPI.Id.0016.0066696e646c65793030303830303038@MAPI.to.RFC822>,
  7529.     "Kellie Charlynn Angel Findley" <cfindley@cpis.net>  writes:
  7530.  
  7531. > Actually, it strikes terror in the hearts of those who abhore Windows and=
  7532. >  remain firmly rooted in DOS that there are many who would like to send =
  7533. > DOS to the scrap heap.
  7534.  
  7535. I didn't mean to imply that a DOS version of fractint would disappear
  7536. as it evolved to support natively more environments like
  7537. Win32/Mac/BeOS/unix/etc.  Support for 8088/80286 will disappear though
  7538. as the DOS version will evolve to require a DPMI which means 386 or
  7539. better.
  7540. --
  7541. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  7542.     ``Ain't it funny that they all fire the pistol,     
  7543.       at the wrong end of the race?''--PDBT     
  7544. legalize@xmission.com    <http://www.eden.com/~thewho>
  7545.  
  7546. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7547. Post Message:   fractint@lists.xmission.com
  7548. Get Commands:   majordomo@lists.xmission.com "help"
  7549. Administrator:  twegner@phoenix.net
  7550. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7551.  
  7552.  
  7553. -------------------------------------------------------------------------------
  7554.  
  7555. From: Phil McRevis <legalize@xmission.com>
  7556. Subject: Re: (fractint) Bug in Fractint 19.6 
  7557. Date: 25 May 1999 11:17:16 -0600
  7558.  
  7559.  
  7560. In article <19990522040029.15273.qmail@nw178.netaddress.usa.net>,
  7561.     Paul Derbyshire <pderbysh@usa.net>  writes:
  7562.  
  7563. > Please submit a corrected version 19.7 on the Spanky website within 24 ho=
  7564. > urs,
  7565. > as this problem needs to be resolved urgently.
  7566.  
  7567. ROTFLMAO!
  7568.  
  7569. Please get real Paul.  If the problem is *that* urgent, then download
  7570. the source and fix it yourself.  Fractint isn't a product for which
  7571. you can "demand" bug fixes since you didn't purchase any such support
  7572. agreement from anybody.
  7573. --
  7574. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  7575.     ``Ain't it funny that they all fire the pistol,     
  7576.       at the wrong end of the race?''--PDBT     
  7577. legalize@xmission.com    <http://www.eden.com/~thewho>
  7578.  
  7579. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7580. Post Message:   fractint@lists.xmission.com
  7581. Get Commands:   majordomo@lists.xmission.com "help"
  7582. Administrator:  twegner@phoenix.net
  7583. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7584.  
  7585.  
  7586. -------------------------------------------------------------------------------
  7587.  
  7588. From: davides <davides@pipeline.com>
  7589. Subject: Re: (fractint) Bug in Fractint 19.6 
  7590. Date: 25 May 1999 17:53:50 -0400
  7591.  
  7592. At 11:17 AM 5/25/1999 -0600, you wrote:
  7593. >
  7594. >In article <19990522040029.15273.qmail@nw178.netaddress.usa.net>,
  7595. >    Paul Derbyshire <pderbysh@usa.net>  writes:
  7596. >
  7597. >Please submit a corrected version 19.7 on the Spanky website within 24 hours,
  7598. as this problem needs to be resolved urgently.
  7599. >
  7600. >ROTFLMAO!
  7601. >
  7602. >Please get real Paul.  
  7603.  
  7604. Somehow I suspect that when Paul wrote the above he was doing so more as an
  7605. attempt at some humor in order to bring a smile along with notification of
  7606. a bug. It is the same kind of humor I have been accused of in the past, and
  7607. just about as often met with the same kind of response.
  7608.  
  7609. At least that is what I _think_ has been happening.
  7610.  
  7611.  
  7612.  
  7613.  
  7614.  
  7615.  
  7616.  
  7617. davides@pipeline.com
  7618. ds30@umail.umd.edu
  7619. Back up my hard drive?
  7620. How do I put it in reverse?
  7621.  
  7622. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7623. Post Message:   fractint@lists.xmission.com
  7624. Get Commands:   majordomo@lists.xmission.com "help"
  7625. Administrator:  twegner@phoenix.net
  7626. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7627.  
  7628.  
  7629. -------------------------------------------------------------------------------
  7630.  
  7631. From: Paul Derbyshire <pderbysh@usa.net>
  7632. Subject: (fractint) List message dupe?
  7633. Date: 25 May 1999 17:32:05 MDT
  7634.  
  7635. We seem to be experiencing some message duplication on the list...any ide=
  7636. a
  7637. why? I know I only sent the below message once, but it showed up twice. T=
  7638. he
  7639. second copy had 3 of the Fractint list trailers on it instead of one.
  7640.  
  7641.  
  7642.  
  7643. > Noticed anything about the fractint wishlist? A sizable proportion of
  7644. > requests are for features that are already in Fractint, but obscure.
  7645. > E.g. one guy asks for a way to get the coordinate values, havoing
  7646. > apparently not discovered the 'n' command.
  7647.  
  7648. > Yes, they ought to read the dox. However, the dox might be improved by
  7649. > adding a remark in the introductory screen, saying that if you think
  7650. > you want a feature, it might already exist, read the "Doodads, bells
  7651. > and whistles" page and see. Some people seem not to find themselves
  7652. > compelled to read that part of the dox...
  7653.  
  7654.  
  7655. Regarding the below netaddress.com trailer: DO NOT sign up with them. The=
  7656. ir
  7657. service has gone downhill markedly in the last few months and I am planni=
  7658. ng to
  7659. move to xoom.com or someplace else in a very short time.
  7660.  
  7661. ____________________________________________________________________
  7662. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  7663. 1
  7664.  
  7665. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7666. Post Message:   fractint@lists.xmission.com
  7667. Get Commands:   majordomo@lists.xmission.com "help"
  7668. Administrator:  twegner@phoenix.net
  7669. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7670.  
  7671.  
  7672. -------------------------------------------------------------------------------
  7673.  
  7674. From: JoWeber <JoWeber@compuserve.com>
  7675. Subject: (fractint) some pars (2)
  7676. Date: 26 May 1999 00:00:14 -0400
  7677.  
  7678. Hi All,
  7679. some new images.
  7680. --Jo--
  7681.  
  7682. To see more of them visit my homepage
  7683.  
  7684. http://www.joweber.de
  7685.  
  7686. jowe7201           { ; t=3D  0:14:50.84 =
  7687.  
  7688.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:36:50
  7689.                      ; Par and Image Copyright 1999 by Jo Weber
  7690.                      ; e-mail to JoWeber@compuserve.com
  7691.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7692.   formulaname=3Djowe55c36a function=3Dtan/recip passes=3D1
  7693.   center-mag=3D-0.286021/1.08514/1.748923/1/-15
  7694.   params=3D0.9/0.2/0.05/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60=
  7695.  
  7696.   outside=3Datan symmetry=3Dnone
  7697.   colors=3D000xmK<5>tcHsaHr_HqYHpWHpVGoTGnRF<9>OA5L84I63G42D21A00<8>K00<4=
  7698. >VF\
  7699.   0XI1ZM3<8>uqLwuNzzP<36>BQ3<13>fj7il8km8no8pp8<3>zwA<6>dNN`HPYCRU6TU8T<3=
  7700. >\
  7701.   TDRSFQUHS<2>ZLW`MYbO_cQ`<11>ojnploqnprorsqststuuuwwwvww<27>DDTBBS99R77Q=
  7702. 5\
  7703.   5P44O22N00L<2>44O66P88QAARBBS<21>llonnpppqrrrsssuutwwv<23>ysMzrKzqKyoK
  7704.   }
  7705.  
  7706. jowe7203           { ; t=3D  0:07:19.46 =
  7707.  
  7708.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:37:17
  7709.                      ; Par and Image Copyright 1999 by Jo Weber
  7710.                      ; e-mail to JoWeber@compuserve.com
  7711.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7712.   formulaname=3Djowe55c36a function=3Dtan/abs passes=3D1
  7713.   center-mag=3D-0.906967/1.46088/0.1474286/1/-15
  7714.   params=3D0.9/0.2/0.05/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60=
  7715.  
  7716.   outside=3Datan symmetry=3Dnone
  7717.   colors=3D000DWK<19>zzm<8>zvYzvWzuUztS<2>zsMzrKypK<8>saHr_HqYHpWHpVGoTGn=
  7718. RF<\
  7719.   9>OA5L84I63G42D21A00<8>K00<3>TC0VF1XI3<11>zvP<2>yrNxqNwoMvnLvlK<8>o_DnZ=
  7720. C\
  7721.   kWB<4>ZK7WH6TE5RB4O83<2>F00<32>3HD2IE0KF<23>gnnippkqqmsrott<2>uxxwzzwzz=
  7722. <\
  7723.   54>DXNDWMCWLBVKAVK9UJ8TIAUJ
  7724.   }
  7725.  
  7726. jowe7208           { ; t=3D  0:14:41.01 =
  7727.  
  7728.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:37:44
  7729.                      ; Par and Image Copyright 1999 by Jo Weber
  7730.                      ; e-mail to JoWeber@compuserve.com
  7731.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7732.   formulaname=3Djowe55c36a function=3Dtan/acos passes=3D1
  7733.   center-mag=3D-0.72285/0.216955/6.895331/1/-102.5
  7734.   params=3D0.9/0.2/0.05/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60=
  7735.  
  7736.   outside=3Datan symmetry=3Dnone
  7737.   colors=3DP0Pqe0<10>cN0aM0`K0ZJ0YH0<2>UC0TA0TA0<25>H32H32G32G32G32G32<7>=
  7738. F22\
  7739.   E22E33<39>577577687<29>kR7mS6nU6<4>se2th2ti5<4>voHwqKwrOxtRxuU<2>yxdzzh=
  7740. z\
  7741.   yf<3>xsXxqUwoRwmOvkLvjJuhGufD<4>r`Ar_9qY8qX7pW6oV6<2>mQ3mP2lO1kN1jL0<16=
  7742. >\
  7743.   M20K00K01<2>K06K07K08K09K0A<8>M0JM0KM0LN1LO2LP3L<5>V9LWALYDK<7>kXAmZ9oa=
  7744. 8\
  7745.   qc6sf5ui4<2>zp0<5>rf0
  7746.   }
  7747.  
  7748. jowe7211           { ; t=3D  0:05:28.95 =
  7749.  
  7750.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:38:08
  7751.                      ; Par and Image Copyright 1999 by Jo Weber
  7752.                      ; e-mail to JoWeber@compuserve.com
  7753.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7754.   formulaname=3Djowe55c36a function=3Dsqrt/tan passes=3D1
  7755.   center-mag=3D8.59495/24.5135/0.1897815/1/-102.5
  7756.   params=3D0.9/0.2/0.1/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60
  7757.   outside=3Datan symmetry=3Dnone colors=3D000<189>z00z00z11z22<61>zzz
  7758.   }
  7759.  
  7760. jowe7212           { ; t=3D  0:07:12.59 =
  7761.  
  7762.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:38:26
  7763.                      ; Par and Image Copyright 1999 by Jo Weber
  7764.                      ; e-mail to JoWeber@compuserve.com
  7765.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7766.   formulaname=3Djowe55c36a function=3Dsin/tan passes=3D1
  7767.   center-mag=3D2.10723/9.79396/0.07508572/1/-102.5
  7768.   params=3D0.9/0.2/0.1/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60
  7769.   outside=3Datan symmetry=3Dnone
  7770.   colors=3D406<2>307207208209<11>03F03G03H03I03J<3>05L06M06N17O17P<7>2CV3=
  7771. CW3\
  7772.   DX4EX4EY<7>8Kc9Ld9MeAMeANfANg<5>FSlFSlGTmGUmHVn<3>LZqLZqM_rM`rNas<3>Qdu=
  7773. Q\
  7774.   dvRevSfv<2>VhvWhwXiwYixZjx<13>grzhszhsy<5>mvymwynwynxyoxy<4>qyyryxryxsy=
  7775. w\
  7776.   syw<4>vzuvzuuyt<63>000000100<17>F50F50G50G60H60<5>K70L80L80M91L91<6>G50=
  7777. F\
  7778.   40E40E40<2>D32C22C22B12A12<10>506
  7779.   }
  7780.  
  7781. jowe7228           { ; t=3D  0:05:42.74 =
  7782.  
  7783.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:39:40
  7784.                      ; Par and Image Copyright 1999 by Jo Weber
  7785.                      ; e-mail to JoWeber@compuserve.com
  7786.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7787.   formulaname=3Djowe55c36a function=3Drecip/cos passes=3D1
  7788.   center-mag=3D1.83945/1.42336/1.330364/1/124.998
  7789.   params=3D0.5/0.4/0.5/0.2/500/0 float=3Dy maxiter=3D1023 inside=3Dbof60
  7790.   outside=3Datan symmetry=3Dnone
  7791.   colors=3D000roR<3>bkYZj_XhY<6>MXKLVIJTGHSEFQCEOACM8AK5<6>A82A62A41A21A2=
  7792. 2A3\
  7793.   2<34>EGPEGPEHQEIR<2>EJSDKTCMU<5>7V_<12>XhlZim`jnblodmpgnq<5>uuw<22>UaMS=
  7794. `\
  7795.   KS`K<23>CH5BG4AF3AE29D28C17B0<8>A00<3>K04N05Q07T08V09Y0A`0C<19>sjWtlXun=
  7796. Y\
  7797.   vpZws_<2>zzc<4>ztOzrKyoI<8>pQ4nN2mM2<3>gI4fH4eG4cF4bE5<7>R58<5>fQFiUGlY=
  7798. H\
  7799.   naIqeJ<2>zpNvoP
  7800.   }
  7801.  
  7802. jowe7135           { ; t=3D  0:32:33.04 =
  7803.  
  7804.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:40:29
  7805.                      ; Par and Image Copyright 1999 by Jo Weber
  7806.                      ; e-mail to JoWeber@compuserve.com
  7807.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7808.   formulaname=3Djowe55c36a function=3Dexp/acos passes=3D1
  7809.   center-mag=3D9.8261/12.0012/0.01444676/1/-170 params=3D5/5/5/5/1000/0
  7810.   float=3Dy maxiter=3D1023 inside=3Dbof60 outside=3Datan symmetry=3Dnone
  7811.   colors=3D00g<8>00a00`00_00Z00Z00Y<20>00I00H00H11H<32>``1bb0bb0<26>xx0yy=
  7812. 0zz\
  7813.   0zz0yy0xx0<59>22E11E00F00G<59>00x00y00z00z00y00x<21>00h
  7814.   }
  7815.  
  7816. jowe7142           { ; t=3D  0:05:50.33 =
  7817.  
  7818.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:41:05
  7819.                      ; Par and Image Copyright 1999 by Jo Weber
  7820.                      ; e-mail to JoWeber@compuserve.com
  7821.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7822.   formulaname=3Djowe55d36a function=3Dtan/cos passes=3D1
  7823.   center-mag=3D2.4207/-1.208/0.03251773/1/-27.499 params=3D5/5/5/5/500/0
  7824.   float=3Dy maxiter=3D1023 inside=3Dbof60 outside=3Datan symmetry=3Dnone
  7825.   colors=3D00g<8>00a00`00_00Z00Z00Y<20>00I00H00H11H<32>``1bb0bb0<26>xx0yy=
  7826. 0zz\
  7827.   0zz0yy0xx0<59>22E11E00F00G<59>00x00y00z00z00y00x<21>00h
  7828.   }
  7829.  
  7830. jowe7148           { ; t=3D  0:10:30.32 =
  7831.  
  7832.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:41:34
  7833.                      ; Par and Image Copyright 1999 by Jo Weber
  7834.                      ; e-mail to JoWeber@compuserve.com
  7835.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7836.   formulaname=3Djowe55d36a function=3Dtan/cos passes=3D1
  7837.   center-mag=3D0.643289/0.311848/0.08498542/1/134.998
  7838.   params=3D0.5/0.4/0.5/0.2/500/0 float=3Dy maxiter=3D1023 inside=3Dbof60
  7839.   outside=3Datan symmetry=3Dnone
  7840.   colors=3D00g<8>00a00`00_00Z00Z00Y<20>00I00H00H11H<32>``1bb0bb0<26>xx0yy=
  7841. 0zz\
  7842.   0zz0yy0xx0<59>22E11E00F00G<59>00x00y00z00z00y00x<21>00h
  7843.   }
  7844.  
  7845.  
  7846. frm:JoWe55c36a { ; from a modified Carr-formula
  7847.             ; 6/1997 JoWeber CIS [100424,35]
  7848. c=3Dz=3Dp1/pixel:
  7849. z1=3Dfn1(z) + c
  7850. z=3Dfn2(z1) + p2
  7851. |z| <=3Dp3
  7852.  }
  7853.  
  7854. frm:JoWe55c36b { ; from a modified Carr-formula
  7855.             ; 6/1997 JoWeber CIS [100424,35]
  7856. c=3Dz1=3Dz2=3Dp1/pixel:
  7857. z1=3Dfn2(fn1(z1) + c) + p2
  7858. z2=3Dfn4(fn3(z2) + c) + p2
  7859. z=3Dz1*whitesq+z2*(whitesq=3D=3D0)
  7860. |z| <=3Dp3
  7861.  }
  7862.  
  7863. frm:JoWe55d36a { ; from a modified Carr-formula
  7864.             ; 5/1999 JoWeber CIS [100424,35]
  7865. c=3Dz=3Dp1/pixel:
  7866. z1=3Dfn1(z) + c
  7867. z=3Dfn2(z1) + c/p2
  7868. |z| <=3Dp3
  7869.  }
  7870.  
  7871. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7872. Post Message:   fractint@lists.xmission.com
  7873. Get Commands:   majordomo@lists.xmission.com "help"
  7874. Administrator:  twegner@phoenix.net
  7875. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7876.  
  7877.  
  7878. -------------------------------------------------------------------------------
  7879.  
  7880. From: JoWeber <JoWeber@compuserve.com>
  7881. Subject: (fractint) some pars (1)
  7882. Date: 26 May 1999 00:00:17 -0400
  7883.  
  7884. Hi All,
  7885.  
  7886. some images.
  7887. --Jo--
  7888.  
  7889. http://www.joweber.de
  7890.  
  7891. jo_05_01           { ; t=3D  0:03:27.40 =
  7892.  
  7893.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:46:59
  7894.                      ; Par and Image Copyright 1999 by Jo Weber
  7895.                      ; e-mail to JoWeber@compuserve.com
  7896.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7897.   formulaname=3Drsp_a304 passes=3D1
  7898.   center-mag=3D-0.87610655913505620/+0.26228416956442770/45.72447/1/-157.=
  7899. 5
  7900.   float=3Dy maxiter=3D1024 inside=3D0 outside=3Datan periodicity=3D0
  7901.   colors=3D000I88H44G00<6>aI8eLAhMBiODjQF<4>riAtm9vq8xu7zz5zz4zz3<9>zV5zS=
  7902. 5zP\
  7903.   5zL6zI6zE6<12>M62J52G42D32A22<2>000000<2>903C04D05<32>r2qs2rt2tv2v<2>z3=
  7904. z\
  7905.   <2>d6gX7`Q8UI9NAAG<2>0Qc<7>Adc<2>LhfOigQih<17>zzz<4>ovz<2>VkpNglGch8_d8=
  7906. X\
  7907.   a<8>717<7>zA0<17>920<8>UXAW`BZcDagE<2>hrI<6>JkgFfpAaz<2>`Lz<9>tpGvsBxv6=
  7908. z\
  7909.   z1zzCzzTzzizzz<9>Mb8<7>JC8
  7910.   }
  7911.  
  7912. jo_05_02           { ; t=3D  0:20:27.20 =
  7913.  
  7914.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:47:19
  7915.                      ; Par and Image Copyright 1999 by Jo Weber
  7916.                      ; e-mail to JoWeber@compuserve.com
  7917.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7918.   formulaname=3Dmandnewt12 passes=3Dt
  7919.   center-mag=3D+0.78975990519317820/-0.02849663374833254/891148.7/1/-105
  7920.   params=3D-4.3808/-0.5139/-1.2595/1.0881/-0.8100000000000001/2.519
  7921.   float=3Dy maxiter=3D250 bailout=3D25 inside=3Dbof60 logmap=3Dyes
  7922.   symmetry=3Dxaxis periodicity=3D0
  7923.   colors=3D000a60<3>jB0lC0mD0oE0<2>tJ0vK0wM0xN0<5>zW0<2>zS0yQ0yP0xN0wL0<7=
  7924. >jA\
  7925.   0h90e80<4>U40R30O20L10I10F00C00800<2>000<4>303303303313314<12>97B98C99C=
  7926. 9\
  7927.   AD9BD<5>AGHAHHAGH<9>89B88B87A769759759<2>637526526425<3>203202202101101=
  7928. <\
  7929.   2>000<3>B00E00I00<3>U00W00Z00`00c00<3>l00n00o00<2>t00v00w00x00<5>z00z00=
  7930. z\
  7931.   00z00y00x00x00<2>t00s00q00o00<2>j00h00e00<4>U00R00O00L00I00F00C00001<3>=
  7932. 0\
  7933.   0601701812A12B<7>19L2AM2CN<2>2GS2HT2IU2JV2KW<2>2P_2R`2Sa2Tb<7>2HT2GS2FR=
  7934. 2\
  7935.   EQ2DP<6>15G14F14D<2>12A018017016<3>001000000<2>800B00F10<6>Z50
  7936.   }
  7937.  
  7938. jo_05_03           { ; t=3D  0:28:25.88 =
  7939.  
  7940.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:47:28
  7941.                      ; Par and Image Copyright 1999 by Jo Weber
  7942.                      ; e-mail to JoWeber@compuserve.com
  7943.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7944.   formulaname=3Dmandnewt12 passes=3Dt
  7945.   center-mag=3D+0.78975988258252140/-0.02849568443080422/4.037396e+007/1/=
  7946. 2.4\
  7947.   99 params=3D-4.3808/-0.5139/-1.2595/1.0881/-0.8100000000000001/2.519
  7948.   float=3Dy maxiter=3D250 bailout=3D25 inside=3Dbof60 logmap=3Dyes
  7949.   symmetry=3Dxaxis periodicity=3D0
  7950.   colors=3D000a60<3>jB0lC0mD0oE0<2>tJ0vK0wM0xN0<5>zW0<2>zS0yQ0yP0xN0wL0<7=
  7951. >jA\
  7952.   0h90e80<4>U40R30O20L10I10F00C00800<2>000<4>303303303313314<12>97B98C99C=
  7953. 9\
  7954.   AD9BD<5>AGHAHHAGH<9>89B88B87A769759759<2>637526526425<3>203202202101101=
  7955. <\
  7956.   2>000<3>B00E00I00<3>U00W00Z00`00c00<3>l00n00o00<2>t00v00w00x00<5>z00z00=
  7957. z\
  7958.   00z00y00x00x00<2>t00s00q00o00<2>j00h00e00<4>U00R00O00L00I00F00C00001<3>=
  7959. 0\
  7960.   0601701812A12B<7>19L2AM2CN<2>2GS2HT2IU2JV2KW<2>2P_2R`2Sa2Tb<7>2HT2GS2FR=
  7961. 2\
  7962.   EQ2DP<6>15G14F14D<2>12A018017016<3>001000000<2>800B00F10<6>Z50
  7963.   }
  7964.  
  7965. jo_05_04           { ; t=3D  0:18:10.56 =
  7966.  
  7967.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:47:37
  7968.                      ; Par and Image Copyright 1999 by Jo Weber
  7969.                      ; e-mail to JoWeber@compuserve.com
  7970.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7971.   formulaname=3Dmandnewt12 passes=3Dt
  7972.   center-mag=3D+0.78975984321192080/-0.02849723302183901/1568924/1/-177.5=
  7973.  
  7974.   params=3D-4.3808/-0.5139/-1.2595/1.0881/-0.8100000000000001/2.519
  7975.   float=3Dy maxiter=3D250 bailout=3D25 inside=3Dbof60 logmap=3Dyes
  7976.   symmetry=3Dxaxis periodicity=3D0
  7977.   colors=3D000a60<3>jB0lC0mD0oE0<2>tJ0vK0wM0xN0<5>zW0<2>zS0yQ0yP0xN0wL0<7=
  7978. >jA\
  7979.   0h90e80<4>U40R30O20L10I10F00C00800<2>000<4>303303303313314<12>97B98C99C=
  7980. 9\
  7981.   AD9BD<5>AGHAHHAGH<9>89B88B87A769759759<2>637526526425<3>203202202101101=
  7982. <\
  7983.   2>000<3>B00E00I00<3>U00W00Z00`00c00<3>l00n00o00<2>t00v00w00x00<5>z00z00=
  7984. z\
  7985.   00z00y00x00x00<2>t00s00q00o00<2>j00h00e00<4>U00R00O00L00I00F00C00001<3>=
  7986. 0\
  7987.   0601701812A12B<7>19L2AM2CN<2>2GS2HT2IU2JV2KW<2>2P_2R`2Sa2Tb<7>2HT2GS2FR=
  7988. 2\
  7989.   EQ2DP<6>15G14F14D<2>12A018017016<3>001000000<2>800B00F10<6>Z50
  7990.   }
  7991.  
  7992. jo_05_05           { ; t=3D  0:26:59.92 =
  7993.  
  7994.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:47:47
  7995.                      ; Par and Image Copyright 1999 by Jo Weber
  7996.                      ; e-mail to JoWeber@compuserve.com
  7997.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  7998.   formulaname=3Dmandnewt12 passes=3Dt
  7999.   center-mag=3D+0.78974947464431980/-0.02849455508067602/44557.43/1/-114.=
  8000. 999
  8001.   params=3D-4.3808/-0.5139/-1.2595/1.0881/-0.8100000000000001/2.519
  8002.   float=3Dy maxiter=3D250 bailout=3D25 inside=3Dbof60 logmap=3Dyes
  8003.   symmetry=3Dxaxis periodicity=3D0
  8004.   colors=3D000OOP<17>ttw<28>5563341120000z00x0<29>000<31>0z0000<7>O00R00T=
  8005. 00V\
  8006.   00<3>c00000XFw<13>svcqsd<11>iB8i75h32h00e00b00<13>000<29>0T00U00T0<30>0=
  8007. 0\
  8008.   0000112<10>MMN
  8009.   }
  8010.  
  8011. frm:MandNewt12 {; Jim Muth
  8012. z=3Dg=3Dpixel, a=3Dreal(p1), b=3Dimag(p1), c=3Dreal(p2),
  8013. d=3Dimag(p2), e=3Dreal(p3), f=3Dimag(p3):
  8014. h=3Dz^a+(g-1)*(z-b)
  8015. j=3Dc*z^d+g
  8016. z=3Dz-e*h/(f*j),
  8017. .0000000000000000000000000000005 <=3D |h|
  8018. }
  8019.  
  8020. frm:rsp_a304 { ; 3/99     R Parracho
  8021.   c=3Dz=3Dpixel:
  8022.   oz=3Dz, z=3Dz*z+c,test=3D|z|/|oz|
  8023.   |test|<1 || |test|>2
  8024. }
  8025.  
  8026.  
  8027. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8028. Post Message:   fractint@lists.xmission.com
  8029. Get Commands:   majordomo@lists.xmission.com "help"
  8030. Administrator:  twegner@phoenix.net
  8031. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8032.  
  8033.  
  8034. -------------------------------------------------------------------------------
  8035.  
  8036. From: JoWeber <JoWeber@compuserve.com>
  8037. Subject: (fractint) some pars (1)
  8038. Date: 26 May 1999 00:00:17 -0400
  8039.  
  8040. Hi All,
  8041.  
  8042. some images.
  8043. --Jo--
  8044.  
  8045. http://www.joweber.de
  8046.  
  8047. jo_05_01           { ; t=3D  0:03:27.40 =
  8048.  
  8049.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:46:59
  8050.                      ; Par and Image Copyright 1999 by Jo Weber
  8051.                      ; e-mail to JoWeber@compuserve.com
  8052.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8053.   formulaname=3Drsp_a304 passes=3D1
  8054.   center-mag=3D-0.87610655913505620/+0.26228416956442770/45.72447/1/-157.=
  8055. 5
  8056.   float=3Dy maxiter=3D1024 inside=3D0 outside=3Datan periodicity=3D0
  8057.   colors=3D000I88H44G00<6>aI8eLAhMBiODjQF<4>riAtm9vq8xu7zz5zz4zz3<9>zV5zS=
  8058. 5zP\
  8059.   5zL6zI6zE6<12>M62J52G42D32A22<2>000000<2>903C04D05<32>r2qs2rt2tv2v<2>z3=
  8060. z\
  8061.   <2>d6gX7`Q8UI9NAAG<2>0Qc<7>Adc<2>LhfOigQih<17>zzz<4>ovz<2>VkpNglGch8_d8=
  8062. X\
  8063.   a<8>717<7>zA0<17>920<8>UXAW`BZcDagE<2>hrI<6>JkgFfpAaz<2>`Lz<9>tpGvsBxv6=
  8064. z\
  8065.   z1zzCzzTzzizzz<9>Mb8<7>JC8
  8066.   }
  8067.  
  8068. jo_05_02           { ; t=3D  0:20:27.20 =
  8069.  
  8070.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:47:19
  8071.                      ; Par and Image Copyright 1999 by Jo Weber
  8072.                      ; e-mail to JoWeber@compuserve.com
  8073.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8074.   formulaname=3Dmandnewt12 passes=3Dt
  8075.   center-mag=3D+0.78975990519317820/-0.02849663374833254/891148.7/1/-105
  8076.   params=3D-4.3808/-0.5139/-1.2595/1.0881/-0.8100000000000001/2.519
  8077.   float=3Dy maxiter=3D250 bailout=3D25 inside=3Dbof60 logmap=3Dyes
  8078.   symmetry=3Dxaxis periodicity=3D0
  8079.   colors=3D000a60<3>jB0lC0mD0oE0<2>tJ0vK0wM0xN0<5>zW0<2>zS0yQ0yP0xN0wL0<7=
  8080. >jA\
  8081.   0h90e80<4>U40R30O20L10I10F00C00800<2>000<4>303303303313314<12>97B98C99C=
  8082. 9\
  8083.   AD9BD<5>AGHAHHAGH<9>89B88B87A769759759<2>637526526425<3>203202202101101=
  8084. <\
  8085.   2>000<3>B00E00I00<3>U00W00Z00`00c00<3>l00n00o00<2>t00v00w00x00<5>z00z00=
  8086. z\
  8087.   00z00y00x00x00<2>t00s00q00o00<2>j00h00e00<4>U00R00O00L00I00F00C00001<3>=
  8088. 0\
  8089.   0601701812A12B<7>19L2AM2CN<2>2GS2HT2IU2JV2KW<2>2P_2R`2Sa2Tb<7>2HT2GS2FR=
  8090. 2\
  8091.   EQ2DP<6>15G14F14D<2>12A018017016<3>001000000<2>800B00F10<6>Z50
  8092.   }
  8093.  
  8094. jo_05_03           { ; t=3D  0:28:25.88 =
  8095.  
  8096.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:47:28
  8097.                      ; Par and Image Copyright 1999 by Jo Weber
  8098.                      ; e-mail to JoWeber@compuserve.com
  8099.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8100.   formulaname=3Dmandnewt12 passes=3Dt
  8101.   center-mag=3D+0.78975988258252140/-0.02849568443080422/4.037396e+007/1/=
  8102. 2.4\
  8103.   99 params=3D-4.3808/-0.5139/-1.2595/1.0881/-0.8100000000000001/2.519
  8104.   float=3Dy maxiter=3D250 bailout=3D25 inside=3Dbof60 logmap=3Dyes
  8105.   symmetry=3Dxaxis periodicity=3D0
  8106.   colors=3D000a60<3>jB0lC0mD0oE0<2>tJ0vK0wM0xN0<5>zW0<2>zS0yQ0yP0xN0wL0<7=
  8107. >jA\
  8108.   0h90e80<4>U40R30O20L10I10F00C00800<2>000<4>303303303313314<12>97B98C99C=
  8109. 9\
  8110.   AD9BD<5>AGHAHHAGH<9>89B88B87A769759759<2>637526526425<3>203202202101101=
  8111. <\
  8112.   2>000<3>B00E00I00<3>U00W00Z00`00c00<3>l00n00o00<2>t00v00w00x00<5>z00z00=
  8113. z\
  8114.   00z00y00x00x00<2>t00s00q00o00<2>j00h00e00<4>U00R00O00L00I00F00C00001<3>=
  8115. 0\
  8116.   0601701812A12B<7>19L2AM2CN<2>2GS2HT2IU2JV2KW<2>2P_2R`2Sa2Tb<7>2HT2GS2FR=
  8117. 2\
  8118.   EQ2DP<6>15G14F14D<2>12A018017016<3>001000000<2>800B00F10<6>Z50
  8119.   }
  8120.  
  8121. jo_05_04           { ; t=3D  0:18:10.56 =
  8122.  
  8123.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:47:37
  8124.                      ; Par and Image Copyright 1999 by Jo Weber
  8125.                      ; e-mail to JoWeber@compuserve.com
  8126.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8127.   formulaname=3Dmandnewt12 passes=3Dt
  8128.   center-mag=3D+0.78975984321192080/-0.02849723302183901/1568924/1/-177.5=
  8129.  
  8130.   params=3D-4.3808/-0.5139/-1.2595/1.0881/-0.8100000000000001/2.519
  8131.   float=3Dy maxiter=3D250 bailout=3D25 inside=3Dbof60 logmap=3Dyes
  8132.   symmetry=3Dxaxis periodicity=3D0
  8133.   colors=3D000a60<3>jB0lC0mD0oE0<2>tJ0vK0wM0xN0<5>zW0<2>zS0yQ0yP0xN0wL0<7=
  8134. >jA\
  8135.   0h90e80<4>U40R30O20L10I10F00C00800<2>000<4>303303303313314<12>97B98C99C=
  8136. 9\
  8137.   AD9BD<5>AGHAHHAGH<9>89B88B87A769759759<2>637526526425<3>203202202101101=
  8138. <\
  8139.   2>000<3>B00E00I00<3>U00W00Z00`00c00<3>l00n00o00<2>t00v00w00x00<5>z00z00=
  8140. z\
  8141.   00z00y00x00x00<2>t00s00q00o00<2>j00h00e00<4>U00R00O00L00I00F00C00001<3>=
  8142. 0\
  8143.   0601701812A12B<7>19L2AM2CN<2>2GS2HT2IU2JV2KW<2>2P_2R`2Sa2Tb<7>2HT2GS2FR=
  8144. 2\
  8145.   EQ2DP<6>15G14F14D<2>12A018017016<3>001000000<2>800B00F10<6>Z50
  8146.   }
  8147.  
  8148. jo_05_05           { ; t=3D  0:26:59.92 =
  8149.  
  8150.                      ; on a P233MMX at 1600x1200  May 25, 1999  03:47:47
  8151.                      ; Par and Image Copyright 1999 by Jo Weber
  8152.                      ; e-mail to JoWeber@compuserve.com
  8153.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8154.   formulaname=3Dmandnewt12 passes=3Dt
  8155.   center-mag=3D+0.78974947464431980/-0.02849455508067602/44557.43/1/-114.=
  8156. 999
  8157.   params=3D-4.3808/-0.5139/-1.2595/1.0881/-0.8100000000000001/2.519
  8158.   float=3Dy maxiter=3D250 bailout=3D25 inside=3Dbof60 logmap=3Dyes
  8159.   symmetry=3Dxaxis periodicity=3D0
  8160.   colors=3D000OOP<17>ttw<28>5563341120000z00x0<29>000<31>0z0000<7>O00R00T=
  8161. 00V\
  8162.   00<3>c00000XFw<13>svcqsd<11>iB8i75h32h00e00b00<13>000<29>0T00U00T0<30>0=
  8163. 0\
  8164.   0000112<10>MMN
  8165.   }
  8166.  
  8167. frm:MandNewt12 {; Jim Muth
  8168. z=3Dg=3Dpixel, a=3Dreal(p1), b=3Dimag(p1), c=3Dreal(p2),
  8169. d=3Dimag(p2), e=3Dreal(p3), f=3Dimag(p3):
  8170. h=3Dz^a+(g-1)*(z-b)
  8171. j=3Dc*z^d+g
  8172. z=3Dz-e*h/(f*j),
  8173. .0000000000000000000000000000005 <=3D |h|
  8174. }
  8175.  
  8176. frm:rsp_a304 { ; 3/99     R Parracho
  8177.   c=3Dz=3Dpixel:
  8178.   oz=3Dz, z=3Dz*z+c,test=3D|z|/|oz|
  8179.   |test|<1 || |test|>2
  8180. }
  8181.  
  8182.  
  8183. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8184. Post Message:   fractint@lists.xmission.com
  8185. Get Commands:   majordomo@lists.xmission.com "help"
  8186. Administrator:  twegner@phoenix.net
  8187. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8188.  
  8189. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8190. Post Message:   fractint@lists.xmission.com
  8191. Get Commands:   majordomo@lists.xmission.com "help"
  8192. Administrator:  twegner@phoenix.net
  8193. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8194.  
  8195.  
  8196. -------------------------------------------------------------------------------
  8197.  
  8198. From: JoWeber <JoWeber@compuserve.com>
  8199. Subject: (fractint) some pars (2)
  8200. Date: 26 May 1999 00:00:14 -0400
  8201.  
  8202. Hi All,
  8203. some new images.
  8204. --Jo--
  8205.  
  8206. To see more of them visit my homepage
  8207.  
  8208. http://www.joweber.de
  8209.  
  8210. jowe7201           { ; t=3D  0:14:50.84 =
  8211.  
  8212.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:36:50
  8213.                      ; Par and Image Copyright 1999 by Jo Weber
  8214.                      ; e-mail to JoWeber@compuserve.com
  8215.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8216.   formulaname=3Djowe55c36a function=3Dtan/recip passes=3D1
  8217.   center-mag=3D-0.286021/1.08514/1.748923/1/-15
  8218.   params=3D0.9/0.2/0.05/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60=
  8219.  
  8220.   outside=3Datan symmetry=3Dnone
  8221.   colors=3D000xmK<5>tcHsaHr_HqYHpWHpVGoTGnRF<9>OA5L84I63G42D21A00<8>K00<4=
  8222. >VF\
  8223.   0XI1ZM3<8>uqLwuNzzP<36>BQ3<13>fj7il8km8no8pp8<3>zwA<6>dNN`HPYCRU6TU8T<3=
  8224. >\
  8225.   TDRSFQUHS<2>ZLW`MYbO_cQ`<11>ojnploqnprorsqststuuuwwwvww<27>DDTBBS99R77Q=
  8226. 5\
  8227.   5P44O22N00L<2>44O66P88QAARBBS<21>llonnpppqrrrsssuutwwv<23>ysMzrKzqKyoK
  8228.   }
  8229.  
  8230. jowe7203           { ; t=3D  0:07:19.46 =
  8231.  
  8232.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:37:17
  8233.                      ; Par and Image Copyright 1999 by Jo Weber
  8234.                      ; e-mail to JoWeber@compuserve.com
  8235.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8236.   formulaname=3Djowe55c36a function=3Dtan/abs passes=3D1
  8237.   center-mag=3D-0.906967/1.46088/0.1474286/1/-15
  8238.   params=3D0.9/0.2/0.05/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60=
  8239.  
  8240.   outside=3Datan symmetry=3Dnone
  8241.   colors=3D000DWK<19>zzm<8>zvYzvWzuUztS<2>zsMzrKypK<8>saHr_HqYHpWHpVGoTGn=
  8242. RF<\
  8243.   9>OA5L84I63G42D21A00<8>K00<3>TC0VF1XI3<11>zvP<2>yrNxqNwoMvnLvlK<8>o_DnZ=
  8244. C\
  8245.   kWB<4>ZK7WH6TE5RB4O83<2>F00<32>3HD2IE0KF<23>gnnippkqqmsrott<2>uxxwzzwzz=
  8246. <\
  8247.   54>DXNDWMCWLBVKAVK9UJ8TIAUJ
  8248.   }
  8249.  
  8250. jowe7208           { ; t=3D  0:14:41.01 =
  8251.  
  8252.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:37:44
  8253.                      ; Par and Image Copyright 1999 by Jo Weber
  8254.                      ; e-mail to JoWeber@compuserve.com
  8255.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8256.   formulaname=3Djowe55c36a function=3Dtan/acos passes=3D1
  8257.   center-mag=3D-0.72285/0.216955/6.895331/1/-102.5
  8258.   params=3D0.9/0.2/0.05/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60=
  8259.  
  8260.   outside=3Datan symmetry=3Dnone
  8261.   colors=3DP0Pqe0<10>cN0aM0`K0ZJ0YH0<2>UC0TA0TA0<25>H32H32G32G32G32G32<7>=
  8262. F22\
  8263.   E22E33<39>577577687<29>kR7mS6nU6<4>se2th2ti5<4>voHwqKwrOxtRxuU<2>yxdzzh=
  8264. z\
  8265.   yf<3>xsXxqUwoRwmOvkLvjJuhGufD<4>r`Ar_9qY8qX7pW6oV6<2>mQ3mP2lO1kN1jL0<16=
  8266. >\
  8267.   M20K00K01<2>K06K07K08K09K0A<8>M0JM0KM0LN1LO2LP3L<5>V9LWALYDK<7>kXAmZ9oa=
  8268. 8\
  8269.   qc6sf5ui4<2>zp0<5>rf0
  8270.   }
  8271.  
  8272. jowe7211           { ; t=3D  0:05:28.95 =
  8273.  
  8274.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:38:08
  8275.                      ; Par and Image Copyright 1999 by Jo Weber
  8276.                      ; e-mail to JoWeber@compuserve.com
  8277.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8278.   formulaname=3Djowe55c36a function=3Dsqrt/tan passes=3D1
  8279.   center-mag=3D8.59495/24.5135/0.1897815/1/-102.5
  8280.   params=3D0.9/0.2/0.1/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60
  8281.   outside=3Datan symmetry=3Dnone colors=3D000<189>z00z00z11z22<61>zzz
  8282.   }
  8283.  
  8284. jowe7212           { ; t=3D  0:07:12.59 =
  8285.  
  8286.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:38:26
  8287.                      ; Par and Image Copyright 1999 by Jo Weber
  8288.                      ; e-mail to JoWeber@compuserve.com
  8289.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8290.   formulaname=3Djowe55c36a function=3Dsin/tan passes=3D1
  8291.   center-mag=3D2.10723/9.79396/0.07508572/1/-102.5
  8292.   params=3D0.9/0.2/0.1/0.1/200/0 float=3Dy maxiter=3D1023 inside=3Dbof60
  8293.   outside=3Datan symmetry=3Dnone
  8294.   colors=3D406<2>307207208209<11>03F03G03H03I03J<3>05L06M06N17O17P<7>2CV3=
  8295. CW3\
  8296.   DX4EX4EY<7>8Kc9Ld9MeAMeANfANg<5>FSlFSlGTmGUmHVn<3>LZqLZqM_rM`rNas<3>Qdu=
  8297. Q\
  8298.   dvRevSfv<2>VhvWhwXiwYixZjx<13>grzhszhsy<5>mvymwynwynxyoxy<4>qyyryxryxsy=
  8299. w\
  8300.   syw<4>vzuvzuuyt<63>000000100<17>F50F50G50G60H60<5>K70L80L80M91L91<6>G50=
  8301. F\
  8302.   40E40E40<2>D32C22C22B12A12<10>506
  8303.   }
  8304.  
  8305. jowe7228           { ; t=3D  0:05:42.74 =
  8306.  
  8307.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:39:40
  8308.                      ; Par and Image Copyright 1999 by Jo Weber
  8309.                      ; e-mail to JoWeber@compuserve.com
  8310.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8311.   formulaname=3Djowe55c36a function=3Drecip/cos passes=3D1
  8312.   center-mag=3D1.83945/1.42336/1.330364/1/124.998
  8313.   params=3D0.5/0.4/0.5/0.2/500/0 float=3Dy maxiter=3D1023 inside=3Dbof60
  8314.   outside=3Datan symmetry=3Dnone
  8315.   colors=3D000roR<3>bkYZj_XhY<6>MXKLVIJTGHSEFQCEOACM8AK5<6>A82A62A41A21A2=
  8316. 2A3\
  8317.   2<34>EGPEGPEHQEIR<2>EJSDKTCMU<5>7V_<12>XhlZim`jnblodmpgnq<5>uuw<22>UaMS=
  8318. `\
  8319.   KS`K<23>CH5BG4AF3AE29D28C17B0<8>A00<3>K04N05Q07T08V09Y0A`0C<19>sjWtlXun=
  8320. Y\
  8321.   vpZws_<2>zzc<4>ztOzrKyoI<8>pQ4nN2mM2<3>gI4fH4eG4cF4bE5<7>R58<5>fQFiUGlY=
  8322. H\
  8323.   naIqeJ<2>zpNvoP
  8324.   }
  8325.  
  8326. jowe7135           { ; t=3D  0:32:33.04 =
  8327.  
  8328.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:40:29
  8329.                      ; Par and Image Copyright 1999 by Jo Weber
  8330.                      ; e-mail to JoWeber@compuserve.com
  8331.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8332.   formulaname=3Djowe55c36a function=3Dexp/acos passes=3D1
  8333.   center-mag=3D9.8261/12.0012/0.01444676/1/-170 params=3D5/5/5/5/1000/0
  8334.   float=3Dy maxiter=3D1023 inside=3Dbof60 outside=3Datan symmetry=3Dnone
  8335.   colors=3D00g<8>00a00`00_00Z00Z00Y<20>00I00H00H11H<32>``1bb0bb0<26>xx0yy=
  8336. 0zz\
  8337.   0zz0yy0xx0<59>22E11E00F00G<59>00x00y00z00z00y00x<21>00h
  8338.   }
  8339.  
  8340. jowe7142           { ; t=3D  0:05:50.33 =
  8341.  
  8342.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:41:05
  8343.                      ; Par and Image Copyright 1999 by Jo Weber
  8344.                      ; e-mail to JoWeber@compuserve.com
  8345.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8346.   formulaname=3Djowe55d36a function=3Dtan/cos passes=3D1
  8347.   center-mag=3D2.4207/-1.208/0.03251773/1/-27.499 params=3D5/5/5/5/500/0
  8348.   float=3Dy maxiter=3D1023 inside=3Dbof60 outside=3Datan symmetry=3Dnone
  8349.   colors=3D00g<8>00a00`00_00Z00Z00Y<20>00I00H00H11H<32>``1bb0bb0<26>xx0yy=
  8350. 0zz\
  8351.   0zz0yy0xx0<59>22E11E00F00G<59>00x00y00z00z00y00x<21>00h
  8352.   }
  8353.  
  8354. jowe7148           { ; t=3D  0:10:30.32 =
  8355.  
  8356.                      ; on a P233MMX at 1600x1200  May 26, 1999  05:41:34
  8357.                      ; Par and Image Copyright 1999 by Jo Weber
  8358.                      ; e-mail to JoWeber@compuserve.com
  8359.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  8360.   formulaname=3Djowe55d36a function=3Dtan/cos passes=3D1
  8361.   center-mag=3D0.643289/0.311848/0.08498542/1/134.998
  8362.   params=3D0.5/0.4/0.5/0.2/500/0 float=3Dy maxiter=3D1023 inside=3Dbof60
  8363.   outside=3Datan symmetry=3Dnone
  8364.   colors=3D00g<8>00a00`00_00Z00Z00Y<20>00I00H00H11H<32>``1bb0bb0<26>xx0yy=
  8365. 0zz\
  8366.   0zz0yy0xx0<59>22E11E00F00G<59>00x00y00z00z00y00x<21>00h
  8367.   }
  8368.  
  8369.  
  8370. frm:JoWe55c36a { ; from a modified Carr-formula
  8371.             ; 6/1997 JoWeber CIS [100424,35]
  8372. c=3Dz=3Dp1/pixel:
  8373. z1=3Dfn1(z) + c
  8374. z=3Dfn2(z1) + p2
  8375. |z| <=3Dp3
  8376.  }
  8377.  
  8378. frm:JoWe55c36b { ; from a modified Carr-formula
  8379.             ; 6/1997 JoWeber CIS [100424,35]
  8380. c=3Dz1=3Dz2=3Dp1/pixel:
  8381. z1=3Dfn2(fn1(z1) + c) + p2
  8382. z2=3Dfn4(fn3(z2) + c) + p2
  8383. z=3Dz1*whitesq+z2*(whitesq=3D=3D0)
  8384. |z| <=3Dp3
  8385.  }
  8386.  
  8387. frm:JoWe55d36a { ; from a modified Carr-formula
  8388.             ; 5/1999 JoWeber CIS [100424,35]
  8389. c=3Dz=3Dp1/pixel:
  8390. z1=3Dfn1(z) + c
  8391. z=3Dfn2(z1) + c/p2
  8392. |z| <=3Dp3
  8393.  }
  8394.  
  8395. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8396. Post Message:   fractint@lists.xmission.com
  8397. Get Commands:   majordomo@lists.xmission.com "help"
  8398. Administrator:  twegner@phoenix.net
  8399. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8400.  
  8401. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8402. Post Message:   fractint@lists.xmission.com
  8403. Get Commands:   majordomo@lists.xmission.com "help"
  8404. Administrator:  twegner@phoenix.net
  8405. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8406.  
  8407.  
  8408. -------------------------------------------------------------------------------
  8409.  
  8410. From: Jeff Field <jfield@clark.net>
  8411. Subject: (fractint) Colormaps
  8412. Date: 26 May 1999 07:31:15 -0400 (EDT)
  8413.  
  8414.  
  8415. Hi  Linda,
  8416.  
  8417.  
  8418. On Sun, 23 May 1999, Mike and Linda Allison wrote:
  8419.  
  8420. > 5 - Learn how to design your own colormaps.  Or you can download some
  8421. > nice ones from
  8422. > http://wizzle.simplenet.com/fractals/fractint_maps/newmaps.htm.  It's
  8423. > amazing the difference that a good colormap can make!
  8424.  
  8425.     
  8426.     Your tutorial on using colormaps is superb!  I couldn't agree more
  8427. with you about the effects of color on a fractal image. 
  8428.  
  8429.     With the hope of getting some interesting palettes, I have made a
  8430. couple of programs that generate algorithmic palettes that can be saved as
  8431. Fractint map files.  My most useful "find" is a four-range palette made
  8432. from Bezier curves.  Each range has a gradient that goes from dark to
  8433. bright to dark, which gives a 3-d effect to many images.  This type of
  8434. palette is like the one you described in Example #5 of your web page
  8435. tutorial:
  8436.  
  8437.     Example 5 is my favorite. It uses only 3
  8438.     different bands of gradient color; orange, white
  8439.     and purple. But they are very wide bands and
  8440.     they work together to create a definite 3
  8441.     dimensional look. 
  8442.  
  8443.     
  8444. I've used this type of palette for many of the images on my web site:
  8445.  
  8446.     www.clark.net/pub/jfield.
  8447.  
  8448.  
  8449. There's also a gold and silver map that I find particularly effective for
  8450. bringing out strong compositional lines or forms in an image.  This map,
  8451. which started as a two-range Bezier map and was tweaked into perfection
  8452. by Michael Sargent, can be downloaded from the "gold and silver" page on
  8453. my site.
  8454.  
  8455.     You probably hand-craft your own palettes, but if you or anyone would
  8456. like to try the palette making programs, please let me know.  
  8457.  
  8458.     I also have a GIF palette grabber.  This program extracts the
  8459. palette from the header of a GIF file and saves it as a Fractint MAP file.
  8460. Most folks seem to be making true color fractals these days, so this
  8461. program has limited usefulness.  One can, of course, convert a JPEG into a
  8462. GIF, and then grab the GIF palette, but the quantization that goes on
  8463. behind the conversion scene makes what seems to be a disorderly GIF
  8464. palette, when viewed as a gradient bar.  
  8465.  
  8466.     For this situation, I have incorporated a palette smoothing
  8467. algorithm developed by Scott Draves.  The algorithm sorts a seemingly
  8468. random palette into a series of short gradients with bright centers.  This
  8469. type of multi-mini-gradient palette is very effective for use with complex
  8470. attractor programs, such as Michael Sargent's qsflame, and it also works
  8471. well for many fractal images.  Scott Draves, creator of the original flame
  8472. program that Michael ported to Win9x/NT (with many improvements!), used
  8473. his smoothing algorithm to create palettes from scanned images.
  8474.  
  8475.  
  8476. --Jeff
  8477. jfield@clark.net
  8478. www.clark.net/pub/jfield
  8479.  
  8480.  
  8481.  
  8482. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8483. Post Message:   fractint@lists.xmission.com
  8484. Get Commands:   majordomo@lists.xmission.com "help"
  8485. Administrator:  twegner@phoenix.net
  8486. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8487.  
  8488.  
  8489. -------------------------------------------------------------------------------
  8490.  
  8491. From: "Phil DiGiorgi" <phild@iinc.com>
  8492. Subject: (fractint) Nifty freeware
  8493. Date: 26 May 1999 20:03:13 -0400
  8494.  
  8495. Sorry, no fractal content, but I thought this little program might be of
  8496. interest to the subscribers to this list.
  8497.  
  8498. If you like to use your fractal images on your windows desktop, this program
  8499. will get rid of the little rectangles of solid color under your icons.   It
  8500. makes the background of the icon text transparent.   Honest, that's all it
  8501. does!   I know it ain't much, but it it thrills me to pieces.   I don't know
  8502. any other way to do this.
  8503.  
  8504. Hope it's useful to somebody.   Here's the URL:
  8505. www.pobox.com/~jayguerette/transparent
  8506.  
  8507. Phil D.
  8508.  
  8509.  
  8510. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8511. Post Message:   fractint@lists.xmission.com
  8512. Get Commands:   majordomo@lists.xmission.com "help"
  8513. Administrator:  twegner@phoenix.net
  8514. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8515.  
  8516.  
  8517. -------------------------------------------------------------------------------
  8518.  
  8519. From: c8501496@ccmailgw6.hkbu.edu.hk
  8520. Subject: (fractint) Receipt of 1999/5/10 PM 01:44 message
  8521. Date: 27 May 1999 11:45:06 +0800
  8522.  
  8523. Re:Re: (fractint) fractal art short course 
  8524.  
  8525.  
  8526. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8527. Post Message:   fractint@lists.xmission.com
  8528. Get Commands:   majordomo@lists.xmission.com "help"
  8529. Administrator:  twegner@phoenix.net
  8530. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8531.  
  8532.  
  8533. -------------------------------------------------------------------------------
  8534.  
  8535. From: c8501496@ccmailgw6.hkbu.edu.hk
  8536. Subject: (fractint) Receipt of 1999/5/7 AM 10:16 message
  8537. Date: 27 May 1999 11:47:24 +0800
  8538.  
  8539. Re:(fractint) Purely Mathematical 
  8540.  
  8541.  
  8542. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8543. Post Message:   fractint@lists.xmission.com
  8544. Get Commands:   majordomo@lists.xmission.com "help"
  8545. Administrator:  twegner@phoenix.net
  8546. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8547.  
  8548.  
  8549. -------------------------------------------------------------------------------
  8550.  
  8551. From: c8501496@ccmailgw6.hkbu.edu.hk
  8552. Subject: (fractint) Receipt of 1999/5/7 AM 10:00 message
  8553. Date: 27 May 1999 11:47:57 +0800
  8554.  
  8555. Re:Re: (fractint) Purely mathematical 
  8556.  
  8557.  
  8558. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8559. Post Message:   fractint@lists.xmission.com
  8560. Get Commands:   majordomo@lists.xmission.com "help"
  8561. Administrator:  twegner@phoenix.net
  8562. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8563.  
  8564.  
  8565. -------------------------------------------------------------------------------
  8566.  
  8567. From: Paul Derbyshire <pderbysh@usa.net>
  8568. Subject: Re: [(fractint) Receipt of 1999/5/7 AM 10:00 message]
  8569. Date: 26 May 1999 23:22:34 MDT
  8570.  
  8571. c8501496@ccmailgw6.hkbu.edu.hk wrote:
  8572. > Re:Re: (fractint) Purely mathematical =
  8573.  
  8574.  
  8575.  
  8576. > --------------------------------------------------------------
  8577. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  8578. > Post Message:   fractint@lists.xmission.com
  8579. > Get Commands:   majordomo@lists.xmission.com "help"
  8580. > Administrator:  twegner@phoenix.net
  8581. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8582.  
  8583. Whuh? What are these messages for?
  8584.  
  8585. ____________________________________________________________________
  8586. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  8587. 1
  8588.  
  8589. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8590. Post Message:   fractint@lists.xmission.com
  8591. Get Commands:   majordomo@lists.xmission.com "help"
  8592. Administrator:  twegner@phoenix.net
  8593. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8594.  
  8595.  
  8596. -------------------------------------------------------------------------------
  8597.  
  8598. From: "Pascal DUCLAUD-LACOSTE" <pascal.duclaud.lacoste@alphacentauri.be>
  8599. Subject: (fractint) Topology of the MandelBrot
  8600. Date: 27 May 1999 07:44:42 +0200
  8601.  
  8602. This is a multi-part message in MIME format.
  8603.  
  8604. ------=_NextPart_000_001C_01BEA814.C8831A40
  8605. Content-Type: text/plain;
  8606.     charset="iso-8859-1"
  8607. Content-Transfer-Encoding: quoted-printable
  8608.  
  8609. Bonjour=20
  8610.  
  8611. Hi !
  8612.  
  8613. 1 or 2 years ago I found (on the Web) a map pointing at nice locations =
  8614. where to zoom in a Mand.=20
  8615.  
  8616. Some area are poor of beautifull things, other have plenty !!! Spendig =
  8617. zooming time in a poor area is frustrating ..=20
  8618.  
  8619. Is there such a map somewhere ?=20
  8620.  
  8621. Many thanks
  8622.  
  8623. Pascal=20
  8624.  
  8625. ------=_NextPart_000_001C_01BEA814.C8831A40
  8626. Content-Type: text/html;
  8627.     charset="iso-8859-1"
  8628. Content-Transfer-Encoding: quoted-printable
  8629.  
  8630. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  8631. <HTML>
  8632. <HEAD>
  8633.  
  8634. <META content=3Dtext/html;charset=3Diso-8859-1 =
  8635. http-equiv=3DContent-Type>
  8636. <META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
  8637. </HEAD>
  8638. <BODY bgColor=3D#ffffff>
  8639. <DIV><FONT color=3D#000000 size=3D2>Bonjour </FONT></DIV>
  8640. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  8641. <DIV><FONT color=3D#000000 size=3D2>Hi !</FONT></DIV>
  8642. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  8643. <DIV><FONT color=3D#000000 size=3D2>1 or 2 years ago I found (on the =
  8644. Web) a map=20
  8645. pointing at nice locations where to zoom in a Mand. </FONT></DIV>
  8646. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  8647. <DIV><FONT color=3D#000000 size=3D2>Some area are poor of beautifull =
  8648. things, other=20
  8649. have plenty !!! Spendig zooming time in a poor area is frustrating ..=20
  8650. </FONT></DIV>
  8651. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  8652. <DIV><FONT color=3D#000000 size=3D2>Is there such a map somewhere ? =
  8653. </FONT></DIV>
  8654. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  8655. <DIV><FONT color=3D#000000 size=3D2>Many thanks</FONT></DIV>
  8656. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  8657. <DIV><FONT color=3D#000000 size=3D2>Pascal </FONT></DIV></BODY></HTML>
  8658.  
  8659. ------=_NextPart_000_001C_01BEA814.C8831A40--
  8660.  
  8661.  
  8662. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8663. Post Message:   fractint@lists.xmission.com
  8664. Get Commands:   majordomo@lists.xmission.com "help"
  8665. Administrator:  twegner@phoenix.net
  8666. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8667.  
  8668.  
  8669. -------------------------------------------------------------------------------
  8670.  
  8671. From: Jan Schaefer <jan@imise.uni-leipzig.de>
  8672. Subject: Re: (fractint) Topology of the MandelBrot
  8673. Date: 27 May 1999 11:09:25 +0200
  8674.  
  8675. Hi,
  8676.  
  8677. try this:
  8678.  
  8679. http://eulero.ing.unibo.it/~strumia/MappeMandJulia.html
  8680.  
  8681. sorry, but only a few zooming areas...
  8682.  
  8683. I looked at altavista after: +map +mandelbrot
  8684.  
  8685. maybe there are some more in the web
  8686.  
  8687. > Pascal DUCLAUD-LACOSTE schrieb:
  8688. > Is there such a map somewhere ?
  8689.  
  8690. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8691. Post Message:   fractint@lists.xmission.com
  8692. Get Commands:   majordomo@lists.xmission.com "help"
  8693. Administrator:  twegner@phoenix.net
  8694. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8695.  
  8696.  
  8697. -------------------------------------------------------------------------------
  8698.  
  8699. From: Genealogy1@aol.com
  8700. Subject: Re: (fractint) Colormaps
  8701. Date: 27 May 1999 08:50:24 EDT
  8702.  
  8703. In a message dated 5/26/99 7:42:44 AM Eastern Daylight Time, jfield@clark.net 
  8704. writes:
  8705.  
  8706. << You probably handcraft your own palettes, but if you or anyone would
  8707.  like to try the palette making programs, please let me know.   >>
  8708.  
  8709. I'd like to give them a try.
  8710.  
  8711. Thank you.
  8712.  
  8713. --Bob Carr--
  8714.  
  8715. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8716. Post Message:   fractint@lists.xmission.com
  8717. Get Commands:   majordomo@lists.xmission.com "help"
  8718. Administrator:  twegner@phoenix.net
  8719. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8720.  
  8721.  
  8722. -------------------------------------------------------------------------------
  8723.  
  8724. From: Barry N Merenoff <110144.2274@compuserve.com>
  8725. Subject: (fractint) Re: 1/f scaling noise
  8726. Date: 27 May 1999 09:09:53 -0400
  8727.  
  8728. A while ago I sent in two questions about 1/f scaling noise. Does anybody=
  8729.  
  8730. have answers?
  8731.  
  8732. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8733. Post Message:   fractint@lists.xmission.com
  8734. Get Commands:   majordomo@lists.xmission.com "help"
  8735. Administrator:  twegner@phoenix.net
  8736. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8737.  
  8738.  
  8739. -------------------------------------------------------------------------------
  8740.  
  8741. From: "Les St Clair" <les_stclair@crosstrees.prestel.co.uk>
  8742. Subject: Re: (fractint) Topology of the MandelBrot
  8743. Date: 27 May 1999 19:00:41 +0100
  8744.  
  8745.  
  8746. Hi Pascal
  8747.  
  8748. > 1 or 2 years ago I found (on the Web) a map pointing at nice locations where
  8749. to zoom in a Mand.
  8750. > Is there such a map somewhere ?
  8751.  
  8752. In between making complaints about Fractint Paul Derbyshire managed to put this
  8753. useful guide together...
  8754.  
  8755. "PGD's Quick Guide to the Mandelbrot Set", it can be found at
  8756. http://www.globalserve.net/~derbyshire/manguide.html
  8757.  
  8758.  
  8759. (just kidding Paul <g>)
  8760.  
  8761. cheers, Les
  8762.  
  8763.  
  8764.  
  8765. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8766. Post Message:   fractint@lists.xmission.com
  8767. Get Commands:   majordomo@lists.xmission.com "help"
  8768. Administrator:  twegner@phoenix.net
  8769. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8770.  
  8771.  
  8772. -------------------------------------------------------------------------------
  8773.  
  8774. From: Bob Margolis <rttyman@wwa.com>
  8775. Subject: (fractint) Beginner's Tips
  8776. Date: 27 May 1999 21:56:58 -0500
  8777.  
  8778. Greetings Budding Fractalartisans:
  8779.  
  8780. Here's what Juan Luis Mart=EDnez has to say at his  Web site
  8781. ( Doing Fractals http://home.coqui.net/storjorn/Opinion/My_fractals.html =
  8782. ) about creating fractal art:
  8783.  
  8784.  
  8785. I don't think of myself as an expert fractal artist (there's a lot to be =
  8786. learn before that), but I can
  8787. state some basic "principles" about fractal creation I have realized so f=
  8788. ar:=20
  8789.  
  8790. Patience is the keyword. Producing a fractal is a complex process even to=
  8791.  a fast computer. Each figure
  8792. requires a lot of calculations, and those take time. The deeper you go, t=
  8793. he slowest the process will be.
  8794.  
  8795. Keep the image relatively small (between 300x300 and 600x600, but not sma=
  8796. ller or you won't discern the
  8797. details) while searching for the area that attracks your creative self. O=
  8798. nce you finish working with it,
  8799. change to a big resolution for the final file.
  8800.  
  8801. Regularly it will take just a few minutes to calculate a fractal, but som=
  8802. etimes it could take as long as
  8803. several hours or even days (and even a lot more). That depends on the com=
  8804. plexity of the fractal and the
  8805. number of iterations you choose.
  8806.  
  8807. A small change in the parameters - the values of each variable - will res=
  8808. ult in an entirely different image.
  8809. Once you find something interesting, save it or write the values on paper=
  8810.  or to a text file (using
  8811. NOTEPAD, for example). Otherwise, you won't probably be able to return to=
  8812.  that same spot again. You
  8813. could end up with two dozen fractals before finishing a single image, but=
  8814.  you won't regret it if suddenly
  8815. an unexpected and unwelcome error happens.
  8816.  
  8817. Most of the fractal generators I know produce a parameter's file whenever=
  8818.  they save a bitmap (that's
  8819. the case with all of Ferguson's generators). Some others (FractInt among =
  8820. them) store that information in
  8821. the same image's file; thus, be sure to keep an unadulterated copy of the=
  8822.  original file if you plan to alter
  8823. the fractal in a graphics editor later. INFI and Kaos Rhei won't do any o=
  8824. f that automatically, so get used
  8825. to do it manually. For INFI, create a new bookmark for every image you co=
  8826. me up with; for Kaos Rhei,
  8827. choose "Save Parameters" from the FILE menu item.
  8828.  
  8829. It's also practically impossible to produce two identical images except w=
  8830. hen using the same, and only
  8831. the same, parameters. So keep those files in a save place. They are the t=
  8832. he only way you have to
  8833. reproduce an image (if need be) and could be a proof of authorship.
  8834.  
  8835. It is absolutely probable that you won't know what an image will look lik=
  8836. e beforehand. You'll be
  8837. exploring an imaginary and never-ending world, searching for new vistas t=
  8838. o bring to the real one.
  8839.  
  8840. There are certain basic features that are easy to remember and recognize,=
  8841.  but while you "travel" along
  8842. the Mandelbrot regions, for example, new patterns never seeing before wil=
  8843. l come into view. That's part
  8844. of the thrill that attracts us to fractal art.
  8845.  
  8846. If you have been zooming in a region for a while, chances are that you ha=
  8847. ve noticed that several
  8848. features look whashed out, with dark patches and without any detail. It's=
  8849.  just that you are too deep into
  8850. the figure at "low resolution". Adjust the number of iterations to a high=
  8851. er value and the small
  8852. Mandelbrots, ridges, spirals, smoothness and spikes will return to view.
  8853.  
  8854. It's not possible to explore the whole Mandelbrot set in a lifetime, let =
  8855. along all other fractal types out
  8856. there. Although you can see many fractal images in a lot of publications,=
  8857.  web sites and other products
  8858. (including nature), the chances of getting an original composition are hi=
  8859. gh.
  8860.  
  8861. Most fractal generators are capable of applying filters such as stalks, a=
  8862. tan, strands and bubbles, to an
  8863. image. Those are also mathematical expressions that enhance or adds featu=
  8864. res to these intriguing
  8865. shapes.
  8866.  
  8867. After getting the figure concentrate on coloring it. That will make the d=
  8868. ifference between a regular
  8869. image and an artwork. The coloring method will depend on the fractal gene=
  8870. rator you are using. Some
  8871. use palettes in which you are free to select the colors to be used; other=
  8872. s use color controls, and you
  8873. just have to move the sliders up or down, left to right, until you get th=
  8874. e combination that fits your
  8875. taste; some use algorithms to give the tones to each pixel; while others =
  8876. are based on predefined color
  8877. maps which colors can be rotated in order to change their hues.
  8878.  
  8879. Feel free to apply post-processing techniques to the resulting images. Wh=
  8880. ile some purists will say they
  8881. hurt the natural figure (what certainly is true), they will add to the cr=
  8882. eative process, increasing the
  8883. artistic outcome.
  8884.  
  8885. Study, at least briefly, the mathematics behind the images. You will disc=
  8886. over you don't need to be a
  8887. genius to understand the basic concepts. The sole process of generating a=
  8888.  figure will help you to get
  8889. some clues that could later turn into wonders.
  8890.  
  8891.  
  8892. Now go create some fractal art.
  8893.  
  8894. Bob "When Will This Zoom-in End?" Margolis
  8895.                                                                          =
  8896.                  .
  8897.  
  8898. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8899. Post Message:   fractint@lists.xmission.com
  8900. Get Commands:   majordomo@lists.xmission.com "help"
  8901. Administrator:  twegner@phoenix.net
  8902. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8903.  
  8904.  
  8905. -------------------------------------------------------------------------------
  8906.  
  8907. From: Paul Derbyshire <pderbysh@usa.net>
  8908. Subject: Re: [(fractint) Topology of the MandelBrot]
  8909. Date: 28 May 1999 09:19:31 MDT
  8910.  
  8911. "Pascal DUCLAUD-LACOSTE" <pascal.duclaud.lacoste@alphacentauri.be> wrote:=
  8912.  
  8913.  
  8914. > Hi !
  8915.  
  8916. > 1 or 2 years ago I found (on the Web) a map pointing at nice locations =
  8917. >
  8918. where to zoom in a Mand. =
  8919.  
  8920.  
  8921. It moved. The new address is
  8922. http://www.globalserve.net/~derbyshire/manguin1.html   ;-)
  8923.  
  8924. > Some area are poor of beautifull things, other have plenty !!! Spendig =
  8925. >
  8926. zooming time in a poor area is frustrating .. =
  8927.  
  8928.  
  8929. You seem to have gotten a strange or corrupt copy of the Mandelbrot set..=
  8930. =2Emine
  8931. has no "poor areas" :-) Sometimes you need to dig a bit, but almost anywh=
  8932. ere
  8933. has something of interest... after all, everywhere has mini Mandelbrots a=
  8934. nd
  8935. embellished versions of any area can be found near any mini Mandelbrot.
  8936.  
  8937.  
  8938. ____________________________________________________________________
  8939. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  8940. 1
  8941.  
  8942. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8943. Post Message:   fractint@lists.xmission.com
  8944. Get Commands:   majordomo@lists.xmission.com "help"
  8945. Administrator:  twegner@phoenix.net
  8946. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8947.  
  8948.  
  8949. -------------------------------------------------------------------------------
  8950.  
  8951. From: Phil McRevis <legalize@xmission.com>
  8952. Subject: (fractint) double messages
  8953. Date: 28 May 1999 11:21:46 -0600
  8954.  
  8955. I asked XMission about this -- apparently it is an interaction between
  8956. mail user agents and the list software.  It is spurious and (so far)
  8957. unrepeatable, which makes it difficult to debug.  Apparently there is
  8958. some mail software out there that receives the mail, but makes the
  8959. sender think that the mail hasn't been received.  Thus the sender
  8960. retransmits the message.  At least the problem results in duplicate
  8961. messages, rather than messages lost!
  8962. --
  8963. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  8964.     ``Ain't it funny that they all fire the pistol, 
  8965.       at the wrong end of the race?''--PDBT
  8966.           <http://www.eden.com/~thewho>
  8967.  
  8968. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8969. Post Message:   fractint@lists.xmission.com
  8970. Get Commands:   majordomo@lists.xmission.com "help"
  8971. Administrator:  twegner@phoenix.net
  8972. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  8973.  
  8974.  
  8975. -------------------------------------------------------------------------------
  8976.  
  8977. From: Mark Christenson <mchris@hooked.net>
  8978. Subject: Re: (fractint) Topology of the MandelBrot
  8979. Date: 28 May 1999 18:54:28 -0700
  8980.  
  8981. At 07:44 AM 5/27/99 +0200, Pascal wrote:
  8982. >1 or 2 years ago I found (on the Web) a map pointing at nice locations 
  8983. >where to zoom in a Mand. 
  8984. >...
  8985. >Is there such a map somewhere ? 
  8986.  
  8987. My favorite way to find hot spots is to poke around the set using 
  8988. attractor plots.  In Fractint, this is accomplished using the "orbits" 
  8989. function ("o" key).  After you M-set is done generating, press "o" 
  8990. and move the cursor around until you start seeing interesting shapes 
  8991. in the orbit window, then zoom in on those coordinates.  As the 
  8992. shampoo bottle says, "lather, rinse, repeat".  In this case, feel free 
  8993. to do so ad infinitum!
  8994.  
  8995.  
  8996. Psychoholically yours, 
  8997.         Bud 
  8998.  
  8999.  
  9000. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9001. Post Message:   fractint@lists.xmission.com
  9002. Get Commands:   majordomo@lists.xmission.com "help"
  9003. Administrator:  twegner@phoenix.net
  9004. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9005.  
  9006.  
  9007. -------------------------------------------------------------------------------
  9008.  
  9009. From: "David Jones" <gnome@aloha.net>
  9010. Subject: Re: (fractint) Topology of the MandelBrot
  9011. Date: 28 May 1999 23:11:54 -1000
  9012.  
  9013. On 28 May 99 at 18:54, Mark Christenson wrote:
  9014.  
  9015. > At 07:44 AM 5/27/99 +0200, Pascal wrote:
  9016. > >1 or 2 years ago I found (on the Web) a map pointing at nice locations 
  9017. > >where to zoom in a Mand. 
  9018. > >...
  9019. > >Is there such a map somewhere ? 
  9020. > My favorite way to find hot spots is to poke around the
  9021. > set using attractor plots.  In Fractint, this is
  9022. > accomplished using the "orbits" function ("o" key). 
  9023. > After you M-set is done generating, press "o" and move
  9024. > the cursor around until you start seeing interesting
  9025. > shapes in the orbit window, then zoom in on those
  9026. > coordinates.  As the shampoo bottle says, "lather,
  9027. > rinse, repeat".  In this case, feel free to do so ad
  9028. > infinitum!
  9029.  
  9030. Thank you, thank you, thank you! Been using Fractint for 
  9031. years, and just now find out about the delightful Orbits 
  9032. key!
  9033.  
  9034. Another blast of bits from David
  9035. http://www.aloha.net/~shauna/   http://www.hawastsoc.org/
  9036. For the best Hawaii & Pacific Basin surf forecast:
  9037.     http://www.surfreporthawaii.com
  9038.  
  9039. Random Thought for this Nanosecond
  9040. When push comes to shove, never confuse co-workers with friends.
  9041.  
  9042.  
  9043.  
  9044. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9045. Post Message:   fractint@lists.xmission.com
  9046. Get Commands:   majordomo@lists.xmission.com "help"
  9047. Administrator:  twegner@phoenix.net
  9048. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9049.  
  9050.  
  9051. -------------------------------------------------------------------------------
  9052.  
  9053. From: "gwydion" <gwydion@yeah65.freeserve.co.uk>
  9054. Subject: (fractint) Fractal Symphonies
  9055. Date: 29 May 1999 16:33:48 +0100
  9056.  
  9057. This is a multi-part message in MIME format.
  9058.  
  9059. ------=_NextPart_000_0026_01BEA9F1.06EF2160
  9060. Content-Type: text/plain;
  9061.     charset="iso-8859-1"
  9062. Content-Transfer-Encoding: quoted-printable
  9063.  
  9064. Musings from Fractal Land
  9065. Every shape and every colour that we see ,fires a combination of cones
  9066.  and rods {notes}in the eye, sending a signal to the brain.Certain =
  9067. combinations of shape and colour, fire signals that are sent to specific =
  9068. areas of the brain, {{chords}like the 93rd Stellation of the =
  9069. Icosidodecahedron}.Fractals allow this process to reach the next level =
  9070. and could be called the gift of Fractal Land{symphonies}.
  9071. Due to the infinite nature of fractals, as we look at a fractal  chords =
  9072. play together in unique combinations, forming a symphony in the resonant =
  9073. chamber of the skull.Fractal explorers experience the new music and are =
  9074. changed therin.When VR comes of age these symphonies become Evolutionary =
  9075. helpers in a more major way .This is  one of the many gifts of programs =
  9076. like Fractint, Ultrafractal, Fractal Extreme and others whom i have not =
  9077. met and the explorations you undertake.You are all finding the way =
  9078. points for future grand adventures.
  9079. Let the music play on.=20
  9080. Gwydion
  9081.  
  9082. ------=_NextPart_000_0026_01BEA9F1.06EF2160
  9083. Content-Type: text/html;
  9084.     charset="iso-8859-1"
  9085. Content-Transfer-Encoding: quoted-printable
  9086.  
  9087. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  9088. <HTML><HEAD>
  9089. <META content=3D"text/html; charset=3Diso-8859-1" =
  9090. http-equiv=3DContent-Type>
  9091. <META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
  9092. <STYLE></STYLE>
  9093. </HEAD>
  9094. <BODY bgColor=3D#ffffff>
  9095. <DIV><FONT size=3D2>Musings from Fractal Land<BR>Every shape and every =
  9096. colour that=20
  9097. we see ,fires a combination of cones<BR> and rods {notes}in the =
  9098. eye,=20
  9099. sending a signal to the brain.Certain combinations of shape and colour, =
  9100. fire=20
  9101. signals that are sent to specific areas of the brain, {{chords}like the =
  9102. 93rd=20
  9103. Stellation of the Icosidodecahedron}.Fractals allow this process to =
  9104. reach the=20
  9105. next level and could be called the gift of Fractal =
  9106. Land{symphonies}.<BR>Due to=20
  9107. the infinite nature of fractals, as we look at a fractal  chords =
  9108. play=20
  9109. together in unique combinations, forming a symphony in the resonant =
  9110. chamber of=20
  9111. the skull.Fractal explorers experience the new music and are changed =
  9112. therin.When=20
  9113. VR comes of age these symphonies become Evolutionary helpers in a more =
  9114. major way=20
  9115. .This is  one of the many gifts of programs like Fractint, =
  9116. Ultrafractal,=20
  9117. Fractal Extreme and others whom i have not met and the explorations you=20
  9118. undertake.You are all finding the way points for future grand =
  9119. adventures.<BR>Let=20
  9120. the music play on. <BR>Gwydion</FONT></DIV></BODY></HTML>
  9121.  
  9122. ------=_NextPart_000_0026_01BEA9F1.06EF2160--
  9123.  
  9124.  
  9125. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9126. Post Message:   fractint@lists.xmission.com
  9127. Get Commands:   majordomo@lists.xmission.com "help"
  9128. Administrator:  twegner@phoenix.net
  9129. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9130.  
  9131.  
  9132. -------------------------------------------------------------------------------
  9133.  
  9134. From: Mark Christenson <mchris@hooked.net>
  9135. Subject: (fractint) feature request 
  9136. Date: 29 May 1999 10:56:53 -0700
  9137.  
  9138. Yeah, I know I should use the Spanky wish list interface, but 
  9139. I also know you developers are on this list and 20.0 is just 
  9140. around the corner.  I figured this idea would get lost in the 
  9141. wash on the wish list, and so chose to break protocol and 
  9142. post it here:
  9143.  
  9144. Would it be possible to implement the Decomposition coloring 
  9145. method in *multiples* of two rather than *powers* of two?  Or 
  9146. what about *any* number (less than 257 :-) )?  It would make 
  9147. life easier by allowing one to apply palettes with different "periods" 
  9148. to a fractal.  I have often had to create a stretched version of 
  9149. an existing palette for this reason. 
  9150.  
  9151.  
  9152. Thanks, Bud
  9153.  
  9154.  
  9155. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9156. Post Message:   fractint@lists.xmission.com
  9157. Get Commands:   majordomo@lists.xmission.com "help"
  9158. Administrator:  twegner@phoenix.net
  9159. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9160.  
  9161.  
  9162. -------------------------------------------------------------------------------
  9163.  
  9164. From: Phil McRevis <legalize@xmission.com>
  9165. Subject: Re: (fractint) feature request 
  9166. Date: 29 May 1999 15:26:16 -0600
  9167.  
  9168.  
  9169. In article <199905291757.KAA23539@mom.hooked.net>,
  9170.     Mark Christenson <mchris@hooked.net>  writes:
  9171.  
  9172. > I figured this idea would get lost in the 
  9173. > wash on the wish list, and so chose to break protocol and 
  9174. > post it here:
  9175.  
  9176. Its actually the other way around.  If you submit your idea/request
  9177. via the wish list its much less likely to get lost.  That, after all,
  9178. is the whole point of the wish list.  So.... submit your idea again
  9179. through the wish list.
  9180. --
  9181. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  9182.     ``Ain't it funny that they all fire the pistol,     
  9183.       at the wrong end of the race?''--PDBT     
  9184. legalize@xmission.com    <http://www.eden.com/~thewho>
  9185.  
  9186. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9187. Post Message:   fractint@lists.xmission.com
  9188. Get Commands:   majordomo@lists.xmission.com "help"
  9189. Administrator:  twegner@phoenix.net
  9190. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9191.  
  9192.  
  9193. -------------------------------------------------------------------------------
  9194.  
  9195. From: "Tim Wegner" <twegner@phoenix.net>
  9196. Subject: Re: (fractint) Topology of the MandelBrot
  9197. Date: 29 May 1999 20:50:53 -0600
  9198.  
  9199. Mark wrote:
  9200.  
  9201. > My favorite way to find hot spots is to poke around the set using 
  9202. > attractor plots.  In Fractint, this is accomplished using the "orbits" 
  9203. > function ("o" key).  After you M-set is done generating, press "o" 
  9204. > and move the cursor around until you start seeing interesting shapes 
  9205. > in the orbit window, then zoom in on those coordinates.
  9206.  
  9207. I have an idea that this procedure might lead to self similar areas, 
  9208. which might not be desirable. 
  9209.  
  9210. After first implementig arbitrary precision, I tried to "fish" for a 
  9211. fractal in very deep water (e.g. high magnification). I did it by using 
  9212. viewwindows mode and letting just a few pixels develop in solid 
  9213. guessing mode. Where pixels had different colors, I figured it was 
  9214. safe to zoom. What I was trying to avoid was a solid area with no 
  9215. structure. The problem was that arbitrary precision is slow, so I 
  9216. was trying to see where to zoom by generating very few pixels.
  9217.  
  9218. When I was done, I let the whole fractal calculate. I wondered if I 
  9219. had set some kind of a record, since the magnification was 
  9220. something like 10^900, and the fracta;l looked quite interesting. 
  9221.  
  9222. But alas, something looked wrong. The fractal looked familiar. In 
  9223. fact the fractal was identical (except for rotation) to a fractal 
  9224. generated at the same place but with a very modest magnification.
  9225.  
  9226. From my very limited experience, it seems to me that most 
  9227. strategies from zooming in to very deep magnifications are liekely 
  9228. to fall into "whirlpools of self similarity" where nothing new is found. 
  9229. One strategy to avoid this is to follow a descreasing sequence of 
  9230. migit Mandelbrots. I don't know how to prove this, but it seems 
  9231. apparent from experimentation that midgits are not self-similar, 
  9232. quite the contrary: as one zooms deeper, the patters surrounding 
  9233. the midgits change.
  9234.  
  9235. Questions:
  9236.  
  9237. 1. Is it true that zooms following sequences of smaller and smaller 
  9238. midgits never fall into self-similarity
  9239.  
  9240. 2. Are there other strategies for zooming to great depths that result 
  9241. in different images as one goes deeper.
  9242.  
  9243. Tim
  9244.  
  9245.  
  9246. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9247. Post Message:   fractint@lists.xmission.com
  9248. Get Commands:   majordomo@lists.xmission.com "help"
  9249. Administrator:  twegner@phoenix.net
  9250. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9251.  
  9252.  
  9253. -------------------------------------------------------------------------------
  9254.  
  9255. From: Paul Derbyshire <pderbysh@usa.net>
  9256. Subject: Re: [Re: (fractint) Topology of the MandelBrot]
  9257. Date: 29 May 1999 21:29:05 MDT
  9258.  
  9259. "Tim Wegner" <twegner@phoenix.net> wrote:
  9260. Mark wrote:
  9261.  
  9262. > I have an idea that this procedure might lead to self similar areas, =
  9263.  
  9264. > which might not be desirable. =
  9265.  
  9266.  
  9267. I would expect that it would not, if you take care to choose based on see=
  9268. ing
  9269. *new* shapes in the orbits.
  9270.  
  9271. > After first implementig arbitrary precision, I tried to "fish" for a =
  9272.  
  9273. > fractal in very deep water (e.g. high magnification). I did it by using=
  9274.  =
  9275.  
  9276. > viewwindows mode and letting just a few pixels develop in solid =
  9277.  
  9278. > guessing mode. Where pixels had different colors, I figured it was =
  9279.  
  9280. > safe to zoom. What I was trying to avoid was a solid area with no =
  9281.  
  9282. > structure. The problem was that arbitrary precision is slow, so I =
  9283.  
  9284. > was trying to see where to zoom by generating very few pixels.
  9285.  
  9286. > When I was done, I let the whole fractal calculate. I wondered if I =
  9287.  
  9288. > had set some kind of a record, since the magnification was =
  9289.  
  9290. > something like 10^900, and the fracta;l looked quite interesting. =
  9291.  
  9292.  
  9293. > But alas, something looked wrong. The fractal looked familiar. In =
  9294.  
  9295. > fact the fractal was identical (except for rotation) to a fractal =
  9296.  
  9297. > generated at the same place but with a very modest magnification.
  9298.  
  9299. > From my very limited experience, it seems to me that most =
  9300.  
  9301. > strategies from zooming in to very deep magnifications are liekely =
  9302.  
  9303. > to fall into "whirlpools of self similarity" where nothing new is
  9304. > found...
  9305.  
  9306. In a sense, all whirlpools are illusory. The M-set is *never* quite
  9307. self-similar. Example: Start with a seahorse and generate an image of the=
  9308.  
  9309. spiral. Save this in a par file. Zoom the outer curve of the spiral and f=
  9310. ind a
  9311. double spiral which hides a midget.
  9312.  
  9313. Now from the original spiral, zoom the center of the spiral two or three
  9314. times. Whirlpool? Maybe not. Zoom a part of spiral arm and find a double
  9315. spiral. The double spiral is not the same! It has many more turns.
  9316.  
  9317. But to see anything interesting deep in the spiral you couldn't find near=
  9318.  the
  9319. surface, you need to move away from the middle eventually and aim for whe=
  9320. re
  9321. there is a midget.
  9322.  
  9323. The moral of this story is, the stuff around midgets in a "whirlpool" cha=
  9324. nges
  9325. the deeper you go, usually by wrapping around more times in some way.
  9326.  
  9327. > One strategy to avoid this is to follow a descreasing sequence of =
  9328.  
  9329. > migit Mandelbrots.
  9330.  
  9331. > I don't know how to prove this, but it seems apparent from
  9332. > experimentation that midgits are not self-similar, quite the contrary:
  9333. > as one zooms deeper, the patters surrounding the midgits change.
  9334.  
  9335. Yep. Every mini Mandelbrot has a characteristic filament that attaches to=
  9336.  it.
  9337. As you zoom up mini Mandelbrots you accrete more filament types.
  9338.  
  9339. > 1. Is it true that zooms following sequences of smaller and smaller =
  9340.  
  9341. > midgits never fall into self-similarity
  9342.  
  9343. Yep. Although things can just keep getting hairy.
  9344.  
  9345. > 2. Are there other strategies for zooming to great depths that result =
  9346.  
  9347. > in different images as one goes deeper.
  9348.  
  9349. Yep. There are two basic strategies. One is to zoom and generally hang ar=
  9350. ound
  9351. mini Mandelbrots; the other is to zoom into clefts between buds, where yo=
  9352. u can
  9353. accumulate more kinds of spirals or seahorse arms or scepters.
  9354.  
  9355. There's a third, more advanced strategy, which is to mix the two abopve
  9356. strategies.
  9357.  
  9358. As for strategy 1, I must elaborate. You can zoom to the actual mini
  9359. Mandelbrot and explore its clefts and primary dendrites. You can zoom ver=
  9360. y
  9361. near it and explore attached filaments for their mini Julias. There are
  9362. infinitely many variations here. For instance you can zoom at a midget an=
  9363. d
  9364. then a midget of the first's primary dendrites, then find an interesting =
  9365. area
  9366. of the micro Mandelbrot. Find a dendrite, which will have filaments assoc=
  9367. iated
  9368. with the micro. Zoom one of the filaments. It has mini Julias and more
  9369. filaments, these associated with the mini. Zoom this tertiary filament an=
  9370. d
  9371. there are more embedded Julias... which are associated with the mini, not=
  9372.  the
  9373. micro. These mini Julias have, embedded in them ... mini Julias of a diff=
  9374. erent
  9375. type, those characteristic of the micro. Yikes!
  9376.  
  9377. Instead, you can stop far out from the mini, where there are only two or =
  9378. four
  9379. or eight or sixteen repeated filaments. Then attack one of these. You get=
  9380.  
  9381. "dumbbells" or other shapes. Zoom a 3-armed spiral for instance. One arm =
  9382. goes
  9383. to the mother set, two terminate in bulbs. Zoom an arm and find a doubled=
  9384.  
  9385. spiral. Instead of aiming for the central, probably still invisibly small=
  9386.  
  9387. mini, attack one of the double spiral's arms. Pick one that terminates. F=
  9388. ind a
  9389. doubling, and you'll see that each spiral in the doubled spiral has one a=
  9390. rm to
  9391. the central join where a mini lurks and one arm that terminates and a thi=
  9392. rd
  9393. arm that passes through another joining on the way to the mother set. Now=
  9394.  
  9395. attack the remaining terminating arm...
  9396. As for locating the mini, it makes a difference where it is on a filament=
  9397. , or
  9398. how deep in a whirlpool.
  9399.  
  9400. When exploring a mini Julia, you can find a mini in the center, but you c=
  9401. an
  9402. also attack the mini Julia's other structures... spirals, seahorse eyes,
  9403. dendrites, or whatever.
  9404.  
  9405.  
  9406.  
  9407.  
  9408. ____________________________________________________________________
  9409. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  9410. 1
  9411.  
  9412. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9413. Post Message:   fractint@lists.xmission.com
  9414. Get Commands:   majordomo@lists.xmission.com "help"
  9415. Administrator:  twegner@phoenix.net
  9416. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9417.  
  9418.  
  9419. -------------------------------------------------------------------------------
  9420.  
  9421. From: Genealogy1@aol.com
  9422. Subject: (fractint) A Julia type...
  9423. Date: 30 May 1999 18:10:42 EDT
  9424.  
  9425. Hi Everybody,
  9426.  
  9427. Below is the FRM and PAR for a Julia type that I really liked.
  9428.  
  9429. --Bob Carr--
  9430.  
  9431. Carr3534(YAXIS){;Modified Sylvie Gallet frm.1996
  9432. ;passes=1 needs to be used with this PHC formula
  9433. pixel=-abs(real(pixel))+flip(imag(pixel))
  9434. b3a=(0.1+|0.018/pixel|)
  9435. b1=(|0.026/pixel|)-conj(|0.025/pixel|)-real(0.025/pixel)
  9436. b1a=flip(conj(0.1+pixel))*(pixel)-(conj(0.1/pixel))+sqr(flip(0.1/pixel))
  9437. b3=((b1a^1.5)/((|0.2/pixel|)))-conj(b3a)/pixel
  9438. b5=(|pixel/2|)*b3-flip(flip(0.046/pixel))^3.9+0.0015/pixel-0.066824
  9439. z=whitesq*b5-(whitesq==0)*b5
  9440. c1=1.5*z^1.2,c2=2.25*z,c3=3.375*z,c4=5.0625*z
  9441. l1=real(p1),l2=imag(p1),l3=real(p2),l4=imag(p2)
  9442. bailout=16,iter=0:
  9443. t1=(iter==l1),t2=(iter==l2),t3=(iter==l3),t4=(iter==l4)
  9444. t=1-(t1||t2||t3||t4),z=z*t,c=c*t+c1*t1+c2*t2+c3*t3+c4*t4
  9445. z=z^2+(-0.748800289672,-0.1350036189)-0.0000230
  9446. iter=iter+1
  9447. (conj(|z|))<=bailout
  9448. }
  9449.  
  9450. Carr3534            { ; "Heraldic" Julia.
  9451.   reset=1960 type=formula formulafile=43kCarr.frm formulaname=Carr3534
  9452.   passes=1 center-mag=0.0010622/0.0133912/0.7950156
  9453.   params=200/300/400/550 float=y maxiter=647 periodicity=0
  9454.   colors=000<6>00043C<12>OHz<12>000<10>zpa<6>_SMWPKTKNPGPMBSI7U<10>1020000\
  9455.   00<14>wo`<15>`00<15>000WOG<13>zo`<15>UMFWLE<13>`Ft`Fw_Et<12>L7UK7SH7UGBV\
  9456.   FFW<14>1hz011<12>AFHBGM<15>zzzxxx000ttt<11>WWWUUUTTT<9>AAA
  9457.   }
  9458.  
  9459.  
  9460. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9461. Post Message:   fractint@lists.xmission.com
  9462. Get Commands:   majordomo@lists.xmission.com "help"
  9463. Administrator:  twegner@phoenix.net
  9464. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9465.  
  9466.  
  9467. -------------------------------------------------------------------------------
  9468.  
  9469. From: Phil McRevis <legalize@xmission.com>
  9470. Subject: Re: (fractint) Topology of the MandelBrot 
  9471. Date: 30 May 1999 16:21:23 -0600
  9472.  
  9473.  
  9474. In article <199905300150.UAA05712@voyager.c-com.net>,
  9475.     "Tim Wegner" <twegner@phoenix.net>  writes:
  9476.  
  9477. > apparent from experimentation that midgits are not self-similar, 
  9478. > quite the contrary: as one zooms deeper, the patters surrounding 
  9479. > the midgits change.
  9480.  
  9481. I think what you're seeing here is the period doubling phenomenon that
  9482. one would observe by following the midgets that are centered on the
  9483. real line.  The dynamics of M on the real line are the same as the
  9484. dynamics of the bifurcation plots.  A colleague once wrote a program
  9485. that superimposed the two and you can see that the bifurcation plot
  9486. goes through its first bifurcation at the point where the circle joins
  9487. the main cardiod.  The next bifurcation happens at the place where the
  9488. midget centered on the real line touches the circle, and so-on.  If
  9489. one used this as a zooming strategy, you'd find that the midgets keep
  9490. reappearing, but that the number of tendrils leading into the midgets
  9491. follow a period doubling progression.  Aliasing soon takes over after
  9492. several zooms :-), preventing you from seeing all the tendrils.
  9493. --
  9494. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  9495.     ``Ain't it funny that they all fire the pistol,     
  9496.       at the wrong end of the race?''--PDBT     
  9497. legalize@xmission.com    <http://www.eden.com/~thewho>
  9498.  
  9499. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9500. Post Message:   fractint@lists.xmission.com
  9501. Get Commands:   majordomo@lists.xmission.com "help"
  9502. Administrator:  twegner@phoenix.net
  9503. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9504.  
  9505.  
  9506. -------------------------------------------------------------------------------
  9507.  
  9508. From: "Ricardo M. Forno" <rforno@afip.gov.ar>
  9509. Subject: RE: (fractint) Topology of the MandelBrot
  9510. Date: 31 May 1999 09:29:21 -0300
  9511.  
  9512. My English is somewhat poor. What is a midgit? The Babylon translator does
  9513. not know it.
  9514. ----- Original Message -----
  9515. Sent: Saturday, May 29, 1999 11:50 PM
  9516.  
  9517.  
  9518. > Mark wrote:
  9519. >
  9520. > > My favorite way to find hot spots is to poke around the set using
  9521. > > attractor plots.  In Fractint, this is accomplished using the "orbits"
  9522. > > function ("o" key).  After you M-set is done generating, press "o"
  9523. > > and move the cursor around until you start seeing interesting shapes
  9524. > > in the orbit window, then zoom in on those coordinates.
  9525. >
  9526. > I have an idea that this procedure might lead to self similar areas,
  9527. > which might not be desirable.
  9528. >
  9529. > After first implementig arbitrary precision, I tried to "fish" for a
  9530. > fractal in very deep water (e.g. high magnification). I did it by using
  9531. > viewwindows mode and letting just a few pixels develop in solid
  9532. > guessing mode. Where pixels had different colors, I figured it was
  9533. > safe to zoom. What I was trying to avoid was a solid area with no
  9534. > structure. The problem was that arbitrary precision is slow, so I
  9535. > was trying to see where to zoom by generating very few pixels.
  9536. >
  9537. > When I was done, I let the whole fractal calculate. I wondered if I
  9538. > had set some kind of a record, since the magnification was
  9539. > something like 10^900, and the fracta;l looked quite interesting.
  9540. >
  9541. > But alas, something looked wrong. The fractal looked familiar. In
  9542. > fact the fractal was identical (except for rotation) to a fractal
  9543. > generated at the same place but with a very modest magnification.
  9544. >
  9545. > From my very limited experience, it seems to me that most
  9546. > strategies from zooming in to very deep magnifications are liekely
  9547. > to fall into "whirlpools of self similarity" where nothing new is found.
  9548. > One strategy to avoid this is to follow a descreasing sequence of
  9549. > migit Mandelbrots. I don't know how to prove this, but it seems
  9550. > apparent from experimentation that midgits are not self-similar,
  9551. > quite the contrary: as one zooms deeper, the patters surrounding
  9552. > the midgits change.
  9553. >
  9554. > Questions:
  9555. >
  9556. > 1. Is it true that zooms following sequences of smaller and smaller
  9557. > midgits never fall into self-similarity
  9558. >
  9559. > 2. Are there other strategies for zooming to great depths that result
  9560. > in different images as one goes deeper.
  9561. >
  9562. > Tim
  9563. >
  9564. >
  9565. > --------------------------------------------------------------
  9566. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  9567. > Post Message:   fractint@lists.xmission.com
  9568. > Get Commands:   majordomo@lists.xmission.com "help"
  9569. > Administrator:  twegner@phoenix.net
  9570. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9571.  
  9572.  
  9573. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9574. Post Message:   fractint@lists.xmission.com
  9575. Get Commands:   majordomo@lists.xmission.com "help"
  9576. Administrator:  twegner@phoenix.net
  9577. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9578.  
  9579.  
  9580. -------------------------------------------------------------------------------
  9581.  
  9582. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  9583. Subject: RE: (fractint) Topology of the MandelBrot
  9584. Date: 01 Jun 1999 02:12:32 +1200
  9585.  
  9586. At 09:29 31/05/99 -0300, you wrote:
  9587. >My English is somewhat poor. What is a midgit? The Babylon translator does
  9588. >not know it.
  9589.  
  9590. It ought to; a midgit is a thing (usually a person) that is smaller than
  9591. usual. In this case, it refers to the miniature versions of the Mandelbrot
  9592. set that are scattered around the main set.
  9593.  
  9594. MLO
  9595.  
  9596.  
  9597.  
  9598. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9599. Post Message:   fractint@lists.xmission.com
  9600. Get Commands:   majordomo@lists.xmission.com "help"
  9601. Administrator:  twegner@phoenix.net
  9602. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9603.  
  9604.  
  9605. -------------------------------------------------------------------------------
  9606.  
  9607. From: Damascena@aol.com
  9608. Subject: Re: (fractint) Topology of the MandelBrot
  9609. Date: 31 May 1999 12:28:47 EDT
  9610.  
  9611. In a message dated 5/31/99 8:15:48 AM Mountain Daylight Time, 
  9612. packrat@nznet.gen.nz writes:
  9613.  
  9614. >  a midgit is a thing (usually a person) that is smaller than
  9615. >  usual.
  9616.  
  9617. Babylon probably wants the word spelled correctly:
  9618.  
  9619. midget
  9620.  
  9621. Dama
  9622.  
  9623. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9624. Post Message:   fractint@lists.xmission.com
  9625. Get Commands:   majordomo@lists.xmission.com "help"
  9626. Administrator:  twegner@phoenix.net
  9627. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  9628.  
  9629.  
  9630. -------------------------------------------------------------------------------
  9631.  
  9632. From: Paul Derbyshire <pderbysh@usa.net>
  9633. Subject: (fractint) Fractal source code.
  9634. Date: 31 May 1999 22:11:43 MDT
  9635.  
  9636. Attached below are two source files, which are fairly short.
  9637.  
  9638. The first, batchm.cc, is a simple C++ source, fully ANSI (I think, if you=
  9639.  find
  9640. an incompatibility let me know), which generates a Mandelbrot image from
  9641. command line parameters (center, mag, and a few more) using either 1 pass=
  9642. ,
  9643. tesseral, or guessing. It's been tested (in all 3 algorithms, with severa=
  9644. l
  9645. classic seahorse valley images) and works. The output is a 3 megabyte
  9646. "iter.dat" file. This file consists of a 1024x768 array of unsigned 32-bi=
  9647. t
  9648. integer values, which are iteration values, arrayed first across then dow=
  9649. n.
  9650. This is raw iteration data, not a meaningful image file format, to be col=
  9651. ored
  9652. externally. It is also not compressed, so it always takes up exactly 3
  9653. megabytes. (4 byte integer times 1024 times 768 is 4 times 1024 times (10=
  9654. 24 *
  9655. 3/4)) bytes ... or three quarters of 4*1024*1024, which is three quarters=
  9656.  of 4
  9657. megs, which is 3 megs.)
  9658.  
  9659. A future revision will allow the output filename to be changed from the
  9660. default with a command line parameter and will nix a slight bug.
  9661.  
  9662. Known bugs: Just one. The occasional image is generated with a few pixels=
  9663.  
  9664. saved with maxiter+1 as the value. I am not certain how this happens and =
  9665. plan
  9666. to investigate. As a result, the maximum value in the iters.dat file isn'=
  9667. t
  9668. always the value you color black to fill the lake.
  9669.  
  9670. The program uses long double arithmetic (whose precision depends on the
  9671. machine architecture compiled on). It should be as capable of zooming as
  9672. Fractint sans arbitrary precision (e.g. Fractint 18.21 or Winfract).
  9673.  
  9674. It only does Mandelbrots. And it only does them plainly, with the lake fi=
  9675. lled
  9676. in as the set maxiter value.
  9677.  
  9678. There is periodicity checking by the way. The algorithm is a variant of a=
  9679.  
  9680. classic one and probably similar to Fractint's.
  9681.  
  9682.  
  9683. The second program is srenderm.cc. It requires the Allegro graphics libra=
  9684. ry or
  9685. something compatible. It should work with winalleg, dos allegro, and x wi=
  9686. ndows
  9687. allegro. It reads "iter.dat" in the format output by batchm and displays =
  9688. it
  9689. onscreen in the highest-bit-depth 1024x768 video mode it can autodetect. =
  9690. (A
  9691. high-color, i.e. 15 or more bits, 1024x768 mode *must* be available.)
  9692.  
  9693. The iterations are mapped between the minimum and maximum iteration to a
  9694. simple golden color scheme. The M-set itself is black (unless the
  9695. afore-mentioned batchm bug struck, in which case it will be white with
  9696. scattered black pixels adjoining).
  9697.  
  9698. A future revision will allow specifying the input file, saving the output=
  9699.  in
  9700. =2Epcx format (to any input filename), optionally doing a render and save=
  9701.  
  9702. without invoking graphics, and allow editing of color scheme, loading, an=
  9703. d
  9704. saving in a manner resembling Ultra Fractal. I may also include an option=
  9705.  for
  9706. rendering to a greyscale, applying some log function to the input in the
  9707. process, and outputting a greyscale TGA of the kind ray tracers can use f=
  9708. or
  9709. height-fields.
  9710.  
  9711. I may also develop a third program, pure ANSI with no special libraries
  9712. needed, for converting the batchm output into a triangle mesh of chosen l=
  9713. evel
  9714. of detail (up to 1024x768x2 triangles) saved in a format ray tracers can =
  9715. use.
  9716.  
  9717. Both programs handle errors rather ungracefully, by immediately terminati=
  9718. ng
  9719. with a terse but meaningful error message. (Some bug with killing the gfx=
  9720.  mode
  9721. seems to suppress these with srenderm, which I shall fix soon.)
  9722.  
  9723.  
  9724.  
  9725.  
  9726. ---
  9727.  
  9728. Here is the batchm.cc file, with comments explaining command line options=
  9729.  and
  9730. some of the internals.
  9731.  
  9732.  
  9733.  
  9734. // batchm.cc
  9735. // (c) 1999 PGD. Open Source.
  9736.  
  9737. // Very simple batch Mandelbrot program.
  9738. // Types: just Mandelbrot.
  9739. // Algorithms: just periodicity checking and either 1-pass, tesseral, or =
  9740. solid
  9741. guessing.
  9742. // Options: 1, t, or g for algorithm, and option to determine "iteration
  9743. resolution".
  9744. // Interface: command line.
  9745.  
  9746. // Command line consists of center and mag (long doubles), iteration
  9747. resolution control, and optional switches.
  9748. // Examples: foo.exe     (basic Mandelbrot)
  9749. // foo.exe  -.75 0  10     (seahorse valley zoom)
  9750. // foo.exe  -.75 0  10  5000   (Maxiter 5000 instead of default 2000)
  9751. // foo.exe  -.75 0  10  5000  30   (Now iterations resolved individually =
  9752. from
  9753. 1 to 30, to nearest even number from 31 to 90, etc.)
  9754.  
  9755. // foo.exe [real-center-coordinate] [imag-center-coordinate] [magnificati=
  9756. on]
  9757. [iteration-resolution] [switches]
  9758.  
  9759. // Anything before the first switch is regarded as the first, first and
  9760. second, first, second, and third, or first, second, third,
  9761. // and fourth of the numerical parameters.
  9762.  
  9763. // Switches: /1, /t, /g for algorithm.
  9764.  
  9765. // Output: Either an iter.dat file or an error message from the following=
  9766. :
  9767.  
  9768. // * Invalid switch        Command line has an unrecognized switch.
  9769. // * Extra parameter       Command line has an extra non-switch item.
  9770. // * Ill-formed parameter  Command line has a parameter that is not a num=
  9771. ber
  9772. or else is not an integer
  9773. //                         but should be an integer.
  9774. // * Various libc file I/O errors to do with problems with writing iter.d=
  9775. at
  9776.  
  9777. // On-screen a successful run will display a progress indicator, outputin=
  9778. g
  9779. pixels-done/pixels-in-image every thousand pixels.
  9780.  
  9781. // Format of iter.dat: across-then-down 1024x768 array of iter values. Ea=
  9782. ch
  9783. value is a big-endian 32-bit integer.
  9784. // File size is thus 3 megabytes ... post-process it and then archive/del=
  9785. ete!
  9786.  
  9787. // Defaults: passes=3D1, center at (0, 0), magnification 1 (which means i=
  9788. mage is
  9789. 4 units by 3), maxiter 2000, and
  9790. // iterations resolved as follows: individual -- 1 through 50. Nearest ev=
  9791. en --
  9792. 51 through 150 (as 52, 54, ... , 150).
  9793. // Nearest multiple of 4 -- 151 through 350, etc.
  9794.  
  9795. // Math used: long doubles everywhere.
  9796.  
  9797. // For batchfile use, the errorlevels returned are:
  9798. // 0 -- Normal exit.
  9799. // 1 -- Incorrect cmdline.
  9800. // 2 -- File I/O error with output.
  9801. // 3 -- Miscellaneous error.
  9802. // 255 (-1) -- Crashed (should not happen).
  9803.  
  9804.  
  9805.  
  9806. // Compilation:
  9807.  
  9808. // This is portable ANSI C++. Compile this into an object, link with libc=
  9809.  into
  9810. an executable, and you are off.
  9811.  
  9812. // For best results compile with latest egcs, with the best optimization
  9813. options for your cpu. The inner loop should run
  9814. // fast and tight in FP registers. There is no abort key -- if it is taki=
  9815. ng
  9816. forever you need to kill the process
  9817. // from the operating system.
  9818.  
  9819.  
  9820. // Get stdio to perform file output. This is largely 'C' code with only a=
  9821.  few
  9822. C++ features. We mainly want C++
  9823. // for its pass-by-reference and tight type-checking.
  9824. #include <stdio.h>
  9825.  
  9826.  
  9827. // Convienient shorthands.
  9828. typedef long double real;
  9829. typedef unsigned long iter;
  9830.  
  9831.  
  9832. // Statically allocate 3 megabyte array to store iteration values.
  9833. iter iter_data[768][1024];  // Y then X reduces cache misses with small c=
  9834. aches
  9835. using passes=3D1 and passes=3Dg.
  9836.  
  9837.  
  9838.  
  9839. // Keep track of options.
  9840.  
  9841. // Algorithm for pixel 'coloring'.
  9842. enum alg { one, tess, guess };
  9843. alg current_alg =3D one;
  9844.  
  9845. // Periodicity checking sensitivity.
  9846. real per_check_sens;
  9847. const real per_check_s_base =3D 0.0000001;
  9848.  
  9849. // Bailout radius squared.
  9850. const real bail_radius_squared =3D 4;
  9851.  
  9852. // Center and magnification.
  9853. real center_real =3D -0.75;
  9854. real center_imag =3D 0;
  9855. real mag =3D 1;
  9856.  
  9857. // Dimensions at magnification 1.
  9858. const real xmag1 =3D 4;
  9859. const real ymag1 =3D 3;
  9860.  
  9861. // How frequently (in pixels) to report progress.
  9862. const long progress_freq =3D 1024;  // Every row in passes=3D1; 768 times=
  9863. =2E
  9864.  
  9865.  
  9866. // Progress report stuff.
  9867. long pixels_done, next_report;
  9868.  
  9869. // Iteration resolution feature (used to enhance passes=3Dt, g with detai=
  9870. led
  9871. fractals; not used with passes=3D1).
  9872. iter ires_change =3D 50;
  9873.  
  9874. // Maxiter.
  9875. iter maxiter =3D 2000;
  9876.  
  9877. // Miniter.
  9878. iter miniter; // Value is determined by find_lowest_iter().
  9879.  
  9880. // Tesseral stop threshold.
  9881. const int min_tess_box_size =3D 4;
  9882.  
  9883. // Guessing initial stepsize.
  9884. const int guess_size =3D 16;
  9885.  
  9886.  
  9887. // Function prototypes.
  9888.  
  9889.  
  9890. // Input-related.
  9891.  
  9892. // Command line processor. Takes argc, argv, returns true if all is well,=
  9893.  
  9894. false if error.
  9895. // Outputs error message to stderr itself on failure. On success leaves
  9896. results stored in above globals.
  9897. bool process_cmdline (int argc, const char **argv);
  9898.  
  9899.  
  9900.  
  9901. // Output-related.
  9902.  
  9903. // Outputs an unsigned long to a FILE * in big-endian format.
  9904. void write_iter (FILE *dest, iter value);
  9905.  
  9906. // Outputs the iter_data array to iter.dat. Indiscriminately overwrites. =
  9907. Bool
  9908. has same meaning as for process_cmdline.
  9909. bool output_iters (void);
  9910.  
  9911.  
  9912. // Calculation-related.
  9913.  
  9914. // Calculates absolute of a real.
  9915. inline real ldabs (real x) { return (x<0) ? -x : x; }
  9916.  
  9917. // Calculates one pixel. Input: two reals, the x and y coordinates. Outpu=
  9918. t: a
  9919. long, the iteration count (raw).
  9920. iter calculate_pixel (real x, real y);
  9921.  
  9922. // Calculates an adjusted iter from a raw iter based on ires_change.
  9923. inline iter adjust_iter (iter i);
  9924.  
  9925. // Calculates an adjusted pixel.
  9926. inline iter calculate_adjusted_pixel (real x, real y) { return
  9927. adjust_iter(calculate_pixel(x, y)); }
  9928.  
  9929. // Find the minimum iteration.
  9930. void find_lowest_iter (void);
  9931.  
  9932. // Calculates the fractal.
  9933. void do_pixel (int sx, int sy);
  9934. void do_adjusted_pixel (int sx, int sy);
  9935. void one_pass_mandel (void);
  9936. void tesseral_mandel (int blockx, int blocky, int xblocksize, int yblocks=
  9937. ize);
  9938. void guessing_mandel (int size);
  9939. void calculate_mandel (void);
  9940.  
  9941. // Translates a pixel coordinate into a complex number, using given
  9942. center-mag. Adds a small jitter (+/-0.5) to
  9943. // both coordinates to prevent aliasing defects.
  9944. void make_coords (int sx, int sy, real &x, real &y);
  9945.  
  9946.  
  9947.  
  9948.  
  9949. // Main program.
  9950. int main (int argc, const char **argv) {
  9951.   printf("\nRunning batchm.\n");
  9952.   if (!process_cmdline(argc, argv)) {
  9953.     printf("\nThere were some errors.\n\n");
  9954.     return 1;
  9955.   }
  9956.   calculate_mandel();
  9957.   if (!output_iters()) {
  9958.     printf("\nThere were some errors.\n\n");
  9959.     return 2;
  9960.   }
  9961.   printf("\nReturning from successful batchm run.\n\n");
  9962.   return 0;
  9963. }
  9964.  
  9965.  
  9966.  
  9967. // Input-related.
  9968.  
  9969. // Command line processor. Takes argc, argv, returns true if all is well,=
  9970.  
  9971. false if error.
  9972. // Outputs error message to stderr itself on failure. On success leaves
  9973. results stored in above globals.
  9974.  
  9975. bool process_cmdline (int argc, const char **argv) {
  9976.   bool found_switch =3D false;
  9977.   const char *current;
  9978.   char c;
  9979.   int working_on_parm =3D 1;
  9980.   printf ("\nProcessing input.\n");
  9981.   for (int i=3D1; i<argc; ++i) {
  9982.     current=3Dargv[i];
  9983.     if (found_switch) {
  9984.       if (current[0] !=3D '/') {
  9985.         fprintf (stderr, "Error: Extra parameter %s after switches.\n",
  9986. current);
  9987.         return false;
  9988.       }
  9989.     }
  9990.     if (current[0] =3D=3D '/') {
  9991.       // Found a switch.
  9992.       c =3D current[1];
  9993.       if (current[2] !=3D 0) {
  9994.         fprintf (stderr, "Error: Invalid switch %s.", current);
  9995.         return false;
  9996.       }
  9997.       switch (c) {
  9998.         case '1':
  9999.           current_alg =3D one; break;
  10000.         case 't':
  10001.           current_alg =3D tess; break;
  10002.         case 'g':
  10003.           current_alg =3D guess; break;
  10004.         default:
  10005.           fprintf (stderr, "Error: Invalid switch %s.", current);
  10006.           return false;
  10007.       }
  10008.       // For now, only one switch is needed, to set algorithm; any others=
  10009.  are
  10010. redundant.
  10011.       // Issue a warning if this is a second.
  10012.       if (found_switch) fprintf (stderr, "Warning: Redundant algorithm
  10013. switch.\n");
  10014.       found_switch =3D true;
  10015.     } else {
  10016.       // Okay, we are working on some sort of parameter.
  10017.       switch (working_on_parm) {
  10018.         case 1:
  10019.           // Center real. Is a real.
  10020.           if (1 !=3D sscanf(current, "%Lf", ¢er_real)) {
  10021.             fprintf(stderr, "Error: Ill-formed center real coordinate %s =
  10022. (not
  10023. a real number).", current);
  10024.             return false;
  10025.           }
  10026.           printf ("Center x set to %Lf.\n", center_real);
  10027.           break;
  10028.         case 2:
  10029.           // Center imag. Is a real.
  10030.           if (1 !=3D sscanf(current, "%Lf", ¢er_imag)) {
  10031.             fprintf(stderr, "Error: Ill-formed center real coordinate %s =
  10032. (not
  10033. a real number).", current);
  10034.             return false;
  10035.           }
  10036.           printf ("Center y set to %Lf.\n", center_imag);
  10037.           break;
  10038.         case 3:
  10039.           // Magnification. Is a real.
  10040.           if (1 !=3D sscanf(current, "%Lf", &mag)) {
  10041.             fprintf(stderr, "Error: Ill-formed center real coordinate %s =
  10042. (not
  10043. a real number).", current);
  10044.             return false;
  10045.           }
  10046.           printf ("Magnification set to %Lf.\n", mag);
  10047.           break;
  10048.         case 4:
  10049.           // Maxiter. Is an integer (unsigned).
  10050.           if (1 !=3D sscanf(current, "%lu", &maxiter)) {
  10051.             fprintf(stderr, "Error: Ill-formed center real coordinate %s =
  10052. (not
  10053. a real number).", current);
  10054.             return false;
  10055.           }
  10056.           printf ("Maxiter set to %lu.\n", maxiter);
  10057.           break;
  10058.         case 5:
  10059.           // Iteration resolution parameter. Is an integer (unsigned).
  10060.           if (1 !=3D sscanf(current, "%lu", &ires_change)) {
  10061.             fprintf(stderr, "Error: Ill-formed center real coordinate %s =
  10062. (not
  10063. a real number).", current);
  10064.             return false;
  10065.           }
  10066.           printf ("Iteration resolution parameter set to %lu.\n",
  10067. ires_change);
  10068.           break;
  10069.         default:
  10070.           fprintf (stderr, "Error: Extra sixth parameter %s.\n", current)=
  10071. ;
  10072.           return false;
  10073.       }
  10074.       ++working_on_parm;
  10075.     }
  10076.   }
  10077.   if (working_on_parm =3D=3D 6 && current_alg =3D=3D one) {
  10078.     // The specification of a value for ires_change with passes=3D1 gener=
  10079. ates a
  10080. warning as ires_change is ignored with
  10081.     // passes=3D1.
  10082.     fprintf (stderr, "Warning: Specification of iter res parameter unused=
  10083.  with
  10084. passes=3D1.");
  10085.   }
  10086.   return true;
  10087. }
  10088.  
  10089.  
  10090.  
  10091.  
  10092.  
  10093. // Output-related.
  10094.  
  10095. // Outputs an unsigned long to a FILE * in big-endian format.
  10096.  
  10097. void write_iter (FILE *dest, iter value) {
  10098.   fputc((value & 0xff000000ul) >> 24, dest);
  10099.   fputc((value & 0x00ff0000ul) >> 16, dest);
  10100.   fputc((value & 0x0000ff00ul) >> 8, dest);
  10101.   fputc(value & 0x000000fful, dest);
  10102. }
  10103.  
  10104.  
  10105.  
  10106. // Outputs the iter_data array to iter.dat. Indiscriminately overwrites. =
  10107. Bool
  10108. has same meaning as for process_cmdline.
  10109.  
  10110. bool output_iters (void) {
  10111.   printf ("\nOutputing iterations data.\n");
  10112.   FILE *of;
  10113.   of =3D fopen("iter.dat","wb");
  10114.   if (!of) {
  10115.     perror("Error: Filesystem error writing output.\n");
  10116.     return false;
  10117.   }
  10118.   for (int y=3D0; y<768; ++y) {
  10119.     for (int x=3D0; x<1024; ++x) {
  10120.       write_iter(of, iter_data[y][x]);
  10121.     }
  10122.   }
  10123.   if (ferror(of)) {
  10124.     perror("Error: Filesystem error writing output.\n");
  10125.     return false;
  10126.   }
  10127.   if (fclose(of)) {
  10128.     perror("Error: Filesystem error writing output.\n");
  10129.     return false;
  10130.   }
  10131.   return true;
  10132. }
  10133.  
  10134.  
  10135.  
  10136.  
  10137.  
  10138. // Calculation-related.
  10139.  
  10140. // Calculates one pixel. Input: two reals, the x and y coordinates. Outpu=
  10141. t: a
  10142. long, the iteration count (raw).
  10143.  
  10144. iter calculate_pixel (real x, real y) {
  10145.   real zx =3D 0;
  10146.   real zy =3D 0;
  10147.   real zx2 =3D 0;
  10148.   real zy2 =3D 0;
  10149.   real zzx =3D 0;
  10150.   real zzy =3D 0;
  10151.   real zzx2 =3D 0;
  10152.   real zzy2 =3D 0;
  10153.   real dst;
  10154.   iter i =3D 0;
  10155.   int mod16 =3D 0;
  10156.  
  10157.   while (zx2+zy2 <=3D bail_radius_squared && i < maxiter) {
  10158.     if (mod16 =3D=3D 16) {
  10159.       mod16 =3D 0;
  10160.       zzy =3D 2*zzx*zzy + y;
  10161.       zzx =3D zzx2 - zzy2 + x;
  10162.       zzx2 =3D zzx*zzx;
  10163.       zzy2 =3D zzy*zzy;
  10164.     }
  10165.     ++mod16;
  10166.     zy =3D 2*zx*zy + y;
  10167.     zx =3D zx2 - zy2 + x;
  10168.     zx2 =3D zx*zx;
  10169.     zy2 =3D zy*zy;
  10170.     ++i;
  10171.     dst =3D ldabs(zx - zzx) + ldabs(zy - zzy);
  10172.     if (dst < per_check_sens) i =3D maxiter;     // Periodicity checking =
  10173. caught
  10174. a cycle.
  10175.   }
  10176.   =
  10177.  
  10178.   return i;
  10179. }
  10180.  
  10181.  
  10182.  
  10183. // Translates a pixel coordinate into a complex number, using given
  10184. center-mag. Adds a small jitter (+/-0.5) to
  10185. // both coordinates to prevent aliasing defects.
  10186.  
  10187. void make_coords (int sx, int sy, real &x, real &y) {
  10188.   real dx, dy;
  10189.   dx =3D (((real)sx - (real)512) / (real)1024) * xmag1 / mag;
  10190.   dy =3D (((real)384 - (real)sy) / (real)768) * ymag1 / mag;
  10191.   x =3D center_real + dx;
  10192.   y =3D center_imag + dy;
  10193. }
  10194.  
  10195.  
  10196.  
  10197. // Calculates an adjusted iter from a raw iter based on ires_change.
  10198. inline iter adjust_iter (iter i) {
  10199.   iter result =3D i - miniter;
  10200.   iter r1 =3D result;
  10201.   int nearest_mod =3D 1;
  10202.   int nmh =3D 1;
  10203.   int nm2 =3D 1;
  10204.   int r_mod;
  10205.   while (r1 > ires_change) {
  10206.     nmh =3D nearest_mod;
  10207.     nearest_mod *=3D 2;
  10208.     ++nm2;
  10209.     r1 -=3D ires_change;
  10210.     r1 /=3D 2;
  10211.   }
  10212.   if (nearest_mod =3D=3D 1) return result;
  10213.   // Compute result to nearest multiple of nearest_mod.
  10214.   r_mod =3D result % nearest_mod;
  10215.   result >>=3D nm2;   // Same as /=3D nearest_mod.
  10216.   if (r_mod >=3D nmh) ++result; // nmh is 1/2 nearest_mod so result is to=
  10217.  be
  10218. rounded up.
  10219.   result <<=3D nm2;   // Same as *=3D nearest_mod. We have now rounded do=
  10220. wn or up,
  10221. depending.
  10222.   return result;
  10223. }
  10224.  
  10225.  
  10226.  
  10227. // Find the minimum iteration.
  10228. void find_lowest_iter (void) {
  10229.   // We compute the image boundary, and thereby locate the minimum iterat=
  10230. ion.
  10231. If necessary we retroactively adjust
  10232.   // the computed iters.
  10233.  
  10234.   int sx, sy;
  10235.   real x, y;
  10236.   iter i;
  10237.  
  10238.   miniter =3D maxiter;
  10239.   printf ("\nFinding minimum iteration and doing image border.\n");
  10240.  
  10241.   // Top edge.
  10242.   sy =3D 0;
  10243.   for (sx =3D 0; sx < 1024; ++sx) {
  10244.     make_coords(sx, sy, x, y);
  10245.     i =3D calculate_pixel(x, y);
  10246.     if (i < miniter) miniter =3D i;
  10247.     iter_data[sy][sx] =3D i;
  10248.   }
  10249.   printf ("Top edge done.\n");
  10250.  
  10251.   // Bottom edge.
  10252.   sy =3D 767;
  10253.   for (sx =3D 0; sx < 1024; ++sx) {
  10254.     make_coords(sx, sy, x, y);
  10255.     i =3D calculate_pixel(x, y);
  10256.     if (i < miniter) miniter =3D i;
  10257.     iter_data[sy][sx] =3D i;
  10258.   }
  10259.   printf ("Bottom edge done.\n");
  10260.  
  10261.   // Left edge.
  10262.   sx =3D 0;
  10263.   for (sy =3D 1; sy < 767; ++sy) {  // Skip corners, already done.
  10264.     make_coords(sx, sy, x, y);
  10265.     i =3D calculate_pixel(x, y);
  10266.     if (i < miniter) miniter =3D i;
  10267.     iter_data[sy][sx] =3D i;
  10268.   }
  10269.   printf ("Left edge done.\n");
  10270.  
  10271.   // Right edge.
  10272.   sx =3D 1023;
  10273.   for (sy =3D 1; sy < 767; ++sy) {  // Skip corners, already done.
  10274.     make_coords(sx, sy, x, y);
  10275.     i =3D calculate_pixel(x, y);
  10276.     if (i < miniter) miniter =3D i;
  10277.     iter_data[sy][sx] =3D i;
  10278.   }
  10279.   printf ("Right edge done.\n");
  10280.  
  10281.   printf ("Minimum iteration is %ld.\n", miniter);
  10282.   if (current_alg =3D=3D one) return;
  10283.   printf ("Adjusting edge iters.\n");
  10284.  
  10285.   // Top edge.
  10286.   sy =3D 0;
  10287.   for (sx =3D 0; sx < 1024; ++sx) {
  10288.     iter_data[sy][sx] =3D adjust_iter(iter_data[sy][sx]);    =
  10289.  
  10290.   }
  10291.  
  10292.   // Bottom edge.
  10293.   sy =3D 767;
  10294.   for (sx =3D 0; sx < 1024; ++sx) {
  10295.     iter_data[sy][sx] =3D adjust_iter(iter_data[sy][sx]);    =
  10296.  
  10297.   }
  10298.  
  10299.   // Left edge.
  10300.   sx =3D 0;
  10301.   for (sy =3D 1; sy < 767; ++sy) {  // The corners are already done.
  10302.     iter_data[sy][sx] =3D adjust_iter(iter_data[sy][sx]);    =
  10303.  
  10304.   }
  10305.  
  10306.   // Top edge.
  10307.   sx =3D 1023;
  10308.   for (sy =3D 1; sy < 767; ++sy) {  // The corners are already done.
  10309.     iter_data[sy][sx] =3D adjust_iter(iter_data[sy][sx]);    =
  10310.  
  10311.   }
  10312.  
  10313.   printf("Done adjusting edge iters.\n");
  10314. }
  10315.  
  10316.  
  10317.  
  10318. void do_pixel (int sx, int sy) {
  10319.   real x, y;
  10320.   if (iter_data[sy][sx] =3D=3D 0) {
  10321.     make_coords(sx, sy, x, y);
  10322.     iter_data[sy][sx] =3D calculate_pixel(x, y);
  10323.     ++pixels_done;
  10324.     if (pixels_done >=3D next_report) {
  10325.       printf ("%06ld/786432\n",pixels_done);
  10326.       next_report=3D(pixels_done/progress_freq)*progress_freq + progress_=
  10327. freq;
  10328.     }
  10329.   }
  10330. }
  10331.  
  10332. void do_adjusted_pixel (int sx, int sy) {
  10333.   real x, y;
  10334.   if (iter_data[sy][sx] =3D=3D 0) {
  10335.     make_coords(sx, sy, x, y);
  10336.     iter_data[sy][sx] =3D calculate_adjusted_pixel(x, y);
  10337.     ++pixels_done;
  10338.     if (pixels_done >=3D next_report) {
  10339.       printf ("%06ld/786432\n",pixels_done);
  10340.       next_report=3D(pixels_done/progress_freq)*progress_freq + progress_=
  10341. freq;
  10342.     }
  10343.   }
  10344. }
  10345.  
  10346. void fill_pixel (int sx, int sy, int i) {
  10347.   if (iter_data[sy][sx] =3D=3D 0) {
  10348.     iter_data[sy][sx] =3D i;
  10349.     ++pixels_done;
  10350.     if (pixels_done >=3D next_report) {
  10351.       printf ("%06ld/786432\n",pixels_done);
  10352.       next_report=3D(pixels_done/progress_freq)*progress_freq + progress_=
  10353. freq;
  10354.     }
  10355.   }
  10356. }
  10357.  
  10358.  
  10359. // Calculates the fractal.
  10360.  
  10361. void calculate_mandel (void) {
  10362.   printf("\nComputing iter data.\n");
  10363.   per_check_sens =3D per_check_s_base/mag;
  10364.   find_lowest_iter();
  10365.   printf("\nComputing body.\n");
  10366.   printf("003580/786432\n");
  10367.   pixels_done=3D3580;
  10368.   next_report=3D(pixels_done/progress_freq)*progress_freq + progress_freq=
  10369. ;
  10370.   switch(current_alg) {
  10371.     case one:
  10372.       one_pass_mandel(); break;
  10373.     case tess:
  10374.       tesseral_mandel(0, 0, 1023, 767); break;
  10375.     case guess:
  10376.       guessing_mandel(guess_size);
  10377.   }
  10378.   if (next_report !=3D 786432 + progress_freq) {
  10379.     printf("786432/786432\n");
  10380.   }
  10381.   printf("\nCalculation complete.\n");
  10382. }
  10383.  
  10384.  
  10385. void one_pass_mandel (void) {
  10386.   for (int sy=3D0; sy<768; ++sy) {
  10387.     for (int sx=3D0; sx<1024; ++sx) {
  10388.       do_pixel(sx, sy);
  10389.     }
  10390.   }
  10391. }
  10392.  
  10393.  
  10394. void tesseral_mandel (int blockx, int blocky, int xblocksize, int yblocks=
  10395. ize)
  10396. {
  10397.   iter cmp;
  10398.   bool subdivide =3D false;
  10399.   int sx, sy;
  10400.   int midx, midy;
  10401.   int right =3D blockx + xblocksize;
  10402.   int bottom =3D blocky + yblocksize;
  10403.   do_adjusted_pixel(blockx, blocky);
  10404.   cmp =3D iter_data[blocky][blockx];
  10405.  
  10406.   // Top edge.
  10407.   sy =3D blocky;
  10408.   for (sx =3D blockx; sx <=3D right; ++sx) {
  10409.     do_adjusted_pixel(sx, sy);
  10410.     if (cmp !=3D iter_data[sy][sx]) subdivide =3D true;
  10411.   }
  10412.  
  10413.   // Bottom edge.
  10414.   sy =3D bottom;
  10415.   for (sx =3D blockx; sx <=3D right; ++sx) {
  10416.     do_adjusted_pixel(sx, sy);
  10417.     if (cmp !=3D iter_data[sy][sx]) subdivide =3D true;
  10418.   }
  10419.  
  10420.   // Left edge.
  10421.   sx =3D blockx;
  10422.   for (sy =3D blocky + 1; sy < bottom; ++sy) {  // The corners are alread=
  10423. y done.
  10424.     do_adjusted_pixel(sx, sy);
  10425.     if (cmp !=3D iter_data[sy][sx]) subdivide =3D true;
  10426.   }
  10427.  
  10428.   // Right edge.
  10429.   sx =3D right;
  10430.   for (sy =3D blocky + 1; sy < bottom; ++sy) {  // The corners are alread=
  10431. y done.
  10432.     do_adjusted_pixel(sx, sy);
  10433.     if (cmp !=3D iter_data[sy][sx]) subdivide =3D true;
  10434.   }
  10435.  
  10436.   if (subdivide) {
  10437.     if (xblocksize <=3D min_tess_box_size) {
  10438.       // Do inside of box pixel by pixel.
  10439.       for (sy =3D blocky + 1; sy < bottom; ++sy) {
  10440.         for (sx =3D blockx + 1; sx < right; ++sx) {
  10441.           do_adjusted_pixel(sx, sy);
  10442.         }
  10443.       }
  10444.       return;
  10445.     }
  10446.     if (xblocksize >=3D yblocksize) {
  10447.       midx =3D (blockx + right)/2;
  10448.       tesseral_mandel(blockx, blocky, midx - blockx + 1, yblocksize);
  10449.       tesseral_mandel(midx, blocky, right - midx, yblocksize);
  10450.       return;
  10451.     }
  10452.     midy =3D (blocky + bottom)/2;
  10453.     tesseral_mandel(blockx, blocky, xblocksize, midy - blocky + 1);
  10454.     tesseral_mandel(blockx, midy, xblocksize, bottom - midy);
  10455.     return;
  10456.   }
  10457.   // Fill inside of box.
  10458.   for (sy =3D blocky + 1; sy < bottom; ++sy) {
  10459.     for (sx =3D blockx + 1; sx < right; ++sx) {
  10460.       fill_pixel(sx, sy, cmp);
  10461.     }
  10462.   }
  10463. }
  10464.  
  10465.  
  10466. void guessing_mandel (int size) {
  10467.   int bx, by, sx, sy;
  10468.   iter cmp;
  10469.   int s2 =3D size - 1;
  10470.   for (by =3D 0; by < 768; by +=3D size) {
  10471.     for (bx =3D 0; bx < 1024; bx +=3D size) {
  10472.       // Check if box is not filled.
  10473.       if (size=3D=3D2 || iter_data[by][bx + 1] =3D=3D 0) {
  10474.         // Compute box corners.
  10475.         do_adjusted_pixel(bx, by);
  10476.         do_adjusted_pixel(bx + s2, by);
  10477.         do_adjusted_pixel(bx, by + s2);
  10478.         do_adjusted_pixel(bx + s2, by + s2);
  10479.         cmp =3D iter_data[by][bx];
  10480.         if (iter_data[by][bx + s2] =3D=3D cmp && iter_data[by + s2][bx] =3D=
  10481. =3D cmp &&
  10482. iter_data[by + s2][bx + s2] =3D=3D cmp) {
  10483.           // Fill inside of box.
  10484.           for (sy =3D by; sy < by + size; ++sy) {
  10485.             for (sx =3D bx; sx < bx + size; ++sx) {
  10486.               fill_pixel(sx, sy, cmp);
  10487.             }
  10488.           }
  10489.         }
  10490.       }
  10491.     }
  10492.   }
  10493.   if (size>2) guessing_mandel(size/2);
  10494. }
  10495.  
  10496.  
  10497.  
  10498.  
  10499.  
  10500. ---
  10501.  
  10502. Here is the srenderm.cc file. It has no command line options as yet. Run =
  10503. it
  10504. and get an error of or a gfx screen. After
  10505. admiring the fractal hit any key to kill gfx and exit to the OS.
  10506.  
  10507.  
  10508.  
  10509. // srenderm.cc
  10510. // (c) 1999 PGD. Open Source.
  10511.  
  10512. // Simple Mandelbrot data renderer.
  10513.  
  10514. // Allegro program, loads 1024x768x24 bit gfx mode and iter.dat file, out=
  10515. puts
  10516. // on video screen the fractal. Coloring is from black at miniter to dark=
  10517.  red
  10518. at 20% to yellow at 80% to white at 100%.
  10519. // Maxiter is colored black.
  10520.  
  10521.  
  10522.  
  10523. #include <stdio.h>
  10524. #include <allegro.h>
  10525.  
  10526.  
  10527.  
  10528. typedef unsigned long iter;
  10529.  
  10530. iter iter_data[768][1024];
  10531. iter miniter, maxiter, difiter;
  10532. bool in_gfx =3D false;
  10533.  
  10534. void do_allegro_error (void);
  10535. void do_stdio_error (void);
  10536. void do_eof_error (void);
  10537. bool startup (void);
  10538. bool read_iter_value (iter &i, FILE *f);
  10539. bool load_data (void);
  10540. void render_data (void);
  10541. int get_color_for_iter (iter i);
  10542. void wait_for_exit (void);
  10543.  
  10544.  
  10545. int main (void) {
  10546.   if (!startup()) return 1;
  10547.   render_data();
  10548.   wait_for_exit();
  10549.   return 0;
  10550. }
  10551.  
  10552.  
  10553. void do_allegro_error (void) {
  10554.   if (in_gfx) { set_gfx_mode (GFX_TEXT,80,25,0,0); }
  10555.   fprintf(stderr, "Error: %s.\n", allegro_error);
  10556. }
  10557.  
  10558.  
  10559. void do_stdio_error (void) {
  10560.   if (in_gfx) { set_gfx_mode (GFX_TEXT,80,25,0,0); }
  10561.   perror("Error:");
  10562. }
  10563.  
  10564.  
  10565. void do_eof_error (void) {
  10566.   if (in_gfx) { set_gfx_mode (GFX_TEXT,80,25,0,0); }
  10567.   fprintf(stderr, "Unexpected EOF.\n");
  10568. }
  10569.  
  10570.  
  10571. bool startup (void) {
  10572.   if (allegro_init()) { do_allegro_error(); return false; }
  10573.   if (install_keyboard()) { do_allegro_error(); return false; }
  10574.   set_color_depth(32);
  10575.   if (set_gfx_mode(GFX_AUTODETECT, 1024, 768, 0, 0)) {
  10576.     set_color_depth(24);
  10577.     if (set_gfx_mode(GFX_AUTODETECT, 1024, 768, 0, 0)) {
  10578.       set_color_depth(16);
  10579.       if (set_gfx_mode(GFX_AUTODETECT, 1024, 768, 0, 0)) {
  10580.         set_color_depth(15);
  10581.         if (set_gfx_mode(GFX_AUTODETECT, 1024, 768, 0, 0)) {
  10582.           do_allegro_error(); return false;
  10583.         }
  10584.       }
  10585.     }
  10586.   }
  10587.   return load_data();
  10588. }
  10589.  
  10590.  
  10591. bool read_iter_value (iter &i, FILE *f) {
  10592.   int j;
  10593.   j =3D fgetc(f);
  10594.   if (j =3D=3D EOF) { do_eof_error(); return false; }
  10595.   i =3D j << 24;
  10596.   j =3D fgetc(f);
  10597.   if (j =3D=3D EOF) { do_eof_error(); return false; }
  10598.   i +=3D j << 16;
  10599.   j =3D fgetc(f);
  10600.   if (j =3D=3D EOF) { do_eof_error(); return false; }
  10601.   i +=3D j << 8;
  10602.   j =3D fgetc(f);
  10603.   if (j =3D=3D EOF) { do_eof_error(); return false; }
  10604.   i +=3D j;
  10605.   return true;
  10606. }
  10607.  
  10608.  
  10609. bool load_data (void) {
  10610.   FILE *f;
  10611.   iter i;
  10612.   miniter =3D 0;
  10613.   --miniter; // Should wrap to maximum value.
  10614.   maxiter =3D 0;
  10615.   f =3D fopen("iter.dat","rb");
  10616.   if (!f) { do_stdio_error(); return false; }
  10617.   for (int y=3D0; y<768; ++y) {
  10618.     for (int x=3D0; x<1024; ++x) {
  10619.       if (!read_iter_value(i, f)) return false;
  10620.       iter_data[y][x] =3D i;
  10621.       if (i < miniter) miniter =3D i;
  10622.       if (i > maxiter) maxiter =3D i;
  10623.     }
  10624.   }
  10625.   if (ferror(f)) { do_stdio_error(); return false; }
  10626.   if (fclose(f)) { do_stdio_error(); return false; }
  10627.   difiter =3D maxiter - miniter;
  10628.   return true;
  10629. }
  10630.  
  10631.  
  10632. void render_data (void) {
  10633.   iter i;
  10634.   int col;
  10635.   int white =3D makecol(255, 255, 255);
  10636.   for (int y=3D0; y<768; ++y) {
  10637.     hline(screen, 0, y, 1023, white);
  10638.     for (int x=3D0; x<1024; ++x) {
  10639.       i =3D iter_data[y][x];
  10640.       col =3D get_color_for_iter(i);
  10641.       putpixel(screen, x, y, col);
  10642.     }
  10643.   }
  10644. }
  10645.  
  10646.  
  10647. int get_color_for_iter (iter i) {
  10648.   if (i =3D=3D maxiter) return makecol(0, 0, 0);
  10649.   long double d =3D i;
  10650.   d -=3D miniter;
  10651.   d /=3D difiter;
  10652.   int r, g, b;
  10653.   if (d<0.002) {
  10654.     d *=3D 500;
  10655.     d *=3D 96;
  10656.     r =3D (int)d;
  10657.     return makecol(r, 0, 0);
  10658.   }
  10659.   if (d<0.152) {
  10660.     d -=3D 0.002;
  10661.     d /=3D 0.15;
  10662.     r =3D 96 + (int)(d*160);
  10663.     g =3D (int)(d*256);
  10664.     return makecol(r, g, 0);
  10665.   }
  10666.   d -=3D 0.152;
  10667.   d /=3D 0.848;
  10668.   d *=3D 256;
  10669.   b =3D (int)d;
  10670.   return makecol(255, 255, b);
  10671. }
  10672.  
  10673.  
  10674. void wait_for_exit (void) {
  10675.   while (keypressed()) readkey();
  10676.   while (!keypressed());
  10677.   set_gfx_mode (GFX_TEXT,80,25,0,0);
  10678. }
  10679.  
  10680. ____________________________________________________________________
  10681. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  10682. 1
  10683.  
  10684. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10685. Post Message:   fractint@lists.xmission.com
  10686. Get Commands:   majordomo@lists.xmission.com "help"
  10687. Administrator:  twegner@phoenix.net
  10688. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  10689.  
  10690.  
  10691. -------------------------------------------------------------------------------
  10692.  
  10693. From: Paul Derbyshire <pderbysh@usa.net>
  10694. Subject: (fractint) Code improvement: call for ideas
  10695. Date: 31 May 1999 22:20:57 MDT
  10696.  
  10697. Below is the isolated main iteration loop from my batchm.cc. Any suggesti=
  10698. ons
  10699. to improve it (chiefly, the periodicity-checking) are welcomed.
  10700.  
  10701. As is, it competes with Fractint and I think slightly outperforms it, whe=
  10702. n
  10703. compiled optimized for Pentium Pro class CPUs and into native 32-bit code=
  10704. =2E
  10705.  
  10706. (Its performance on low-end 486s and especially coprocessorless machines =
  10707. will
  10708. probably be underwhelming, however. It is targeted at Pentiums and above.=
  10709. )
  10710.  
  10711. iter is a short-hand typedef for unsigned long.
  10712.  
  10713. iter calculate_pixel (real x, real y) {
  10714.   real zx =3D 0;
  10715.   real zy =3D 0;
  10716.   real zx2 =3D 0;
  10717.   real zy2 =3D 0;
  10718.   real zzx =3D 0;
  10719.   real zzy =3D 0;
  10720.   real zzx2 =3D 0;
  10721.   real zzy2 =3D 0;
  10722.   real dst;
  10723.   iter i =3D 0;
  10724.   int mod16 =3D 0;
  10725.  
  10726.   while (zx2+zy2 <=3D bail_radius_squared && i < maxiter) {
  10727.     if (mod16 =3D=3D 16) {
  10728.       mod16 =3D 0;
  10729.       zzy =3D 2*zzx*zzy + y;
  10730.       zzx =3D zzx2 - zzy2 + x;
  10731.       zzx2 =3D zzx*zzx;
  10732.       zzy2 =3D zzy*zzy;
  10733.     }
  10734.     ++mod16;
  10735.     zy =3D 2*zx*zy + y;
  10736.     zx =3D zx2 - zy2 + x;
  10737.     zx2 =3D zx*zx;
  10738.     zy2 =3D zy*zy;
  10739.     ++i;
  10740.     dst =3D ldabs(zx - zzx) + ldabs(zy - zzy);
  10741.     if (dst < per_check_sens) i =3D maxiter;     // Periodicity checking =
  10742. caught
  10743. a cycle.
  10744.   }
  10745.   =
  10746.  
  10747.   return i;
  10748. }
  10749.  
  10750.  
  10751. ____________________________________________________________________
  10752. Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D=
  10753. 1
  10754.  
  10755. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10756. Post Message:   fractint@lists.xmission.com
  10757. Get Commands:   majordomo@lists.xmission.com "help"
  10758. Administrator:  twegner@phoenix.net
  10759. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  10760.  
  10761.  
  10762. -------------------------------------------------------------------------------
  10763.  
  10764. From: Phil McRevis <legalize@xmission.com>
  10765. Subject: Re: (fractint) Fractal source code. 
  10766. Date: 31 May 1999 22:40:53 -0600
  10767.  
  10768.  
  10769. In article <19990601041143.18014.qmail@www0t.netaddress.usa.net>,
  10770.     Paul Derbyshire <pderbysh@usa.net>  writes:
  10771.  
  10772. > Attached below are two source files, which are fairly short.
  10773.  
  10774. Neither of which have anything to do with fractint.  Paul, please make
  10775. sure your posts are relevant before you post...
  10776. --
  10777. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  10778.     ``Ain't it funny that they all fire the pistol,     
  10779.       at the wrong end of the race?''--PDBT     
  10780. legalize@xmission.com    <http://www.eden.com/~thewho>
  10781.  
  10782. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10783. Post Message:   fractint@lists.xmission.com
  10784. Get Commands:   majordomo@lists.xmission.com "help"
  10785. Administrator:  twegner@phoenix.net
  10786. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  10787.  
  10788.  
  10789. -------------------------------------------------------------------------------
  10790.  
  10791. From: Mark Christenson <mchris@hooked.net>
  10792. Subject: (fractint) new images
  10793. Date: 31 May 1999 22:33:38 -0700
  10794.  
  10795. It's not much to brag about, but after five months of infractivity 
  10796. I have finally added five new "gravibrot" images to my site, 
  10797. including my second layered image.  They can be found at
  10798.  
  10799. http://www.hooked.net/~mchris/merge.htm
  10800.  
  10801. More to come in the near future...
  10802.  
  10803.  
  10804. Aloha, Bud
  10805.  
  10806.  
  10807.  
  10808. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10809. Post Message:   fractint@lists.xmission.com
  10810. Get Commands:   majordomo@lists.xmission.com "help"
  10811. Administrator:  twegner@phoenix.net
  10812. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  10813.  
  10814.  
  10815. -------------------------------------------------------------------------------
  10816.  
  10817. From: Damascena@aol.com
  10818. Subject: Re: (fractint) new images
  10819. Date: 01 Jun 1999 01:40:28 EDT
  10820.  
  10821. In a message dated 5/31/99 11:35:30 PM Mountain Daylight Time, 
  10822. mchris@hooked.net writes:
  10823.  
  10824. > five months of infractivity
  10825.  
  10826. What a perfect new word this is! Thank you for appropriate description of the 
  10827. cliched "dry spell." I like the images too <G>
  10828.  
  10829. Dama
  10830.  
  10831. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10832. Post Message:   fractint@lists.xmission.com
  10833. Get Commands:   majordomo@lists.xmission.com "help"
  10834. Administrator:  twegner@phoenix.net
  10835. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  10836.  
  10837.