home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / fractint.9709 < prev    next >
Internet Message Format  |  1997-09-30  |  428KB

  1. From: "Tim Wegner" <twegner@phoenix.net>
  2. Subject: Re: (fractint) reset=nnnn
  3. Date: 01 Sep 1997 00:08:42 -0600
  4.  
  5. Paul wrote:
  6.  
  7. > I am curious as to what the "reset=nnnn" in Fractint does. 
  8.  
  9. If you think about it, you will realize that if fractint allowed 
  10. the existing values of variables to affect a PAR, that you'd 
  11. never get the effect the PAR author intended. So "reset" puts 
  12. variables back to their initial default values.
  13.  
  14. The "=" part is a version number, so that to the extent that fractint 
  15. supports backwards compatibility for a specific feature that is 
  16. changed, a PAR will render the same with later Fractint versions.
  17.  
  18. Tim
  19.  
  20.  
  21. Thanks for using Fractint, The Fractals and Fractint Discussion List
  22. Post Message:   fractint@xmission.com
  23. Get Commands:   majordomo@xmission.com "help"
  24. Administrator:  twegner@phoenix.net
  25. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  26.  
  27.  
  28. -------------------------------------------------------------------------------
  29.  
  30. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  31. Subject: Re: (fractint) reset=nnnn
  32. Date: 01 Sep 1997 01:34:27 -0400 (EDT)
  33.  
  34. >
  35. >Paul wrote:
  36. >
  37. >> I am curious as to what the "reset=nnnn" in Fractint does. 
  38. >
  39. >If you think about it, you will realize that if fractint allowed 
  40. >the existing values of variables to affect a PAR, that you'd 
  41. >never get the effect the PAR author intended. So "reset" puts 
  42. >variables back to their initial default values.
  43. >
  44. >The "=" part is a version number, so that to the extent that fractint 
  45. >supports backwards compatibility for a specific feature that is 
  46. >changed, a PAR will render the same with later Fractint versions.
  47. >
  48. >Tim
  49.  
  50. Aha! I thought something rang a bell about that 1960 one. Version 19.6
  51. right? heh. :)
  52.  
  53.  
  54. --
  55.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  56.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  57.     `*'  bulk candy section...because variety is the spice of life... [me]
  58. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  59.  
  60. Thanks for using Fractint, The Fractals and Fractint Discussion List
  61. Post Message:   fractint@xmission.com
  62. Get Commands:   majordomo@xmission.com "help"
  63. Administrator:  twegner@phoenix.net
  64. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  65.  
  66.  
  67. -------------------------------------------------------------------------------
  68.  
  69. From: "Michael R. Ganss" <rms@cs.tu-berlin.de>
  70. Subject: Re: (fractint) 32bit version of fractint
  71. Date: 01 Sep 1997 10:58:10 +0200 (MET DST)
  72.  
  73. Paul,
  74.  
  75. > would find that helpful and pleasant. Also on the list of intended
  76. > features: the "disks" algorithm for rapid monochrome distance-estimator
  77. > images, the synchronous orbits algorithm (depends on feasibility and ease
  78. > of implementation/debugging, an early attempt of mine to code a
  79. > synchronous orbits algorithm on an Amiga resulted in guru meditation and
  80. > other bugs which proved overwhelming at the time), plug-ins (DJGPP DLM's
  81.  
  82. As far as SOI goes, you might want to take a look at the DOS demo I
  83. have put together from the AlmondBread sources (both from the URL
  84. cited below). I don't think the "disks" algorithm is such an important
  85. feature to have (although it's great work by Yuval Fisher), since you
  86. only get a b&w image and I don't believe it's significantly faster
  87. than a boundary trace. Now, if you want to take Mandelbrot set drawing
  88. to the next level, IMHO you'll need component detection based on the work
  89. by Jay R. Hill in "The Future Use of Fractals" (Jay, I have finally
  90. received a copy of the book and I'll mail you soon about it). It's a
  91. far more advanced version of the inside disks algorithm described in "The
  92. Science of Fractal Images" (which, IMO, is infeasible to implement).
  93.  
  94. Good luck,
  95. -- 
  96. Michael R. Ganss        Cooper:  Look!  Ducks!  On a lake!  Ahhh.
  97. rms@cs.tu-berlin.de        http://www.cs.tu-berlin.de/~rms/AlmondBread/
  98.  
  99. Thanks for using Fractint, The Fractals and Fractint Discussion List
  100. Post Message:   fractint@xmission.com
  101. Get Commands:   majordomo@xmission.com "help"
  102. Administrator:  twegner@phoenix.net
  103. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  104.  
  105.  
  106. -------------------------------------------------------------------------------
  107.  
  108. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  109. Subject: Re: (fractint) 32bit version of fractint
  110. Date: 01 Sep 1997 05:15:23 -0400 (EDT)
  111.  
  112. Why do you claim the inside-disks are infeasible?
  113. As for component detection, I was already planning to have the basic
  114. Mandel formula blast both the cardioid and the biggest disk automatically.
  115. That would really speed up exploration of SH valley and elephant valley,
  116. two favored watering holes of fractal lovers everywhere.
  117. You seem to refer here to a generalized component detection. It sounds
  118. like this is meant to spot circles and cardioids anywhere. How would it
  119. work? I considered such a thing myself once. Once. It seemed infeasible,
  120. as to get components of period n requires accurately finding the roots of
  121. big polynomials... order 2^n I believe. If you know the center and radius
  122. of a circle, or the cusp point and opposite point of a cardioid, you can
  123. calculate away the whole thing and floodfill it. Another approach would be
  124. to spot the components other ways, but I can't think of one that isn't
  125. lossy. For example, draw a series of vertical lines down the image from
  126. points at the top. Stop each when it hits an inside point. What is the
  127. result? These points may be part of a circular arc that can be used to
  128. infer the circle. But the fractured landscapes of some complex formula
  129. types and the "perturbed" M-set (z_0 not critical) would "fool" it. And
  130. how to differentiate a cardioid, so as to at least ignore it?
  131.  
  132.  
  133. --
  134.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  135.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  136.     `*'  bulk candy section...because variety is the spice of life... [me]
  137. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  138.  
  139. Thanks for using Fractint, The Fractals and Fractint Discussion List
  140. Post Message:   fractint@xmission.com
  141. Get Commands:   majordomo@xmission.com "help"
  142. Administrator:  twegner@phoenix.net
  143. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  144.  
  145.  
  146. -------------------------------------------------------------------------------
  147.  
  148. From: Kenny McAlpine <km@maths.gla.ac.uk>
  149. Subject: Re: (fractint) Fractal to midi
  150. Date: 01 Sep 1997 13:16:28 -0700
  151.  
  152. Graham Hill wrote:
  153. > I would also love to see some sort of fractal music plugin if one were to
  154. > become available.
  155.  
  156. If anybody's interested, my research group here at Glasgow University is
  157. concerned with making music using all sorts of dynamical systems, not
  158. just fractals. You can find out more at:
  159.  
  160. http://www.music.gla.ac.uk/HTMLFolder/Research/MathsMus/mm-intro.html
  161.  
  162. Kenny
  163.  
  164. Thanks for using Fractint, The Fractals and Fractint Discussion List
  165. Post Message:   fractint@xmission.com
  166. Get Commands:   majordomo@xmission.com "help"
  167. Administrator:  twegner@phoenix.net
  168. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  169.  
  170.  
  171. -------------------------------------------------------------------------------
  172.  
  173. From: henry birdseye <ozymand@mich.com>
  174. Subject: (fractint) hi everybody
  175. Date: 01 Sep 1997 15:20:26 -0400 (EDT)
  176.  
  177.  
  178. Hello. I am new to the list, but a long time user of Fractint. I run a
  179. 233mhz PentII at home, and an SGI Onyx at work. I do image compositing to
  180. buy food using software called Flame. This setup makes it possible for me
  181. to easily create animations without all that tedious mpegging and avi'ing.
  182. My finished work is at digital video resolution. Another one of my
  183. favorite pieces of software is FAE which I use to create the .bat files
  184. for my projects.
  185.  
  186. If any of you have any snappy .fae files worth rendering, I'd love to
  187. share some with you.
  188.  
  189. Anybody else doing the same sort of thing?
  190.  
  191.  
  192. -----------------
  193. Henry S. Birdseye
  194. Video Compositing Artist, Fractal Zoomer, Raytracer, Film Collector, 
  195.   Techno Head, .net addict
  196.  
  197. www.mich.com/~ozymand
  198. www.prodcolor.com
  199.  
  200.  
  201. Thanks for using Fractint, The Fractals and Fractint Discussion List
  202. Post Message:   fractint@xmission.com
  203. Get Commands:   majordomo@xmission.com "help"
  204. Administrator:  twegner@phoenix.net
  205. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  206.  
  207.  
  208. -------------------------------------------------------------------------------
  209.  
  210. From: "Mike or Linda Allison" <gumbycat@ix.netcom.com>
  211. Subject: (fractint) Gumbycat's home page
  212. Date: 01 Sep 1997 23:11:52 -0700
  213.  
  214. Hi, all!
  215.  
  216. Geocities remodeled, and in the process they screwed up my URL!
  217.  
  218. If you're looking for me at:
  219. http://www.geocities.com/~gumbycat
  220.  
  221. and you can't get in, try:
  222. http://www.geocities.com/Paris/5519
  223.  
  224. Hopefully, GC will get straightened out soon, but who knows . . .
  225.  
  226. Thanks,
  227. Linda
  228. http://www.geocities.com/Paris/5519
  229. http://www.fortunecity.com//tattooine/stephenson/5/abpf.html
  230. gumbycat@ix.netcom.com
  231.  
  232.  
  233. Thanks for using Fractint, The Fractals and Fractint Discussion List
  234. Post Message:   fractint@xmission.com
  235. Get Commands:   majordomo@xmission.com "help"
  236. Administrator:  twegner@phoenix.net
  237. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  238.  
  239.  
  240. -------------------------------------------------------------------------------
  241.  
  242. From: "Michael R. Ganss" <rms@cs.tu-berlin.de>
  243. Subject: Re: (fractint) 32bit version of fractint
  244. Date: 02 Sep 1997 12:36:48 +0200 (MET DST)
  245.  
  246. Paul,
  247.  
  248. > Why do you claim the inside-disks are infeasible?
  249.  
  250. I have repeatedly tried to implement this method and have each time
  251. come to the conclusion that Fisher's method does not work for
  252. arbitrary points inside M. For a lot of points it does work, but for some
  253. the algorithm yields a gross overestimation which IMO makes it
  254. infeasible to include in a general purpose Mandelbrot drawing
  255. program. But I'd love to be proven wrong (although I tried hard
  256. to implement it exactly as described). If you have succesfully
  257. implemented this method, please make it available (if you haven't done
  258. so already and I'm unaware of it).
  259.  
  260. > As for component detection, I was already planning to have the basic
  261. > Mandel formula blast both the cardioid and the biggest disk automatically.
  262. > That would really speed up exploration of SH valley and elephant valley,
  263. > two favored watering holes of fractal lovers everywhere.
  264.  
  265. Sure, that's a good speedup.
  266.  
  267. > You seem to refer here to a generalized component detection. It sounds
  268. > like this is meant to spot circles and cardioids anywhere. How would it
  269. > work? I considered such a thing myself once. Once. It seemed infeasible,
  270. > as to get components of period n requires accurately finding the roots of
  271. > big polynomials... order 2^n I believe. If you know the center and radius
  272. > of a circle, or the cusp point and opposite point of a cardioid, you can
  273. > calculate away the whole thing and floodfill it. Another approach would be
  274. > to spot the components other ways, but I can't think of one that isn't
  275. > lossy.
  276.  
  277. For any point c inside M you can find its component center through
  278. Newton iteration if you calculate the derivative of z and the period
  279. of c which is the period of the component. Then calculate Taylor
  280. coefficients for the mapping p:W->D. These coefficients, the center
  281. and the period make up a set of "parameters" which describe the
  282. component. Now if you suspect a point c to be inside M, calculate the
  283. approximate value of p(c) for a list of components you set up as you
  284. scan the image. If p(c)<1.0 then c is inside the component. In-depth
  285. coverage can be found in Jay R. Hill's article in "The Future Use of
  286. Fractals". I've had some success implementing this method (disks work
  287. beautifully), but I've had some trouble with the cardioids. As with
  288. SOI, this method should prove advantageous for very deep zooms.
  289.  
  290. -- 
  291. Michael R. Ganss        Cooper:  Look!  Ducks!  On a lake!  Ahhh.
  292. rms@cs.tu-berlin.de        http://www.cs.tu-berlin.de/~rms/AlmondBread/
  293.  
  294. Thanks for using Fractint, The Fractals and Fractint Discussion List
  295. Post Message:   fractint@xmission.com
  296. Get Commands:   majordomo@xmission.com "help"
  297. Administrator:  twegner@phoenix.net
  298. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  299.  
  300.  
  301. -------------------------------------------------------------------------------
  302.  
  303. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  304. Subject: Re: (fractint) 32bit version of fractint
  305. Date: 02 Sep 1997 08:40:36 -0400 (EDT)
  306.  
  307. >
  308. >Paul,
  309. >
  310. >> Why do you claim the inside-disks are infeasible?
  311. >
  312. >I have repeatedly tried to implement this method and have each time
  313. >come to the conclusion that Fisher's method does not work for
  314. >arbitrary points inside M. For a lot of points it does work, but for some
  315. >the algorithm yields a gross overestimation which IMO makes it
  316. >infeasible to include in a general purpose Mandelbrot drawing
  317. >program. But I'd love to be proven wrong (although I tried hard
  318. >to implement it exactly as described). If you have succesfully
  319. >implemented this method, please make it available (if you haven't done
  320. >so already and I'm unaware of it).
  321.  
  322. What about outside disks? I tried those once and it sometimes
  323. overestimated...someone told me there was a slight bug in the algorithm as
  324. described in The Science of Fractal Images. I'd like pseudo-code for a
  325. working outside-disks. Perhaps the same thing is causing trouble with the
  326. inside disks!
  327.  
  328. >> You seem to refer here to a generalized component detection. It sounds
  329. >> like this is meant to spot circles and cardioids anywhere. How would it
  330. >> work? I considered such a thing myself once. Once. It seemed infeasible,
  331. >> as to get components of period n requires accurately finding the roots of
  332. >> big polynomials... order 2^n I believe. If you know the center and radius
  333. >> of a circle, or the cusp point and opposite point of a cardioid, you can
  334. >> calculate away the whole thing and floodfill it. Another approach would be
  335. >> to spot the components other ways, but I can't think of one that isn't
  336. >> lossy.
  337. >
  338. >For any point c inside M you can find its component center through
  339. >Newton iteration if you calculate the derivative of z and the period
  340. >of c which is the period of the component. Then calculate Taylor
  341. >coefficients for the mapping p:W->D. These coefficients, the center
  342. >and the period make up a set of "parameters" which describe the
  343. >component. Now if you suspect a point c to be inside M, calculate the
  344. >approximate value of p(c) for a list of components you set up as you
  345. >scan the image. If p(c)<1.0 then c is inside the component. In-depth
  346. >coverage can be found in Jay R. Hill's article in "The Future Use of
  347. >Fractals". I've had some success implementing this method (disks work
  348. >beautifully), but I've had some trouble with the cardioids. As with
  349. >SOI, this method should prove advantageous for very deep zooms.
  350.  
  351. Okay. But what is the mapping p? For a disk, it's (x,y)*const+(a,b) for
  352. the center a,b and radius const of the component. How do you determine,
  353. though, that it is a) a disk and not a cardioid, b) const and a and b, and
  354. c) what are the mappings for cardioids etc.?
  355.  
  356.  
  357. --
  358.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  359.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  360.     `*'  bulk candy section...because variety is the spice of life... [me]
  361. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  362.  
  363. Thanks for using Fractint, The Fractals and Fractint Discussion List
  364. Post Message:   fractint@xmission.com
  365. Get Commands:   majordomo@xmission.com "help"
  366. Administrator:  twegner@phoenix.net
  367. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  368.  
  369.  
  370. -------------------------------------------------------------------------------
  371.  
  372. From: Jacco Burger <JACCO.BURGER@BU.TUDELFT.NL>
  373. Subject: (fractint) Fractint bug?
  374. Date: 02 Sep 1997 17:51:59 +0200
  375.  
  376. This is a MIME message. If you are reading this text, you may want to 
  377. consider changing to a mail reader or gateway that understands how to 
  378. properly handle MIME multipart messages.
  379.  
  380. --=_5C09693A.46274BBE
  381. Content-Type: text/plain
  382. Content-Disposition: inline
  383.  
  384. I wonder if anybody has encountered this problem with saving an image to a
  385. parameter file. It occures  when the bailoutest-parameter (z-screen) is
  386. combined with continuous potential (y-screen).
  387.  
  388. I had an image in which the bailoutest parameter was set to imag and
  389. continuous potential activated. I wanted to examine the effect of different
  390. values for the potential-bailout value. So I stored the image to a
  391. parameter file with the b-command, changed the pot.-bailout value a few
  392. times and stored every image to the parameter-file, without letting
  393. Fractint fully calculate. I made a DOS batchfile and let it run. 
  394.  
  395. To my surprise I found that in the first image the bailoutest-value
  396. (z-screen) was set to imag, in the other images the bailoutest-value was
  397. set to the default-value of mod. When I examined the parfile I noticed that
  398. only the first entry had the bailoutest=imag statement. In the other
  399. entries it just wasn't there. I tried this procedure another time and the
  400. same thing happened again.
  401.  
  402. So it looks like as if when you change the potential-bailoutvalue and use
  403. the b-command to store the image to a parameter-file, Fractint ignores the
  404. bailoutest=xxx command and doesn't store it.
  405.  
  406. I have a parameter-file attached. Can someone please have a look?
  407.  
  408. I know I can fix the file by editing it with a wordprocessor, but that is
  409. quite a hassle every time. Is it possible to have this fixed in the next
  410. version of Fractint? 
  411.  
  412. Thanks in advance!
  413.  
  414. Cheerio,
  415.  
  416. Jacco
  417. e-mail: Jacco.Burger@BU.TUDelft.nl
  418.  
  419. (By the way, please let me know if the par-file isn't attached. Our
  420. mail-server has let me down a couple of times before.)
  421.  
  422. --=_5C09693A.46274BBE
  423. Content-Type: text/plain
  424. Content-Disposition: attachment; filename="970902.PAR"
  425.  
  426. j018-0             { ; c.p. with bailoutest=imag
  427.                      ; problem with storing to parfile
  428.                      ; (c) 1997, Jacco Burger
  429.   reset=1960 type=fn*fn function=acos/sin
  430.   center-mag=-2.18929290500000000/+2.15404510500000000/1.936443
  431.   bailoutest=imag inside=0 potential=255/250/0
  432.   colors=222BHF<49>afSafTbgTchUbgT<12>QWMQVLPVLOUL<11>IOHHOHHNHHNG<12>BHDA\
  433.   HDAHDAHDAHD<2>AHDBHDBIECIECJF<2>FLHGMIINK<2>MROOTPQURSWTUXU<4>egehigkkin\
  434.   nlqqorqo<4>ppnpomoomnnl<2>llilkikihjhg<5>bZ_aXZ_VXZTV<3>SJOQGMODJMBHK8FI\
  435.   5C<3>I7EI8EI8EI9EIAE<10>IHGIIGIJHJKI<8>SXRTYSV_UW`W<4>`debega`c<6>O25<12\
  436.   >lcS<9>B62<10>MPLORNOQN<6>IDG
  437.   }
  438.  
  439. j018-1             { ; c.p. with bailoutest=imag
  440.                      ; problem with storing to parfile
  441.                      ; (c) 1997, Jacco Burger
  442.   reset=1960 type=fn*fn function=acos/sin
  443.   center-mag=-2.18871307500000000/+2.15404510500000000/1.936443/0.9996
  444.   inside=0 potential=255/250/1
  445.   colors=222BHF<47>`eR`eSafSafTbgTchU<13>QWMQVLPVLOUL<11>IOHHOHHNHHNG<11>B\
  446.   HDBHDAHDAHDAHD<3>AHDBHDBIECIECJF<2>FLHGMIINK<2>MROOTPQURSWTUXU<3>cecegeh\
  447.   igkkinnlqqorqo<4>ppnpomoomnnl<2>llilkikih<5>c``bZ_aXZ_VXZTV<3>SJOQGMODJM\
  448.   BHK8FI5C<2>I7EI7EI8EI8EI9E<10>IGGIHGIIGIJHJKI<8>SXRTYSV_UW`W<4>`debega`c\
  449.   <6>O25<12>lcS<9>B62<10>MPLORNOQN<6>IDG
  450.   }
  451.  
  452. j018-5             { ; c.p. with bailoutest=imag
  453.                      ; problem with storing to parfile
  454.                      ; (c) 1997, Jacco Burger
  455.   reset=1960 type=fn*fn function=acos/sin
  456.   center-mag=-2.18871307500000000/+2.15404510500000000/1.936443/0.9996
  457.   inside=0 potential=255/250/5
  458.   colors=222BHF<47>`eR`eSafSafTbgTchU<13>QWMQVLPVLOUL<11>IOHHOHHNHHNG<11>B\
  459.   HDBHDAHDAHDAHD<3>AHDBHDBIECIECJF<2>FLHGMIINK<2>MROOTPQURSWTUXU<3>cecegeh\
  460.   igkkinnlqqorqo<4>ppnpomoomnnl<2>llilkikih<5>c``bZ_aXZ_VXZTV<3>SJOQGMODJM\
  461.   BHK8FI5C<2>I7EI7EI8EI8EI9E<10>IGGIHGIIGIJHJKI<8>SXRTYSV_UW`W<4>`debega`c\
  462.   <6>O25<12>lcS<9>B62<10>MPLORNOQN<6>IDG
  463.   }
  464.  
  465. j018-25            { ; c.p. with bailoutest=imag
  466.                      ; problem with storing to parfile
  467.                      ; (c) 1997, Jacco Burger
  468.   reset=1960 type=fn*fn function=acos/sin
  469.   center-mag=-2.18871307500000000/+2.15404510500000000/1.936443/0.9996
  470.   inside=0 potential=255/250/25
  471.   colors=222BHF<47>`eR`eSafSafTbgTchU<13>QWMQVLPVLOUL<11>IOHHOHHNHHNG<11>B\
  472.   HDBHDAHDAHDAHD<3>AHDBHDBIECIECJF<2>FLHGMIINK<2>MROOTPQURSWTUXU<3>cecegeh\
  473.   igkkinnlqqorqo<4>ppnpomoomnnl<2>llilkikih<5>c``bZ_aXZ_VXZTV<3>SJOQGMODJM\
  474.   BHK8FI5C<2>I7EI7EI8EI8EI9E<10>IGGIHGIIGIJHJKI<8>SXRTYSV_UW`W<4>`debega`c\
  475.   <6>O25<12>lcS<9>B62<10>MPLORNOQN<6>IDG
  476.   }
  477.  
  478.  
  479. --=_5C09693A.46274BBE--
  480.  
  481. Thanks for using Fractint, The Fractals and Fractint Discussion List
  482. Post Message:   fractint@xmission.com
  483. Get Commands:   majordomo@xmission.com "help"
  484. Administrator:  twegner@phoenix.net
  485. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  486.  
  487.  
  488. -------------------------------------------------------------------------------
  489.  
  490. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  491. Subject: Re: (fractint) Julia bug? was Those awful viewwindows
  492. Date: 02 Sep 1997 19:03:08 -0700
  493.  
  494.  
  495. Rich Thomson wrote:
  496.  
  497. >Type 'v' to get the view window screen, then say "no" for "Preview image".
  498.  
  499. Thank you very much.  I should have known it must be easy.   :-)
  500.  
  501. Now, is this a bug?  Might pass as FoTD if it had a romantic story to
  502. go with it.
  503.  
  504. I zoomed in on the right most period 12 midget and switched to the
  505. Julia set view.  Now look at this.  Something is wrong.  A flaw here at
  506. magnification 1063 begins at magnification 20.  Press the space bar
  507. to see the midget, up close. It is one from my complete collection
  508. (coordinates found as part of the MSet area project).  Speaking of
  509. collections, did you know Fractint has a limit of 2000 samples in a
  510. par file?  I found out!
  511.  
  512. The latest Pentiums are fast enough that it takes longer to press
  513. SHIFT-@, DOWN arrow, ENTER than to draw the image.  Is there
  514. a 'next' par image key which will get the next one without leaving
  515. the graphics mode?  Also, in zooming in, it takes longer to get the
  516. dozen or so PageUp key strokes in than to draw images.  At least
  517. until you are at 1e12 magnification or so.   A keystroke to get the
  518. max-zoom box would be nice.  BTW, the fact that the zoom box stays
  519. centered on the center coordinates is very useful.  Looking for very
  520. small features is easy when you have the coordinates. Of course,
  521. you can press Z, F6 and type in a new magnification. But the view
  522. along the way is the fun part of zooming.
  523.  
  524. For deep zooming, I use a trick to make Fractint draw a small view for
  525. early sampling and still keep the 1024x768 setting. It is to put the zoom
  526. focus in the upper right of the little zoom box. Press ENTER to start the
  527. zoomed in image.  Before it gets far (as quick as you can) press
  528. PageUP then CTRL-Right arrow forcing the calculation to the left side.
  529. Now the calculation will occur in the upper left corner. Usually I see the
  530. next level of interest in about 20% of the scan down the screen. If I
  531. have missed, I can hit PageUP, UpArrow and/or Left Arrow and fill
  532. in a narrow strip in those directions.  This will help you in DEEPZOOM
  533. mode where you are looking for a midget (and hoping you are
  534. not caught in a Misiurewiz trap).
  535.  
  536. Jay
  537.  
  538. PS.  If someone recognizes these colors, I admit it, they are from
  539. someone's post, but I lost track of whose.  Let me know whose they
  540. are. I think they are nice, so here they are again.
  541.  
  542. 3191_12_1867       { ; 0.471038112527672102    0.354079734991600297
  543.   reset=1960 type=julia passes=1
  544.   center-mag=+0.00000000000000000/-0.00000000000000000/1063.278
  545.   params=0.4710381123973365/0.3540797351219784 float=y maxiter=4096
  546.   colors=000AAA<6>SKEULEWMEYOF_PF<5>nYIpZIs_Ju`JxbKzcK<20>AAA<20>hcz<21>AA\
  547.   A<20>zzc<20>AAADEE<19>mzz<20>AAA<19>awaczcbxb<20>AAA<20>zcm<19>DBC
  548.   }
  549.  
  550.  
  551.  
  552.  
  553. Thanks for using Fractint, The Fractals and Fractint Discussion List
  554. Post Message:   fractint@xmission.com
  555. Get Commands:   majordomo@xmission.com "help"
  556. Administrator:  twegner@phoenix.net
  557. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  558.  
  559.  
  560. -------------------------------------------------------------------------------
  561.  
  562. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  563. Subject: Re: (fractint) Julia bug? was Those awful viewwindows
  564. Date: 02 Sep 1997 23:23:05 -0400 (EDT)
  565.  
  566.  
  567. For slow deepzoom exploration before reaching a "target", what I do is use
  568. a tiny view-window. 'v', yes, and 4 or 5 does the trick. then 'v' and no
  569. to draw the target fullscreen. (Of course, you didn't know how to turn
  570. off the view windows before...:-))
  571.  
  572. --
  573.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  574.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  575.     `*'  bulk candy section...because variety is the spice of life... [me]
  576. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  577.  
  578. Thanks for using Fractint, The Fractals and Fractint Discussion List
  579. Post Message:   fractint@xmission.com
  580. Get Commands:   majordomo@xmission.com "help"
  581. Administrator:  twegner@phoenix.net
  582. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  583.  
  584.  
  585. -------------------------------------------------------------------------------
  586.  
  587. From: cindy mitchell <cindym@vegasnet.net>
  588. Subject: (fractint) Introducing myself
  589. Date: 02 Sep 1997 20:55:50 -0700
  590.  
  591. Hello Everyone,
  592.  
  593. Have been a Fractint user for ever. Remember XT's and CGA? Fractint was there
  594. and still is with my every upgrade, and still a"DOS" program. Even with Win95
  595. I use dos as much as possible, (I do have Fractint on my desktop too).
  596. I have been on the list for a week and am thrilled that there are so many
  597. Fractint users out there. I am terrible at reading documentation so have
  598. been learning
  599. many things. 
  600.  
  601. For the Fractint Wish List -- a catalog feature to compare the subtle
  602. differences
  603. between commands. As it is I use a dos program GifDesk 4.5 to view the Gifs.
  604. Another nice utility would to be able to delete those gif files that have
  605. been altered
  606. after using fractint. I seem to have alot of fractint gif's that I have d/l
  607. and can't use.
  608.  
  609.                                Cindy Mitchell 
  610.  
  611.    
  612.  
  613.  
  614. Thanks for using Fractint, The Fractals and Fractint Discussion List
  615. Post Message:   fractint@xmission.com
  616. Get Commands:   majordomo@xmission.com "help"
  617. Administrator:  twegner@phoenix.net
  618. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  619.  
  620.  
  621. -------------------------------------------------------------------------------
  622.  
  623. From: Les St Clair <Les_StClair@compuserve.com>
  624. Subject: Re: (fractint) Julia bug? was Those awful viewwindows
  625. Date: 03 Sep 1997 01:49:03 -0400
  626.  
  627. Jay,
  628.  
  629. >>Now, is this a bug?  =
  630.  
  631. >>I zoomed in on the right most period 12 midget and switched to the
  632. >>Julia set view.  Now look at this.  Something is wrong. =
  633.  
  634.  
  635. Seems to be a periodicity checking error. Switch to periodicity=3D0 and t=
  636. he
  637. flaw goes away (the "inside" drawing takes longer too, but that just show=
  638. s
  639. the speed-up you get from the periodicity logic).
  640.  
  641. >>... did you know Fractint has a limit of 2000 samples in a
  642. >>par file?
  643.  
  644. Shucks! Now I'll only be able to put five and a half years worth of FOTD =
  645. in
  646. one file <G>!
  647.  
  648. >>If someone recognizes these colors, I admit it, they are from
  649. >>someone's post, but I lost track of whose.
  650.  
  651. Did you know that you can create a "color plug-in" par file by editing ou=
  652. t
  653. everything but the colors=3Dstatement?
  654. You can use this method to annotate your color collections so you never
  655. forget where they came from, like so:
  656.  
  657. JAY_001       { ; I borrowed these from Joe Bloggs
  658.   colors=3D000AAA<6>SKEULEWMEYOF_PF<5>nYIpZIs_Ju`JxbKzcK<20>AAA<20>hcz<21=
  659. >AA\
  660.   A<20>zzc<20>AAADEE<19>mzz<20>AAA<19>awaczcbxb<20>AAA<20>zcm<19>DBC
  661.   }
  662.  
  663. Once you've drawn an image just open your "colors" par in the usual way a=
  664. nd
  665. Fractint will simply read in the new colors.
  666.  
  667. - Les
  668.  
  669. Thanks for using Fractint, The Fractals and Fractint Discussion List
  670. Post Message:   fractint@xmission.com
  671. Get Commands:   majordomo@xmission.com "help"
  672. Administrator:  twegner@phoenix.net
  673. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  674.  
  675.  
  676. -------------------------------------------------------------------------------
  677.  
  678. From: "Michael R. Ganss" <rms@cs.tu-berlin.de>
  679. Subject: Re: (fractint) 32bit version of fractint
  680. Date: 03 Sep 1997 12:13:00 +0200 (MET DST)
  681.  
  682. Paul,
  683.  
  684. > What about outside disks? I tried those once and it sometimes
  685. > overestimated...someone told me there was a slight bug in the algorithm as
  686. > described in The Science of Fractal Images. I'd like pseudo-code for a
  687. > working outside-disks. Perhaps the same thing is causing trouble with the
  688. > inside disks!
  689.  
  690. I don't think so, because the inside-disks approach is very different
  691. from the outside one (as you know, not just set x=1 instead of 0 and
  692. it works for inside disks as well). I used to have a working outside
  693. disks (years ago), maybe I'l hack up one again when I have the time.
  694.  
  695. > Okay. But what is the mapping p? For a disk, it's (x,y)*const+(a,b) for
  696. > the center a,b and radius const of the component. How do you determine,
  697. > though, that it is a) a disk and not a cardioid, b) const and a and b, and
  698. > c) what are the mappings for cardioids etc.?
  699.  
  700. p (rho) is the product of all z's from z_n to z_{n+p} where p is the
  701. period. At the component center this is 0. Besides Jay's article
  702. there's some about it in "The Beauty of Fractals" in the Mandelbrot
  703. chapter. You don't need to know if it's a cardioid or a disk, just if
  704. it's inside or not, although Jay describes a heuristic to determine
  705. disk/cardioid. 
  706.  
  707. -- 
  708. Michael R. Ganss        Cooper:  Look!  Ducks!  On a lake!  Ahhh.
  709. rms@cs.tu-berlin.de        http://www.cs.tu-berlin.de/~rms/AlmondBread/
  710.  
  711. Thanks for using Fractint, The Fractals and Fractint Discussion List
  712. Post Message:   fractint@xmission.com
  713. Get Commands:   majordomo@xmission.com "help"
  714. Administrator:  twegner@phoenix.net
  715. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  716.  
  717.  
  718. -------------------------------------------------------------------------------
  719.  
  720. From: Peter Otterstaetter <peter.otterstaetter@zxa.basf-ag.de>
  721. Subject: (fractint) formula identification
  722. Date: 03 Sep 1997 13:17:38 +0000
  723.  
  724. Hi friends,
  725.  
  726. >>Peter Otterstaetter wrote:
  727. >>I think, to identify a formula, the most important thing is NOT its
  728. >>name but its CONTENT. So why not use a "content dependend 
  729. >>identifier" like a "hash count" or a "fingerprint" (may be some 
  730. >>techniques used in PGP would help) as a formula identifier? Just 
  731. >>an idea. 
  732.  
  733. >George Martin wrote:
  734. >Worth a look, but this would constitute a *major* change in the way
  735. >Fractint handles the identification of formula, par, ifs, and 
  736. >lsystem entries. Also, there is a fair amount of formula rewriting 
  737. >going on. For example, quite a few formulas have been rewritten to 
  738. >take advantage of the new if..else feature of the formula parser. 
  739. >These formulas look much different than the originals, and run much 
  740. >faster; but in fact draw the identical images as the original 
  741. >formulas with the same underlying math. I wouldn't want to lose the 
  742. >ability to have such improved formulas automatically used by old 
  743. >parfiles, as they can be now because the formula name remains the 
  744. >same. 
  745.  
  746. >Tim Wegner wrote:
  747. >This is an interesting idea, but when you try to implement it, there
  748. >are problems. Trivial changes in algebra would change the "hash
  749. >count", as would changes in names of variables.
  750. >Still, it's worth reconsidering. But for now, serious fractal 
  751. >fanatics need OrgFrm or something similar.
  752.  
  753. Let me be a bit more precise. The hash count idea requires a new 
  754. thinking about a formula.
  755. Let a formula have a "description part" and one ore more 
  756. "implementation parts". 
  757. The "description part" describes the "formula mathematics" in a 
  758. normalized formal format (which we have to define; OK lot of work!). 
  759. The hash count (or fingerprint or whatever) is taken from the 
  760. "description part". 
  761. The "implementation parts" describe some implementation of the 
  762. "formula mathematics" (like an entry in the well known frm-file). 
  763. Changes in the implementation parts (like different variable names, 
  764. if-then-else structure etc.) would not affect the hash count.
  765. So what we need to identify a formula is its hash count (or whatever) 
  766. and its implementation name (if there are more than one 
  767. implementations).
  768.  
  769. Hope this helps to clearify the idea.
  770.  
  771. Peter
  772.  
  773.  
  774.  
  775. Peter Otterstaetter
  776. BASF Aktiengesellschaft
  777. Zentralbereich Informatik
  778. ZXA/U Anwendungsentwicklung
  779. D-67056 Ludwigshafen
  780. E-mail: peter.otterstaetter@zxa.basf-ag.de
  781. All things come to those who wait. They come, but often come too late.
  782.     From Lady Mary M. Curie: Tout Vient a Qui Sait Attendre (1890)
  783.  
  784. Thanks for using Fractint, The Fractals and Fractint Discussion List
  785. Post Message:   fractint@xmission.com
  786. Get Commands:   majordomo@xmission.com "help"
  787. Administrator:  twegner@phoenix.net
  788. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  789.  
  790.  
  791. -------------------------------------------------------------------------------
  792.  
  793. From: Justin Kolodziej <4wg7kolodzie@vms.csd.mu.edu>
  794. Subject: (fractint) Printing
  795. Date: 03 Sep 1997 08:57:38 -0500
  796.  
  797. This is a multi-part message in MIME format.
  798.  
  799. ------=_NextPart_000_0000_01BCB847.6DCEF600
  800. Content-Type: text/plain;
  801.     charset="iso-8859-1"
  802. Content-Transfer-Encoding: quoted-printable
  803.  
  804.  Help me! I can't print on my HP Deskjet 694C printer.  I tried using =
  805. the Paintjet printer setting, but I got this striped thing that wasn't =
  806. even close to what I wanted. What do I have to do? Do I have to download =
  807. Winfrac instead?
  808.  
  809. Justin Kolodziej
  810.  
  811. 4wg7kolodzie@vms.csd.mu.edu
  812.  
  813.  
  814. ------=_NextPart_000_0000_01BCB847.6DCEF600
  815. Content-Type: text/html;
  816.     charset="iso-8859-1"
  817. Content-Transfer-Encoding: quoted-printable
  818.  
  819. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  820. <HTML>
  821. <HEAD>
  822.  
  823. <META content=3Dtext/html;charset=3Diso-8859-1 =
  824. http-equiv=3DContent-Type>
  825. <META content=3D'"MSHTML 4.71.1008.3"' name=3DGENERATOR>
  826. </HEAD>
  827. <BODY bgColor=3D#ffffff>
  828. <P><FONT color=3D#000000 face=3DArial size=3D2> Help me! I can't =
  829. print on my HP=20
  830. Deskjet 694C printer.  I tried using the Paintjet printer setting, =
  831. but I=20
  832. got this striped thing that wasn't even close to what I wanted. What do =
  833. I have=20
  834. to do? Do I have to download Winfrac instead?</FONT></P>
  835. <P><FONT color=3D#000000 face=3DArial size=3D2>Justin Kolodziej</FONT>
  836. <P><FONT color=3D#000000 face=3DArial size=3D2><A=20
  837. href=3D"mailto:4wg7kolodzie@vms.csd.mu.edu">4wg7kolodzie@vms.csd.mu.edu</=
  838. A></FONT></BODY></HTML>
  839.  
  840. ------=_NextPart_000_0000_01BCB847.6DCEF600--
  841.  
  842.  
  843. Thanks for using Fractint, The Fractals and Fractint Discussion List
  844. Post Message:   fractint@xmission.com
  845. Get Commands:   majordomo@xmission.com "help"
  846. Administrator:  twegner@phoenix.net
  847. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  848.  
  849.  
  850. -------------------------------------------------------------------------------
  851.  
  852. From: Ramiro Perez <rperez@ns.pa>
  853. Subject: (fractint) Lypunov Inside?
  854. Date: 03 Sep 1997 09:05:52 +0500 (GMT)
  855.  
  856.  
  857. Hello,
  858.  
  859. This is something that I found while I was experimenting with the lyapunov
  860. exponent for the mandelbrot set.
  861. The idea was to calculate the expontent for every point that is inside of
  862. the set, and since the points that nears the boundary becomes more chaotic
  863. as they came close to it, I espect level sets coming from the center of
  864. the M. set to the boundary. but the history is another, because instead of
  865. the level sets, the inside of the set (and of every bud) has a radial
  866. estructure, with rays that come from the boundary to the center..
  867. The julia sets too, has a weird (but beautiful) lakes, so check this par
  868. and formula file, and if anyone knows why that happens, I wish to hear the
  869. explanation...
  870.  
  871.  
  872.                      Ramiro Perez
  873.  
  874.  
  875. =========================lyap.frm============================
  876. mandlyap{ ;P1 is the bailout
  877. z=0, c=pixel, k=0, l=0, z1=0:
  878. z1=z1*z1+c
  879. dz1=2*z1
  880. k=k+1
  881. l=l+log(dz1)
  882. z=l/k
  883. |z1|<=p1
  884. }
  885.  
  886. julialyap{ ;P1 the C point P2 the bailout
  887. z=0, c=p1, k=0, l=0, z1=pixel:
  888. z1=z1*z1+c
  889. dz1=2*z1
  890. k=k+1
  891. l=l+log(dz1)
  892. z=l/k
  893. |z1|<=p2
  894. }
  895.  
  896. =========================mlyap.par============================
  897.  
  898. mand1              {
  899.   reset=1960 type=formula formulafile=lyap.frm formulaname=mandlyap
  900.   passes=1 center-mag=-0.625978/-4.44089e-016/0.8503401 params=100/0
  901.   float=y fillcolor=0 inside=zmag outside=summ
  902.   colors=CCC03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ<3>0Nk0Eq\
  903.   08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ<2>0Sh0Nk0Jn0Eq0\
  904.   8u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ<2>0Sh0Nk0Jn0Eq08\
  905.   u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ<2>0Sh0Nk0Jn0Eq08u
  906.   }
  907.  
  908. Jul1               {
  909.   reset=1960 type=formula formulafile=lyap.frm formulaname=julialyap
  910.   passes=1 center-mag=0/0/0.6666667 params=-1/0.01/100/0 float=y
  911.   fillcolor=0 inside=zmag outside=summ
  912.   colors=CCC0Sh0Nk0Jn0Eq08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT\
  913.   2jW0gZ<3>0Nk0Eq08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ<\
  914.   2>0Sh0Nk0Jn0Eq08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ<2\
  915.   >0Sh0Nk0Jn0Eq08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ0bb\
  916.   0Ye
  917.   }
  918.  
  919. Jul1a              {
  920.   reset=1960 type=formula formulafile=lyap.frm formulaname=julialyap
  921.   passes=1 center-mag=0.344288/0.416493/13.33333 params=-1/0.01/100/0
  922.   float=y fillcolor=0 inside=zmag outside=summ
  923.   colors=CCC0Sh0Nk0Jn0Eq08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT\
  924.   2jW0gZ<3>0Nk0Eq08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ<\
  925.   2>0Sh0Nk0Jn0Eq08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ<2\
  926.   >0Sh0Nk0Jn0Eq08u03x20x<14>z00z20<13>zu0zy0xz0<9>Lz0Hz0Fy2<8>3kT2jW0gZ0bb\
  927.   0Ye
  928.   }
  929.  
  930. ======================================================================
  931.  
  932.  
  933.  Ramiro Perez Clare Nash                          .        _/        .    .
  934.  System Adminstrator                .     *     .        _/      *
  935.  PANNet                        *     +    .         _/ _/ _/   .     + .
  936.  e-mails:                  .       .           _/    _/    _/       +       .
  937.  rperez@ns.pa                          _/ _/ _/ _/ _/ _/ _/ _/ _/       .
  938.  rperez@keops.utp.ac.pa       .     *      _/    _/    _/           .      *
  939.  rperez@listas.utp.ac.pa        +        +  _/ _/ _/      *     .          .
  940.  Web pages:                          .       _/         .          *
  941.  http://www.utp.ac.pa/~rperez    *         _/     .  +   .     .        +
  942.  
  943.  
  944. Thanks for using Fractint, The Fractals and Fractint Discussion List
  945. Post Message:   fractint@xmission.com
  946. Get Commands:   majordomo@xmission.com "help"
  947. Administrator:  twegner@phoenix.net
  948. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  949.  
  950.  
  951. -------------------------------------------------------------------------------
  952.  
  953. From: nick.grasso@hrads.com (Grasso, Nick)
  954. Subject: Re: (fractint) Printing
  955. Date: 03 Sep 1997 10:15:28 -0400
  956.  
  957. At 08:57 AM 9/3/97 -0500, Justin Kolodziej wrote:
  958. >       I tried using the Paintjet printer setting, but I  got this striped
  959. >thing that wasn't even close to what I wanted. What do I have  to do? Do I
  960. >have to download Winfrac instead?
  961.  
  962. Justin,
  963. The printing capabilities of fractint are quite rudimentary. I don't think
  964. many people print directly from fractint. You are much better off using a
  965. third party program. If you are running Windows, get the shareware program
  966. PaintShop Pro. It is easy to use and does a great job of printing fractals
  967. on my Deskjet 870.
  968.  
  969. Nick
  970. nick.grasso@hrads.com
  971.  
  972.  
  973. Thanks for using Fractint, The Fractals and Fractint Discussion List
  974. Post Message:   fractint@xmission.com
  975. Get Commands:   majordomo@xmission.com "help"
  976. Administrator:  twegner@phoenix.net
  977. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  978.  
  979.  
  980. -------------------------------------------------------------------------------
  981.  
  982. From: George Martin <76440.1143@compuserve.com>
  983. Subject: (fractint) formula identification
  984. Date: 03 Sep 1997 12:16:13 -0400
  985.  
  986. Peter,
  987.  
  988. >
  989. Let me be a bit more precise. The hash count idea requires a new 
  990. thinking about a formula. Let a formula have a "description part" and one
  991. or more "implementation parts". The "description part" describes the
  992. "formula mathematics" in a normalized formal format (which we have to
  993. define; OK lot of work!). 
  994. <
  995.  
  996. I'm always ready for new thinking! Perhaps you could give an example - here
  997. are two formulas, the second of which is a simple optimization of the
  998. first. These formulas would produce identical images. Could you show what
  999. the "description part" of each of these formulas would be? Presumably it
  1000. would be such that if the formulas were written by different persons, the
  1001. description part would be the same.
  1002.  
  1003. Example1 {
  1004.   z = c = pixel:
  1005.   z = z * z + sin(c)
  1006.   |z| < 4
  1007. }
  1008.  
  1009. Example2 {
  1010.   z = pixel
  1011.   c = sin(pixel):
  1012.   z = z * z + c
  1013.   |z| < 4
  1014. }
  1015.  
  1016. A bit more challenging <g> would be to take the "before and after" versions
  1017. of the Carr2821 formula (you can get these in the if..else tutorial that is
  1018. part of the fractint 19.6 package) and show how independent writers of
  1019. these two formulas would generate the same descriptive section.
  1020.  
  1021. Someone asked me a year or so ago if it would be possible to go through the
  1022. Orgform compilation and weed out "duplicate math" formulas, so I have
  1023. already given a bit of thought to the idea of formula "content". Some
  1024. things are easy, such as recognizing that the name of a variable does not
  1025. affect the underlying math (in fact, when orgform.exe decides to skip a
  1026. formula because it is identical to a formula of the same name already in
  1027. the compilation, it makes the comparison without regard to names given to
  1028. variables). Order of operation matters are probably in range, such as
  1029. recognizing that z = a*b is the same as z = b*a. Algebraic equivalency
  1030. becomes harder; recognizing the equivalence of such expressions as (x+y)^2
  1031. and x^2+2*x*y+y^2 opens up a Pandora's box of Goedelian proportions.
  1032. Developing an algorithm to recognize the equivalency of major rewrites such
  1033. as with Carr2821 seems unimaginable to me. 
  1034.  
  1035. Regards,
  1036.  
  1037. George Martin
  1038.  
  1039. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1040. Post Message:   fractint@xmission.com
  1041. Get Commands:   majordomo@xmission.com "help"
  1042. Administrator:  twegner@phoenix.net
  1043. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1044.  
  1045.  
  1046. -------------------------------------------------------------------------------
  1047.  
  1048. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  1049. Subject: Re: (fractint) Julia bug?
  1050. Date: 03 Sep 1997 11:05:29 -0700
  1051.  
  1052.  
  1053. Les (and Charles) wrote:
  1054. >>Julia set view.  Now look at this.  Something is wrong.
  1055. >Seems to be a periodicity checking error. Switch to periodicity=0.....
  1056.  
  1057. This thread started when I wrote the 'Those awful viewwindows' note. Now I
  1058. see the 'v' key fixes that. Now, I looked for 'periodicity' in the
  1059. fractint.doc.
  1060. It again looks there is no hot key for this. I locate a midget at high
  1061. magnification with solid gueesing on, periodicity on and any other gimic
  1062. to make it fast. Now I just press space bar twice and get the Julia set.
  1063. How do I easily get periodicity=0. What I find is par file methods which
  1064. would put me back to what I was (needlessly) complaining of earlier.
  1065.  
  1066. (Fractint programmers note: no offence ment by any of my rants!  Been
  1067. programming for 35 years, so I have some hint of what produced Fractint.)
  1068.  
  1069. Here is my sci.fractals sig:
  1070.  
  1071. int main(){float g,s,f,r,i;char*_="!/-,;<:!lnb/bh`r/ylqbAmmhI/S/x`K\n";
  1072. int m,u,e=0;_[32]++;for(;e<3919;){u=(256*(s=(r=.0325*(m=e%80)-2
  1073. )*r+(i=.047*(e/80)-1.128)*i)-96)*s+32*r<3?25:16+32*r+16*s<1?31:0;
  1074. if(u==(s=f=0))do g=s*s-f*f+r;while((f=2*s*f+i)*f+(s=g)*g<4&&++u<27);
  1075. putchar(_[++e>3840&&m<25?31-m:m>78?32:u]^1);}}
  1076.  
  1077. Jay
  1078.  
  1079.  
  1080.  
  1081. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1082. Post Message:   fractint@xmission.com
  1083. Get Commands:   majordomo@xmission.com "help"
  1084. Administrator:  twegner@phoenix.net
  1085. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1086.  
  1087.  
  1088. -------------------------------------------------------------------------------
  1089.  
  1090. From: NOEL_GIFFIN <noel@triumf.ca>
  1091. Subject: Re: (fractint) Julia bug?
  1092. Date: 03 Sep 1997 11:41:29 PST
  1093.  
  1094.  
  1095.  "Jay Hill" <jrhill@NOTESGW.NOSC.MIL> wrote:
  1096.  
  1097. >Les (and Charles) wrote:
  1098. >>>Julia set view.  Now look at this.  Something is wrong.
  1099. >>Seems to be a periodicity checking error. Switch to periodicity=0.....
  1100.  
  1101. >This thread started when I wrote the 'Those awful viewwindows' note. Now I
  1102. >see the 'v' key fixes that. Now, I looked for 'periodicity' in the
  1103. >fractint.doc.
  1104. >It again looks there is no hot key for this. I locate a midget at high
  1105. >magnification with solid gueesing on, periodicity on and any other gimic
  1106. >to make it fast. Now I just press space bar twice and get the Julia set.
  1107. >How do I easily get periodicity=0. What I find is par file methods which
  1108. >would put me back to what I was (needlessly) complaining of earlier.
  1109.  
  1110. The "G" keyboard command lets you give a startup parameter interactively. 
  1111. From there you can say periodicity=no to turn this feature off.
  1112.  
  1113.     Cheers,
  1114.     Noel
  1115.  
  1116. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1117. Post Message:   fractint@xmission.com
  1118. Get Commands:   majordomo@xmission.com "help"
  1119. Administrator:  twegner@phoenix.net
  1120. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1121.  
  1122.  
  1123. -------------------------------------------------------------------------------
  1124.  
  1125. From: Pierre Aubert Espenan <pierree@ix.netcom.com>
  1126. Subject: Re: (fractint) Printing
  1127. Date: 03 Sep 1997 12:35:16 -0700
  1128.  
  1129. Justin Kolodziej wrote:
  1130. >  Help me! I can't print on my HP Deskjet 694C printer.  I tried using
  1131. > the Paintjet printer setting, but I got this striped thing that wasn't
  1132. > even close to what I wanted. What do I have to do? Do I have to
  1133. > download Winfrac instead?
  1134. > Justin Kolodziej
  1135. > 4wg7kolodzie@vms.csd.mu.edu
  1136. Dear Justin:
  1137. Try using the Windows port of fractint.  Save the fractal in BMP 
  1138. format and use the Windows printer drivers that came with your
  1139. printer.  This always works for me.
  1140.                     Pierre Espenan
  1141.  
  1142. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1143. Post Message:   fractint@xmission.com
  1144. Get Commands:   majordomo@xmission.com "help"
  1145. Administrator:  twegner@phoenix.net
  1146. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1147.  
  1148.  
  1149. -------------------------------------------------------------------------------
  1150.  
  1151. From: Jack Gill <d_gill@twu.edu>
  1152. Subject: Re: (fractint) Printing
  1153. Date: 03 Sep 1997 15:29:49 -0500
  1154.  
  1155. I'm having the same Deskjet printing problems as Justin.  As I'm new to
  1156. the list and to Fractint, please explain what is meant by 'windows port
  1157. of fractint'.
  1158.  
  1159. TIA
  1160.  
  1161. Jack Gill
  1162.  
  1163. Pierre Aubert Espenan wrote:
  1164.  
  1165. > Justin Kolodziej wrote:
  1166. > >
  1167. > >  Help me! I can't print on my HP Deskjet 694C printer.  I tried
  1168. > using
  1169. > > the Paintjet printer setting, but I got this striped thing that
  1170. > wasn't
  1171. > > even close to what I wanted. What do I have to do? Do I have to
  1172. > > download Winfrac instead?
  1173. > >
  1174. > > Justin Kolodziej
  1175. > >
  1176. > > 4wg7kolodzie@vms.csd.mu.edu
  1177. > Dear Justin:
  1178. > Try using the Windows port of fractint.  Save the fractal in BMP
  1179. > format and use the Windows printer drivers that came with your
  1180. > printer.  This always works for me.
  1181. >                                         Pierre Espenan
  1182. >
  1183. > ------------------------------------------------------------
  1184. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1185. > Post Message:   fractint@xmission.com
  1186. > Get Commands:   majordomo@xmission.com "help"
  1187. > Administrator:  twegner@phoenix.net
  1188. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1189.  
  1190.  
  1191.  
  1192.  
  1193. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1194. Post Message:   fractint@xmission.com
  1195. Get Commands:   majordomo@xmission.com "help"
  1196. Administrator:  twegner@phoenix.net
  1197. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1198.  
  1199.  
  1200. -------------------------------------------------------------------------------
  1201.  
  1202. From: davides <davides@pipeline.com>
  1203. Subject: Re: (fractint) Printing (Justin/Jack)
  1204. Date: 03 Sep 1997 17:33:53 -0400
  1205.  
  1206. At 03:29 PM 9/3/1997 -0500, you wrote:
  1207. >I'm having the same Deskjet printing problems as Justin.  As I'm new to
  1208. >the list and to Fractint, please explain what is meant by 'windows port
  1209. >of fractint'.
  1210. >
  1211. >TIA
  1212. >
  1213. >Jack Gill
  1214.  
  1215. Hi. 
  1216.  
  1217. I am new to the list also, however I have been printing fractals for
  1218. various purposes on my HP 660Cse for quite sometime. This is pretty much
  1219. what I do, if it is any help:
  1220.  
  1221. If I have constructed a fractal through fractint, I will save it as a .gif
  1222. (smaller file than a .bmp) to the desktop (associated with LViewPro), and
  1223. if desired make changes to the image if desired either in that program or
  1224. another, then click on "edit" at top, "copy", bring up WordPad (or
  1225. WordPerfect), click on Edit at top again, then paste. From there I will
  1226. resize if putting on a postcard or using as kind of a logo thing on a piece
  1227. of paper for letter writing, or to make a greeting card with - whatever,
  1228. then click on "file" and "print". 
  1229. After which I then save the file (image) on 3.5 disk and remove the image
  1230. file from the h/d.
  1231. This is all under Win95.
  1232. Hope this helps, and hope I did not waste anyone's time.
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1239. Post Message:   fractint@xmission.com
  1240. Get Commands:   majordomo@xmission.com "help"
  1241. Administrator:  twegner@phoenix.net
  1242. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1243.  
  1244.  
  1245. -------------------------------------------------------------------------------
  1246.  
  1247. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  1248. Subject: Re: (fractint) formula identification
  1249. Date: 03 Sep 1997 22:12:59 -0400 (EDT)
  1250.  
  1251.  
  1252. Description parts...hash counts... I dunno about you but it sounds simpler
  1253. to me to just pick unique and imaginitive names. :-)
  1254. In fact names based on your initials, and avoiding using a duplicate name
  1255. yourself or doing any renaming, you can probably guarantee no duplications
  1256. of other peoples' formula names too.
  1257.  
  1258. Or a naming convention based on math could be done.
  1259.  
  1260. Or, a hash count based on an actual value gnerated by the formula?
  1261. Perhaps, a sample image in a 32x32 thumbnail kind can be calculated for
  1262. some fixed values of p1, p2, p3, and the pixel range, and this can then be
  1263. encoded into a hash? (The image would use maxit 2048, floating point yes,
  1264. periodicity=no, and other options their defaults, outside=iter, inside=0.)
  1265.  
  1266.  
  1267. --
  1268.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  1269.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  1270.     `*'  bulk candy section...because variety is the spice of life... [me]
  1271. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  1272.  
  1273. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1274. Post Message:   fractint@xmission.com
  1275. Get Commands:   majordomo@xmission.com "help"
  1276. Administrator:  twegner@phoenix.net
  1277. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1278.  
  1279.  
  1280. -------------------------------------------------------------------------------
  1281.  
  1282. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  1283. Subject: Re: (fractint) Julia bug?
  1284. Date: 03 Sep 1997 22:20:29 -0400 (EDT)
  1285.  
  1286.  
  1287. 2 ways.
  1288.  
  1289. One is this: hit 'g', this pops up a dialog for entering commands to
  1290. fractint's brain. (ProtoMatter will include a command console for similar
  1291. purposes.) Type "periodicity=no" and enter. To put it back later do the
  1292. same but use "yes" in place of "no".
  1293.  
  1294. The other: copy this and paste it in notepad and save as a par file, like
  1295. "periodic.par":
  1296.  
  1297. ----8<----
  1298.  
  1299. PeriodicityOff {
  1300.   periodicity=no
  1301. }
  1302.  
  1303. PeriodicityOn {
  1304.   periodicity=yes
  1305. }
  1306.  
  1307. ----8<----
  1308.  
  1309. Then use @ to load one or the other, to switch it on or off. (Since this
  1310. has no reset= in it, it won't do a whole new image the way normal par
  1311. files do.)
  1312.  
  1313. Tim: any chance Fractint 20.0 could make periodicity switchable on the 'x'
  1314. screen like floating point? Also, how about allowing formula writers to
  1315. specify a default for floating point and periodicity? That way formula
  1316. writers can force fpu math, and can default periodicity off for formulas
  1317. (like many rationals or formulas depending on earlier iterations of z)
  1318. that tend to goof up with periodicity on.
  1319.  
  1320.  
  1321. --
  1322.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  1323.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  1324.     `*'  bulk candy section...because variety is the spice of life... [me]
  1325. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  1326.  
  1327. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1328. Post Message:   fractint@xmission.com
  1329. Get Commands:   majordomo@xmission.com "help"
  1330. Administrator:  twegner@phoenix.net
  1331. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1332.  
  1333.  
  1334. -------------------------------------------------------------------------------
  1335.  
  1336. From: Pierre Aubert Espenan <pierree@ix.netcom.com>
  1337. Subject: Re: (fractint) Printing
  1338. Date: 03 Sep 1997 20:46:51 -0700
  1339.  
  1340. "Port" means that the authors of fractint didn't recode the whole
  1341. DOS program from scratch---they reused large portions of the original
  1342. DOS program and made some relatively small modifications in order
  1343. to make fractint work under Windows.  (Keep in mind that the DOS
  1344. version still works fine under Windows if you aren't printing.)
  1345. Winfract will save fractals in BMP format and from there Windows
  1346. ---using Paintbrush, for example---can print the fractal using the
  1347. Windows print drivers that came with your printer.  As already stated
  1348. you can also use Paint Shop Pro to convert the default GIF format
  1349. to BMP in order to print the fractal.  Just go to 
  1350. http://spanky.triumf.ca/pub/fractals/programs/ibmpc/windows/winf1821.zip
  1351. to get the latest version 18.21.
  1352.  
  1353. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1354. Post Message:   fractint@xmission.com
  1355. Get Commands:   majordomo@xmission.com "help"
  1356. Administrator:  twegner@phoenix.net
  1357. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1358.  
  1359.  
  1360. -------------------------------------------------------------------------------
  1361.  
  1362. From: Pierre Aubert Espenan <pierree@ix.netcom.com>
  1363. Subject: (fractint) Microsoft C version 7.0
  1364. Date: 03 Sep 1997 21:03:29 -0700
  1365.  
  1366. I've been tinkering with some of the source code for fractint using
  1367. Visual C++ version 5.0 which is not satisfactory since there are
  1368. some keywords declared "obsolete" and other problems.  The authors of
  1369. fractint used Microsoft C version 7.0 to compile the source code but I
  1370. can't find this version.  Does anyone know where I could find this
  1371. (old?) product?
  1372.  
  1373. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1374. Post Message:   fractint@xmission.com
  1375. Get Commands:   majordomo@xmission.com "help"
  1376. Administrator:  twegner@phoenix.net
  1377. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1378.  
  1379.  
  1380. -------------------------------------------------------------------------------
  1381.  
  1382. From: Peter Otterstaetter <peter.otterstaetter@zxa.basf-ag.de>
  1383. Subject: Re: (fractint) formula identification
  1384. Date: 04 Sep 1997 11:21:20 +0000
  1385.  
  1386. George Martin wrote:
  1387. > I'm always ready for new thinking! Perhaps you could give an example - h=
  1388. ere
  1389. > are two formulas, the second of which is a simple optimization of the
  1390. > first. These formulas would produce identical images. Could you show wha=
  1391. t
  1392. > the "description part" of each of these formulas would be? Presumably it
  1393. > would be such that if the formulas were written by different persons, th=
  1394. e
  1395. > description part would be the same.
  1396. > Example1 {
  1397. >   z =3D c =3D pixel:
  1398. >   z =3D z * z + sin(c)
  1399. >   |z| < 4
  1400. > }
  1401. > Example2 {
  1402. >   z =3D pixel
  1403. >   c =3D sin(pixel):
  1404. >   z =3D z * z + c
  1405. >   |z| < 4
  1406. > }
  1407.  
  1408. OK, I will try it! In fact, Example1 and Example2 are two 
  1409. "implementations" of the same formula. So the "description" and 
  1410. "implementation" parts may look like:
  1411.  
  1412. FORMULA { 
  1413.    DESCRIPTION {
  1414.      z =3D c =3D pixel:
  1415.      z =3D z^2 + sin(c)
  1416.      |z| < 2
  1417.    }
  1418.    IMPLEMENTATION {
  1419.      Example1 { 
  1420.         z =3D c =3D pixel:
  1421.         z =3D z * z + sin(c)
  1422.         |z| < 4
  1423.      }
  1424.      Example2 {
  1425.          z =3D pixel, c =3D sin(pixel):
  1426.          z =3D z * z + c
  1427.          |z| < 4
  1428.      }
  1429.    }
  1430. }
  1431.  
  1432. Of course, it will be a hard task to create a "standard" for the 
  1433. description part! This part should be a mathematical one: we should 
  1434. replace "pixel" by a something like [(Xmin, Xmax),(Ymin,Ymax)] and  
  1435. we don't have care of optimizations etc.  
  1436.  
  1437. > recognizing that z =3D a*b is the same as z =3D b*a. Algebraic 
  1438. > equivalency becomes harder; recognizing the equivalence of such 
  1439. > expressions as (x+y)^2 and x^2+2*x*y+y^2 opens up a Pandora's box of 
  1440. > Goedelian proportions.
  1441. To recognize such equivalences, algorithms used by good symbolic 
  1442. math programs would (hopefully) help; but I'm not an expert ...
  1443.  
  1444. > Developing an algorithm to recognize the 
  1445. > equivalency of major rewrites such as with Carr2821 seems 
  1446. > unimaginable to me. 
  1447. There is no need to recognize rewrites or optimizations because this 
  1448. are "implementations"; just add it to the formula's implementation 
  1449. part (or exchange one implementation).
  1450.  
  1451. To identify a formula, get the description part's hash count; 
  1452. if there is only one implementation, OK use it,
  1453. otherwise, we have to decide which one FRACTINT should use.
  1454. Or, FRACTINT uses always the first implementation and we exchange the 
  1455. implementations as we need them.
  1456.  
  1457. Regards,
  1458.  
  1459. Peter Otterst=E4tter
  1460.  
  1461.  
  1462. Peter Otterstaetter
  1463. BASF Aktiengesellschaft
  1464. Zentralbereich Informatik
  1465. ZXA/U Anwendungsentwicklung
  1466. D-67056 Ludwigshafen
  1467. E-mail: peter.otterstaetter@zxa.basf-ag.de
  1468. All things come to those who wait. They come, but often come too late.
  1469.     From Lady Mary M. Curie: Tout Vient a Qui Sait Attendre (1890)
  1470.  
  1471. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1472. Post Message:   fractint@xmission.com
  1473. Get Commands:   majordomo@xmission.com "help"
  1474. Administrator:  twegner@phoenix.net
  1475. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1476.  
  1477.  
  1478. -------------------------------------------------------------------------------
  1479.  
  1480. From: "J.P. Louvet" <jean-pierre.louvet@iuta.u-bordeaux.fr>
  1481. Subject: (fractint) Introducing myself
  1482. Date: 04 Sep 1997 16:34:05 +2
  1483.  
  1484. Hi all,
  1485.  
  1486. Some of you might know my Fractal album, with a large collection of 
  1487. fractals made with Fractint. I am very happy to discover this new mailing 
  1488. list. Many thanks to Tim.
  1489. Can I download ( or perhaps somebody could forward me) the first 
  1490. contributions to this list ?
  1491.  
  1492. J.P. Louvet                | Phone :  (33)56-84-58-35
  1493. IUT Universite Bordeaux I  | Fax :    (33)56-84-58-29
  1494. 33405 Talence CEDEX France | e-mail : louvet@iuta.u-bordeaux.fr
  1495. Fractales sur serveur Web Universite Bordeaux I :
  1496. http://www.bdx1.u-bordeaux.fr/MAPBX/louvet/jpl0.html
  1497.  
  1498. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1499. Post Message:   fractint@xmission.com
  1500. Get Commands:   majordomo@xmission.com "help"
  1501. Administrator:  twegner@phoenix.net
  1502. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1503.  
  1504.  
  1505. -------------------------------------------------------------------------------
  1506.  
  1507. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  1508. Subject: (fractint) New Fractal Gallery
  1509. Date: 04 Sep 1997 18:21:22 -0400
  1510.  
  1511. Hi All,
  1512.  
  1513.   I'd like to invite everyone to visit my new fractal gallery at:
  1514.  
  1515.         http://ourworld.compuserve.com/homepages/Sylvie_Gallet
  1516.  
  1517.   A French version of this page is available.
  1518.  
  1519.   Cheers,
  1520.  
  1521.         - Sylvie
  1522.  
  1523.     Sylvie_Gallet@CompuServe.com
  1524.     http://spanky.triumf.ca/www/fractint/sylvie/gallet.html
  1525.     http://ourworld.compuserve.com/homepages/Sylvie_Gallet
  1526.  
  1527. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1528. Post Message:   fractint@xmission.com
  1529. Get Commands:   majordomo@xmission.com "help"
  1530. Administrator:  twegner@phoenix.net
  1531. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1532.  
  1533.  
  1534. -------------------------------------------------------------------------------
  1535.  
  1536. From: Lee Skinner <LeeHSkinner@compuserve.com>
  1537. Subject: (fractint) New Fractal G
  1538. Date: 04 Sep 1997 18:54:56 -0400
  1539.  
  1540. Sylvie,
  1541.  
  1542.   There seems to be something wrong with your web page today.  All I can
  1543. get is the symbol for The Infinite Fractal Loop - and even that doesn't
  1544. work!
  1545.  
  1546. Lee
  1547.  
  1548. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1549. Post Message:   fractint@xmission.com
  1550. Get Commands:   majordomo@xmission.com "help"
  1551. Administrator:  twegner@phoenix.net
  1552. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1553.  
  1554.  
  1555. -------------------------------------------------------------------------------
  1556.  
  1557. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  1558. Subject: Re: (fractint) New Fractal G
  1559. Date: 04 Sep 1997 16:52:00 -0700
  1560.  
  1561.  
  1562. Sylvie,
  1563.  
  1564. I looked at the HTML source for your page. It is only a gif file. Not HTML.
  1565.   The
  1566. problem is likely that we don't have the address of your home page.
  1567.  
  1568. If might be something like this
  1569.  
  1570. http://ourworld.compuserve.com/homepages/Sylvie_Gallet/index.html
  1571.  
  1572.  
  1573. My homepage server defaults to a file named  'index.html' when one does
  1574. not specify the file name.
  1575.  
  1576. This does not work for yours.   Hmmm...
  1577.  
  1578.  
  1579. Jay
  1580.  
  1581.  
  1582.  
  1583.  
  1584. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1585. Post Message:   fractint@xmission.com
  1586. Get Commands:   majordomo@xmission.com "help"
  1587. Administrator:  twegner@phoenix.net
  1588. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1589.  
  1590.  
  1591. -------------------------------------------------------------------------------
  1592.  
  1593. From: "Damien M. Jones" <dmj@emi.net>
  1594. Subject: (fractint) Sylvie Gallet's web page
  1595. Date: 04 Sep 1997 19:56:26 -0400
  1596.  
  1597. Lee,
  1598.  
  1599. Yikes, it was fine yesterday and I stopped by and I see that too.
  1600.  
  1601. Sylvie, what happened to your spiffy web page?!?
  1602.  
  1603. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  1604.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  1605.  
  1606.  
  1607. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1608. Post Message:   fractint@xmission.com
  1609. Get Commands:   majordomo@xmission.com "help"
  1610. Administrator:  twegner@phoenix.net
  1611. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1612.  
  1613.  
  1614. -------------------------------------------------------------------------------
  1615.  
  1616. From: Justin Kolodziej <4wg7kolodzie@vms.csd.mu.edu>
  1617. Subject: (fractint) Printing (yes, again)
  1618. Date: 04 Sep 1997 19:00:05 -0500
  1619.  
  1620. This is a multi-part message in MIME format.
  1621.  
  1622. ------=_NextPart_000_0000_01BCB964.C1525D80
  1623. Content-Type: text/plain;
  1624.     charset="iso-8859-1"
  1625. Content-Transfer-Encoding: quoted-printable
  1626.  
  1627.  I hate to bring this subject up again, but I needed time to render an =
  1628. image to test my theory.  As it turns out, the answer to my original =
  1629. question was almost ridiculously simple: Just load your rendered GIF =
  1630. into Winfrac and print it from there!  If you don't have it, I'd advise =
  1631. you to get it now, if for no other reason than to print your images that =
  1632. you can't print from Fractint and to see what your extra-large images =
  1633. (2048x2048) look like before you print or save them!
  1634.  
  1635. On a related note: What happened to being able to control the size of =
  1636. the printed image???  It was in there in an earlier release, I forgot =
  1637. which one, but now it's gone! What happened?
  1638.  
  1639. Justin Kolodziej=20
  1640.  
  1641.  
  1642. ------=_NextPart_000_0000_01BCB964.C1525D80
  1643. Content-Type: text/html;
  1644.     charset="iso-8859-1"
  1645. Content-Transfer-Encoding: quoted-printable
  1646.  
  1647. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  1648. <HTML>
  1649. <HEAD>
  1650.  
  1651. <META content=3Dtext/html;charset=3Diso-8859-1 =
  1652. http-equiv=3DContent-Type>
  1653. <META content=3D'"MSHTML 4.71.1008.3"' name=3DGENERATOR>
  1654. </HEAD>
  1655. <BODY bgColor=3D#ffffff>
  1656. <P><FONT color=3D#000000 face=3DArial size=3D2> I hate to bring =
  1657. this subject up=20
  1658. again, but I needed time to render an image to test my theory.  As =
  1659. it turns=20
  1660. out, the answer to my original question was almost ridiculously simple: =
  1661. Just=20
  1662. load your rendered GIF into Winfrac and print it from there!  If =
  1663. you don't=20
  1664. have it, I'd advise you to get it now, if for no other reason than to =
  1665. print your=20
  1666. images that you can't print from Fractint and to see what your =
  1667. extra-large=20
  1668. images (2048x2048) look like before you print or save them!</FONT></P>
  1669. <P><FONT color=3D#000000 face=3DArial size=3D2>On a related note: What =
  1670. happened to=20
  1671. being able to control the size of the printed image???  It was in =
  1672. there in=20
  1673. an earlier release, I forgot which one, but now it's gone! What =
  1674. happened?</FONT>
  1675. <P><FONT color=3D#000000 face=3DArial size=3D2><FONT>Justin=20
  1676. Kolodziej</FONT> </FONT></BODY></HTML>
  1677.  
  1678. ------=_NextPart_000_0000_01BCB964.C1525D80--
  1679.  
  1680.  
  1681. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1682. Post Message:   fractint@xmission.com
  1683. Get Commands:   majordomo@xmission.com "help"
  1684. Administrator:  twegner@phoenix.net
  1685. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1686.  
  1687.  
  1688. -------------------------------------------------------------------------------
  1689.  
  1690. From: KivrynH@aol.com
  1691. Subject: (fractint) Picture view size
  1692. Date: 04 Sep 1997 20:37:59 -0400 (EDT)
  1693.  
  1694. Okay, class, it's "dumb question" time.  Who'll be fiirst?
  1695.  
  1696. Hi y'all,
  1697.  
  1698. Sounds like that's my cue.  When I look at a fractal I've just finished
  1699. making, while still in Fractint, I can't see as much of the fractal as I can
  1700. of the saved image in a viewer.  Why?  Or, if that's too hard an answer for
  1701. "dumb question" time, then maybe you could just tell me how to see what's
  1702. really all there in Fractint.  ;~)
  1703.  
  1704. Kivryn
  1705.  
  1706. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1707. Post Message:   fractint@xmission.com
  1708. Get Commands:   majordomo@xmission.com "help"
  1709. Administrator:  twegner@phoenix.net
  1710. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1711.  
  1712.  
  1713. -------------------------------------------------------------------------------
  1714.  
  1715. From: dougowen@mindspring.com (Doug Owen)
  1716. Subject: Re: (fractint) Sylvie Gallet's web page
  1717. Date: 05 Sep 1997 02:10:11 GMT
  1718.  
  1719. On Thu, 04 Sep 1997 19:56:26 -0400, you wrote:
  1720.  
  1721. >Lee,
  1722. >
  1723. >Yikes, it was fine yesterday and I stopped by and I see that too.
  1724. >
  1725. >Sylvie, what happened to your spiffy web page?!?
  1726. >
  1727. >Damien M. Jones  /  temporary sanity designs  /  =
  1728. http://www.emi.net/~dmj/
  1729. >   dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  1730. >
  1731. I don't know, folks. It's working just fine for me. I'm using MS
  1732. IExplorer and haven't checked it with Netscape. The page is really
  1733. nice.
  1734. --=20
  1735. Later....Doug....(-:}
  1736.  
  1737. http://www.zenweb.com/rayn/doug
  1738. Thanks to PAN for adding Doug's Gallery to Surreal RAYn
  1739.  
  1740. http://members.tripod.com/~dlowen/index.html
  1741. Typical Homepage Under Construction
  1742.  
  1743. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1744. Post Message:   fractint@xmission.com
  1745. Get Commands:   majordomo@xmission.com "help"
  1746. Administrator:  twegner@phoenix.net
  1747. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1748.  
  1749.  
  1750. -------------------------------------------------------------------------------
  1751.  
  1752. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  1753. Subject: Re: (fractint) New Fractal Gallery
  1754. Date: 04 Sep 1997 22:34:32 -0400 (EDT)
  1755.  
  1756. >
  1757. >Hi All,
  1758. >
  1759. >  I'd like to invite everyone to visit my new fractal gallery at:
  1760. >
  1761. >        http://ourworld.compuserve.com/homepages/Sylvie_Gallet
  1762.  
  1763. Sounds cool. Hey...aren't you the one who got the Millenium 1600x1200x256
  1764. VESA mode working in Fractint? I love that mode for generating big
  1765. detailed B/W/greyscale images for printing on laser printers.
  1766.  
  1767.  
  1768. --
  1769.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  1770.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  1771.     `*'  bulk candy section...because variety is the spice of life... [me]
  1772. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  1773.  
  1774. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1775. Post Message:   fractint@xmission.com
  1776. Get Commands:   majordomo@xmission.com "help"
  1777. Administrator:  twegner@phoenix.net
  1778. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1779.  
  1780.  
  1781. -------------------------------------------------------------------------------
  1782.  
  1783. From: Angel Rivera <alrivera@southern.edu>
  1784. Subject: Re: (fractint) Picture view size
  1785. Date: 04 Sep 1997 21:36:29 -0400 (EDT)
  1786.  
  1787. On Thu, 4 Sep 1997 KivrynH@aol.com wrote: 
  1788.  
  1789. > Sounds like that's my cue.  When I look at a fractal I've just finished
  1790. > making, while still in Fractint, I can't see as much of the fractal as I can
  1791. > of the saved image in a viewer.  Why?  Or, if that's too hard an answer for
  1792. > "dumb question" time, then maybe you could just tell me how to see what's
  1793. > really all there in Fractint.  ;~)
  1794.  
  1795. I've seen this too-- a "full-screen" fractal in Fractint takes up *more*
  1796. than a full screen when saved... Why, exactly?
  1797.  
  1798. -- 
  1799.  H     B. K. Nambo (who is feeling fractal deficiencies
  1800. =@==== being away from his computer for about a month now...)
  1801.  H H H badger@innocent.com
  1802.  H H H
  1803.  
  1804.  
  1805.  
  1806. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1807. Post Message:   fractint@xmission.com
  1808. Get Commands:   majordomo@xmission.com "help"
  1809. Administrator:  twegner@phoenix.net
  1810. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1811.  
  1812.  
  1813. -------------------------------------------------------------------------------
  1814.  
  1815. From: "Tim Wegner" <twegner@phoenix.net>
  1816. Subject: Re: (fractint) New Fractal Gallery
  1817. Date: 04 Sep 1997 22:17:36 -0600
  1818.  
  1819. Sylvie wrote:
  1820.  
  1821. >   I'd like to invite everyone to visit my new fractal gallery at:
  1822. >         http://ourworld.compuserve.com/homepages/Sylvie_Gallet
  1823.  
  1824. A few hours ago the page wasn't working, but now it is. maybe CIS's 
  1825. web server hiccoughed.
  1826.  
  1827. Very nice page!
  1828.  
  1829. Tim
  1830.  
  1831.  
  1832. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1833. Post Message:   fractint@xmission.com
  1834. Get Commands:   majordomo@xmission.com "help"
  1835. Administrator:  twegner@phoenix.net
  1836. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1837.  
  1838.  
  1839. -------------------------------------------------------------------------------
  1840.  
  1841. From: "Tim Wegner" <twegner@phoenix.net>
  1842. Subject: Re: (fractint) Picture view size
  1843. Date: 04 Sep 1997 22:25:32 -0600
  1844.  
  1845. Angel wrote:
  1846.  
  1847. > I've seen this too-- a "full-screen" fractal in Fractint takes up *more*
  1848. > than a full screen when saved... Why, exactly?
  1849.  
  1850. Could you please explain xactly what you do - what video mode you are 
  1851. using, and how you know the image is bigger than the screen.
  1852.  
  1853. Are you talking about Winfract or Fractint? Winfract uses a virtual 
  1854. screen that doesn't have to match the actual screen. Also, Winfract 
  1855. is no longer supported and is frozen in time forever ...
  1856.  
  1857. Tim
  1858.  
  1859.  
  1860. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1861. Post Message:   fractint@xmission.com
  1862. Get Commands:   majordomo@xmission.com "help"
  1863. Administrator:  twegner@phoenix.net
  1864. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1865.  
  1866.  
  1867. -------------------------------------------------------------------------------
  1868.  
  1869. From: Peter Otterstaetter <peter.otterstaetter@zxa.basf-ag.de>
  1870. Subject: Re: (fractint) New Fractal Gallery
  1871. Date: 05 Sep 1997 10:15:50 +0000
  1872.  
  1873. > Date:          Thu, 4 Sep 1997 18:21:22 -0400
  1874. > From:          Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  1875. > Subject:       (fractint) New Fractal Gallery
  1876. > To:            Liste Fractint <fractint@mail.xmission.com>
  1877. > Reply-to:      fractint@mail.xmission.com
  1878.  
  1879. > Hi All,
  1880. >   I'd like to invite everyone to visit my new fractal gallery at:
  1881. >         http://ourworld.compuserve.com/homepages/Sylvie_Gallet
  1882.  
  1883. Sylvie, 
  1884. many thanks for this great page! 
  1885.  
  1886. Peter Otterstaetter
  1887.  
  1888. Peter Otterstaetter
  1889. BASF Aktiengesellschaft
  1890. Zentralbereich Informatik
  1891. ZXA/U Anwendungsentwicklung
  1892. D-67056 Ludwigshafen
  1893. E-mail: peter.otterstaetter@zxa.basf-ag.de
  1894. All things come to those who wait. They come, but often come too late.
  1895.     From Lady Mary M. Curie: Tout Vient a Qui Sait Attendre (1890)
  1896.  
  1897. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1898. Post Message:   fractint@xmission.com
  1899. Get Commands:   majordomo@xmission.com "help"
  1900. Administrator:  twegner@phoenix.net
  1901. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1902.  
  1903.  
  1904. -------------------------------------------------------------------------------
  1905.  
  1906. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  1907. Subject: (fractint) New Fractal Gallery
  1908. Date: 05 Sep 1997 04:26:15 -0400
  1909.  
  1910. Lee, Damien, Jay et al,
  1911.  
  1912. >>   There seems to be something wrong with your web page today.  All I
  1913. >> can get is the symbol for The Infinite Fractal Loop - and even that
  1914. >> doesn't work!
  1915.  
  1916.   I apologize!!!  It looks like when I uploaded the IFL banner, I specifi=
  1917. ed
  1918. it as the default page instead of homepage.htm.  The complete URL is:
  1919.  
  1920.     http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm
  1921.  
  1922.   Thank you for your visit.
  1923.  
  1924.   Cheers,
  1925.  
  1926.         - Sylvie
  1927.  
  1928. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1929. Post Message:   fractint@xmission.com
  1930. Get Commands:   majordomo@xmission.com "help"
  1931. Administrator:  twegner@phoenix.net
  1932. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1933.  
  1934.  
  1935. -------------------------------------------------------------------------------
  1936.  
  1937. From: "Mike or Linda Allison" <gumbycat@ix.netcom.com>
  1938. Subject: (fractint) [fractint] Egyptian pyramids, etal
  1939. Date: 05 Sep 1997 09:05:58 -0700
  1940.  
  1941. Hi, all!
  1942.  
  1943. Before Mike and I took off on our trip, Les StClair asked if I would post
  1944. my frm file and some par files for my Egytian pyramid fractals.  So, here
  1945. they are . . .
  1946.  
  1947. Enjoy!
  1948. Linda
  1949.  
  1950. (P.S.  Boeff says "Woof!")
  1951. http://www.geocities.com/~gumbycat
  1952. (last partial update 9/3/97)
  1953. http://www.fortunecity.com//tattooine/stephenson/5/abpf.html
  1954. (the last 16 fractals uploaded to alt.binaries.pictures.fractals,
  1955. last updated 9/2/97)
  1956. gumbycat@ix.netcom.com(No Bulk Mail)
  1957.  
  1958. !
  1959.  
  1960. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1961. Post Message:   fractint@xmission.com
  1962. Get Commands:   majordomo@xmission.com "help"
  1963. Administrator:  twegner@phoenix.net
  1964. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1965.  
  1966.  
  1967. -------------------------------------------------------------------------------
  1968.  
  1969. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  1970. Subject: Re: (fractint) Sylvie Gallet's web page
  1971. Date: 05 Sep 1997 13:01:26 -0400
  1972.  
  1973. Hi Doug,
  1974.  
  1975. >> I don't know, folks. It's working just fine for me. I'm using MS
  1976. >> IExplorer and haven't checked it with Netscape.
  1977.  =
  1978.  
  1979.   You've been lucky, you checked it just after I fixed the problem.
  1980.  
  1981. >> The page is really nice.
  1982.  
  1983.   Thanks!
  1984.  
  1985.   Cheers,
  1986.  
  1987.         - Sylvie
  1988.  
  1989. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1990. Post Message:   fractint@xmission.com
  1991. Get Commands:   majordomo@xmission.com "help"
  1992. Administrator:  twegner@phoenix.net
  1993. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1994.  
  1995.  
  1996. -------------------------------------------------------------------------------
  1997.  
  1998. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  1999. Subject: Re: (fractint) New Fractal Gallery
  2000. Date: 05 Sep 1997 13:01:23 -0400
  2001.  
  2002. Hi Tim,
  2003.  
  2004. >> A few hours ago the page wasn't working, but now it is. maybe CIS's =
  2005.  
  2006. >> web server hiccoughed.
  2007.  
  2008.   Sometimes, CIS works fine! :-)
  2009.  
  2010. >> Very nice page!
  2011.  
  2012.   Thank you!
  2013.  
  2014.   Cheers,
  2015.  
  2016.         - Sylvie
  2017.  
  2018. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2019. Post Message:   fractint@xmission.com
  2020. Get Commands:   majordomo@xmission.com "help"
  2021. Administrator:  twegner@phoenix.net
  2022. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2023.  
  2024.  
  2025. -------------------------------------------------------------------------------
  2026.  
  2027. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  2028. Subject: Re: (fractint) New Fractal Gallery
  2029. Date: 05 Sep 1997 13:01:21 -0400
  2030.  
  2031. Hi Peter,
  2032.  
  2033. >> many thanks for this great page! =
  2034.  
  2035.  
  2036.   Glad you liked it.  Thanks!
  2037.  
  2038.   Cheers,
  2039.  
  2040.         - Sylvie
  2041.  
  2042. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2043. Post Message:   fractint@xmission.com
  2044. Get Commands:   majordomo@xmission.com "help"
  2045. Administrator:  twegner@phoenix.net
  2046. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2047.  
  2048.  
  2049. -------------------------------------------------------------------------------
  2050.  
  2051. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  2052. Subject: (fractint) Picture view size
  2053. Date: 05 Sep 1997 13:01:30 -0400
  2054.  
  2055. Hi Kivryn,
  2056.  
  2057. >>  Sounds like that's my cue.  When I look at a fractal I've just
  2058. >> finished making, while still in Fractint, I can't see as much of the
  2059. >> fractal as I can of the saved image in a viewer.  Why?  Or, if that's
  2060. >> too hard an answer for "dumb question" time, then maybe you could just=
  2061.  
  2062. >> tell me how to see what's really all there in Fractint.  ;~)
  2063.  
  2064.   I have the same problem in Fractint and in my DOS viewer (QPV) with the=
  2065.  
  2066. 800x600x256c VESA mode on my Millennium: the first lines are missing.  No=
  2067.  
  2068. problem when I display the same image at 800x600 with ACDSee for Win95 (b=
  2069. ut
  2070. Win95 doesn't seem to use VESA modes).
  2071.  
  2072.         - Sylvie
  2073.  
  2074. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2075. Post Message:   fractint@xmission.com
  2076. Get Commands:   majordomo@xmission.com "help"
  2077. Administrator:  twegner@phoenix.net
  2078. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2079.  
  2080.  
  2081. -------------------------------------------------------------------------------
  2082.  
  2083. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  2084. Subject: Re: (fractint) New Fractal Gallery
  2085. Date: 05 Sep 1997 13:01:28 -0400
  2086.  
  2087. Hi Paul,
  2088.  
  2089. >> Sounds cool. =
  2090.  
  2091.  
  2092.   Thanks!
  2093.  
  2094. >> Hey...aren't you the one who got the Millenium 1600x1200x256 VESA mode=
  2095.  
  2096. >> working in Fractint? I love that mode for generating big detailed
  2097. >> B/W/greyscale images for printing on laser printers.
  2098.  
  2099.   Yes, it's me!  I think that 1600x1200 is not necessarily the best
  2100. resolution for making detailed prints.  The size of the image must depend=
  2101.  
  2102. on the resolution of the printer and the size of the print.
  2103.  
  2104.   Cheers,
  2105.  
  2106.         - Sylvie
  2107.  
  2108. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2109. Post Message:   fractint@xmission.com
  2110. Get Commands:   majordomo@xmission.com "help"
  2111. Administrator:  twegner@phoenix.net
  2112. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2113.  
  2114.  
  2115. -------------------------------------------------------------------------------
  2116.  
  2117. From: "Mike or Linda Allison" <gumbycat@ix.netcom.com>
  2118. Subject: (fractint) [fractint]  oops!  Another try!  Egyptian frm and par files
  2119. Date: 05 Sep 1997 13:44:52 -0700
  2120.  
  2121. This is a multi-part message in MIME format.
  2122.  
  2123. ------=_NextPart_000_01BCBA01.E313F1C0
  2124. Content-Type: text/plain; charset=ISO-8859-1
  2125. Content-Transfer-Encoding: 7bit
  2126.  
  2127. Ok . . . I'll try again!
  2128.  
  2129. Here are the .frm and .par files that Les requested (I think!).
  2130.  
  2131. Linda
  2132. http://www.geocities.com/~gumbycat
  2133. (last partial update 9/3/97)
  2134. http://www.fortunecity.com//tattooine/stephenson/5/abpf.html
  2135. (the last 16 fractals uploaded to alt.binaries.pictures.fractals,
  2136. last updated 9/2/97)
  2137. gumbycat@ix.netcom.com(No Bulk Mail)
  2138.  
  2139. ------=_NextPart_000_01BCBA01.E313F1C0
  2140. Content-Type: application/octet-stream; name="egyptian.par"
  2141. Content-Transfer-Encoding: quoted-printable
  2142. Content-Description: egyptian.par (Fractint PAR files)
  2143. Content-Disposition: attachment; filename="egyptian.par"
  2144.  
  2145. {;------------begin frm file------------
  2146. }
  2147.  
  2148. 100296-005 { ;Linda Allison=20
  2149.   z =3D pixel:
  2150.   z =3D (fn1(1/z ^ p3))/p1 + (fn2(1/z ^ p3))/p2
  2151.   |z| <=3D .75 * p2
  2152.   }
  2153.  
  2154. {;------------begin par files----------
  2155. }
  2156.  
  2157. pyramid1           { ; copyright Linda Allison 1996-1997
  2158.                      ; gumbycat@ix.netcom.com
  2159.   reset=3D1920 type=3Dformula formulafile=3Dgumbycat.frm
  2160.   formulaname=3D100296-005 function=3Dsqr/abs passes=3Db
  2161.   center-mag=3D-21.6048/-9.39653/1.17295/1/-160
  2162.   params=3D1000/-5/1/-0.5/4/-4 float=3Dy maxiter=3D5000 bailout=3D16
  2163.   decomp=3D255 viewwindows=3D5/0.75/yes/0/0
  2164.   =
  2165. colors=3DQUW<6>cru<14>34S00P00O<14>000<15>yyf<14>_cgYahYbh<14>kxk<15>8F8<=
  2166. 1\
  2167.   =
  2168. 5>fzz<15>0IE<14>LlvNozMlx<14>00N<15>znZ<15>M13<2>S8BVBEXEGZHJ`JM<8>tgk<1\=
  2169.  
  2170.   4>gKGfIDdHD<13>A00<8>QUW
  2171.   }
  2172.  
  2173. pyramid2           { ; copyright Linda Allison 1996-1997
  2174.                      ; gumbycat@ix.netcom.com
  2175.   reset=3D1920 type=3Dformula formulafile=3Dgumbycat.frm
  2176.   formulaname=3D100296-005 function=3Dsqr/abs
  2177.   =
  2178. center-mag=3D-20.14477361321762000/-6.42931584006586100/267.9619/0.8397/1=
  2179. 1\
  2180.   7.499 params=3D1000/-5/1/0.5/4/-4 float=3Dy maxiter=3D5000 =
  2181. bailout=3D16
  2182.   decomp=3D256 viewwindows=3D5/0.75/yes/0/0
  2183.   =
  2184. colors=3DI8F400<7>900A00D33<14>zmm<12>LAAH77E44A00800<2>000I8F<8>OEKPFLQG=
  2185. M\
  2186.   =
  2187. RHNRHOSIP<14>lyl<4>ThWPdSL`PHXLDTH<2>8QD4NC0KA<2>6H98F88F8<28>YSJZTK`VM<\=
  2188.  
  2189.   10>zo`<15>0KA<15>0A1<15>mwn<15>05A<15>0cc<15>mmz<15>000<5>300
  2190.   }
  2191.  
  2192. pyramid3           { ; copyright Linda Allison 1996-1997
  2193.                      ; gumbycat@ix.netcom.com
  2194.   reset=3D1920 type=3Dformula formulafile=3Dgumbycat.frm
  2195.   formulaname=3D100296-005 function=3Dsqr/abs passes=3Db
  2196.   center-mag=3D-20.1363/-6.43339/55.73607/0.8397/117.498
  2197.   params=3D1000/-5/1/0.5/4/-4 float=3Dy maxiter=3D5000 bailout=3D16 =
  2198. decomp=3D256
  2199.   viewwindows=3D5/0.75/yes/0/0
  2200.   =
  2201. colors=3DIIrGZp<5>IFr<2>H5ZG1SH1R<8>Z9H`AG`AG<7>b6Bc5Ae8A<6>wUA<8>qq_ptbm=
  2202. q\
  2203.   =
  2204. a<10>HOLELKDKJ<5>9DD8BB8BB9BCABDBBE<14>Fdt<15>H1R<13>xR7<16>zzb<16>xP5<6\=
  2205.  
  2206.   =
  2207. >c5A<2>W6DU7ES8GQ9HNAJLBKLCMKEO<4>XSYZV_c`b<5>urnrplnmkikk<12>OI5<6>eYJg\=
  2208.  
  2209.   _LiaNkcPneR<3>xn_wm_vlZ<16>ADM<4>BRUBUWBXYB__CbaCec<4>Dtn<5>Fap
  2210.   }
  2211.  
  2212. pyramid4           { ; copyright Linda Allison 1996-1997
  2213.                      ; gumbycat@ix.netcom.com
  2214.   reset=3D1920 type=3Dformula formulafile=3Dgumbycat.frm
  2215.   formulaname=3D100296-005 function=3Dsqr/abs passes=3Db
  2216.   center-mag=3D-20.2975/-6.52285/3.622537/1/-152.498
  2217.   params=3D1000/-5/1/0.5/4/-4 float=3Dy maxiter=3D5000 bailout=3D16 =
  2218. decomp=3D255
  2219.   viewwindows=3D5/0.75/yes/0/0
  2220.   =
  2221. colors=3Dwxfvwh<14>05A<15>hwz<15>000<15>mmz<15>M06<15>zee<15>A00<15>zxg<1=
  2222. 3\
  2223.   =
  2224. >R88O45L00<15>z_K<12>kB4j93i72g50h83iB6<13>zvn<15>A07<15>ztxojm<13>8F818\=
  2225.  
  2226.   0<10>hjYln`prctvfyzj
  2227.   }
  2228.  
  2229. pyramid5           { ; copyright Linda Allison 1996-1997
  2230.                      ; gumbycat@ix.netcom.com
  2231.   reset=3D1920 type=3Dformula formulafile=3Dgumbycat.frm
  2232.   formulaname=3D100296-005 function=3Dsqr/abs passes=3Db
  2233.   center-mag=3D-20.1388/-6.18865/1.535956/1/-152.5
  2234.   params=3D1000/-5/1/0.5/4/-4 float=3Dy maxiter=3D5000 bailout=3D16 =
  2235. decomp=3D255
  2236.   viewwindows=3D5/0.75/yes/0/0
  2237.   =
  2238. colors=3De79c5A<5>xP5<7>thRskUrnXqq_ptb<11>HOMELKDKJ<5>9DD8BB8BB9BCABDBBE=
  2239. <\
  2240.   =
  2241. 11>EZkE`nEbqFdtEaqEZn<9>C8K97F<2>9BFFD9EFA<11>svc<2>svc<10>RVWOSVLPUIMTF\=
  2242.  
  2243.   =
  2244. JSFJS<6>bAEeCDgEC<2>rL8rL8uN7xP5<6>c5A<2>W6DU7ES8GQ9HNAJLBKLCMKEO<4>XSYZ\=
  2245.  
  2246.   =
  2247. V_c`b<5>urnrplnmkikk<12>OI5<6>eYJg_LiaNkcPneR<3>xn_wm_vlZ<16>ADM<4>BRUBU\=
  2248.  
  2249.   WBXYB__CbaCec<4>Dtn<12>IFr<2>H5ZG1SH1R<15>lF8<2>g99
  2250.   }
  2251.  
  2252. shield1            { ; copyright Linda Allison 1996-1997
  2253.                      ; gumbycat@ix.netcom.com
  2254.   reset=3D1920 type=3Dformula formulafile=3Dgumbycat.frm
  2255.   formulaname=3D100296-005 function=3Dsqr/abs passes=3Db
  2256.   center-mag=3D-20.3837/-6.68511/11.41063/1.3011/-152.499
  2257.   params=3D1000/-5/1/0.5/4/-4 float=3Dy maxiter=3D5000 bailout=3D16 =
  2258. decomp=3D256
  2259.   viewwindows=3D5/1/yes/0/0
  2260.   =
  2261. colors=3D0CI000<6>0Uf<8>1Ac18c25b33a<10>D2G<12>zsz<10>L74<8>ohcsmgvqkzvpv=
  2262. s\
  2263.   =
  2264. m<11>BB4<11>mwp<12>0EE<11>dzt<11>050<6>0go<7>2Ee2Bd27c33a53`73_<9>T1O<11\=
  2265.  
  2266.   =
  2267. >zsz<10>OA1<8>pibsmgvqkzvpvsl<11>BB0<8>al`dqdguhjzmgwk<11>0EE<10>`zu<11>\=
  2268.  
  2269.   355
  2270.   }
  2271.  
  2272. shield2            { ; copyright Linda Allison 1996-1997
  2273.                      ; gumbycat@ix.netcom.com
  2274.   reset=3D1920 type=3Dformula formulafile=3Dgumbycat.frm
  2275.   formulaname=3D100296-005 function=3Dsqr/abs passes=3Db
  2276.   =
  2277. center-mag=3D-20.14728765142225000/-6.43017342420052500/1785.17/1.2604/11=
  2278. 7\
  2279.   .5 params=3D1000/-5/1/0.5/4/-4 float=3Dy maxiter=3D5000 bailout=3D16
  2280.   decomp=3D256 viewwindows=3D5/1/yes/0/0
  2281.   =
  2282. colors=3DAGIQFF<10>zmm<12>LAAH77E44A00800500<15>WQW<10>AGI<4>NVS<15>4D9<1=
  2283. 5\
  2284.   =
  2285. >dzk<14>OOpMLqNLo<9>XJbYI`ZI__HYZGW<13>C23A00A10<13>AHBBJCBKCBLCCMD<11>m\=
  2286.  
  2287.   wn<15>05A<14>OTWQVXRWYTYZVZ_<12>pto<15>000<14>900A00D33<2>NCC
  2288.   }
  2289.  
  2290. shield3            { ; copyright Linda Allison 1996-1997
  2291.                      ; gumbycat@ix.netcom.com
  2292.   reset=3D1920 type=3Dformula formulafile=3Dgumbycat.frm
  2293.   formulaname=3D100296-005 function=3Dsqr/abs passes=3Db
  2294.   center-mag=3D-20.2308/-6.38475/8.564297/1.2017/-152.498
  2295.   params=3D1000/-5/1/0.5/4/-4 float=3Dy maxiter=3D5000 bailout=3D16 =
  2296. decomp=3D256
  2297.   viewwindows=3D5/1/yes/0/0
  2298.   =
  2299. colors=3D000<4>000000110221<38>ilYjmZkn_mp`lo_kmZ<31>222000001<27>JGTKHUK=
  2300. H\
  2301.   =
  2302. T<27>111000000000<3>000011032<27>Amc<25>255143122000000000000000<16>XgcZ\=
  2303.  
  2304.   je`mhbpjdsmAmc<14>297265133000000
  2305.   }
  2306.  
  2307.  
  2308. ------=_NextPart_000_01BCBA01.E313F1C0--
  2309.  
  2310.  
  2311. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2312. Post Message:   fractint@xmission.com
  2313. Get Commands:   majordomo@xmission.com "help"
  2314. Administrator:  twegner@phoenix.net
  2315. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2316.  
  2317.  
  2318. -------------------------------------------------------------------------------
  2319.  
  2320. From: Les St Clair <Les_StClair@compuserve.com>
  2321. Subject: (fractint) [fractint]  oops!  Another try!  Egyptian frm and par files
  2322. Date: 05 Sep 1997 19:28:56 -0400
  2323.  
  2324.  
  2325. >>Here are the .frm and .par files that Les requested<<
  2326.  
  2327. Thanks Linda,
  2328.  
  2329. They're unique and wonderful!
  2330.  
  2331. - Les
  2332.  
  2333. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2334. Post Message:   fractint@xmission.com
  2335. Get Commands:   majordomo@xmission.com "help"
  2336. Administrator:  twegner@phoenix.net
  2337. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2338.  
  2339.  
  2340. -------------------------------------------------------------------------------
  2341.  
  2342. From: "Peter Jakubowicz" <pfj@brigadoon.com>
  2343. Date: 05 Sep 1997 19:51:12 -0700
  2344.  
  2345. This is a multi-part message in MIME format.
  2346.  
  2347. ------=_NextPart_000_0000_01BCBA35.10000100
  2348. Content-Type: text/plain;
  2349.     charset="iso-8859-1"
  2350. Content-Transfer-Encoding: quoted-printable
  2351.  
  2352. Hi,
  2353.  
  2354.     This is not a Fractint question but I am wondering if someone can =
  2355. take a shot at it. I have been bopping around a lot to look at people's =
  2356. fractal galleries, looking for some new ideas, etc., and somewhere heard =
  2357. about alt.binaries.pictures.fractals. It was not available on my server, =
  2358. so I called and got the guy to agree reluctantly to add it after =
  2359. explaining to him what the Mandelbrot set is, etc. Now they were under =
  2360. the impression it contained pornographic material, which I thought would =
  2361. be kind of weird for a fractal gallery. So, anyway, I've been checking =
  2362. it out every day and finding some cool stuff there but also some =
  2363. unexpected things. Can anyone please explain (I'm really new to the =
  2364. internet, so maybe I sound like an idiot) why there are XXX messages, =
  2365. whatever those are, credit card advertisements for people with bad =
  2366. credit, and so forth, at a fractal gallery. I am in favor of free =
  2367. expression on the 'net and am not a crank or anything (at least I hope =
  2368. not) but this is just something that's been puzzling me.
  2369.  
  2370.     And now this is a Fractint question: when I run my demo program, =
  2371. which I actually find quite helpful, it freezes after printing an image =
  2372. of the Mandlebrot set (it's on the second demo file, I believe). Is it =
  2373. my computer, or should I go look through the source code?
  2374.  
  2375.                                                     thanks and i =
  2376. apologize if i've asked anything really dumb, Peter Jakubowicz
  2377.  
  2378.  =20
  2379.  
  2380.                                                        =20
  2381.  
  2382.  
  2383.  
  2384.  
  2385. ------=_NextPart_000_0000_01BCBA35.10000100
  2386. Content-Type: text/html;
  2387.     charset="iso-8859-1"
  2388. Content-Transfer-Encoding: quoted-printable
  2389.  
  2390. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  2391. <HTML>
  2392. <HEAD>
  2393.  
  2394. <META content=3Dtext/html;charset=3Diso-8859-1 =
  2395. http-equiv=3DContent-Type>
  2396. <META content=3D'"MSHTML 4.71.1008.3"' name=3DGENERATOR>
  2397. </HEAD>
  2398. <BODY bgColor=3D#ffffff>
  2399. <P><FONT color=3D#000000 face=3DArial size=3D2>Hi,</FONT></P>
  2400. <P><FONT color=3D#000000 face=3DArial size=3D2>    =
  2401. <FONT>This is not a=20
  2402. Fractint question but I am wondering if someone can take a shot at it. I =
  2403. have=20
  2404. been bopping around a lot to look at people's fractal galleries, looking =
  2405. for=20
  2406. some new ideas, etc., and somewhere heard about =
  2407. alt.binaries.pictures.fractals.=20
  2408. It was not available on my server, so I called and got the guy to agree=20
  2409. reluctantly to add it after explaining to him what the Mandelbrot set =
  2410. is, etc.=20
  2411. Now they were under the impression it contained pornographic material, =
  2412. which I=20
  2413. thought would be kind of weird for a fractal gallery. So, anyway, I've =
  2414. been=20
  2415. checking it out every day and finding some cool stuff there but also =
  2416. some=20
  2417. unexpected things. Can anyone please explain (I'm really new to the =
  2418. internet, so=20
  2419. maybe I sound like an idiot) why there are XXX messages, whatever those =
  2420. are,=20
  2421. credit card advertisements for people with bad credit, and so forth, at =
  2422. a=20
  2423. fractal gallery. I am in favor of free expression on the 'net and am not =
  2424. a crank=20
  2425. or anything (at least I hope not) but this is just something that's been =
  2426.  
  2427. puzzling me.</FONT></FONT>
  2428. <P><FONT color=3D#000000 face=3DArial size=3D2><FONT>    =
  2429. And now this=20
  2430. is a Fractint question: when I run my demo program, which I actually =
  2431. find quite=20
  2432. helpful, it freezes after printing an image of the Mandlebrot set (it's =
  2433. on the=20
  2434. second demo file, I believe). Is it my computer, or should I go look =
  2435. through the=20
  2436. source code?</FONT></FONT>
  2437. <P><FONT color=3D#000000 face=3DArial=20
  2438. size=3D2><FONT>         &nbs=
  2439. p;            =
  2440. ;            =
  2441.             &=
  2442. nbsp;    =20
  2443. thanks and i apologize if i've asked anything really dumb, Peter=20
  2444. Jakubowicz</FONT></FONT>
  2445. <P><FONT color=3D#000000 face=3DArial =
  2446. size=3D2><FONT>  </FONT></FONT>
  2447. <P><FONT color=3D#000000 face=3DArial=20
  2448. size=3D2><FONT>         &nbs=
  2449. p;            =
  2450. ;            =
  2451.             &=
  2452. nbsp;         </FONT></FONT>=
  2453.  
  2454. <P><FONT color=3D#000000 face=3DArial=20
  2455. size=3D2><FONT></FONT></FONT> </BODY></HTML>
  2456.  
  2457. ------=_NextPart_000_0000_01BCBA35.10000100--
  2458.  
  2459.  
  2460. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2461. Post Message:   fractint@xmission.com
  2462. Get Commands:   majordomo@xmission.com "help"
  2463. Administrator:  twegner@phoenix.net
  2464. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2465.  
  2466.  
  2467. -------------------------------------------------------------------------------
  2468.  
  2469. From: "Mike or Linda Allison" <gumbycat@ix.netcom.com>
  2470. Subject: (fractint) Re: 
  2471. Date: 05 Sep 1997 17:44:13 -0700
  2472.  
  2473. Hi, Peter!
  2474.  
  2475. >why there are XXX messages, whatever those are, credit card advertisements
  2476. for people with bad credit, and so forth, at a fractal >gallery. I am in
  2477. favor of free expression on the 'net and am not a crank or anything (at
  2478. least I hope not) but this is just something >that's been puzzling me.
  2479.  
  2480. I don't think there is anyone in this audience that would disagree with
  2481. you!  The non-fractal postings violate the spirit of the newsgroup and the
  2482. abpf newsgroup FAQ.  Unfortunately, we haven't been able to find a way to
  2483. stop them.
  2484.  
  2485. Most of the people (and I use the word loosely) who post spam to abpf are
  2486. making postings to alt.binaries.pictures.*.  And abpf is caught in the net.
  2487.  Those same people usually have a financial interest in attracting as many
  2488. others as possible to their web sites or their pyramid games.  So they
  2489. really don't care at all about the rules.  To them, only their own
  2490. self-interests matter.
  2491.  
  2492. We tried to discourage them by requiring certain keywords (fractal,
  2493. mandelbrot, julia, etc.) in the subject line, and then installing a retro
  2494. cancel 'bot to cancel every posting that didn't include a keyword.  We were
  2495. hoping that when they got their postings cancelled from ALL the newsgroups
  2496. by our 'bot, they would exclude us from their spam postings in order to
  2497. protect their own interests.  We were moderately successful (a RETRO 'bot
  2498. can't be completely successful, plus some of the more inventive spammers
  2499. started using the keywords in their postings!).  Then, Dick Depew, the
  2500. person who wrote and maintained the retro 'bot, had some rather serious
  2501. computer problems, and for the last 6 weeks or so, his computer has been
  2502. down more often than not, so we are getting spammed again!  Hopefully an
  2503. end to Dick's problems is in sight, but no promises can be made!
  2504.  
  2505. We keep trying . . .
  2506.  
  2507. If anyone has a brainstorm on how to solve this problem, please speak up! 
  2508. Consider this a cry for help!
  2509.  
  2510. Linda
  2511.  
  2512. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2513. Post Message:   fractint@xmission.com
  2514. Get Commands:   majordomo@xmission.com "help"
  2515. Administrator:  twegner@phoenix.net
  2516. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2517.  
  2518.  
  2519. -------------------------------------------------------------------------------
  2520.  
  2521. From: "Stefan Wolfrum" <wolfrum@cs.uni-bonn.de> 
  2522. Subject: (fractint) Millennium & NT 4.0 
  2523. Date: 05 Sep 1997 11:12:00 +0200 
  2524.  
  2525. [I tried to post this on Aug 28 but up to today (Sep 5) it
  2526. didn't show up. So I try it a second time here.]
  2527.  
  2528. (List owner's note - this list has a security feature that accepts 
  2529. postings only from list members. If your return address is not the 
  2530. same as the email address you subscribed with, your posting will 
  2531. bounce. I am posting this message manually. Tim)
  2532.  
  2533. Hi,
  2534.  
  2535. I have had the same problems with NT 4.0 - and still have them.
  2536. I asked several questions to Matrox' tech support but the answers
  2537. couldn't help me. Here are CCs:
  2538.  
  2539. ---Question #1---
  2540. Hi,
  2541.  
  2542. I have problems with SVGA modes when starting DOS application
  2543. from a DOS prompt, eg FRACTINT. My monitor can't sync any
  2544. SuperVGA video mode! I have no sync problems with the Windown
  2545. NT 4.0 drivers. In addition to that: it makes a difference whether
  2546. I start FRACTINT from the DOS prompt in window on the Windows
  2547. desktop or from a DOS prompt in full screen mode (text mode).
  2548. In the first case FRACTINT says that these video modes are not
  2549. available with my adapter, in the latter case it tries to switch into
  2550. the SVGA mode (from 640x480x256 to 1280x1024x256) but
  2551. obviously cannot sync it.
  2552.  
  2553. Here's my configuration:
  2554. Matrox Millennium, 4.0MB, RAMDAC TVP3026A, 220MHz, Serialnumber
  2555. AAC42011, VGA BIOS-Version 2.3, MGA PowerDesk-Version 3.12.046,
  2556. DisplayDriver Version 3.12.046.
  2557. Monitor's horizontal line frequency: up to 84kHz.
  2558.  
  2559. Do you need more info?
  2560.  
  2561. Thanks,
  2562. Stefan.
  2563. ------
  2564.  
  2565. ---Answer #1---
  2566. Try the mgamon utilty from the setup directory on th mill cd. this will
  2567. setup the monitor for dos mode.
  2568. Chris.
  2569. ------
  2570.  
  2571. ---Question #2---
  2572. Chris,
  2573.  
  2574. I tried the mgamon.exe utility that came with the bios23 update
  2575. but everytime I start it from Windows NT 4.0 it produces a
  2576. horrible sound through my computer's speaker and then just says
  2577. "No board(1)".
  2578.  
  2579. What now?
  2580.  
  2581. Thanks,
  2582. Stefan.
  2583. ------
  2584.  
  2585. ---Answer #2---
  2586. The mgamon.exe file was not intended to be used with windows nt.  It is for
  2587. dos, but can also work with win95 and win3.1
  2588.  
  2589. ThankYou
  2590. ------
  2591.  
  2592.  
  2593. So I still have no idea how to solve this problem.
  2594.  
  2595. Stefan.
  2596.  
  2597.  
  2598.  
  2599. ---
  2600. Stefan Wolfrum (wolfrum@cs.bonn.edu)
  2601. University Of Bonn, Germany
  2602. Computer Graphics Research Group
  2603. Private URL: http://titan.cs.bonn.edu/~wolfrum 
  2604.  
  2605.  
  2606.  
  2607.  
  2608. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2609. Post Message:   fractint@xmission.com
  2610. Get Commands:   majordomo@xmission.com "help"
  2611. Administrator:  twegner@phoenix.net
  2612. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2613.  
  2614.  make a commercial posting informing
  2615. readers of your services, investigate the "biz" hierarchy of newsgroups,
  2616. which exists for such purposes. Be courteous to others by posting
  2617. responsibly; you will not only help to improve the quality of Usenet but
  2618. also avoid the backlash risked by ignoring basic rules of "netiquette".
  2619.  
  2620. In a nutshell, newsgroups are a means of "public discussion".  Newsgroup
  2621. articles (messages) look like e-mail, but they can be read (potentially)
  2622. by millions of people all over the world.
  2623.  
  2624. Newsgroup articles are distributed via "news servers", which contain
  2625. databases of articles, and are operated by Internet service providers,
  2626. schools, universities, and companies.  There is no "central" server on
  2627. Usenet.  A newsgroup article propagates from one server to another,
  2628. starting from the server where it is first posted. 
  2629.  
  2630. "Moderated" newsgroups are sort of an exception, in that all articles
  2631. are first forwarded via e-mail to a "moderator" for approval.  The
  2632. moderator posts them on his/her news server, and from there they
  2633. propagate as described below.  But different moderators use different
  2634. news servers.
  2635.  
  2636. Ideally, all the articles in a newsgroup travel to all sites (news
  2637. servers) that carry the newsgroup.  This means that when you post an
  2638. article, the final result is tens of thousands of copies, all over the
  2639. world.
  2640.  
  2641. More specifically, when you post an article, it goes first to your
  2642. "local" news server (operated by your Internet service provider,
  2643. company, or school).  Your server then sends copies of the article to
  2644. its "neighbors," that is, to servers with which it has agreed to
  2645. exchange articles.  Those servers in turn send copies to *their*
  2646. neighbors.  Eventually every server that carries the newsgroup has a
  2647. copy.
  2648.  
  2649. Most servers normally send articles to other servers more or less in the
  2650. order of arrival.  This sequence can get scrambled for various reasons,
  2651. which is why you often see responses before the "original" article
  2652. arrives.
  2653.  
  2654. News server administrators make arrangements among themselves about
  2655. which newsgroups they exchange.  The "receiving" server's admin tells
  2656. the "sending" server's admin which newsgroups he/she wants to receive. 
  2657. The "sending" server's admin configures his/her server to send only
  2658. those newsgroups.
  2659.  
  2660. There are two methods that servers know which sites they've already
  2661. visited and how a message avoids the same site twice.  Servers usually
  2662. use both of them, in sequence:
  2663.  
  2664. 1. The "Path:" header line shows the sites that the article has traveled
  2665. through, so far, between the originating server and the current server. 
  2666. If the "receiving" server appears in the "Path:" line, the "sending"
  2667. server does not try to send the article because it knows that the
  2668. "receiving" server has already received a copy.
  2669.  
  2670. 2.  The "Message-ID:" header line contains an identifying code which is
  2671. different for every article.  Before transmitting the article, the
  2672. "sending" server asks the "receiving" server, in effect, "Do you have an
  2673. article with Message-ID such-and-such?"  The "receiving" server responds
  2674. either "No, please send me a copy," or "Yes, I have it already,"
  2675. whereupon the "sending" server either sends the article or goes on to
  2676. the next one.
  2677.  
  2678. Each news server "expires" (removes) old articles, usually once a day,
  2679. to make space for new ones.  Most servers do this based on the number of
  2680. days an article has been on that server.  The "expiration time" varies
  2681. from one server to another, and can also vary from one newsgroup to
  2682. another, on the same server.  It might be a few days, or it might be two
  2683. weeks or more.  So, even after an article expires from your own server,
  2684. it is probably still visible on many other servers. 
  2685.  
  2686. Note, however, that even though you cannot see an article any more, it
  2687. may still be present on your server.  Most news-reading software keeps
  2688. track of which articles you've read, and shows them to you only once. 
  2689. This way, you don't have to wade through the same articles over and over
  2690. and over again.  There should be a command or button or something which
  2691. "shows all" or "shows previously-read" or "unmarks" articles, so that
  2692. you can see all the articles that have not yet expired from your server.
  2693.  
  2694.  
  2695. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2696. Post Message:   fractint@xmission.com
  2697. Get Commands:   majordomo@xmission.com "help"
  2698. Administrator:  twegner@phoenix.net
  2699. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2700.  
  2701. -------------------------------------------------------------------------------
  2702.  
  2703. From: "Paul N. Lee" <NOSPAM@Worldnet.att.net>
  2704. Subject: Re: (fractint) Re:
  2705. Date: 05 Sep 1997 20:13:05 -0500
  2706.  
  2707. Mike or Linda Allison wrote:
  2708. >
  2709. > We keep trying . . .
  2710. > If anyone has a brainstorm on how to solve this problem, please speak up!
  2711. > Consider this a cry for help!
  2712. >
  2713.  
  2714. There is only one way:  A Moderated Newsgroup.
  2715.  
  2716. Use  Paul.N.Lee  instead of the NOSPAM when replying.
  2717.  
  2718.  
  2719. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2720. Post Message:   fractint@xmission.com
  2721. Get Commands:   majordomo@xmission.com "help"
  2722. Administrator:  twegner@phoenix.net
  2723. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2724.  
  2725.  
  2726. -------------------------------------------------------------------------------
  2727.  
  2728. From: robin bussell <robin.b2@ukonline.co.uk>
  2729. Subject: (fractint) fractint wishwish web page now online. (repost.. apologies if this causes dejavue)
  2730. Date: 06 Sep 1997 02:27:53 +0100
  2731.  
  2732. Hi Folks,
  2733.  
  2734.   
  2735.  
  2736.   In view of the fairly large number of requests for new features in
  2737. fractint that this group gets I have put up a new web page where such
  2738. things can be recorded in easily viewable form. It will be watched by
  2739. the members of the Fractint development team for new ideas and will act
  2740. as more of a central point to gather information than email to
  2741. individual programmers can be, putting your ideas forward this way gives
  2742. a better chance of the right person finding out.
  2743.  
  2744.  
  2745.  
  2746. So don't be shy! go and have a look at:
  2747.  
  2748.  
  2749.  
  2750. http://web.ukonline.co.uk/members/robin.b2/olig/fracwish.htm
  2751.  
  2752.  
  2753.  
  2754. See you there!
  2755.  
  2756.             Robin Bussell, stone soup group.
  2757.  
  2758. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2759. Post Message:   fractint@xmission.com
  2760. Get Commands:   majordomo@xmission.com "help"
  2761. Administrator:  twegner@phoenix.net
  2762. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2763.  
  2764.  
  2765. -------------------------------------------------------------------------------
  2766.  
  2767. From: Barry Bluestein <barryblu@tmn.com>
  2768. Subject: (fractint) Re: 
  2769. Date: 06 Sep 1997 00:57:40 -0400
  2770.  
  2771. Spammers (i.e. mass E-mailers') will simply send their garbage to all
  2772. 'binaries' groups, or worse, ALL newsgroups at all.
  2773.  
  2774. Peter Jakubowicz wrote:
  2775.  
  2776. >
  2777. >
  2778. > Hi,
  2779. >
  2780. >     This is not a Fractint question but I am wondering if someone can
  2781. > take a shot at it. I have been bopping around a lot to look at
  2782. > people's fractal galleries, looking for some new ideas, etc., and
  2783. > somewhere heard about alt.binaries.pictures.fractals. It was not
  2784. > available on my server, so I called and got the guy to agree
  2785. > reluctantly to add it after explaining to him what the Mandelbrot set
  2786. > is, etc. Now they were under the impression it contained pornographic
  2787. > material, which I thought would be kind of weird for a fractal
  2788. > gallery. So, anyway, I've been checking it out every day and finding
  2789. > some cool stuff there but also some unexpected things. Can anyone
  2790. > please explain (I'm really new to the internet, so maybe I sound like
  2791. > an idiot) why there are XXX messages, whatever those are, credit card
  2792. > advertisements for people with bad credit, and so forth, at a fractal
  2793. > gallery. I am in favor of free expression on the 'net and am not a
  2794. > crank or anything (at least I hope not) but this is just something
  2795. > that's been puzzling me.
  2796. >
  2797. >     And now this is a Fractint question: when I run my demo program,
  2798. > which I actually find quite helpful, it freezes after printing an
  2799. > image of the Mandlebrot set (it's on the second demo file, I believe).
  2800. > Is it my computer, or should I go look through the source code?
  2801. >
  2802. >                                                     thanks and i
  2803. > apologize if i've asked anything really dumb, Peter Jakubowicz
  2804. >
  2805. >
  2806. >
  2807. >
  2808. >
  2809. >
  2810.  
  2811.  
  2812.  
  2813. --
  2814. Barry Bluestein
  2815. Design Technical Advisor
  2816. USAID/Jamaica TeleJamaica Project
  2817. 809-926-5001
  2818.  
  2819. 2 Hainning Rd
  2820. Kingston 5, Jamaica W.I.
  2821.  
  2822.  
  2823.  
  2824. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2825. Post Message:   fractint@xmission.com
  2826. Get Commands:   majordomo@xmission.com "help"
  2827. Administrator:  twegner@phoenix.net
  2828. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2829.  
  2830.  
  2831. -------------------------------------------------------------------------------
  2832.  
  2833. From: Jason Hine <jason@CNR.ColoState.EDU>
  2834. Subject: (fractint) Peer (?!) Review...
  2835. Date: 06 Sep 1997 11:49:18 -0600 (MDT)
  2836.  
  2837. Damien,
  2838.     Well, I thought I had figured the problem out, but it seems that
  2839. no matter what I do, I cannot get any more than the first 50 iteration 
  2840. values to read in correctly.  The copy of my program below *should* 
  2841. compile for you with a C++ compiler (I use gcc with the -lgpp switch).  
  2842. The header reads in perfectly, and then the program is supposed to read 
  2843. in the first 100 pixel itteration values and store them in a dynamically 
  2844. declared array (if you have a tip on how to dynamically declare a 2d 
  2845. array, I'd be interested to hear it!).  The first 50 iteration values 
  2846. read in just fine, but the next fifty are being misread.
  2847.  
  2848.     You;ve been a great help already, Damien; if you have any 
  2849. suggestions for me, I'd be grateful for the help.  Have a good weekend!
  2850.  
  2851.     Jason
  2852.  
  2853.  
  2854. ---------------------- Begin DEEP_ONE.CC ----------------------
  2855.  
  2856.  
  2857. #include <iostream.h>
  2858. #include <stdio.h>
  2859. #include <string.h>
  2860. #include <fstream.h>
  2861.  
  2862. struct array {
  2863.   unsigned long val[1900];
  2864. };
  2865.  
  2866. void main(void)
  2867. {
  2868.   char buf12[12];
  2869.   char buf2[2];
  2870.   char buf4[4];
  2871.   char buf1[1];
  2872.   array *arr_ptr;
  2873.   short xdots, ydots;
  2874.   int i, j, k, count = 0;
  2875.   unsigned long iteration;
  2876.   char iter[3];
  2877.   int loc, vbuf;
  2878.   long maxiter=0;
  2879.   ifstream img_file;
  2880.   ofstream key_file;
  2881.  
  2882.   cout << "EOL buffer size: " << endl;
  2883.   cin >> vbuf;
  2884.  
  2885.   // Open image file
  2886.   img_file.open("iterates.tga", ios::in|ios::binary);
  2887.  
  2888.   // Check to see if file was successfully opened
  2889.   if (img_file.bad())
  2890.     {
  2891.     cerr << "Cannot open ITERATES.TGA...\n" << flush;
  2892.     exit(8);
  2893.     }
  2894.  
  2895.   // Read in header information
  2896.   img_file.read(buf12, 12);
  2897.   img_file.read(&xdots, 2);
  2898.   img_file.read(&ydots, 2);
  2899.   img_file.read(buf2, 2);
  2900.   img_file.read(&maxiter, 4);
  2901.  
  2902.   // Check for correct file size of 50x38
  2903.   if ((xdots!=50)||(ydots!=38))
  2904.     {
  2905.     cerr << "Incorrect Image Size in ITERATES.TGA...\n"
  2906.          << "  Image size must be 50x38, use 'v' to\n"
  2907.          << "  set an explicit viewwindow size.\n" << flush;
  2908.     exit(8);
  2909.     }
  2910.  
  2911.   // Print out header information
  2912.   cout << "xdots: " << xdots << endl << "ydots: " << ydots << endl;
  2913.   cout << "maxiter: " << maxiter << endl;
  2914.  
  2915.   /**************************
  2916.     Array Population Section
  2917.    **************************/
  2918.  
  2919.   arr_ptr = new array;
  2920.  
  2921.   count = 0;
  2922.  
  2923.   // Read in two 'lines' of TGA file...
  2924.   for(i=0;i<100;i++)
  2925.     {
  2926.     img_file.read(iter, 3);
  2927.     iteration = iter[0] + (iter[1] << 8) + (iter[2] << 16);
  2928.     arr_ptr -> val[i] = iteration;
  2929.     }
  2930.  
  2931.   //The first 'line' (50 values) read in fine, but the next one 
  2932. doesn't...? 
  2933.  
  2934.   // testing...
  2935.   for(i=0;i<38;i++)
  2936.     {
  2937.     for(j=0;j<50;j++)
  2938.       {
  2939.       loc = i * j;
  2940.       cout << arr_ptr -> val[loc] << " ";
  2941.       }
  2942.       cout << endl;
  2943.       cin >> iter;
  2944.    }
  2945. }
  2946.  
  2947.  
  2948. -------------- End DEEP_ONE.CC -------------------
  2949.  
  2950.  _ __ ___ ____ _____ ______ _______ ______ _____ ____ ___ __ _
  2951.  _ __ ___                          ___ __ _
  2952.  _ __ ___         Jason N Hine              ___ __ _
  2953.  _ __ ___        GIS Specialist              ___ __ _
  2954.  _ __ ___      Colorado State University          ___ __ _
  2955.  _ __ ___ Pedology and Soil  Information Systems Lab  ___ __ _
  2956.  _ __ ___        (970) 491-6832              ___ __ _
  2957.  _ __ ___  http://boralf.agsci.colostate.edu/~jason   ___ __ _
  2958.  _ __ ___        jason@cnr.colostate.edu          ___ __ _
  2959.  _ __ ___ ____ _____ ______ _______ ______ _____ ____ ___ __ _
  2960.  
  2961. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2962. Post Message:   fractint@xmission.com
  2963. Get Commands:   majordomo@xmission.com "help"
  2964. Administrator:  twegner@phoenix.net
  2965. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  2966.  
  2967.  
  2968. -------------------------------------------------------------------------------
  2969.  
  2970. From: Mike Sukop <msukop@pop.uky.edu>
  2971. Subject: (fractint) Plasma Data
  2972. Date: 07 Sep 1997 09:35:14
  2973.  
  2974. Hi:
  2975.  
  2976. Mike Sukop here. New list member, new FRACTINT user, new Ph.D. candidate at
  2977. the University of Kentucky. Specialize in fractal applications to soil
  2978. science, especially surface chemistry. 
  2979.  
  2980. I would like to be able to get an ASCII file (x,y,z) of the data that makes
  2981. up a Plasma fractal. I looked for the subroutine PLASMA() in CALCFRAC.C but
  2982. couldn't find it. (I'm a returning student and don't know 'C' yet either --
  2983. It wasn't around when I was last in college.) Is this possible? It seems
  2984. like it would be almost trivial. 
  2985.  
  2986. Alternatively, does any one know the where to get the original PLASMA.ARC
  2987. Pascal program distributed by Bret Mulvey or how to get in touch with him? 
  2988.  
  2989. Does anyone know of other Random Mid-point Displacement fractal generating
  2990. programs that might have ASCII output? 
  2991.  
  2992. Finally, does any one know how the 'graininess' and possibly other
  2993. parameters of plasma clouds translates into their fractal dimension?
  2994.  
  2995. Thanks,
  2996. MS
  2997.  
  2998.  
  2999.     
  3000.  
  3001.  
  3002. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3003. Post Message:   fractint@xmission.com
  3004. Get Commands:   majordomo@xmission.com "help"
  3005. Administrator:  twegner@phoenix.net
  3006. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3007.  
  3008.  
  3009. -------------------------------------------------------------------------------
  3010.  
  3011. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  3012. Subject: (fractint) Original Formulae? 
  3013. Date: 07 Sep 1997 11:53:41 -0400 (EDT)
  3014.  
  3015.  
  3016. I have a tiny question. I would like to know if there's a way to access
  3017. the basic formulae in Fractint, ie, to see, say, the basic Mandelbrot
  3018. formula in a text editor. I'm trying to understand writing formulae by
  3019. attempting to reproduce the basic ones myself by starting with Lambdafn,
  3020. and for the life of me I can't make anything Fractint will accept. This is
  3021. what I came up with:
  3022. Lambdafn {
  3023. z(0)=pixel, (also tried z=pixel and z=0=pixel (monkey at keyboard approach))
  3024. z(n+1)=lambda*fn1(z(n)),
  3025. |z|<64
  3026. }
  3027. Naturally if I am unable to figure out something like this, my confidence
  3028. in coming up with a new formula on my own is not very strong.<G> No matter
  3029. how I alter that, Fractint tells me (sternly, with that awful raspberry it
  3030. makes when it dislikes something) that z is undefined.
  3031.   I've seen the formula for Mandelbrot in frmtutor.txt, so I have one, but
  3032. I'd like to be able to see the others.--Alice, feeling doomed and mortified<G>
  3033.  
  3034.  
  3035.  
  3036.  
  3037.  
  3038. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3039. Post Message:   fractint@xmission.com
  3040. Get Commands:   majordomo@xmission.com "help"
  3041. Administrator:  twegner@phoenix.net
  3042. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3043.  
  3044.  
  3045. -------------------------------------------------------------------------------
  3046.  
  3047. From: rttyman@wwa.com
  3048. Subject: Re: (fractint) Original Formulae?
  3049. Date: 07 Sep 1997 11:18:30 -0500
  3050.  
  3051. A M Kelley wrote:
  3052. > I have a tiny question. I would like to know if there's a way to access
  3053. > the basic formulae in Fractint, ie, to see, say, the basic Mandelbrot
  3054. > formula in a text editor.
  3055.  
  3056. Here's two things that will help you in creating formuals:
  3057.  
  3058. At the DOS prompt where you have Fractint, type in "makedoc fractint" to
  3059. create a lengthy document that explains all of the bells and whistles of
  3060. using the program, including the various formulas that accompany it. You
  3061. can either print it or read it on screen if you wish. You can also
  3062. access the document directly within Fractint by hitting the F1 key. You
  3063. do not have to type "makedoc fractint" to access the online document
  3064. because it's part of the program. I mentioned the "makedoc fractint"
  3065. command because many of us like to keep a print out by our side for
  3066. reference while using the program.
  3067.  
  3068. Also, go to http://spanky.triumf.ca/pub/fractals/formulas/ and download
  3069. FRMTUT.ZIP. It's a PKZIPPED 41 kb file that'll teach you all about
  3070. writing formulas.
  3071.  
  3072. These two documents will answer all your questions.
  3073.  
  3074. Furthermore, you can read the fractint.frm and other files with the .frm
  3075. extension with a word processing program (or at the DOS prompt using the
  3076. EDIT or E function) to see how other people write their formulas. And,
  3077. you can study the formulas presented here or at the fractal art list
  3078. server.
  3079.  
  3080. Formula writing for Fractint is not hard and is lot of fun. Go to it!
  3081.  
  3082. Bob Margolis
  3083. rttyman@wwa.com
  3084. Curator of the Opus Series of fractals on abpf.
  3085.  
  3086. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3087. Post Message:   fractint@xmission.com
  3088. Get Commands:   majordomo@xmission.com "help"
  3089. Administrator:  twegner@phoenix.net
  3090. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3091.  
  3092.  
  3093. -------------------------------------------------------------------------------
  3094.  
  3095. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  3096. Subject: Re: (fractint) Original Formulae?
  3097. Date: 07 Sep 1997 12:42:54 -0400 (EDT)
  3098.  
  3099. Thanks Bob...I have Fractint.doc and Frmtutor, and they don't show the
  3100. basic formulae like lambda. I know how to read other people's forumulae in
  3101. a text editor. I'm looking for the basic Fractint formulae.--Alice
  3102.  
  3103.  
  3104.  
  3105. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3106. Post Message:   fractint@xmission.com
  3107. Get Commands:   majordomo@xmission.com "help"
  3108. Administrator:  twegner@phoenix.net
  3109. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3110.  
  3111.  
  3112. -------------------------------------------------------------------------------
  3113.  
  3114. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  3115. Subject: Re: (fractint) Original Formulae?
  3116. Date: 07 Sep 1997 14:54:53 -0400 (EDT)
  3117.  
  3118. I'm getting feedback that my question is not clear. Here is what I want.
  3119. When you go into Fractint and hit T you are taken to the fractal types. I
  3120. want the formulas for those types. Going to fractal type "formula" gets
  3121. you to the formulas in FRACTINT.FRM. I want to know if there is a way to
  3122. see the formulas as they would look in the text editor for the other basic
  3123. types such as mandelbrot. I realize that when I see the mandelbrot and hit
  3124. "z" I will get a blue screen that shows the initial condition and
  3125. iteration. That information is insufficient for typing out a formula in a
  3126. text editor that will make a mandelbrot. I showed that with my attempt to
  3127. recreate the lambda formula, where I used the information given me by the
  3128. "z" key to try to recreate the lambda formula. If there is a file in
  3129. Fractint that lists the formulas for the types, I can't find it. --Alice
  3130.  
  3131.  
  3132. On Sun, 7 Sep 1997, A M Kelley wrote:
  3133.  
  3134. > Thanks Bob...I have Fractint.doc and Frmtutor, and they don't show the
  3135. > basic formulae like lambda. I know how to read other people's forumulae in
  3136. > a text editor. I'm looking for the basic Fractint formulae.--Alice
  3137. > ------------------------------------------------------------
  3138. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  3139. > Post Message:   fractint@xmission.com
  3140. > Get Commands:   majordomo@xmission.com "help"
  3141. > Administrator:  twegner@phoenix.net
  3142. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3143.  
  3144.  
  3145.  
  3146.  
  3147. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3148. Post Message:   fractint@xmission.com
  3149. Get Commands:   majordomo@xmission.com "help"
  3150. Administrator:  twegner@phoenix.net
  3151. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3152.  
  3153.  
  3154. -------------------------------------------------------------------------------
  3155.  
  3156. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  3157. Subject: Re: (fractint) Original Formulae?
  3158. Date: 07 Sep 1997 14:58:40 -0400
  3159.  
  3160. Hi Alice,
  3161.  
  3162. >> Thanks Bob...I have Fractint.doc and Frmtutor, and they don't show the=
  3163.  
  3164. >> basic formulae like lambda. I know how to read other people's
  3165. >> forumulae in a text editor. I'm looking for the basic Fractint
  3166. >> formulae.--Alice
  3167.  
  3168.   Some of these formulas are in Chuck Ebbert's formula files: builtn.frn,=
  3169.  
  3170. builtn01.frn and builtn2.frn.  I don't know if they are in Spanky's archi=
  3171. ve
  3172. but you can find the formulas in the Orgfrm compilation and reconstruct t=
  3173. he
  3174. files.  Go to:
  3175.     http://spanky.triumf.ca/www/fractint/fractint.html
  3176.   and download George Martin's Orgfrm package.
  3177.  
  3178.   Cheers,
  3179.  
  3180.         - Sylvie
  3181.  
  3182. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3183. Post Message:   fractint@xmission.com
  3184. Get Commands:   majordomo@xmission.com "help"
  3185. Administrator:  twegner@phoenix.net
  3186. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3187.  
  3188.  
  3189. -------------------------------------------------------------------------------
  3190.  
  3191. From: Oliver Loveday <oliver@nxs.net>
  3192. Subject: Re: (fractint) Original Formulae?
  3193. Date: 07 Sep 1997 15:42:21 -0400
  3194.  
  3195. A M Kelley wrote:
  3196. > I'm getting feedback that my question is not clear. Here is what I want.
  3197. > When you go into Fractint and hit T you are taken to the fractal types. I
  3198. > want the formulas for those types. Going to fractal type "formula" gets
  3199. > you to the formulas in FRACTINT.FRM. I want to know if there is a way to
  3200. > see the formulas as they would look in the text editor for the other basic
  3201. > types such as mandelbrot. 
  3202. Alice, whenever you choose a formula to process in Fractint, and go to
  3203. the parameter options screen, the formula is presented in a window
  3204. underneath the options.
  3205. Ie. you hit "T", choose a formula, then the next screen is the options
  3206. screen. This is where you should be able to see the formula. Then you
  3207. hit enter and the generating screen comes up and starts writing the
  3208. fractal. Is this the information you are trying for here?
  3209.     The other option is to open fractint.frm in any text editor and
  3210. printing it out. You will have a printout of every formula in that file
  3211. (all the default formulas that show up when you hit "T".) 
  3212. Hope this helps.
  3213.     Oh, yes, hey everybody. I've been on the list for a few weeks. Mostly
  3214. following the discussions and printing out the good stuff. I am an
  3215. artist that studied physics for a short bit before I switched to art 25
  3216. years ago. Haven't given up my love of numbers yet. I will post a few of
  3217. my works in the newsgroup or my web page sometime soon and let you all
  3218. know. The discussion in this list have been helping me along some, but
  3219. am using fractint on a 486 (running it on a zip drive disk) so some of
  3220. the platform discussions don't do me any.
  3221. Cheers,
  3222. Oliver!
  3223.  
  3224. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3225. Post Message:   fractint@xmission.com
  3226. Get Commands:   majordomo@xmission.com "help"
  3227. Administrator:  twegner@phoenix.net
  3228. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3229.  
  3230.  
  3231. -------------------------------------------------------------------------------
  3232.  
  3233. From: rttyman@wwa.com
  3234. Subject: Re: (fractint) Original Formulae?
  3235. Date: 07 Sep 1997 15:37:27 -0500
  3236.  
  3237. A M Kelley wrote:
  3238. > I have a tiny question. I would like to know if there's a way to access
  3239. > the basic formulae in Fractint, ie, to see, say, the basic Mandelbrot
  3240. > formula in a text editor. I'm trying to understand writing formulae by
  3241. > attempting to reproduce the basic ones myself by starting with Lambdafn,
  3242. > and for the life of me I can't make anything Fractint will accept. This is
  3243. > what I came up with:
  3244. > Lambdafn {
  3245. > z(0)=pixel, (also tried z=pixel and z=0=pixel (monkey at keyboard approach))
  3246. > z(n+1)=lambda*fn1(z(n)),
  3247. > |z|<64
  3248. > }
  3249. > Naturally if I am unable to figure out something like this, my confidence
  3250. > in coming up with a new formula on my own is not very strong.<G> No matter
  3251. > how I alter that, Fractint tells me (sternly, with that awful raspberry it
  3252. > makes when it dislikes something) that z is undefined.
  3253. >   I've seen the formula for Mandelbrot in frmtutor.txt, so I have one, but
  3254. > I'd like to be able to see the others.--Alice, feeling doomed and mortified<G>
  3255. Alice:
  3256.  
  3257. As I mentioned in an earlier posting, you MUST read fractint.doc and the
  3258. formula tutor document to understand how to CORRECTLY write formulas for
  3259. Fractint. That is why I made the suggestion to read other people's
  3260. formulas as well as the texts. If you do as I and others suggest, you
  3261. will realize that you don't write z(0)=pixel, as found in many
  3262. textbooks. Under Fractint, you would initiate with z=pixel: instead of
  3263. z(0)=pixel. Instead of z(n+1)=z^2+c, for instance as your basic
  3264. Mandelbrot formula, under Fractint you write z=z^2+c, omitting (n+1).
  3265. Also by reading the Fractint document you will come to realize that
  3266. *lambda* is not in the programmed vocabulary. Don't take what you read
  3267. under section 2.12 Lambdafn to mean that you can write *lambda* into
  3268. your formulas. Instead, read section 2.35 Formula, which shows you under
  3269. *Predefined Variables* and *Precedence* what is allowed to be written
  3270. into a Fractint formula. You will readily see that *lambda* is not
  3271. listed, and, being unlisted, you cannot write it into your formula. This
  3272. is another reason you cannot get your formula to work. Also fn1(z(n)) is
  3273. incorrectly written as *n* is undefined in your formula initiator.
  3274. fn1(z), fn1(z*c), fn1(z^2-1), and fn1(sin(z)) are some of the ways to
  3275. write this part of the equation. So, instead of z(n+1)=lambda*fn1(z(n)),
  3276. you could write something like z=sin(c)*fn1(z), and then, on the last
  3277. line write |z| <= 64.
  3278.  
  3279. One way to write the basic Mandelbrot set under Fractint would be:
  3280.  
  3281. Mandelbrot {
  3282. z=c=pixel:
  3283. z=z^2+c
  3284. |z| <= 4
  3285. }
  3286.  
  3287. You would NOT write it as:
  3288. Mandelbrot {
  3289. z(0)=c=pixel:
  3290. z(n+1)=z^2+c
  3291. |z| <= 4
  3292. }
  3293. It just won't work for reasons explained.
  3294.  
  3295. Bob Margolis
  3296.  
  3297. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3298. Post Message:   fractint@xmission.com
  3299. Get Commands:   majordomo@xmission.com "help"
  3300. Administrator:  twegner@phoenix.net
  3301. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3302.  
  3303.  
  3304. -------------------------------------------------------------------------------
  3305.  
  3306. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  3307. Subject: Re: (fractint) Original Formulae?
  3308. Date: 07 Sep 1997 17:48:47 -0400 (EDT)
  3309.  
  3310. OK. Thank you.--Alice, tail tucked
  3311.  
  3312.  
  3313.  
  3314. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3315. Post Message:   fractint@xmission.com
  3316. Get Commands:   majordomo@xmission.com "help"
  3317. Administrator:  twegner@phoenix.net
  3318. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3319.  
  3320.  
  3321. -------------------------------------------------------------------------------
  3322.  
  3323. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  3324. Subject: Re: (fractint) Original Formulae?
  3325. Date: 07 Sep 1997 17:49:25 -0400
  3326.  
  3327. Alice,
  3328.  
  3329. >> I'm getting feedback that my question is not clear. Here is what I
  3330. >> want. When you go into Fractint and hit T you are taken to the fractal=
  3331.  
  3332. >> types. I want the formulas for those types. Going to fractal type
  3333. >> "formula" gets you to the formulas in FRACTINT.FRM. I want to know if
  3334. >> there is a way to see the formulas as they would look in the text
  3335. >> editor for the other basic types such as mandelbrot.
  3336.  
  3337.   I presume that you want to translate the following informations into a
  3338. formula:
  3339.  
  3340.     Real Part of Parameter                               0.85
  3341.     Imaginary Part of Parameter                          0.6
  3342.     Bailout Test (mod, real, imag, or, and, manh, manr)  mod
  3343.     Bailout value (0 means use default)                  0
  3344.         (lambda default is 4)
  3345.     Classic Lambda fractal. 'Julia' variant of Mandellambda.
  3346.         z(0) =3D pixel;
  3347.         z(n+1) =3D lambda*z(n)*(1 - z(n)).
  3348.     Two parameters: real and imaginary parts of lambda.
  3349.  
  3350.   This algorithm can be translated as follow:
  3351.  
  3352.   lambda-1 { ; Sylvie_Gallet@CompuServe.com, Sep 1997
  3353.              ; George, if you're lurking here: don't include it
  3354.              ; in the Orgfrm compilation :-)
  3355.       z =3D pixel , lambda =3D p1 :
  3356.       z =3D lambda * z * (1 - z)
  3357.       |z| <=3D 4
  3358.       }
  3359.  
  3360.   But with real(p1) =3D imag(p1) =3D 0, you'll get a blank screen.  In th=
  3361. at
  3362. case, a small if..else statement will set lambda to (0.85 , 0.6):
  3363.  
  3364.   lambda-2 { ; Sylvie_Gallet@CompuServe.com, Sep 1997
  3365.       z =3D pixel
  3366.       IF (p1 || imag(p1))        ; if p1 different from (0 , 0)
  3367.          lambda =3D p1
  3368.       ELSE                       ; if p1 =3D (0 , 0)
  3369.          lambda =3D (0.85 , 0.6)
  3370.       ENDIF
  3371.       :
  3372.       z =3D lambda * z * (1 - z)
  3373.       |z| <=3D 4
  3374.       }
  3375.  
  3376.   Save lambda-1 and lambda-2 in a text file with the extension .frm (for
  3377. example built-in.frm).  In Fractint, hit <t> and choose <formula>.  The
  3378. Formula Selection screen displays all the formulas included in
  3379. Fractint.frm.  Hit <F6>, choose built-in.frm and select one of the
  3380. formulas.
  3381.  
  3382.   Hope this helps!
  3383.  
  3384.         - Sylvie
  3385.  
  3386.   Sylvie_Gallet@CompuServe.com
  3387.   http://spanky.triumf.ca/www/fractint/sylvie/gallet.html
  3388.   http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm
  3389.  
  3390. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3391. Post Message:   fractint@xmission.com
  3392. Get Commands:   majordomo@xmission.com "help"
  3393. Administrator:  twegner@phoenix.net
  3394. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3395.  
  3396.  
  3397. -------------------------------------------------------------------------------
  3398.  
  3399. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  3400. Subject: Re: (fractint) Original Formulae?
  3401. Date: 07 Sep 1997 18:04:12 -0400 (EDT)
  3402.  
  3403. Thank you Sylvie. Bob said you can't have the word "lambda" in a formula,
  3404. but I guess you can....--Alice
  3405.  
  3406.  
  3407.  
  3408. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3409. Post Message:   fractint@xmission.com
  3410. Get Commands:   majordomo@xmission.com "help"
  3411. Administrator:  twegner@phoenix.net
  3412. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3413.  
  3414.  
  3415. -------------------------------------------------------------------------------
  3416.  
  3417. From: Kerry Mitchell <lkmitch@primenet.com>
  3418. Subject: (fractint) New formulas
  3419. Date: 07 Sep 1997 21:30:29 -0700 (MST)
  3420.  
  3421.   This message is in MIME format.  The first part should be readable text,
  3422.   while the remaining parts are likely unreadable without MIME-aware tools.
  3423.   Send mail to mime@docserver.cac.washington.edu for more info.
  3424.  
  3425. --0-153990271-873693029=:698
  3426. Content-Type: TEXT/PLAIN; charset=US-ASCII
  3427.  
  3428. I just downloaded George Martin's OrgFrom, and was compelled to follow his
  3429. excellent example.  I had about 50 formula files of my own cluttering up
  3430. my hard disk, so I sorted through them, annotated them, and cleared out
  3431. the junk and obsolete entries.  Attached is the result, zipped, uuencoded,
  3432. and in George's format.  Enjoy.
  3433.  
  3434. Kerry Mitchell
  3435. lkmitch@primenet.com
  3436.  
  3437. --0-153990271-873693029=:698
  3438. Content-Type: TEXT/PLAIN; charset=US-ASCII; name="lkm.uue"
  3439. Content-Transfer-Encoding: BASE64
  3440. Content-ID: <Pine.BSI.3.96.970907213029.698C@usr02.primenet.com>
  3441. Content-Description: 
  3442.  
  3443. c2VjdGlvbiAxIG9mIHV1ZW5jb2RlIDQuMTMgb2YgZmlsZSBMS00uWklQICAg
  3444. IGJ5IFIuRS5NLg0KDQpiZWdpbiA2NDQgTEtNLlpJUA0KTTQkTCMhITBgYGBg
  3445. KGAsKkopUi5BKzdJPkshNGBgIjM4YGBgJ2BgYGA7Jk1NK0Y5Ujs+VT02Nl9D
  3446. Tik5XiYNCk1LQDtaL1EjVVQmVys9RikxNjZKWkhAIiNOUCVTTlY+YE47Q1M2
  3447. YDU5SUFWNTk0RjFaLDM2WS9bVz5QWkk8DQpNQT1JTCk4W01JJEghUko2JVJe
  3448. JydMXyVQVD5dX19WLUQvMyInTF8jS01ZNStfSV1cKUddRzg7QEE/U0M8Xw0K
  3449. TU9GLk5eXy0vKS9HWzMvW1NAODc2RyEnTlNRRl84UidZMS9ZS1kzSDZCMUIv
  3450. UiovI1tUQUQrMUZRQVYzSiQNCk1TJjhMOSFYRyRcTVFfMTYvVSgqWDNUKFY3
  3451. PUQsV0dJM1FZTj9KNl9fWStNXiYpJylBRUEpQTRCP1ExVz8sDQpNJlkpNVEs
  3452. QycqOy9dOTYjMlJaTi9RLDs0WTIpTCxdIic0KD9FXUArOi1RLDpSLlRNTjFA
  3453. MiNMVzNRXi5RPw0KTUZMJTk2Ry4xLSJWLj8oUCJRSjg/UjJUOVJSU0MsU1cv
  3454. KDJOKFgzXUdTPVJBSC0iJClQTVNZQ0khK1JWTlcNCk1HXj44WiY5KlNZIywr
  3455. LU48WiVeQDInSFkpISwqLVFIXEBUTyNHJSJcNSMpPkYhLEM+N01JM0JaMlJS
  3456. TVMpDQpNPElFPDdJTjNKXjNSRFNGWStGOSdSRzAzP1pHWC08M09BP0JdJStd
  3457. N1hPPTpfJ1hSUVtcNVxYSydgXUc4Kg0KTVojW0xRNzlfYCM2JSUuWj84T00p
  3458. MjNUQy83UVwuXSY1PUxPR0RASVM3J0JBJEo8XjlcYDNMVygpTEYxOiENCk0r
  3459. QmBJRlU7K0VKNzMyTkRVWTpMVSYtNUJEQ0osTkNJRCs0OS0rOzdVSiM1PVUh
  3460. NjZVJzUxN1k+TFs6KlYrDQpNTUg7WlUhSE9aWE0sWktRTEpFLzY+TUUwOlYu
  3461. XTpMVTczMDRHPTVcVVVSVUtPVkpMPzRPXSpANzdTPDRHKQ0KTS0lUU9IVCUy
  3462. PDtWJUJKVVRKKTFcVkU5KTBMTkdbOzEoOkNZTUkyOkNJUkMvSCUtLSo4WCMo
  3463. MV9CVVEiX1YNCk0lXitXNE9RPkI9XUtcP05JS1BFLUUxPDRGVlA9XSkrQk0k
  3464. NT9LOjBVKUhWTyZFWzQvSllZNidFND5FIiElDQpNITtOJVcpQkAvPTU8R19f
  3465. US9fX1xXU19dWTM8Mjs9UCdBWVctUE43Ly9fVCtcX1dcVF5eKlc1UTpXTy9N
  3466. TA0KTVlBXUBdWUBbIj9UVzlDQkVCPSs7RlRTXSYyOVNBW0c0OlxWRVdJRSs0
  3467. QjZOLFk+JU5DSVM2OkpdLFk9NT8NCk06Q0lTPjYpUyY/SF4vXzBQTFYjLV9G
  3468. Kzk9WkgtTSooJUxEUSxHKEAkOCspTClbITxARjAxP1Q6JE5OWC8hDQpNVTAp
  3469. Rj9LQEQoQzxGWCxaMjEyM15aRDE/MTFaUFFNU0dFT0xVSlIrOjg4XSVKTTw7
  3470. USMrQ044LzgqWDRJKQ0KTSxWTEwqVkg6UEBaUUQ6OTJUP0w/Uj0rNC1gXyko
  3471. VVtSN0RTNUNIPUpQJTovJ0lfMDwuL0VgIlwxIU9AV1ENCk1aKDdaMzVBKCNV
  3472. IyZdISFGP0RDTj06U1NfL2BWJ1pKQk01ND1TQCZgKkhWJipAX00jNCM1JVhV
  3473. NSdcPFVGDQpNYCEoTk1ZIVAzI1whMitHOjJMS1FHMDhAWjdIJzI6P1IoKCJU
  3474. M1NNKUpbJjtdXCo3Ti08J11XMVA7UFNORg0KTStQO1dFWC9bSlwnXV0+Il5S
  3475. Nj5YW1FSJjBYXk9PUi4vOD1PSE89OTdUJU9aIkZXJltMVV5QS0w9UEc9Xk0N
  3476. Ck1ARUk1WVI9VD9EK0cpVzFeUE1PUyRTQCZQWFw6Nj9DPVw5QDVOQUwyTjxa
  3477. NEQ1R0grUy4zSylJT1JZTlsoDQpNXCxOKVpTX0Y/RDRZSUVeNyxUTixOPl48
  3478. Tj4qNiUkR1lZWCVHUSUuX2AtUjlHKjpUQ0lIWD9eSiYmJ1QzXQ0KTSZDVSRS
  3479. PEdTVzBAQGAvTkQiLSVCUSpBOi0+Myc5STwqTik1OCUkTyg3Sz4pO0owLS5X
  3480. VWBQXzctJSpIQT8NCk0tLE0sVlNUJEtPKCM5TktHTzNNR1kvSCpKOl9HVlFR
  3481. VD5AKzgwQz5BXCcvQS0mJFFfP1o3RE4oWkMnLyIjDQpNWj5ZWiNeRkk8Ki0t
  3482. Xzg9VzZfQSUuU0ouWTwvUFJbO1QnLT5BWDU/TVozSiU9XC5PR1QvP1o1UD1f
  3483. TkVZWA0KTT0tOjg/X1AjTzxbMV8+JlpRSkcmIzhVPzovUTJYVTw6T107WElV
  3484. KUIrRTZGWlxdWzI8OV5DNElaRTJEPD8NCk00OV1DKU41SUJXS1UhKl1OIk9I
  3485. WlI2QVI3RSlgO0wyNDMrPVczRVRGSVlKSUdgSy1FO2A2NkVINiZIUUFYDQpN
  3486. TTMhKEonJUdULS0nPC03NypAMTVeNDlaRUtXUVY3QkhHWFRBUlhfTTdBWFUj
  3487. TzdOXyxONyshUVlKNj0pSA0KTV1fMExaO1o+OTRUTCsmVzRaPC0/RjU9KTU6
  3488. XjI9RVlFWVU1VjdGN0c1Nzk+OT49NT1FWUVYXCxDPkk3YFENCk02VD4tNjU4
  3489. RyVYNV89KmBdLT80WzkmSzxIVlhfQy8qSlxXNFo3Wj0kM14/S1UlIzdeM0pE
  3490. UUE7JVMxWy5QDQpNQ1ZNQkNRSldWPS8mTUhaQjUoLDBJUFxcPSk6VUxaUj05
  3491. PlRMOlY9OT1bN1YuWyJMSDAuJls6Mjs+MismUg0KTVIiLjRSLEIzNyg8W0wp
  3492. XihaUyJQT0hQXyxOOjFJPixZUl01MiswMywuRUU6OldRLClPWypGVDlEW0NR
  3493. YCMNCk02SyM4TERUTihYWydbRT42Wl8hLUA4Il9YTSs+Uis4QEE0RVoySjRD
  3494. SypFX1dILiJEXkw9L0gkSFkhNlcrDQpNYDVWSVo1T0xgTSorR0QxQUg0UChH
  3495. SDRVQjdKWForNy5dLyg/O1k+MFwkK0A1TiEyN2AmLCM8LkdCLTBIKA0KTTEs
  3496. U05TMVpEJT4mUDxfJVgkLUtCK0VcOD8lXWAvWjs9Pk4hIkE9VVpYKUhfVTVf
  3497. SVVALzdEPTJNIVE5X1ANCk1XN0tAUyNMWVo8WkEnXDRdVjtLR0osOFFUPUxa
  3498. KU5KPkhZPFgpPV9ZRUozLio+RjxETFhJKjkjMi4yNj1aDQpNNFsrVVw+Rjwk
  3499. QzIuK0FDTiVBJjMrI1IyXkFHSDFHQEQpRztIMVEnWCNVO0IkViFZOkQ5LCdJ
  3500. JExAWjZNRw0KTVI4ISxNYFY4VVg2OlNAO18wYFRJUCpUVVMsKCY8Izw5OUVN
  3501. WFgmWkE9RixBNSZgSShfUilMTFlQRDZVSzoNCk1eNFctRldIRDBdKlMtKSQi
  3502. W0I6OlIhP1deXjAmSl9KQDgoRC06RDlSTVc+N05XKidBIy1VKiUwOF0wKixN
  3503. DQpNTWArQzYkYEhMOzA0RVYyMksyLy00OjInMEMkIkNdKU5MUDElKUAzTy4k
  3504. NzBdRCRKUSorOUYxXEpcO1FKKg0KTVYiSy1YOygnWUEpVCk1PjwzOEZVWE9Y
  3505. MicmNVAtLVUtKFdeJVlINjZOV1VSYFs4XiIsNi1OI0EnK1w1XFQNCk0iSVw6
  3506. JCdKKkdVITRQXjwhQEhTNTZYLDcnTzdXYFo7KD9QNVQvKVwkNUBAQyJcQD0v
  3507. MVxGRTdeLkJNK1xBDQpNSlFSIzssPyVcW1cxKysxTDtLRzAzYFlNXSRCVDxL
  3508. QFVAOlIoQ2A3JVZYTVlCJC48TExQISNOODg1WlUjPg0KTTBJTDFPNlgtXU4/
  3509. RlA4REgvWzJGI00yLShBVzVMJT04PCshVUQpRVJYXj1VMzldWV5HS0ZUPFQ7
  3510. O0dWPkYNCk06KVZII1ZQUVwsKEZUMlMpOzEmIVYoMkZdPTtdQDFAXjAxLVsm
  3511. UVBcLzA+OF4lVmBUTGAhTE9XUTxZTCwoDQpNMCdUR1M8OEteQ1BgQSZSXUQ9
  3512. OUMsLDo5LEwnUT0+VjdSMCg9MlsuRldVODEzUChFJiZeMSJMVj9NPTA2Rg0K
  3513. TVwlQzdYRjxgQTtJSF07OjEkQzZgWzsqOUFROi1WJFlITlJTOiM2YFtNJjIo
  3514. SENVU147Lks8MU5XISJEMEsNCk1gI1ZgJDQ2QyJZV1g1UDMxXD9CTyQ/R0g+
  3515. KipNSEtSLyE9XSQ7LlwxVDtUVDQwUzpcOi9AIVZRSVlAU18sDQpNMEQhJEUl
  3516. OCtgXVdMWVYwTkZRSyYiTyhFKzUrXUJNIy1UTyUkPGA0TilcWTxcOjNTJz5I
  3517. SkNMNEUsPzYhIQ0KTUY9Ql5QNigrKFNdMSNbUSEmNV1IME1ZTSkwJCw7WEBa
  3518. V2BFUTwiLEgqRzQzOE1DMDRbTD1cOC9XRS1aRkENCk1JWEldSSE/WzIjKE8r
  3519. Sk1KWkFOXUteW1M+QT1dMFVNKEQ5ViU/XS9gXFgvRUtIMSJDLEVUKT0xI0sz
  3520. WVlWDQpNJFQpREs1XT9CJlpRViUpJzAzVidbOkM9MEczSENHSU0mOktLRkdV
  3521. RVosQT1AU1g1JkVSXT09QUZSRCtHKg0KTWA3S0BAMFQpKlxQKEQ7MFA4SE5Z
  3522. RUJEPldVWCpTYEBON1lAIVMwLFBaOzEqWFJgWTI7WEtZYCo9LEVAVEMNCk1D
  3523. PzUyVEs4YFwqUUhSVVhIKyZLN05aQk1SRUBNMjtISzQrKT9WXlU3W1dQVTlY
  3524. SmA4JVRRJ1AtNTEkTDghDQpNXCEsQCYxWSJYVlBHPmBGO1YiXUdFKFI6JVYt
  3525. ViQnWzkkW0AjPD06XjgsNyc4WyNYMzMlOE9gXUZRVjZQNg0KTV4uMCxdQipQ
  3526. OCNBR00wS1FLTEc8QV4kXEYvW1UuMjYjXFEkWU5QMzRgSVNeYCFgYElUV0FG
  3527. LS0tRUdbM1oNCk1EJ1k9MiFcM0RdQTo7U1c8XSpOPElEMyk9VUZbNkxgNjpb
  3528. LjcxLClPUyclXy0jWlshKGBXOUJcKUJGPC9KDQpNIlInNExUTE0nQlBWLE46
  3529. VTYoTEhCKFRDPlglUiY2MytdRC5PJj4nViw+LDMoOlcsNE0xQDcoUEdJVkc/
  3530. NA0KTSJMMUtNQFhWIVY1Qk5BJyldOS5RPCEqTUM/LSg7PVBPSCpeLyotMi0s
  3531. JE88LVhWKEtTLyRKOzg5WyhPWk8NCk0sMUFbI18zVzkuTlchQ01gI0Q7SzY6
  3532. US5VVzdATzVFJjNTJTVFKEVgNUNRNEUkRCE3W0pfJkRGMD8wRFtWDQpNJ1BX
  3533. QV83N1RKOiE9QFtbOCcpIU1XWCIzTDUtNTIjNjE2NDohXko4JltVUTFILUs4
  3534. MVU1KFVgXy9USj1USw0KTS8tWDpbIy8rQUglISJVOic1KEI9JiZVJF1STStR
  3535. LjxMNylPKV8xIiM9SE0hVEMqTVRKUUZHQlZMVFVGVC0NCk1YLiImNCJATiQ6
  3536. VDAoLjghKzdNMDZBSWAiTk8iLEdQQDkxLFpbNUVSL1kySk8lNThAKy84UzZE
  3537. LVg8QyNIDQpNUDstPE42VyY4WUMsIj1RLSIxRCxGOkdAOSxJXkQqW18uM0gz
  3538. NTRFKDwtK1ZRWkRdJ1tUKjdIPUVJWCxgRg0KTVk4MkwpNCg4Wis8J15HREwp
  3539. R01FJ2AtNDdcSy5YSkVLQTctJlhDSSxKTCYsOSQ7WVA3PU1SXy8vRUU7UFoN
  3540. Ck0kNDQ5XVNXUC5UOjAtITRQPzk+RiNWRUwwT00rLDdcOldRMjdGTF0sOigs
  3541. MlgiXj03QzUrQEI+JSowIVVADQpNIUBgQDNUWDU6JDg6MipdIls8XiJUPFMz
  3542. Sj01SlExUFhGVThYKTwiKDRQUFRWNEQkI1VgOkRARk4qPDNJPQ0KTUYnUSsi
  3543. NjAoPjZHLTBOYFsnSF0mKFw+Ky4rLkY4SihHMTEiQUVcTFdETURQNytcQSta
  3544. TDpIJ0U+SzomKDQNCk1LOFkwOT5FOFY3Iy5fNUQsJCM0QzorXEUhJkRPQV4j
  3545. JVYqREs6YFgqVz8oTSxJXlYvXy1JMVYkXkMvSl5NDQpNITAiI0QiNUsvKSwm
  3546. STUvOlNYJE9GMSxPM1hGXypGS1NUJ0lQXi47S0UtLD1GL1dOXlEnI1xYSD0s
  3547. LDQ2Sg0KTUFYJiNTIk4iWyk5KysiWCJJPipcODBfMCIiPC42LT4ySjAlPChM
  3548. YFMkQDkkKSgmPDRQP1tQVjlHQS9RLUMNCk1EQi0qRCZONWBAOSlVJCskJEpC
  3549. KDYmYDdUVjZUMFkkPkJYUmAsLTwlK09AVURMN0M5W1Y2X0AuO0VISVhTDQpN
  3550. US1ZVy8vJ10rRiFXPSI2SEgnSyowR0MuVjVTLidBMVZQQDRaLmBFQiUrMCoh
  3551. NUxEQzVRJSpVUl8iUzIpLg0KTT44OyJAPDgoSyJGS2AzOCkyJF5YK0ZTOldT
  3552. JUAnOU5CW1kkI0goQlI3MlVaOjZAUEFfIz87KDE8LC5OK0YNCk03NjIwMllM
  3553. LTgvMF9CTD8jMEwkUSVIU1tPWzhZKF1CWUM9UDJaUVZTTSYqNis7VF85UVgr
  3554. IT1MKDVaVFJWDQpNVCJaUjYiTT5EM1BCViQ0Xy46XVhbKSc7X0pZRUQ/XC1K
  3555. N1AvLkYjKV4pVF8zPThJMUtDJlBWUkErKCZEVw0KTVRAJ0JCKVdDVjIlOyhH
  3556. S0BLTDkwUyg/KiYxQ1UySzI3NSNWUl5ePzBTPysjPCtBOVRBWGAkIiUuUzBE
  3557. Jz0NCk01TTZMVixbOlFLLVVYL0tTRUxZWycwWlhIUElRUCctSiJWTT4vS1wi
  3558. I0A0L188LywzIkgjVUBCYC1YISkpDQpNOyxERTI+NiU2LE9MPyE4RE4oUEQr
  3559. TF5gITchXWAxOSk7WVIkKVQ5KVk/V1NBI1U+U0EvPD5ER0MoPT0xPA0KTSZf
  3560. XyFDTFZMSjEnWCVIREglJicxWydANFE3V1hbXjVYUSExJjoyXjdELUNeMERX
  3561. Wik3WF04KygmKkgrUlUNCk0lLkEvMF4pMig4QEU7OEo1IllFUTA4Li4wKC86
  3562. TjcpXTU7JikjNi0vSWBTMy4hKTJBRCJKTiNZJF49K0Y8DQpNMyFgQjQzLGAt
  3563. NC0jYFguSFEzOT5PQElGQDA3YE0lRD5eUz1BQVwlMSVTRD5fNyEhJitDXS1M
  3564. PzhERyNIRw0KTTEjIVxBSExQKVBSUDklR1RKPyg1IzVRPDo8SSwhLjRWNydH
  3565. MFNJPj5gKTUnXDxSLCNHTyVEOTM7SEkvKVMNCk1VTThSPC1FT1hETlZJRyZG
  3566. N1RCRzIiMFZdOydYWUg2OmAyYDNPMksqWzhELCZNJydfNy0oOlEqQ1YvVSlg
  3567. DQpNRzRGNCM3UERQME02USo6RUkzO01gSFQ4KlUuV0ROKiNaSVg1Oz0kXzdQ
  3568. UCtgUU0oSkJXJGAwUztHIScxUw0KTUM0V0xMJ00tVDVNQEFXKSgrQF0yT0Qt
  3569. JjooUkNZR1JAJ1lELy5KVlAtUy5ETDhHKk4rMUk5N1lDO1taVCoNCk0jU00x
  3570. P0dHTy83LVZYXTRbQ1dcTyROQVgjRz8kXV4pL0opOlMlO1FSSFYuSkdDVlky
  3571. PUorREkuN0wuNTRYDQpNUzI+M1NfJjhTRVIxSVFfNTJITEkqTzlBQzNEYC5W
  3572. Iz8wOVoqJTwiUjwhQEFSQk4kQTlOPUBVIVEjOjpJQw0KTTNYSD8zLjYlNzg8
  3573. ViVQLDQrQFUnSi1FXDYuKzJeTUBILV9FQFJPP0BWVz5PPT1YMFFdKVdQWydZ
  3574. VUI9NEUNCk1HYDVdJjJIXlMpMEtLJ1FKQUtVPy4yWUdOWitaLE01NFY3TTxX
  3575. QTA8JDpJXC4hIUcuNlEtIShPWjxJKiRFDQpNKk0sRF1KXyUzN15aOSFISmBL
  3576. Izw8OiZCQCg2Li9ZNCc3QFMrVFJSU0QtVk9GJjxbUTpXKUw0WV5AMSZETQ0K
  3577. TSoiNTkhXiJQOjdaRkddQy8pRipaM0JBWUg7KlM+PD9ePjYjKTUlOyxMMFBY
  3578. LzNLWD00OlZZREFQJihGNi4NCk0+K1goXVhIJz0/KTY2JFZQIU1WVlQ9NFZS
  3579. PkFGSzIwNDVGUkw4M0JcSD02PCE1RWAiNSYwXFIzNixYXypaDQpNVz4zMyoy
  3580. I1RTNTxWLyZQXStSKS85TkdgWyVLNkhIRlhTN0E8MjQ/Uz0kI19BLjtJIkY/
  3581. NUs3NjM6RCpISA0KTT0mVz0nVlsyVlhGTjswS0kqK1NgMiktJTE7S1Q9RCor
  3582. WjZTPTcuTVJHPTwmIisqSU46Oyk7Oic+NiM9TSsNCk0+OVo+MzJOO1VPJj1Z
  3583. JipdR1oyMU1bMDRMRCQhVT43RCk7WzsqSD0iRUFLRFQnQCUuMzBaLj5TRFwo
  3584. PjRBDQpNUFYuK1pbPzcsKU1FPDo3RDZeRTxfIlQiKlNRQ1AhMFdXKjRORl1A
  3585. LStISipKUCpNOUdeKTssXDxHKT1dUg0KTSlRKE5DSlUrJlsqMWA+WiIuJE9e
  3586. S1ROVkdeUDYuWjpFKSJcNDI8OkFTJCgxND80XFREUSIlVCkiUjQ6WUYNCk1L
  3587. UT8xITk0KUU/TS0yNyE0JjQ3KTQ4NlQqSFciXD0zIVxVMS5ISjVQMlg/LzNf
  3588. OVpURkFUUE1AKThSPixUDQpNXlBDQ0w2NVY+OEIhKVI3Kz8sP1dAUTRaPi4r
  3589. MDtPJ01HLV8uXjdWO1NOXjE5PygwQF0hLilDTjlfLyVEOQ0KTVxIQkImUlc4
  3590. WFlRWTtITklBXVw9Q1VHKEcrQiglO0MkN1krWEJTPlBROSo9K1ROWFYnKUAs
  3591. NEg8R0VgXEMNCk0iMlcvT0wtMD4/J1MpVVg2VltYJVYpOzkvLFVNODFIQCws
  3592. QDRDU1E+QkwtI0Q3OVFeQjIyWEdNLEctKi0/DQpNME5HWSopXl8lNyxGYEA4
  3593. RCNfJS4zXlo2PEM4YEk9MUVaXDNRNUcsVidVRkZTQzI1WVNLUzUpWDJNNVxK
  3594. WA0KTVxUXytJNjxOMVFYPlghVDhaQzlMNFFdOCZBIlZdJDo2Lyk5LFArUl09
  3595. USYrUUxZTUxeNUg9Xl82R10vPTwNCk1NRi4tMEw8Okk4Wy1NLWArTlM+OyxF
  3596. NFouN042PTc3ITIuUzw3PShQQzVDTTY6Lk8tSlMwTFM1SyUwWzAlDQpNT1ks
  3597. V1dbXCE/OydAVEgrQFROViIiWjdYUztWTENcPkQtWC1ORzZbSzolV100Jyor
  3598. L0BbSEA3SjdMWiM1Rg0KTTtCLDZSKVUlTiFNXTVNS0JDLz1GLy0pUUlDNzkv
  3599. V0hbNUEvQEdRRC9VYDBXWFJKJFZXOCgtKls2Sj1eJ1ENCk0vVC1aXEM+WDM3
  3600. LV0sUllNVElQLSUqXkNMQDQzVkJEYE86RidEWC1LNEBfRzxcW0YvUlJMPT48
  3601. Oj8nQz5EDQpNQDA4R2BBKD9NTiErMys4IzAjSio1MCNVIkghYEhASkA/RkJe
  3602. KyglWTZdWFozJD5TRUYhXjooNUI+VzhcRw0KTS0pSC1bKkBfQ1FWL0ItXiMn
  3603. VypWVUwsPU4vVENWMikmKmBRMlcpNiNPX1lDLko+KUEzQlhBMkwqJyxcMzMN
  3604. Ck0pXiFaUSIqTltQPCUoXz9HVyc4XSwtPlcnOFojKFhONzVYL0RQXDJIPSFJ
  3605. QE9ERCtTVUVXOCxCNDtDNjNcDQpNPlwqJl4xKVgmL0JaNFojIUtOW1peS140
  3606. V0Q/Jz0xLzNRXyckPUoxOFQjWSE2WVVVOUNaOCtBMjNRKTA3TA0KTU5BQzpT
  3607. SVBQWEQzQjIwKF9EQVxAXjA2XzNMKlwuO1xLWSowUklRUDQxUFBfNi0oVjpY
  3608. YDE2SD0hVlwzPlENCk1VSlIlXTMiOTEjXy9RWz05Ql0qLydVKFBZO19AW1lD
  3609. QChCQWBJLTNRLFY8Wj05R0xaJlFUKyg+SlhIQUJEDQpNJiwvQ0lXTVwnXEFR
  3610. OytYKiJRX09SMF0rRUwnUi5LSicpLytFKCVcXSUzRE85NlhNRVk5WUg4RSE4
  3611. TmBEVg0KTTdQUkwmPSsiPipcVydIS1UvS0hJPEpETyo7WDxaMyo4NydEOzkt
  3612. KikhUUdfQVVARUVgLkcnSF5ARlckUCwNCk1CRSVFNEcmRSNCND9TKDZOQT9L
  3613. WTRaQF8jMTk0IlJFPFRCPEUhNjpCRiVXKUkpT1UyOiRGTzUwXjUySEhfDQpN
  3614. TUNTNiFVLk4vPEFRO0RTJSMyVlYsYFskVF4rMFVbK0VMOTohQk4xMydgQEci
  3615. WyJITTY+MjRZTVQiPl1UUw0KTVI3TzEpODssOkxAKFdZVDNPQjxNTSk/ViQ3
  3616. JyY4Oj1XM0oxV1ErPSghKTlCWlZLMCtRUyNQXSQxPkI1VT0NCk0xI083SUUt
  3617. J0knLipGSTczNi5KRjQ+Nk1EOkxOWFc1NSVQRC08NjdMNUYqI0E6JiUhRVA6
  3618. TT9JLEUmMUw5DQpNVDZQLV41LEVFXjlPNSc9O1xRTyNFKSkiMlhSPV5LQTE8
  3619. UitKTDIlTkMpLlg7WzFTV1NJXTIzS1crN0c5Lw0KTTo8Q1dLMiYvWVZAOkc6
  3620. LzkqNFtSRzNKOllcOUsqTSkuQ1o7WT9WMS9UXkBcUzRZQUROXyZUXlE0OS49
  3621. SjUNCk0nTSM1XyM9MDJQJCIkUGA0YGBgYCJgIyJKQjxDSDJVWjdKUDVgYGBE
  3622. VmBgYCFQYGBgYGBgYGBgIWBgYGA4DQpDYGBgYGBgYGA7Jk1NK0Y5Ujs1ISsh
  3623. MDhgYGBgYGAwYCFgIzRgYGAjMSUwYGBgYGBgTQ0KYGANCmVuZA0Kc3VtIC1y
  3624. L3NpemUgMjM2MDQvNzk1MSBzZWN0aW9uIChmcm9tICJiZWdpbiIgdG8gImVu
  3625. ZCIpDQpzdW0gLXIvc2l6ZSA2NTUwMi81NjYwIGVudGlyZSBpbnB1dCBmaWxl
  3626. DQoa
  3627. --0-153990271-873693029=:698--
  3628.  
  3629. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3630. Post Message:   fractint@xmission.com
  3631. Get Commands:   majordomo@xmission.com "help"
  3632. Administrator:  twegner@phoenix.net
  3633. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3634.  
  3635.  
  3636. -------------------------------------------------------------------------------
  3637.  
  3638. From: Oliver Loveday <oliver@nxs.net>
  3639. Subject: Re: (fractint) New formulas
  3640. Date: 08 Sep 1997 00:59:40 -0400
  3641.  
  3642. Kerry Mitchell wrote:
  3643. > I just downloaded George Martin's OrgFrom, 
  3644. Kerry, what came through to me was a binary file. Not sure if zip files
  3645. make it through the mail-list server, or maybe there is some other
  3646. problem. (I am using Netscape that might not do uuencoding. :-( )) Maybe
  3647. what would work better, if others have the same problem, is to post a
  3648. query to see if anyone would like the file, and if so, send you a reply
  3649. direct. That way, only the one's that want it get the big file. And you
  3650. can send it to me, just zipped works fine. If I get anything out of it,
  3651. will maybe send you an image, if that works for you.
  3652.     Glad you are getting organized in the midst of chaos. For most folks,
  3653. putting your email address like this:
  3654. mailto:oliver@nxs.net
  3655. should make it a clickable text that one can then click on and do a
  3656. message. Of course, just the address works if one wants to copy/paste.
  3657. Thanks,
  3658. Oliver!
  3659.  
  3660. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3661. Post Message:   fractint@xmission.com
  3662. Get Commands:   majordomo@xmission.com "help"
  3663. Administrator:  twegner@phoenix.net
  3664. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3665.  
  3666.  
  3667. -------------------------------------------------------------------------------
  3668.  
  3669. From: Kerry Mitchell <lkmitch@primenet.com>
  3670. Subject: Re: (fractint) New formulas
  3671. Date: 07 Sep 1997 23:01:00 -0700 (MST)
  3672.  
  3673.   This message is in MIME format.  The first part should be readable text,
  3674.   while the remaining parts are likely unreadable without MIME-aware tools.
  3675.   Send mail to mime@docserver.cac.washington.edu for more info.
  3676.  
  3677. --0-523317099-873698460=:24991
  3678. Content-Type: TEXT/PLAIN; charset=US-ASCII
  3679.  
  3680. I just assumed that any binary attachment would get munged by the list
  3681. software, but what the hey, it's only bits.  Attached is the zip file.
  3682.  
  3683. Kerry Mitchell
  3684. lkmitch@primenet.com
  3685.  
  3686. --0-523317099-873698460=:24991
  3687. Content-Type: APPLICATION/ZIP; name="LKM.ZIP"
  3688. Content-Transfer-Encoding: BASE64
  3689. Content-ID: <Pine.BSI.3.96.970907230100.24991D@usr07.primenet.com>
  3690. Content-Description: 
  3691.  
  3692. UEsDBBQAAAAIAMKqJyOhLXperBUAACTYAAAHAAAAbGttLmZybe1dWW/juJZ+
  3693. rgb6PxD10G3LdmJRWWq6ogCDuwFzu2eAubjzWAVZph2VZUmR6MTW5P73ew6p
  3694. hdpsJY7tpEoByqWFy+HHs/Fw0e9//2NkPTCHs/Drt5VL/p98Jn9nYbghfzjc
  3695. vmOu+/NPJPn7TP7zgYXWnBHuzxm/YyH5RP5r5ToWiRiPyKPD70hkLRmxh2Tq
  3696. zGYsZB4nE8tx/RWP1IK4T0I2XdkM3npTx5ufqW//5Lt+GJHJhlhJhUifxR3f
  3697. G5JVxMjHKbP9ZWDSy6uPxMbU5SJsM9CHUIfl9gLaNxMayO0tuRgSDs3Tx+Ox
  3698. msFZWnORNC2OfIwCxqYfyS0ZyyzjMz3PISuI4T9nzdyhoNCEJwtz5jpBLy2u
  3699. n+eY6GZKz5DMLNuc6F+gSHo5JBMKNxo8g0vDnFC8VDJemBMjeXtpTi6Syytz
  3700. cplcXpuTq+Tykzm5LmZHynQTf6n4NcTvhfi9FL9X4vda/H4yx78V84rHA9nY
  3701. 6D7sxXZ/ADWFFO6fYvtJST0jPXx8O9GVdsvnkgpzXHihEqc+Z8ATs3IJsmRa
  3702. LiApm1bLlqXTSuk15as1GNVikjqMujpkLUZNLbX1qDVd1BWW1HVRX5es7aK2
  3703. tob61Bov64tM6rxsqlPWetlQa2O9as1XTQUndV811y1rv2qsfUv9KgXXzcUn
  3704. NFxvo0FScb2Fiq10qJR82lZJQsun7bRIaj5tpSajpyjPoFNNKY4DIR/i1xC/
  3705. F+L3Uvxeid9r8fuprwlNlRcUm2wd9JLitEVfraQ1Jo2vGl7UPq55WHlUelCB
  3706. BbuF3JigPdVcn//xP//83z/95TcSbdwHh53NwuXPP/0L8/380++K3Vxa3vPt
  3707. 5h9g95g7Cf03ZjilidLbm0z9GSZzh7nUa82l3plLUiWuM5eFujpzWaq9M5dV
  3708. ajpzeWJzGfo+P/Qws2DN/mLZd6oNtKIFskxMnIgEYLJsJ7BcgmQRf0aEuu4P
  3709. 1QJmfrgkIjcm4M6SRST+6kRfRR6wxtznlvs1qyLaYY9FqtcbxDLjuYPYK4Up
  3710. M2ssK2oawg6xkaZS0fsfydLUNA/JI17yXkzVjodqwFaPHp/QcOPlAC8RBvg3
  3711. 6IX6TVhID1DG9BBmfkjudazz/PA2H6qitVUdzgGAKo2GKg/tDUDVF41VH8c1
  3712. ABIut5BwTD8BSLnaSsrxnQYg6XoHSafyIIC0TztJq7Gb98KXuNcH93Rwbwzu
  3713. Lwb3l4P7q8H99eC+yWe47xyGQ4+vvyOPYdvovdZX0Fv6Cm3G7s1+wrsdwnd+
  3714. glpV5yd0fkLnJ3R+wtvzEzgGw48aWfjd8ZgVuhsSuc6UkVnoLzOTrJpvy5u7
  3715. 8MuJ6z/mfkU5pl+XM0uMue+cueKWFEn554FnxFO/ANyZnKa0jpo4f+qGGH0T
  3716. Gj1Eycnz3QggAPukCNFixKhaNeTHZpcKuJVYFEvIXreJbqQNO31Aw/XNFKoh
  3717. NMtM2z0ErvIDZurnvTtn5PoKqa/n2xx0egLYQjeh8HPhNGEx/f6XkuI6jHPC
  3718. 6e56D+mpcKNN/Yd3W/hFOzqO5cPwy7b0HNeh4Vft6TqFd8Ovn0Pf6Vwd/ul5
  3719. dNaYf/wDvc7R/eG6xqnGDY1faPxS41cav9b4p1JiLlWm6897ScZ+jUp6lSkc
  3720. UZ9jJuVpi3r1BK9uCvo6yWhyXlJAbsSUTLd3Tl0mp5qpnArNlbAWWloWGoxh
  3721. tTBIqHFn0NNHcNXXKgRV+UZ6lr3x2Xion40hy4/tXh41DvXu/MuXLBx5qWdJ
  3722. 9/Qs6b6eZU0sLG3U6cNfmVdJVa+Sdl5l51V2XmXnVXZeZedVdl5l48MjepXA
  3723. W0eNWVYnF4V/dKA9NfU7ZGrco24/jPKq83U6X6dET+fr1FDX+TqkxhbFzR7O
  3724. j2tijxq32dPGto6iVIMQpw88dJa1s6ydZe0sa2dZd7X2O7CsoQOG7aSbeSLG
  3725. yCOUyMiTXIc7sJ+I6zCwvow/MuaRpeM5y9VSLQTMOllaa3xMJv7Km0Zk7jxA
  3726. WrDYsk0uI47H7leW6/BNgYC/4tLeyLYghUl6SqUjrKl/3oOCk+sdPoEo5BW3
  3727. AV2p6VvsAtKLnkRhoUwInoU1iXq46LXO9PIfb5eQ8ELgVuBSXAGMDcOniNQo
  3728. RMzuzR6kFeGwc/F4ENriLl8YfF9AP6bdeuBChd164Jo/1V/p1gPXkdStBxZ/
  3729. 3XrgzDs56c6hH8U92brnqMYx0ds6Juqeo5c4Jd/5lqTOKemcks4pKZDSOSWd
  3730. U7L18emcEjSOLhjuFhGTLDyS+hnoRngkJnboRxH4D1biE2B5akZMHpEsg6Wt
  3731. yYBMtA2Y14Wazgb/QA0pwK01zMIGcDcZZlt44G6hdmMhVGApI/yJss5wkW1r
  3732. +U3Nm3okQ9KzNJEC7iaayBf3++QGq/qgYIkNakZyt3eXu3KHhDN1KFQY9QKM
  3733. tALjWEAosbQUl2SSrSPNUaSHQjECj9JuswRFJgTvOEXQ9kEqxKLZmR8q8bxq
  3734. 2CrN4bIH5hJ0JVecTYm14v4SHGVwNN1NI3+F5oWWu31yA7Y+CMWNuDhHL8V8
  3735. Cp8aEHqKn1BUw+cBgozVW4MXHvX3A6bIfwV0PJ8EVggjC8gdPR8mlX+OitL8
  3736. qxyDbMfF873RLLRsbrnQTA5t9Ei0crg1gayIjAXF24t5iEOcsswBDuYYV61D
  3737. QpsRvW4N9ufmwYkoP7SmDtSNIh3VsFdYcLB1kJly4+d1TZ95+nrm0c0bbn2e
  3738. aJ2oD2wx8MIm0SzJbRGB2ISm9db9gRg+QRN7Gxw8PQeY+F2A0sABsv3xc5sM
  3739. QH0nzcYr+jwAhGy9kdZjMMaZMsHxde2XyQIdS7Om31YRTwIlGG+RCs2ftdQW
  3740. 8FjX4mcAhbpo9baREjWA7bKZhxaN2E5ouyzaDWA7tGSIoj1z+bOrcRu3BCkQ
  3741. AD2AEUWjC534VwTR8fivEfnoeKKtoryPBd9EbO8R0b00UQza8aPgB2xp5gz/
  3742. QkBElFYLA93s52QumxrGCvIlLVL9itDN0vFEcAUuJ85c8aTzHeoqjsUlMfWB
  3743. mdi+wWILIz9RD7xBGV9oQt5tJQEMb4g63AlxcCMoKnUTYtjQU7sd8YP3lN6m
  3744. p4p9pBf7SDIvLqtq6hu9r+7zehd9Q1tIkZ2Ff9PA84PlroRCjMl0JdRDrT55
  3745. E0JkrV9fiG6x2FJHQT2H7ajdQnTojnptGarrmn1l6Mhdgz4VGly9ddhmykLn
  3746. AXrggQ0JK8wIkbQwYou5like314KzAguX5gBzQMw6bRK4yA5Sb4r5AKdMlg0
  3747. jfVS0rYA8Kxoy14oLGrXu6itylgtSborULJf2+1X73w1Z4qAYF0xHwNVREsY
  3748. 8BMgGR5C42wneAmb2C9nlIyaF2N2EH7ZE7gDcda+YMXHY7D4TTFYvA9mx2Ww
  3749. +OQM9iKwYDhntQrxrsnch+E8mP71OSWD8xE5uwTUApz+ABAAp03hmNNNln7T
  3750. kH5dSB8Tk9habz3c9KucpkTJd1m7WsAWa7OXRMJvzHF/ND67BIA3Zi8JimcP
  3751. CyHUs0stHiw2Mua1WIsoiI0je4FyGWTL9kOvGeH2MeMTIa3MUtRgXIwnp2nf
  3752. CsRrtg42B2ViuhHJ9ZOxcBKtjfNIbdwvoK+PKNSNMEvcN42IrzPEqbYZ7Iv6
  3753. MRh7D/T3ZOu3BjtADkbrWaxO13XgvVlGTzFVlIlAVjxUlEkBX7q/GkmQfQk7
  3754. Hw3h/XX0qaBdg77YHJBt34CTsVNVSDWRWUaB+qYG71xRoNrYR1VI1A/P0qd0
  3755. PN4a7DPLhoFBC1aHVIidGG1E9ytLxOcsXJvJ/RCDdotB0jKt0qxmni2s01m0
  3756. 4OCGUCguEa0QIOYBLXtQWhpACuvCMnwgZRM67VlyP5SqvFVYgLPYzWkN4cjD
  3757. wbNcuW3GY5jMCdxNCRkMmangZMp+kK7/OToTVUlIcNL2x6k9H70KXodlp4MA
  3758. 5YSsJUIY6LcH+nksJntlHANUX8rO4qlrhXNG4jpMqsGMZEb5wXdty/PPllbw
  3759. EUUZ9z3wO0aQNBUwfZemD2lsQvtLMX8a3xSXms9MaIMS4C+dXjVLgieFKQB1
  3760. BgAgT04VaEYaSK9C7c+C0czTqdVqxRw4m1Y4JcCIUww02UkED1AakgmuKcTp
  3761. mHxLCWQIeWnNQuA7Ho9GI8eLOLOmYqInRRChl8s3ktkwXL8hL6saoHleraGI
  3762. rY5QZelY2XDO/VkMEDUjaL8lBGkvh+DF2KkraA4K3fItMp+2P/NpR2E+jPq+
  3763. BQCDkCVrPJMGpVPaz4EvmRMvT4m/Kmrz0Hpw+ObrlNMdmP3u+xHD84odMMUW
  3764. h4GDzCuC7JZLLC4CpeK8YQ/QCCcOWNeSqQFcIsAzEgZEJIGcUwf7w2ZnhPxN
  3765. kiNKkGuVAgZJ1ELEEqiIWGAX02W0Q5Eei4yAMNcFLvg1ksXjZ72W/gOblop4
  3766. xN53PPH9LmB3dCWooHrKQnjO2VzOHhR2wgU6OAliFLQKBVskjVxFK1y/CzSJ
  3767. eYbCgcYIrCmrATYJSE+4Lmza3zFgHZui75EDoIiyXS16aWgwh/DfbIRcMOuL
  3768. XWSQS5sNYPQ/isfDQsExFoz7v7Y5I9i5jdwS6x2ztGKWLb0/Zx4LBdsIV60y
  3769. 0C6yWCtekTwi2EU/Oa947JHb/q5lkf8NqXwPOmDJ+J0/TdYpRrjGw2yhLIGk
  3770. 0gHiiJ3j2SFbInrgrsZQzIfKGRj1SrSXVD2y++fQzfLDcLhZ0h4AECFOzQkH
  3771. VtWs2M7axrN14Przls57HQ64owpxwHNqC2tePr8CDgUP/cPMTCoD1giAN4BJ
  3772. bMklSeWFWMvsfBYkuIwkLs+ABXB9ARZJb5yEJ0ZJ5f3zhD1ezhPceknjIddR
  3773. G//Bjs2sqRH4FokoFGHR7HgUxX347+V4xBRGaS+XkNj+Qk36JX49YLIGKoLy
  3774. FOhPQ+JSIYglbYqVC5lxQYOOQIPauXJ9VbGJDWNPpAzTOBJShkCquD5E+dLm
  3775. TBAiUTMANUNDA4OoxTZevgpmgQXAtFke+zdhh8FRFzke/XBBGLj9NsfYknDo
  3776. RDB8hoswJwywZFn0qfIVDVxcacpMBOU2XHnQzpeeAJVH8cyMDnvFkZTbopPJ
  3777. 1tYycNlv4ku2pnGmX0inSCQ29bH45oWaASATvSrK7YkMGtHH/XNIaxKj2P1J
  3778. nUmUDXwkwQtWxKalpTbtAo0YK1O3kuKD6p4VbdE/XwwLAxtIqi3EAQzbnBHR
  3779. jU3ssHtN0Vtgh3JILg9SvkNGaIyj5nygH5kPOq2wNzOksYnKuLRpZX5jb760
  3780. DztRfnnvPXN249U7j38vEuh4DnfE9+JPqJazFbxyo2Oqnj25SdqLkpOXsOVU
  3781. zSeTz/GYzlyRpx/VSospKvZhjTkAO2DfQZ6KFcCycBghyiuEhZudg1BxDaap
  3782. T4ofTOWFXYc2FwMULg1HqNl8WOLS+tgoN/lgyvfg23evdd4Qx9J3w7H51idU
  3783. nAV9GSo+zJQrrHxqhr1fOS5nu6L6MtVU2Xtc3hQcEap8OBBnOWxNBIv6cpKE
  3784. KtMk9q/FTX+6ZBoqArDccaGigIWOP5UHXgzL0yyzkN2vmGc7xa3JsU5+gRGk
  3785. KCVZB+CwaX6mn9jPJmK6Tih5obKzecf+eWDJVFbMsQw4PTr4dUa25khwGImW
  3786. eL4I94oHdfJWWE2wBt220dU2yehmrSQUVmysYTi8odWcBVlACVGQ8yTWM4/K
  3787. 3eTTKSD0zVc2PGw9LyJPZunA7FrWoom4zXhcSUfzdED/hObpCmfVrXWTakKo
  3788. dG3dH27S24mubQrpKLzASJNFRbr0dkKL6WzdXOtyndcGCLKpuabJbaHeWDdt
  3789. eZ6eTSub1vGd5GK9n6SRt7QUskEB1eXkJb7bKodClhrk0HgFOTQ6Oezk8IeU
  3790. w2OL67fXMJtlcaXkW+lc/C0CKzxjwBQ33KUum9gNLoqKqwKtZn+JbM8cnJd9
  3791. JxIujq1LG7KRAe6COEv+r0u2n+wWO6alJC8UScahzEIRUfU80kxCF0JCyUa5
  3792. rxfRBZUJlftNSXBUGUXJUYW0Ko3C8dTB81ROoqVwS4fPT/Z60mh0wtgJYyeM
  3793. +wjjsWV2eYiBJyXLfMf3gxU6eOLQbvHtnN/O+X2bzu+RZfIQg9BOJjuZ/PFk
  3794. 8oiiGy3Y45x5bouph98dj1nInLiIFbjEX5L4izewxZKdL0u42HJgMUocnlA8
  3795. CS3PvsNQefHzJ14W274F2JbZPM1tYRogMMgUjzxeisNDkXZx+iSS4ntMnNKN
  3796. Qun5KJ+/FXMmAgYkD/FOT+6WcjYApdRl68TxVnM2H1mmzjSV5zrzVJ4StV8q
  3797. 80/LpWcuRx4e4B0Y6jZsUx9YGhC29EaWPJZMwLy9dxGLxs5ts+Vod+/Wn9Pd
  3798. tmONQscapY7NtNALuzebMlU6OXuWdXXBSOzcXdIwjVjtWaOvNqzQszVrFQ7Q
  3799. v5M3378BfbHg0oLg0u2CC6X4zb2sj8ekN4NunW7raF39UHKLPg7ogXqXs6DV
  3800. biMWyJ1FuBt9VtrijPdmPNJxpjXZP3o7VhPgnxkP1AQ34yqE23YINK7Wqd+H
  3801. P0N68je4TXN9My5t0pwNFK+jsgUT2ikAvamHk4NrUg/nc87mPyysdecafHje
  3802. gQYnAhIftuBLTLYDQDqKVQD1CoBAogqgfmi+LIF5W946TEezlmB+aIVie3Y8
  3803. NJoN7Kg/jx2PiN+DH3K21sMduP0j2SJGKAxS3JWDv/5jOqeJhTi4hSsKHM8T
  3804. J+B6xCKu7wcFI/fn3HY9MNe3HY6DI4uXV4Pkw8SodBpgvkkLz1l3YMiUbjWT
  3805. e8KG+RJ4GPi6U6DBru76+r+U3kfHdRPTx/HEdqRY0D5BW511Zj6YLhSTxJQX
  3806. uhjazpww4kTiSQI/kh8g+QW/TsK8Ob8r5KQypxwURww/WNI2a4ARWodB28Te
  3807. 1qyF9TCZRD/Px7dZi9KPH1Iw5b/g75jgIihApNTxM2c6dZns6Gx0LIeq4ohi
  3808. GMPjp3t8H8hxbL4KCx/vyQ9LlsHyOrqHJPLlIF89FTkvZW4tl5Z5oYlBYuAk
  3809. XwysGdLCeK83Hor1PropcqkvKb4c6TKYXHkbZNKJBxn/h1gllAOnHo+gm3Ew
  3810. ilFlUnGlDiUfzIWuhfr5U6g/DRZUCylc0iclBWaimF3JpJv1SaEmvVQ+VSoo
  3811. tjzWB1OuPchxbkzFDS22MA7E0+LQ17LlsZaBiuRTHAgnC7CotWeSU5t0Ce90
  3812. yXvRJYbMasgI350TvicttJf2EXHGYad3TqR3xLdIBJZi62rQLxzDw9EReiV1
  3813. RDvXplNHpHOKmpXTWOqmUeWtkasu43VVFwkNcWXsVmKDhaGFBlwatfpMlGRs
  3814. 0WwN+VMll+ZvVHdb8xvDlJJCS4yd+rhRcyLqsSFujJO4b7Rz3zp9STr3LXnZ
  3815. acj3rSGP52ganaPZKU7ynTqa58ZrKtJOj6b5f2RP0+g8zU5hku/G0+xUZOdq
  3816. HtDV/DdQSwECEwAUAAAACADCqicjoS16XqwVAAAk2AAABwAAAAAAAAABAAAA
  3817. AAAAAAAAbGttLmZybVBLBQYAAAAAAQABADUAAADRFQAAAAA=
  3818. --0-523317099-873698460=:24991--
  3819.  
  3820. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3821. Post Message:   fractint@xmission.com
  3822. Get Commands:   majordomo@xmission.com "help"
  3823. Administrator:  twegner@phoenix.net
  3824. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3825.  
  3826.  
  3827. -------------------------------------------------------------------------------
  3828.  
  3829. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  3830. Subject: Re: (fractint) Original Formulae?
  3831. Date: 08 Sep 1997 02:54:42 -0400
  3832.  
  3833. Hi Alice,
  3834.  
  3835. >> Bob said you can't have the word "lambda" in a formula, but I guess
  3836. >> you can....
  3837.  
  3838.   Yes, you can have the word "lambda" in a formula but you must initializ=
  3839. e
  3840. it in the init section of the formula i.e. put it on the left of a "=3D"
  3841. sign.
  3842.  
  3843.   "lambda =3D (0.85 , 0.6)" in the init section of lambda-2 means that th=
  3844. e
  3845. first value of lambda is (0.85 , 0.6).
  3846.  
  3847.   If you don't initialize lambda, its value is 0 and
  3848.     z =3D lambda * z * (1 - z)
  3849.   will be interpreted as z =3D 0 * z * (1 - z) and you'll get a blank scr=
  3850. een.
  3851.  
  3852.         - Sylvie
  3853.  
  3854.   Sylvie_Gallet@CompuServe.com
  3855.   http://spanky.triumf.ca/www/fractint/sylvie/gallet.html
  3856.   http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm
  3857.  
  3858. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3859. Post Message:   fractint@xmission.com
  3860. Get Commands:   majordomo@xmission.com "help"
  3861. Administrator:  twegner@phoenix.net
  3862. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3863.  
  3864.  
  3865. -------------------------------------------------------------------------------
  3866.  
  3867. From: wdelange@biochem.nl (Wim de Lange)
  3868. Subject: Re: (fractint) [fractint]  oops!  Another try!  Egyptian frm 
  3869. Date: 08 Sep 1997 07:35:22 GMT
  3870.  
  3871. Op  5 Sep 97 om 13:44 schreef owner-fractint@xmission.com over: 
  3872. "(fractint) [fractint]  oops!  Anoth"
  3873.  
  3874. > Ok . . . I'll try again!
  3875. > Here are the .frm and .par files that Les requested (I think!).
  3876.  
  3877. Hey, they were all in preview mode. I think they were nice. I've 
  3878. generated them overnight, and now I can generate them again.
  3879.  
  3880. Groetjes,
  3881.     Wim de Lange
  3882.  _____________________________________
  3883.  
  3884.  Internet:    wdelange@biochem.nl
  3885.  CompuServe:  100142,604
  3886.  _____________________________________
  3887.  
  3888.  
  3889. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3890. Post Message:   fractint@xmission.com
  3891. Get Commands:   majordomo@xmission.com "help"
  3892. Administrator:  twegner@phoenix.net
  3893. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3894.  
  3895.  
  3896. -------------------------------------------------------------------------------
  3897.  
  3898. From: rttyman@wwa.com
  3899. Subject: Re: (fractint) Original Formulae?
  3900. Date: 08 Sep 1997 04:10:14 -0500
  3901.  
  3902. Hello Alice and gang:
  3903.  
  3904. I'm being very patient in explaining how to write Fractint formulas. In
  3905. my last message posted Sunday, I said that all terms that can be used to
  3906. write formulas were listed in Fractint document, Section 2.35 Formula,
  3907. under *Predefined Variables* and *Precedence.* I further stated that
  3908. *lambda* was not one of those terms.
  3909.  
  3910. Sylvie Gallet then posted this formula afterward:
  3911.  
  3912. >   lambda-1 { ; Sylvie_Gallet@CompuServe.com, Sep 1997
  3913. >              ; George, if you're lurking here: don't include it
  3914. >              ; in the Orgfrm compilation :-)
  3915. >       z = pixel , lambda = p1 :
  3916. >       z = lambda * z * (1 - z)
  3917. >       |z| <= 4
  3918. >       }
  3919.  
  3920. Alice sees this formula and then states that I, Bob, said one could not
  3921. use *lambda* in a formula.
  3922.  
  3923. I again reiterate that *lamba* BY ITSELF (I'm further clarifying here
  3924. with the emphasis) cannot be used in Fractint formulas: Mademoiselle
  3925. Gallet's formula is not written as:
  3926.  
  3927.    lambda-1 { ; Sylvie_Gallet@CompuServe.com, Sep 1997
  3928.        z = pixel:
  3929.        z = lambda * z * (1 - z)
  3930.       |z| <= 4
  3931.        }
  3932.  
  3933. If it were written that way, it wouldn't work. What she wrote in her
  3934. initiator was z = pixel, lambda=p1: She is RENAMING P1, a term listed
  3935. under *Predefined Variables*, as lambda. She could have just as well
  3936. typed z=pixel, chickensoup=p1: or z=pixel, alicekelley=p1: The formula
  3937. would work using chickensoup or alicekelley, which are not found in any
  3938. of the terms listed under Section 2.35, because *p1* is being renamed.
  3939. But if she didn't tell the Fractint compiler that she was renaming p1
  3940. *chickensoup* or *alicekelley* then the formula wouldn't work (see next
  3941. example).
  3942.  
  3943.                         Next Example
  3944.                         ============
  3945.  
  3946. This will work as a Fractint formula:
  3947.  
  3948. Chicken_Soup-1 { ; Bill Clinton@Governmentserv.gov
  3949.       z = pixel , chickensoup = p1 :
  3950.        z = chickensoup * z * (1 - z)
  3951.        |z| <= 4
  3952.       }
  3953.  
  3954. This one won't:
  3955.  
  3956. Chicken_Soup-1 { ; Bill Clinton@Governmentserv.gov
  3957.       z = pixel:
  3958.        z = chickensoup * z * (1 - z)
  3959.        |z| <= 4
  3960.       }
  3961.  
  3962. I hope I've made myself clear this time.
  3963.  
  3964. Now go forth to write many interesting formulas and have a nice day.
  3965.  
  3966. Bob Margolis
  3967.  
  3968.  
  3969. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3970. Post Message:   fractint@xmission.com
  3971. Get Commands:   majordomo@xmission.com "help"
  3972. Administrator:  twegner@phoenix.net
  3973. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  3974.  
  3975.  
  3976. -------------------------------------------------------------------------------
  3977.  
  3978. From: Anthony Peter Day <tonyd@melb.alexia.net.au>
  3979. Subject: RE: (fractint) Let me introduce myself
  3980. Date: 08 Sep 1997 22:00:37 +1000
  3981.  
  3982. Pat,
  3983.  
  3984. I would love to see some pictures of your work.
  3985.  
  3986. Regards,
  3987.  
  3988. Tony Day.
  3989. tonyd@melb.alexia.net.au
  3990.  
  3991. -----Original Message-----
  3992. Sent:    Sunday, 31 August 1997 21:52
  3993.  
  3994. Last week I sent the following letter to the members of "fractal-art".  The
  3995. results were beyond belief.  I repeat the letter here in case some of you are
  3996. not mambers of fractal-art.
  3997.  
  3998. I probably do not belong in this group although I do use Fractint and am very
  3999. partial to fractals.  I came to fractals late in life, being introduced by a
  4000. friend who is a retired professor at the U.S. Naval Postgraduate School in
  4001. Monterey.  In the beginning I just played with fractals in a program called
  4002. "Fractool".
  4003.  
  4004. Then after being laid low by a stroke and being unable to work I came back to
  4005. fractals.  I found a number of generators (including fractint) that I could
  4006. play with and as long as I was now a 70 year old cripple I really wanted to
  4007. do something with fractals.  
  4008.  
  4009. I fell back on an old hobby, that of making hooked rugs.  Finding that
  4010. fractals made a great rug suitable as a wall hanging or as a throw rug.  I
  4011. now make my hooked rugs from 100% 6 ply wool utilizing fractal images as my
  4012. pattern.
  4013.  
  4014. I recently made a fractal rug for a N.Y. fractal artist which he will include
  4015. in a show he is having this fall.  This was to be a copy of one of his
  4016. fractals.  When he received the rug here is a quote of his reaction:
  4017.  
  4018. "It is really quite remarkable.  I think the right word is luxurious.  It is
  4019. clear the amount of work that went into it is extraordinary.  It's rich
  4020. texture, weight and thickness are all a great and pleasant surprise to me.
  4021.  My wife thinks it's gorgeous."  
  4022.  
  4023. If any of you would like to see a picture of my work, Email me and I will
  4024. send one back to you.  
  4025.  
  4026. Pat Graham   fracper@aol.com
  4027.  
  4028. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4029. Post Message:   fractint@xmission.com
  4030. Get Commands:   majordomo@xmission.com "help"
  4031. Administrator:  twegner@phoenix.net
  4032. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4033.  
  4034.  
  4035.  
  4036. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4037. Post Message:   fractint@xmission.com
  4038. Get Commands:   majordomo@xmission.com "help"
  4039. Administrator:  twegner@phoenix.net
  4040. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4041.  
  4042.  
  4043. -------------------------------------------------------------------------------
  4044.  
  4045. From: "Brock Kevin Nambo" <badger@innocent.com>
  4046. Subject: (fractint) Missing formula
  4047. Date: 08 Sep 1997 08:22:27 -0400
  4048.  
  4049. I just got my computer back, and was setting to work on all those lovely
  4050. (?) .pars and .frms that I got from the mailing lists, when...
  4051.  
  4052. ...It seems I am missing a formula called 'julioid' and one called
  4053. 'mandeloid'...
  4054.  
  4055. ...could anyone tell me where I can find them, or maybe repost, please?
  4056.  
  4057. TIA,
  4058. -- 
  4059.  H     Brock (badger@innocent.com)                   ____    __
  4060. =@==== http://members.aol.com/brockbadge/index.html /_   \  / /
  4061.  H H H "World Domination Through Trivia" -S3Kitties  / /\ \/ /
  4062.  H H H Marcher --                    --  Nightwatch /_/  \__/
  4063.  
  4064.  
  4065. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4066. Post Message:   fractint@xmission.com
  4067. Get Commands:   majordomo@xmission.com "help"
  4068. Administrator:  twegner@phoenix.net
  4069. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4070.  
  4071.  
  4072. -------------------------------------------------------------------------------
  4073.  
  4074. From: "Mike or Linda Allison" <gumbycat@ix.netcom.com>
  4075. Subject: Re: (fractint) [fractint]  oops!  Another try!  Egyptian frm and
  4076. Date: 08 Sep 1997 08:47:06 -0700
  4077.  
  4078. > From: Wim de Lange <wdelange@biochem.nl>
  4079.  
  4080. > Hey, they were all in preview mode. I think they were nice. I've 
  4081. > generated them overnight, and now I can generate them again.
  4082.  
  4083. Sorry!  I should have warned you.  I save all my fractals in preview mode
  4084. because they take up less room that way, but I can view them through
  4085. ThumbsPlus, which I couldn't do if they were saved in .par/.frm format!
  4086.  
  4087. Linda
  4088.  
  4089. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4090. Post Message:   fractint@xmission.com
  4091. Get Commands:   majordomo@xmission.com "help"
  4092. Administrator:  twegner@phoenix.net
  4093. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4094.  
  4095.  
  4096. -------------------------------------------------------------------------------
  4097.  
  4098. From: Rich Thomson <rthomson@ptc.com>
  4099. Subject: Re: (fractint) Plasma Data 
  4100. Date: 08 Sep 1997 10:07:06 -0600
  4101.  
  4102.  
  4103. In article <3.0.3.16.19970907093514.2fcf796c@pop.uky.edu> ,
  4104.     Mike Sukop <msukop@pop.uky.edu>  writes:
  4105. > I would like to be able to get an ASCII file (x,y,z) of the data that makes
  4106. > up a Plasma fractal.
  4107.  
  4108. Hmm... well I'm not sure why you think that a plasma fractal has
  4109. (x,y,z) data, since its not a 3D fractal type, but a fractal image.
  4110. It has a color index at each (x,y) location in the image.  
  4111. --
  4112.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  4113.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4114.      3D Paint: The Power to Create in 3D;        Rich Thomson
  4115.      email me for more info                rthomson@ptc.com
  4116.  
  4117. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4118. Post Message:   fractint@xmission.com
  4119. Get Commands:   majordomo@xmission.com "help"
  4120. Administrator:  twegner@phoenix.net
  4121. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4122.  
  4123.  
  4124. -------------------------------------------------------------------------------
  4125.  
  4126. From: Mike Sukop <msukop@pop.uky.edu>
  4127. Subject: Re: (fractint) Plasma Data 
  4128. Date: 08 Sep 1997 14:36:25
  4129.  
  4130. The 'color index' you mention, which can correspond to an elevation,
  4131. concentration, density or many other possible variables, is exactly what I
  4132. am looking for as the 'z' value.  Can you help?
  4133.  
  4134. At 10:07 AM 9/8/97 -0600, Rich Thomson wrote:
  4135. >
  4136. >In article <3.0.3.16.19970907093514.2fcf796c@pop.uky.edu> ,
  4137. >    Mike Sukop <msukop@pop.uky.edu>  writes:
  4138. >> I would like to be able to get an ASCII file (x,y,z) of the data that makes
  4139. >> up a Plasma fractal.
  4140. >
  4141. >Hmm... well I'm not sure why you think that a plasma fractal has
  4142. >(x,y,z) data, since its not a 3D fractal type, but a fractal image.
  4143. >It has a color index at each (x,y) location in the image.  
  4144. >--
  4145. >  ``Between stimulus and response is the will to choose.''  -- Steven Covey
  4146. > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4147. >     3D Paint: The Power to Create in 3D;        Rich Thomson
  4148. >     email me for more info                rthomson@ptc.com
  4149. >
  4150. >------------------------------------------------------------
  4151. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  4152. >Post Message:   fractint@xmission.com
  4153. >Get Commands:   majordomo@xmission.com "help"
  4154. >Administrator:  twegner@phoenix.net
  4155. >Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4156. >
  4157. >
  4158.  
  4159.  
  4160. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4161. Post Message:   fractint@xmission.com
  4162. Get Commands:   majordomo@xmission.com "help"
  4163. Administrator:  twegner@phoenix.net
  4164. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4165.  
  4166.  
  4167. -------------------------------------------------------------------------------
  4168.  
  4169. From: Rich Thomson <rthomson@ptc.com>
  4170. Subject: Re: (fractint) Plasma Data 
  4171. Date: 08 Sep 1997 12:43:35 -0600
  4172.  
  4173.  
  4174. In article <3.0.3.16.19970908143625.309f3484@pop.uky.edu> ,
  4175.     Mike Sukop <msukop@pop.uky.edu>  writes:
  4176. > The 'color index' you mention, which can correspond to an elevation,
  4177. > concentration, density or many other possible variables, is exactly what I
  4178. > am looking for as the 'z' value.  Can you help?
  4179.  
  4180. Fractint can take any image and use it as a 2D height field.  Perhaps
  4181. that is what you are looking for (the docs suggest starting with an
  4182. image generated with the 'plasma' type).
  4183. --
  4184.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  4185.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4186.      3D Paint: The Power to Create in 3D;        Rich Thomson
  4187.      email me for more info                rthomson@ptc.com
  4188.  
  4189. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4190. Post Message:   fractint@xmission.com
  4191. Get Commands:   majordomo@xmission.com "help"
  4192. Administrator:  twegner@phoenix.net
  4193. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4194.  
  4195.  
  4196. -------------------------------------------------------------------------------
  4197.  
  4198. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  4199. Subject: Re: (fractint) Original Formulae? 
  4200. Date: 08 Sep 1997 15:13:13 -0400 (EDT)
  4201.  
  4202. >
  4203. >
  4204. >I have a tiny question. I would like to know if there's a way to access
  4205. >the basic formulae in Fractint, ie, to see, say, the basic Mandelbrot
  4206. >formula in a text editor. I'm trying to understand writing formulae by
  4207. >attempting to reproduce the basic ones myself...
  4208.  
  4209. Your best bet is to inspect the file fractint.frm which should have come
  4210. with Fractint in its zip. I think it has a formula-format version of the
  4211. classic Mandelbrot.
  4212.  
  4213. --
  4214.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  4215.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  4216.     `*'  bulk candy section...because variety is the spice of life... [me]
  4217. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  4218.  
  4219. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4220. Post Message:   fractint@xmission.com
  4221. Get Commands:   majordomo@xmission.com "help"
  4222. Administrator:  twegner@phoenix.net
  4223. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4224.  
  4225.  
  4226. -------------------------------------------------------------------------------
  4227.  
  4228. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  4229. Subject: Re: (fractint) Missing formula
  4230. Date: 08 Sep 1997 15:24:19 -0400 (EDT)
  4231.  
  4232. >
  4233. >I just got my computer back, and was setting to work on all those lovely
  4234. >(?) .pars and .frms that I got from the mailing lists, when...
  4235. >
  4236. >...It seems I am missing a formula called 'julioid' and one called
  4237. >'mandeloid'...
  4238. >
  4239. >...could anyone tell me where I can find them, or maybe repost, please?
  4240.  
  4241. Futz. Those are mine and I posted them in sci.fractals. They should still
  4242. be there. If they expired, check dejanews.
  4243. Good luck...
  4244.  
  4245. --
  4246.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  4247.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  4248.     `*'  bulk candy section...because variety is the spice of life... [me]
  4249. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  4250.  
  4251. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4252. Post Message:   fractint@xmission.com
  4253. Get Commands:   majordomo@xmission.com "help"
  4254. Administrator:  twegner@phoenix.net
  4255. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4256.  
  4257.  
  4258. -------------------------------------------------------------------------------
  4259.  
  4260. From: Ed Cole <eacole@ups.edu>
  4261. Subject: Re: (fractint) Original Formulae?
  4262. Date: 08 Sep 1997 18:57:17 -0700
  4263.  
  4264. At 03:37 PM 9/7/97 -0500, you wrote:
  4265. >A M Kelley wrote:
  4266. >> 
  4267. >> I have a tiny question. I would like to know if there's a way to access
  4268. >> the basic formulae in Fractint, ie, to see, say, the basic Mandelbrot
  4269. >> formula in a text editor. 
  4270.  
  4271. Hi Alice,
  4272.  
  4273.     It seems to me everyone is making this a bit more complicated than it
  4274. really is.  FRM and PAR file are simply straight ascii files.  Any word
  4275. processor will view them, ie: Notepad, Wordpad, Word, etc.  I associated
  4276. them with Textpad so that I can double click on a file in Windows Explorer
  4277. and the file will automatically open in TextPad.
  4278.  
  4279. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4280. Post Message:   fractint@xmission.com
  4281. Get Commands:   majordomo@xmission.com "help"
  4282. Administrator:  twegner@phoenix.net
  4283. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4284.  
  4285.  
  4286. -------------------------------------------------------------------------------
  4287.  
  4288. From: alex dukay <dukay@interlog.com>
  4289. Subject: Re: (fractint) New formulas
  4290. Date: 08 Sep 1997 22:21:41 -0400
  4291.  
  4292. Kerri: 
  4293. There are a couple oh hunddred lines of your zipped file attached to your
  4294. post, can you or your isp look into this. Thanks
  4295. Alex Dukay
  4296.  
  4297.  
  4298. >begin 644 LKM.ZIP
  4299. >M4$L#!!0````(`,*J)R.A+7I>K!4``"38```'````;&MM+F9R;>U=66_CN)9^&
  4300. >MK@;Z/Q#UT&W+=F)166JZH@"#NP%SNV>`N;CS6`59IAV594F1Z,36Y/[W>PZI<
  4301. ...>``
  4302. >end
  4303. >sum -r/size 23604/7951 section (from "begin" to "end")
  4304. >sum -r/size 65502/5660 entire input file
  4305.  
  4306.  
  4307.  
  4308. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4309. Post Message:   fractint@xmission.com
  4310. Get Commands:   majordomo@xmission.com "help"
  4311. Administrator:  twegner@phoenix.net
  4312. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4313.  
  4314.  
  4315. -------------------------------------------------------------------------------
  4316.  
  4317. From: alex dukay <dukay@interlog.com>
  4318. Subject: Re: (fractint) New formulas
  4319. Date: 08 Sep 1997 22:30:47 -0400
  4320.  
  4321. Kerri, I just realized what the garble was when you reposted.
  4322. Alex Dukay
  4323.  
  4324. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4325. Post Message:   fractint@xmission.com
  4326. Get Commands:   majordomo@xmission.com "help"
  4327. Administrator:  twegner@phoenix.net
  4328. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4329.  
  4330.  
  4331. -------------------------------------------------------------------------------
  4332.  
  4333. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  4334. Subject: Re: (fractint) Original Formulae?
  4335. Date: 08 Sep 1997 23:01:37 -0400 (EDT)
  4336.  
  4337. Hi Ed....what I want is a .frm file that has the default fractint fractal
  4338. types' formulas so that I can read them in a text editor. Sylvie directed
  4339. me to a possible source of some of them in Orgform, but I was unable to
  4340. locate them. From what I have seen of the lambdafn I used as an example,
  4341. it's not going to be easy for me to puzzle all of them out. I find it
  4342. difficult to believe that no such file exists.--Alice
  4343.  
  4344.  
  4345.  
  4346. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4347. Post Message:   fractint@xmission.com
  4348. Get Commands:   majordomo@xmission.com "help"
  4349. Administrator:  twegner@phoenix.net
  4350. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4351.  
  4352.  
  4353. -------------------------------------------------------------------------------
  4354.  
  4355. From: rttyman@wwa.com
  4356. Subject: (fractint) I'd like to see...
  4357. Date: 08 Sep 1997 22:33:03 -0500
  4358.  
  4359. In the next version of Fractint I would like to see a warning that a
  4360. colormap that is about to saved to disk from the palette editor will
  4361. overwrite a colormap of the same name. Do you wish to proceed? Y or N?
  4362.  
  4363. Bob Margolis
  4364. rttyman@wwa.com
  4365. A *secret* Fractint admirer
  4366.  
  4367. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4368. Post Message:   fractint@xmission.com
  4369. Get Commands:   majordomo@xmission.com "help"
  4370. Administrator:  twegner@phoenix.net
  4371. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4372.  
  4373.  
  4374. -------------------------------------------------------------------------------
  4375.  
  4376. From: rttyman@wwa.com
  4377. Subject: Re: (fractint) Original Formulae?
  4378. Date: 08 Sep 1997 23:11:26 -0500
  4379.  
  4380. A M Kelley wrote:
  4381. > Hi Ed....what I want is a .frm file that has the default fractint fractal
  4382. > types' formulas so that I can read them in a text editor. 
  4383.  
  4384. Hi Alice:
  4385.  
  4386. It's me again. The default Fractint formulas are not in any default
  4387. formula file at all. When Fractint was compiled from the C language to
  4388. the .exe file, the formulas of which you inquire were written into the
  4389. source code. That is why you can see lambdafn, z(0), and z(n+1) in the
  4390. formula description box when you look at the nearly 100 default formulas
  4391. that came with Fractint.
  4392.  
  4393. What I now think you want is some way to translate the lambdafn fractal
  4394. type that came with Fractint to a .frm file that would create the same
  4395. image, but using those terms that are allowable under the *Predefined
  4396. Variables* and *Precedence* paragraphs I cited in earlie messages.
  4397.  
  4398. Reiterating, you won't be able to use z(0) or z(n+1) in the formula file
  4399. you want to write because, although it was hardcoded into the program,
  4400. the user has to write her formulas in a different manner as outlined in
  4401. those paragraphs I mentioned. And, lambda was not included in the user-
  4402. allowed terms in those paragraphs either. What Sylvie did was to rename
  4403. P1 as lambda in the initialization part of her formula, then instead of
  4404. writing P1 * z, or whatever the equation was--I don't have it handy at
  4405. the moment--she wrote lambda * z. Therefore, for lambda, you would be
  4406. asked to enter real and imaginary numbers for lambda at P1.
  4407.  
  4408. I hope I'm making myself clear, but if not, here's some more info from
  4409. the out-of-print book Fractal Creations, 2nd Edition, by The Honorable
  4410. Tim Wegner and his trusty companion Bert Tyler, which was written for
  4411. users of Fractint 18.
  4412.  
  4413. Pages 282-283...
  4414. Lambdafn
  4415. Category   Mandelbrot/Julia Generalized
  4416.    This type is the Julia variant corresponding to fractal type
  4417. mandelfn, and is the generalization of type lambda.
  4418.  
  4419. <snip>
  4420.  
  4421. Formula:  Initialize: z=pixel
  4422.           Iterate:    cfn(z),
  4423.                       where fn(z) is one of conj, cos, cosh, cosxx,
  4424. cotan, cotanh, exp, flip, ident, log, recip, sin, sinh, sqr, tan, tanh,
  4425. or zero.
  4426.  
  4427. Code:
  4428.  
  4429. Routine Type                   Routine Name             File
  4430.  
  4431. Fractal engine                 StandardFractal()        CALCFRACT.C
  4432. Integer math initialization    long_julia_per_pixel()   FRACTALS.C
  4433. Integer math orbit             LambdaTrigFractal()      FRACTALS.C
  4434. Floating point initialization  otherjuliafp_per_pixel() FRACTALS.C
  4435. Floating point orbit           LambdafpFractal()        FRACTALS.C
  4436.  
  4437.  
  4438. So, as I said, the lambdafn formula was written into the C-language
  4439. files that were compiled to make Fractint. You won't find it in any
  4440. default formula file.
  4441.  
  4442. You'll just have to regard it as the *sacrificial lambda*. 8-)
  4443.  
  4444. Now I'm going back to watch the rest of Monday Night Football.
  4445.  
  4446. Goodnight folks,
  4447.  
  4448. Bob Margolis
  4449. rttyman@wwa.com
  4450.  
  4451. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4452. Post Message:   fractint@xmission.com
  4453. Get Commands:   majordomo@xmission.com "help"
  4454. Administrator:  twegner@phoenix.net
  4455. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4456.  
  4457.  
  4458. -------------------------------------------------------------------------------
  4459.  
  4460. From: "Mike or Linda Allison" <gumbycat@ix.netcom.com>
  4461. Subject: Re: (fractint) I'd like to see...
  4462. Date: 08 Sep 1997 22:07:26 -0700
  4463.  
  4464. Great suggestion, Bob!  Put me down as a "Yea!" for that one!
  4465. Linda
  4466.  
  4467. ----------
  4468. > From: rttyman@wwa.com
  4469. > To: fractint@mail.xmission.com
  4470. > Subject: (fractint) I'd like to see...
  4471. > Date: Monday, September 08, 1997 8:33 PM
  4472. > In the next version of Fractint I would like to see a warning that a
  4473. > colormap that is about to saved to disk from the palette editor will
  4474. > overwrite a colormap of the same name. Do you wish to proceed? Y or N?
  4475. > Bob Margolis
  4476. > rttyman@wwa.com
  4477. > A *secret* Fractint admirer
  4478. > ------------------------------------------------------------
  4479. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  4480. > Post Message:   fractint@xmission.com
  4481. > Get Commands:   majordomo@xmission.com "help"
  4482. > Administrator:  twegner@phoenix.net
  4483. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4484.  
  4485. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4486. Post Message:   fractint@xmission.com
  4487. Get Commands:   majordomo@xmission.com "help"
  4488. Administrator:  twegner@phoenix.net
  4489. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4490.  
  4491.  
  4492. -------------------------------------------------------------------------------
  4493.  
  4494. From: "Francois Blais" <franz@mail.mediom.qc.ca>
  4495. Subject: Re: (fractint) Missing formula
  4496. Date: 08 Sep 1997 20:27:59 -0400
  4497.  
  4498. On  8 Sep 97 at 8:22, Brock Kevin Nambo <fractint@mail.xmission.com> 
  4499. wrote:
  4500.  
  4501. > ...It seems I am missing a formula called 'julioid' and one called
  4502. > 'mandeloid'...
  4503. > ...could anyone tell me where I can find them, or maybe repost, please?
  4504.  
  4505. mandeloid {
  4506. ; By PGD, Aug 1997. p2 is bailout, make >4! Set p1 small to get normal-
  4507. ; looking Mandelbrots with subtle mutations. p1=0 gives classic M-set.
  4508. ; p1>.01 gives a noticeably altered M-set. Large values up to 3 give
  4509. ; interesting results. Imaginary numbers warp symmetry.
  4510. c=pixel, z=c, a=0,  b=0, d=0, e=0, f=0, g=0, h=0, i=0:
  4511. z=sqr(z)+c+i
  4512. i=h 
  4513. h=g
  4514. g=f
  4515. f=e
  4516. e=d
  4517. d=b
  4518. b=a
  4519. a=z*p1,
  4520. lastsqr<=p2
  4521. }
  4522.  
  4523. julioid {
  4524. ; By PGD, Aug 1997. p2 is Julia parameter. Set p1 small to get normal-
  4525. ; looking Julias with subtle mutations. p1=0 gives a classic J-set.
  4526. ; p1 more than an amount dependent on p2 gives a noticeably altered J-set. 
  4527. ; (p2 near M-set edge very sensitive.) Large values up to 3 give
  4528. ; interesting results. Imaginary numbers warp symmetry.
  4529. c=p2, z=pixel, a=0,  b=0, d=0, e=0, f=0, g=0, h=0, i=0:
  4530. z=sqr(z)+c+i
  4531. i=h 
  4532. h=g
  4533. g=f
  4534. f=e
  4535. e=d
  4536. d=b
  4537. b=a
  4538. a=z*p1,
  4539. lastsqr<=4
  4540. }
  4541. -- 
  4542.                   La voix de ma contrebasse
  4543.                     Quebec City * Canada
  4544. Thought for the day:
  4545. Breaking down the dreams we made real...
  4546.  
  4547.  
  4548. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4549. Post Message:   fractint@xmission.com
  4550. Get Commands:   majordomo@xmission.com "help"
  4551. Administrator:  twegner@phoenix.net
  4552. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4553.  
  4554.  
  4555. -------------------------------------------------------------------------------
  4556.  
  4557. From: George Martin <76440.1143@compuserve.com>
  4558. Subject: Re: (fractint) Original Formulae?
  4559. Date: 09 Sep 1997 05:57:48 -0400
  4560.  
  4561. Hi Alice,
  4562.  
  4563. You wrote
  4564. >
  4565. what I want is a .frm file that has the default fractint fractal
  4566. types' formulas so that I can read them in a text editor. Sylvie directed
  4567. me to a possible source of some of them in Orgform, but I was unable to
  4568. locate them.
  4569. <
  4570.  
  4571. Repeating a bit what has already been said here, if you select the type and
  4572. then hit <z> you will see a brief explanation of the built in type. Also
  4573. hitting F1 in the menu selection screen will show the documentation's
  4574. explanation of the type.
  4575.  
  4576. The idea of writing formulas for the type "formula" feature of fractint
  4577. which are equivalent to the built in types has been posed as a challenge to
  4578. Fractint users several times over the years. It turns out that some are
  4579. easy to do, and others quite difficult. Formulas which were written in
  4580. answer to these challenges generally have the same name as the built in
  4581. type, and were collected in .frm files with the names Sylvie mentioned
  4582. (builtn.frm, builtn01.frm, and builtn2.frm; I think there also may have
  4583. been a file "parser.frm" which did the same thing). To see the built in
  4584. type "lambdafn", for example, you would look in the orgform compilation
  4585. files _l.frm and _l_dup.frm for formulas with the name "lambdafn". Hitting
  4586. F2 while the formula name is highlighted in the menu selection screen will
  4587. show you the text of the formula. You probably have someone's stab at
  4588. casting the built in type as a formula. If there is no formula in the
  4589. compilation with the same name as the built in type, it means that no one
  4590. has yet written a formula equivalent of the built in type.
  4591.  
  4592. You can collect all of the formulas in the orgform compilation which have a
  4593. common source into a single .frm file by using the /r switch. For example, 
  4594. the following command
  4595.  
  4596. orgform builtn.frm /r
  4597.  
  4598. will cause orgform to search the entire compilation, and copy any formula
  4599. with a line ";SOURCE: builtn.frm" to a file reconstr.frm (successive runs
  4600. with this switch append the formulas to reconstr.frm, so you can collect
  4601. the formulas from several sources into this one file). A big caveat is
  4602. necessary here - the reconstructed file may not have all the formulas that
  4603. the original file had. This happens when a formula from a file was not
  4604. added to the orgform compilation because an identical version of the
  4605. formula was already in the compilation from another source. Also, inter
  4606. formula text is not copied into the orgform compilation, and will therefore
  4607. also will be missing from the reconstr.frm reconstruction of the file.   
  4608.  
  4609. Hope this helps
  4610.  
  4611. George Martin
  4612.  
  4613. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4614. Post Message:   fractint@xmission.com
  4615. Get Commands:   majordomo@xmission.com "help"
  4616. Administrator:  twegner@phoenix.net
  4617. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4618.  
  4619.  
  4620. -------------------------------------------------------------------------------
  4621.  
  4622. From: Dave Kolasa <dak2@psu.edu>
  4623. Subject: (fractint) OT - Saving Win95 Text files as PAR
  4624. Date: 09 Sep 1997 09:20:00 -0400
  4625.  
  4626. Fractallistas,
  4627.  
  4628. I'm always humbled by the mathematical expertise, esthetic sense, and sheer
  4629. energy exhibited by those who are frequent posters to these lists.
  4630. Occasions to meaningfully contribute to the group dialog occur to me
  4631. infrequently at best so when I find something which makes my fractal
  4632. imaging easier I feel the need to share it with the group in the hope that
  4633. it will make someone else's efforts go a little smoother. Please forgive me
  4634. if this message is too far off topic.
  4635.  
  4636. Something that has bothered me (much like a fly that won't let one alone)
  4637. for several years was not being able to save a PAR file using Win95's
  4638. notepad without it adding a .txt extension to the name of the file, for
  4639. example name.par.txt. After saving about a month's worth of Jim Muth's
  4640. wonderful FOTD's to disk I'd have to go back and right click on the file
  4641. name and remove the .txt extension from a long list of files.
  4642.  
  4643. Last week I happened upon a Win95 Notepad replacement called Notepad+. In
  4644. it's documentation are a few tips which I've found invaluable:
  4645.  
  4646. - if you wish to keep Win95 from adding an extension to your filename
  4647. simply put the filename in quotes when you save it, for example
  4648. "a:\filename.par".
  4649.  
  4650. - if you want to make that change permanent go into Explorer's View Options
  4651. and click File Type, Add New File Type and in the dialog box that appears
  4652. put .PAR next to the associated extension and have it open with Notepad.
  4653. Then you will never have to remove the .txt extension from a .par file ever
  4654. again!
  4655.  
  4656. I highly recommend Notepad+. It is freeware (in the spirit of Fractint) and
  4657. allows one to open many text files at once. It is really good for editing
  4658. Web Pages. Notepad's rather small file size limitation is also addressed.
  4659. Notepad+ lets you open text files as large as 400K.
  4660.  
  4661. You can find Notepad+ at http://www.download.com. Search for Notepads+
  4662. (Note that the filename is Notepads+ with an 's'). There are 16 and 32 bit
  4663. versions of the software.
  4664.  
  4665.  
  4666.  
  4667. Dave 
  4668.  
  4669. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4670. Post Message:   fractint@xmission.com
  4671. Get Commands:   majordomo@xmission.com "help"
  4672. Administrator:  twegner@phoenix.net
  4673. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4674.  
  4675.  
  4676. -------------------------------------------------------------------------------
  4677.  
  4678. From: Roland Silver <rollo@artvark.com>
  4679. Subject: (fractint) FC99 candidates
  4680. Date: 09 Sep 1997 07:40:06 -0600
  4681.  
  4682. Will the following people please contact me immediately about the images
  4683. they submitted for the 1999 Fractal Calendar:
  4684.  
  4685. Brian E Jones
  4686. Caren Park
  4687. Earl Hinrichs
  4688. Ron Barnett
  4689.  
  4690. Roland Silver           | e-mail: rollo@artvark.com
  4691. 216M N. Pueblo Rd, #107 | Website: http://www.artvark.com/artvark/
  4692. Taos, NM 87571 USA      | Voice: 505-776-9601; FAX: 505-776-5776
  4693.  
  4694.  
  4695.  
  4696. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4697. Post Message:   fractint@xmission.com
  4698. Get Commands:   majordomo@xmission.com "help"
  4699. Administrator:  twegner@phoenix.net
  4700. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4701.  
  4702.  
  4703. -------------------------------------------------------------------------------
  4704.  
  4705. From: "James P. Carr" <jpcarr@alpha3.csd.uwm.edu>
  4706. Subject: (fractint) hp500c printer
  4707. Date: 09 Sep 1997 08:55:33
  4708.  
  4709. How can I get fractint to use the color capabilities of my hp DeskJet 500C
  4710. printer? My thanks to anyone who can help me.
  4711. James P. Carr            1812 E. Elmdale Ct.
  4712. jpcarr@alphaj.csd.uwm.edu    Shorewood, Wi  55321
  4713. Home: 414-332-2919        Work: 229-4469
  4714.  
  4715. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4716. Post Message:   fractint@xmission.com
  4717. Get Commands:   majordomo@xmission.com "help"
  4718. Administrator:  twegner@phoenix.net
  4719. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4720.  
  4721.  
  4722. -------------------------------------------------------------------------------
  4723.  
  4724. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  4725. Subject: Re: (fractint) Win 95
  4726. Date: 09 Sep 1997 11:38:21 -0400 (EDT)
  4727.  
  4728.  
  4729.  
  4730. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4731. Post Message:   fractint@xmission.com
  4732. Get Commands:   majordomo@xmission.com "help"
  4733. Administrator:  twegner@phoenix.net
  4734. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4735.  
  4736.  
  4737. -------------------------------------------------------------------------------
  4738.  
  4739. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  4740. Subject: Re: (fractint) Win 95
  4741. Date: 09 Sep 1997 11:46:32 -0400 (EDT)
  4742.  
  4743. I have no idea how this happened....my apologies!--Alice
  4744.  
  4745. On Tue, 9 Sep 1997, A M Kelley wrote:
  4746.  
  4747. > ------------------------------------------------------------
  4748. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  4749. > Post Message:   fractint@xmission.com
  4750. > Get Commands:   majordomo@xmission.com "help"
  4751. > Administrator:  twegner@phoenix.net
  4752. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4753.  
  4754.  
  4755.  
  4756.  
  4757. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4758. Post Message:   fractint@xmission.com
  4759. Get Commands:   majordomo@xmission.com "help"
  4760. Administrator:  twegner@phoenix.net
  4761. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4762.  
  4763.  
  4764. -------------------------------------------------------------------------------
  4765.  
  4766. From: Rich Thomson <rthomson@ptc.com>
  4767. Subject: Re: (fractint) OT - Saving Win95 Text files as PAR 
  4768. Date: 09 Sep 1997 10:10:28 -0600
  4769.  
  4770.  
  4771. BTW, I learned a Win95 trick the other day that might be handy to
  4772. share with others.  You can add menu items to the context-sensitive
  4773. menu in Win95, customizing GIF file extensions to understand how to
  4774. work with fractint!
  4775.  
  4776. Here's how.  In an explorer window:
  4777.  
  4778. 1. select the View / Options... menu item.  
  4779. 2. select the "file types" tab
  4780. 3. select the entry in the list for GIF files
  4781. 4. click edit
  4782. 5. Add a new action:
  4783.     Name fractint
  4784.     Program (browse to your fractint.exe)
  4785. OK out of the dialogs
  4786.  
  4787. Now when you right button on a gif file, you should see a "fractint"
  4788. entry in the menu.  Selecting this runs fractint with the gif file as
  4789. an argument on the command line, loading the GIF file into fractint.
  4790. --
  4791.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  4792.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4793.      3D Paint: The Power to Create in 3D;        Rich Thomson
  4794.      email me for more info                rthomson@ptc.com
  4795.  
  4796. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4797. Post Message:   fractint@xmission.com
  4798. Get Commands:   majordomo@xmission.com "help"
  4799. Administrator:  twegner@phoenix.net
  4800. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4801.  
  4802.  
  4803. -------------------------------------------------------------------------------
  4804.  
  4805. From: "Angel Rivera" <badger@innocent.com>
  4806. Subject: Re: (fractint) OT - Saving Win95 Text files as PAR 
  4807. Date: 09 Sep 1997 16:16:08 -0400
  4808.  
  4809. Rich Thomson said:  
  4810. > BTW, I learned a Win95 trick the other day that might be handy to
  4811. > share with others.  You can add menu items to the context-sensitive
  4812. > menu in Win95, customizing GIF file extensions to understand how to
  4813. > work with fractint!
  4814.  
  4815. [snip instructions]
  4816.  
  4817. Me being the fanatic I am, I went and tried this right away! It worked, but
  4818. not until Fractint first whined about not having FRACTINT.CFG or some such
  4819. thing; I tried again, with a different one, and it did it again . . . Does
  4820. it do that to you, or did you not have that problem?
  4821.  
  4822.  
  4823. >>Brock Nambo
  4824. -- 
  4825.  H     badger@innocent.com newsmaster@earthling.net  ____    __
  4826. =@==== http://members.aol.com/brockbadge/index.html /_   \  / /
  4827.  H H H "World Domination Through Trivia" -S3Kitties  / /\ \/ /
  4828.  H H H Marcher --                    --  Nightwatch /_/  \__/
  4829.  
  4830. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4831. Post Message:   fractint@xmission.com
  4832. Get Commands:   majordomo@xmission.com "help"
  4833. Administrator:  twegner@phoenix.net
  4834. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4835.  
  4836.  
  4837. -------------------------------------------------------------------------------
  4838.  
  4839. From: Rich Thomson <rthomson@ptc.com>
  4840. Subject: Re: (fractint) OT - Saving Win95 Text files as PAR 
  4841. Date: 09 Sep 1997 14:33:23 -0600
  4842.  
  4843.  
  4844. In article <199709092019.QAA23197@ren.globecomm.net> ,
  4845.     "Angel Rivera" <badger@innocent.com>  writes:
  4846. > Me being the fanatic I am, I went and tried this right away! It worked, but
  4847. > not until Fractint first whined about not having FRACTINT.CFG or some such
  4848. > thing; I tried again, with a different one, and it did it again . . . Does
  4849. > it do that to you, or did you not have that problem?
  4850.  
  4851. I have had some troubles with this too.  I think its a problem with
  4852. the way fractint searches for fractint.cfg; it seems to be searching
  4853. the current directory only and whining when it can't find it.  See if
  4854. putting the directory where fractint is located in the path in your
  4855. autoexec.bat and see if that stops the whining.
  4856. --
  4857.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  4858.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4859.      3D Paint: The Power to Create in 3D;        Rich Thomson
  4860.      email me for more info                rthomson@ptc.com
  4861.  
  4862. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4863. Post Message:   fractint@xmission.com
  4864. Get Commands:   majordomo@xmission.com "help"
  4865. Administrator:  twegner@phoenix.net
  4866. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4867.  
  4868.  
  4869. -------------------------------------------------------------------------------
  4870.  
  4871. From: "Tim Wegner" <twegner@phoenix.net>
  4872. Subject: (fractint) large GIF problems
  4873. Date: 10 Sep 1997 23:45:50 -0600
  4874.  
  4875. Quite a while ago Jon Noring ran into a bug in the simplgif program 
  4876. that comes with Fractint. This program combines the multiple image 
  4877. GIFs that Fractint produces when making giant images. Jon sent me a 
  4878. huge example that illustrated the bug, but a while ago I accidently 
  4879. deleted it, and I don't believe Jon has it anymore either.
  4880.  
  4881. Similarly, Fractint's GIF encoder occasionally fails, usually on 
  4882. images with very few colors, such as you might have when doing on 
  4883. piece of a much larger image. We juggled the lzw parameters in 
  4884. Fractint and all the existing examples of the bug were fixed, but we 
  4885. had the definite feeling that we were only hiding the problem.
  4886.  
  4887. Does anyone have any example PAR files that generate images that 
  4888. fractint cannot save properly, or that simplgif cannot handle?
  4889.  
  4890. Thanks. There's a replacement for simplgif (I forget the name, Jon 
  4891. has mentioned it here), but we'd still like to squash the bug. 
  4892. However, the bug in Fractint's encoder is more serious, because if 
  4893. you run into it you won't be able to save the image. Examples will 
  4894. help us track down these bugs.
  4895.  
  4896. Tim Wegner
  4897.  
  4898.  
  4899. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4900. Post Message:   fractint@xmission.com
  4901. Get Commands:   majordomo@xmission.com "help"
  4902. Administrator:  twegner@phoenix.net
  4903. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4904.  
  4905.  
  4906. -------------------------------------------------------------------------------
  4907.  
  4908. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  4909. Subject: (fractint) large GIF problems
  4910. Date: 11 Sep 1997 02:03:50 -0400
  4911.  
  4912. Hi Tim,
  4913.  
  4914. >> Does anyone have any example PAR files that generate images that =
  4915.  
  4916. >> fractint cannot save properly, or that simplgif cannot handle? =
  4917.  
  4918.  
  4919.   This is an example PAR file that I generated at 1920x1440.  Simplgif
  4920. cannot handle the 3840x2880 image.
  4921.  
  4922. FRMIG_00.GIF       {
  4923.   reset=3D1720 type=3Djulia passes=3D1
  4924.   center-mag=3D-0.761158/0.570918/1.752782
  4925.   params=3D-0.7449236170000129/0.1266985930000004 float=3Dy maxiter=3D102=
  4926. 3
  4927.   inside=3D0 outside=3D3 distest=3D-1/1/1920/1440
  4928.   colors=3D000000zzzzzz000<250>000
  4929.   }
  4930.  
  4931. FRMIG_01.GIF       {
  4932.   reset=3D1720 type=3Djulia passes=3D1
  4933.   center-mag=3D-0.761158/-0.570918/1.752782
  4934.   params=3D-0.7449236170000129/0.1266985930000004 float=3Dy maxiter=3D102=
  4935. 3
  4936.   inside=3D0 outside=3D3 distest=3D-1/1/1920/1440
  4937.   colors=3D000000zzzzzz000<250>000
  4938.   }
  4939.  
  4940. FRMIG_10.GIF       {
  4941.   reset=3D1720 type=3Djulia passes=3D1 center-mag=3D0.761158/0.570918/1.7=
  4942. 52782
  4943.   params=3D-0.7449236170000129/0.1266985930000004 float=3Dy maxiter=3D102=
  4944. 3
  4945.   inside=3D0 outside=3D3 distest=3D-1/1/1920/1440
  4946.   colors=3D000000zzzzzz000<250>000
  4947.   }
  4948.  
  4949. FRMIG_11.GIF       {
  4950.   reset=3D1720 type=3Djulia passes=3D1
  4951.   center-mag=3D0.761158/-0.570918/1.752782
  4952.   params=3D-0.7449236170000129/0.1266985930000004 float=3Dy maxiter=3D102=
  4953. 3
  4954.   inside=3D0 outside=3D3 distest=3D-1/1/1920/1440
  4955.   colors=3D000000zzzzzz000<250>000
  4956.   }
  4957.  
  4958.   Cheers,
  4959.  
  4960.         - Sylvie
  4961.  
  4962. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4963. Post Message:   fractint@xmission.com
  4964. Get Commands:   majordomo@xmission.com "help"
  4965. Administrator:  twegner@phoenix.net
  4966. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  4967.  
  4968.  
  4969. -------------------------------------------------------------------------------
  4970.  
  4971. From: noring@netcom.com (Jon Noring)
  4972. Subject: Re:  (fractint) large GIF problems
  4973. Date: 11 Sep 1997 05:40:04 -0700
  4974.  
  4975. Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  4976. >Someone else wrote:
  4977.  
  4978. >> Does anyone have any example PAR files that generate images that 
  4979. >> fractint cannot save properly, or that simplgif cannot handle? 
  4980.  
  4981. >This is an example PAR file that I generated at 1920x1440.  Simplgif
  4982. >cannot handle the 3840x2880 image.
  4983. >
  4984. >FRMIG_00.GIF       {
  4985. >[snip]
  4986.  
  4987.  
  4988. Tim will no doubt have the final word on the yet-to-be-solved problems with
  4989. Fractint's Divide and Conquer method (D&C).  He's very familiar with them.
  4990.  
  4991. I've spent over three years learning how to reliably use D&C to produce very
  4992. large fractal images.  I now routinely produce images as large as 18432x13824
  4993. (using an 18x18 array of 1024x768) for making 8x10" Ektachrome transparencies
  4994. at 2032 d.p.i.
  4995.  
  4996. The road to do this (especially at large image sizes) is fraught with a few
  4997. pot holes.  For example, certain Fractint images won't save properly (those
  4998. with very simple banding which are often saved as part of D&C).  Many times
  4999. I have to use D&C at a very small scale to properly reproduce these pieces,
  5000. or I'll double the resolution and then use an image processing utility to
  5001. half the resolution (it's o.k. to use this method for those images with
  5002. simple banding).
  5003.  
  5004. Another problem which Tim knows about is a bug in Simplgif.  Sometimes it
  5005. just blows up, and as far as I know Tim has not yet found the bug.  Anyway,
  5006. I highly recommend a utility by Mr. Paasen in the Netherlands named "Image
  5007. Arithmetic" which is much more reliable, more flexible, and requires little
  5008. disk memory to run (with Simplgif and GIF Construction Set, to assemble the
  5009. 18x18 array of 1024x768 images I'd have to have 1.2 *gigs* of free hard disk
  5010. space.  With "imageart", I only need enough space to hold the final
  5011. assembled image.)
  5012.  
  5013. There's a couple other fersnickety things about D&C as well, which maybe I'll
  5014. talk about in a future "tutorial" I'm thinking of writing.  But once you get
  5015. D&C working, the sky's the limit for image size.  I plan to soon tile a
  5016. 28x28 array of 1024x768 image to make a 28672x21504 image for writing to
  5017. 8x10" transparencies at 3048 dpi, near to the grain limits of the film --
  5018. unless I plan to make much larger transparencies or if the new direct-to-
  5019. print film technologies increase their write resolution, this is about as far
  5020. as one will ever need to go to make disply prints up to 50" in size, even
  5021. allowing for anti-aliasing at 2:1 reduction.
  5022.  
  5023. Jon Noring
  5024.  
  5025. _____________________________________________________________________________
  5026.  OmniMedia Digital Publishing | E-Books: http://www.awa.com/library/omnimedia
  5027.  9671 S. 1600 West St.        | Digital/Fractal Art: (coming soon!)
  5028.  South Jordan, UT 84095       |
  5029.  801-253-4037                 | E-mail: omnimedia@netcom.com
  5030. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5031.  
  5032.  
  5033. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5034. Post Message:   fractint@xmission.com
  5035. Get Commands:   majordomo@xmission.com "help"
  5036. Administrator:  twegner@phoenix.net
  5037. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5038.  
  5039.  
  5040. -------------------------------------------------------------------------------
  5041.  
  5042. From: VRCH78B@prodigy.com (MR CHARLES F CROCKER)
  5043. Subject: (fractint) Magnification
  5044. Date: 11 Sep 1997 15:52:12, -0500
  5045.  
  5046. Hi All
  5047.  
  5048. For the last twelve years I have hat a pet peeve, and it is using
  5049. magnification to define a picture. In order to use it you need a base. Way
  5050. back in August of 85 it got defined as the reciprocal of the length of a
  5051. side of the picture. Up to a point this serves, but at any resolution this
  5052. constant. A 1024X728 view and a 320X200 view are obviously radically
  5053. different in detail so we don't have empty magnification as occurs with a
  5054. microscope where beyond some point there is no more detail visable.
  5055. Fractint has the same problem where the height of the serves  as the reference.
  5056.  
  5057. I have used pixel size as the basic reference. The conversion is easy
  5058. enough. Dividing 2 by magnification gives pixel size, but with far more
  5059. apparent accuracy than needed. Four significant figures beyond a number of
  5060. zeros would let us size a 10Kx10K to within one pixel. There are a number
  5061. of advantages to this approach. Round off calculation errors would be
  5062. reduced, Pictures of multiple parts would have exactly known corner
  5063. coordinates, and scaling would be more precise. Who can appreciate a
  5064. magnification given to 17 places?
  5065.  
  5066. I know that this is a too deeply ingrained convention to be replaced but
  5067. lets have a choice.
  5068.  
  5069. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5070. Post Message:   fractint@xmission.com
  5071. Get Commands:   majordomo@xmission.com "help"
  5072. Administrator:  twegner@phoenix.net
  5073. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5074.  
  5075.  
  5076. -------------------------------------------------------------------------------
  5077.  
  5078. From: "Tim & Jackie Gennette" <wagdog@connix.com>
  5079. Subject: (fractint) Fractint and win95
  5080. Date: 11 Sep 1997 16:13:07 -0400
  5081.  
  5082. Hello,
  5083.  
  5084. I'm new to this list and to Fractint.  I'm a mere novice and wondered 
  5085. if someone can tell me how to use Fractint in win95?
  5086.  
  5087. I have a Pentium 133 with 16 RAM.
  5088.  
  5089. I can shut down to DOS to run it but can't seem to get it to work 
  5090. from with win95.  I can deal with using DOS but am curious if anyone 
  5091. can give me any hints.
  5092.  
  5093. Thanks.
  5094.  
  5095. Tim Gennette
  5096.  
  5097. **Make a Fast Friend and Adopt a Greyhound**
  5098. **Racing into your Heart and onto the Couch**
  5099.  
  5100. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5101. Post Message:   fractint@xmission.com
  5102. Get Commands:   majordomo@xmission.com "help"
  5103. Administrator:  twegner@phoenix.net
  5104. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5105.  
  5106.  
  5107. -------------------------------------------------------------------------------
  5108.  
  5109. From: Justin Kolodziej <4wg7kolodzie@vms.csd.mu.edu>
  5110. Subject: Re: (fractint) Fractint and win95
  5111. Date: 11 Sep 1997 16:04:17 -0500
  5112.  
  5113.  
  5114.  
  5115. -----Original Message-----
  5116.  
  5117.  
  5118.  
  5119. >Hello,
  5120. >
  5121. >I'm new to this list and to Fractint.  I'm a mere novice and wondered
  5122. >if someone can tell me how to use Fractint in win95?
  5123. >
  5124. >I have a Pentium 133 with 16 RAM.
  5125. >
  5126. >I can shut down to DOS to run it but can't seem to get it to work
  5127. >from with win95.  I can deal with using DOS but am curious if anyone
  5128. >can give me any hints.
  5129. >
  5130. I'm having a slightly different problem than the above.  I can get Fractint
  5131. to run on my PPro 180 with 32 MB RAM, but when I try to save the image, the
  5132. lines  that appear on the side to show the progress of the save end up
  5133. repeating the first few lines after a certain point.  When I open a DOS
  5134. prompt, not necessarily restarting in DOS mode, Fractint works fine.  Does
  5135. anybody have any idea why this is?
  5136.  
  5137. Justin Kolodziej
  5138.  
  5139. -- no cool signature :( --
  5140.  
  5141.  
  5142. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5143. Post Message:   fractint@xmission.com
  5144. Get Commands:   majordomo@xmission.com "help"
  5145. Administrator:  twegner@phoenix.net
  5146. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5147.  
  5148.  
  5149. -------------------------------------------------------------------------------
  5150.  
  5151. From: "Damien M. Jones" <dmj@emi.net>
  5152. Subject: (fractint) Unconventional use of FractInt
  5153. Date: 12 Sep 1997 15:08:21 -0400
  5154.  
  5155. Hello,
  5156.  
  5157. Yesterday I had occasion to use FractInt in a rather unconventional
  5158. fashion.  A friend of mine had several monitors he was working on, and he
  5159. wanted to be able to display a color test pattern on them so he could
  5160. adjust the monitor settings appropriately.  But he didn't have anything
  5161. handy that would do the job, let along in different display modes.
  5162.  
  5163. FractInt to the rescue! :)  I wrote a quick formula to display some color
  5164. bars on the screen, tweaked the FRACTINT.CFG and SSTOOLS.INI file to come
  5165. up with that by default, in just the mode he wanted, and sent it off to him.
  5166.  
  5167. He's ecstatic.  Perhaps one of these days he'll try hitting keys and figure
  5168. out what FractInt is REALLY all about. :)
  5169.  
  5170. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  5171.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  5172.  
  5173.  
  5174. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5175. Post Message:   fractint@xmission.com
  5176. Get Commands:   majordomo@xmission.com "help"
  5177. Administrator:  twegner@phoenix.net
  5178. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5179.  
  5180.  
  5181. -------------------------------------------------------------------------------
  5182.  
  5183. From: "Ing. Marcelo Anelli C." <marcelo.anelli@bigfoot.com>
  5184. Subject: RE: (fractint) Fractint and win95
  5185. Date: 11 Sep 1997 23:21:33 -0400
  5186.  
  5187.  
  5188. ------ =_NextPart_000_01BCBFC3.F95D4AE0
  5189. Content-Type: text/plain; charset="us-ascii"
  5190. Content-Transfer-Encoding: quoted-printable
  5191.  
  5192. The trouble is not the Pentium but the Svga card. If you have trouble =
  5193. run in W95 at full screen with the textsafe=3Dsave, below is my =
  5194. configuration file, it work fine under W95 with some video switching.
  5195.  
  5196. ; SSTOOLS.INI file.
  5197. ; Marcelo Anelli
  5198. ; marcelo.anelli@bigfoot.com
  5199.  
  5200. [fractint]
  5201. video=3DSF7
  5202. savetime=3D060
  5203. textsafe=3Dsave
  5204. overwrite=3Dno
  5205. tempdir=3Dd:\temp
  5206. workdir=3Dd:\fractal\fint
  5207. parmfile=3Dd:\fractal\fint\par
  5208. formulafile=3Dd:\fractal\fint\frm
  5209. lfile=3Dd:\fractal\fint\ifs
  5210. ifsfile=3Dd:\fractal\fint\ifs
  5211. map=3Dd:\fractal\fint\map
  5212. ;exitnoask=3Dyes
  5213.  
  5214. [Winfract]
  5215. WinfractPosition=3D195, 52
  5216. ZoomOut=3DFalse
  5217. WindowSizing=3DFalse
  5218. ImageWidth=3D320
  5219. ImageHeight=3D200
  5220. CoordinateBoxOpen=3DFalse
  5221. CoordBoxPosition=3D554, 4
  5222.  
  5223.  
  5224. Marcelo Anelli C.
  5225. marcelo.anelli@bigfoot.com
  5226. +58(2)2418336
  5227. +58(14)178304
  5228.  
  5229. -----Original Message-----
  5230. Sent:    Thursday, September 11, 1997 5:04 PM
  5231.  
  5232.  
  5233.  
  5234. -----Original Message-----
  5235.  
  5236.  
  5237.  
  5238. >Hello,
  5239. >
  5240. >I'm new to this list and to Fractint.  I'm a mere novice and wondered
  5241. >if someone can tell me how to use Fractint in win95?
  5242. >
  5243. >I have a Pentium 133 with 16 RAM.
  5244. >
  5245. >I can shut down to DOS to run it but can't seem to get it to work
  5246. >from with win95.  I can deal with using DOS but am curious if anyone
  5247. >can give me any hints.
  5248. >
  5249. I'm having a slightly different problem than the above.  I can get =
  5250. Fractint
  5251. to run on my PPro 180 with 32 MB RAM, but when I try to save the image, =
  5252. the
  5253. lines  that appear on the side to show the progress of the save end up
  5254. repeating the first few lines after a certain point.  When I open a DOS
  5255. prompt, not necessarily restarting in DOS mode, Fractint works fine.  =
  5256. Does
  5257. anybody have any idea why this is?
  5258.  
  5259. Justin Kolodziej
  5260.  
  5261. -- no cool signature :( --
  5262.  
  5263.  
  5264. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5265. Post Message:   fractint@xmission.com
  5266. Get Commands:   majordomo@xmission.com "help"
  5267. Administrator:  twegner@phoenix.net
  5268. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5269.  
  5270. ------ =_NextPart_000_01BCBFC3.F95D4AE0
  5271. Content-Type: application/ms-tnef
  5272. Content-Transfer-Encoding: base64
  5273.  
  5274. eJ8+IjABAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy
  5275. b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEEkAYA1AEAAAEAAAAQAAAAAwAAMAIAAAAL
  5276. AA8OAAAAAAIB/w8BAAAAUwAAAAAAAACBKx+kvqMQGZ1uAN0BD1QCAAAAAGZyYWN0aW50QG1haWwu
  5277. eG1pc3Npb24uY29tAFNNVFAAZnJhY3RpbnRAbWFpbC54bWlzc2lvbi5jb20AAB4AAjABAAAABQAA
  5278. AFNNVFAAAAAAHgADMAEAAAAbAAAAZnJhY3RpbnRAbWFpbC54bWlzc2lvbi5jb20AAAMAFQwBAAAA
  5279. AwD+DwYAAAAeAAEwAQAAAB0AAAAnZnJhY3RpbnRAbWFpbC54bWlzc2lvbi5jb20nAAAAAAIBCzAB
  5280. AAAAIAAAAFNNVFA6RlJBQ1RJTlRATUFJTC5YTUlTU0lPTi5DT00AAwAAOQAAAAALAEA6AQAAAB4A
  5281. 9l8BAAAAGwAAAGZyYWN0aW50QG1haWwueG1pc3Npb24uY29tAAACAfdfAQAAAFMAAAAAAAAAgSsf
  5282. pL6jEBmdbgDdAQ9UAgAAAABmcmFjdGludEBtYWlsLnhtaXNzaW9uLmNvbQBTTVRQAGZyYWN0aW50
  5283. QG1haWwueG1pc3Npb24uY29tAAADAP1fAQAAAAMA/18AAAAAAgH2DwEAAAAEAAAAAAAAAklsAQSA
  5284. AQAiAAAAUkU6IChmcmFjdGludCkgRnJhY3RpbnQgYW5kIHdpbjk1ACcLAQWAAwAOAAAAzQcJAAsA
  5285. FwAVACEABAA5AQEggAMADgAAAM0HCQALABcAEQA5AAQATQEBCYABACEAAAA4MEQwMDY4RjI1MkFE
  5286. MTExQjJGMjQ0NDU1MzU0MDAwMAC/BgEDkAYAOAoAACEAAAALAAIAAQAAAAsAIwAAAAAAAwAmAAAA
  5287. AAALACkAAAAAAAMALgAAAAAAAwA2AAAAAABAADkA4PQl+Cq/vAEeAHAAAQAAACIAAABSRTogKGZy
  5288. YWN0aW50KSBGcmFjdGludCBhbmQgd2luOTUAAAACAXEAAQAAABYAAAABvL8q95+PBtCBKiUR0bLy
  5289. REVTVAAAAAAeAB4MAQAAAAUAAABTTVRQAAAAAB4AHwwBAAAAGwAAAG1hcmNlbG8uYW5lbGxpQGJp
  5290. Z2Zvb3QuY29tAAADAAYQao1e0AMABxA/BwAAHgAIEAEAAABlAAAAVEhFVFJPVUJMRUlTTk9UVEhF
  5291. UEVOVElVTUJVVFRIRVNWR0FDQVJESUZZT1VIQVZFVFJPVUJMRVJVTklOVzk1QVRGVUxMU0NSRUVO
  5292. V0lUSFRIRVRFWFRTQUZFPVNBVkUsQkVMTwAAAAACAQkQAQAAAAsHAAAHBwAAJQwAAExaRnUh4vDj
  5293. AwAKAHJjcGcxMjVGMgD4C2BuZzgB0DKdAfcgAqQD4wIAY2gKwOBzZXQwIAcTAoMAUOMC8hDZVGFo
  5294. A3ECgw5QoRB2cHJxMhF2fQqA2QjIIDsJbw4wNRYjF0FnCbsCgAqBdWMAUAsDY8MAQQ8CMTAzMwum
  5295. EyDQaGUgdANgdQJgGxBRBAAgbm8FQHQbAVABCfB0aXVtIGJ1gRwEU3ZnYSBjCxFALiBJZiB5CGAg
  5296. ZREAdhsYcnUDoAuAICBXOTUgYQVAZnXubAMgBPEJ4SAD8BwgHBMAdGV4dHNhZmXWPSHAHqAsHNBl
  5297. CQAH4BkbsW15HaACIGZpZ/sIcCAAaQIgICADECJBIQDrIOAFsGskAW4bEB9gBIGbH7Mg83MDcBsQ
  5298. dmkBAJ5vIHAg8RDwC4BnLgqiCwqECoA7BgBTVE9PwExTLklOSSQDJ3X1KEBNCsBjIoERcCUQIFBv
  5299. AKAn9QDAKhMuAHAqkkCuYiNwAhAb8C4FoG0nit5bA1AA0ByQAjBdJ4Qmg/A9U0Y3J4QiEhyQB4B4
  5300. PTA2AUAnkyGLJ4Rv2R6gcncFECGAPRvgMGYAbXBkaXI9ZDr+XAyAMyEnhCSiM1YtwwdA7zURLhEn
  5301. hAqxbSQSNO818P8KoieEAhA2gCBAIdA2vzfE+wNQLOVsOS83tQaQEMAnk+88wTtPPF4AwHA9zzfx
  5302. P5EPJ+UhkCEAG+Bhc2s99nkHkCz7VwuALcMuRUNGzFBvAJAjwj0xH9AiUEsOQSeTWiyAbU8c8D0u
  5303. RgdAETBD12QioFNplnonQUaKSQDAZ2VDQDJkHCA9MwwBSHhIZf0jcGhGcAHQMFUIUAWwM1ACbiAA
  5304. ZUJveE9wvwnwRopLU0vxRLcXUDQiUH40J4oniBmCAUAPBhIDc+QxNyntIEMndStfLG0AKzU4KDIp
  5305. MjQUMTgaQDZUeDE0KXtRMFVgME6JCzAZ6BPiMftVlVc1aVWAMFEDYCGALfDUIC1aMk8FEGdLoQMg
  5306. /k0HkCHASPBaMyeGWcQwU1cLMVnENbEtVkA0UDFpj1VQStEM0F3TYiBGA2GLM6AMkmIRYEp1cy4B
  5307. FCBLCPFkR8BlaiAAW1NNVFA6NHcIZzdrYHVAdm1zWmIssHMd4DjgLgmAdf8uRV7xBmACMF9nGvAI
  5308. cGKQ/GF5IlAGYAUwMyAicAXALDExIlBFQDlRQDU6y1awHFBNYzdUb19nLcbGQADAAxAueG0EASPR
  5309. Nyy5Y6EbYGpZ8V9nUmXoOiAoLcYpXxEt5B/w+yVQIOFuH9Bb31zqWVQZoP8OUFBYC8VOr1o/W01f
  5310. IxMgWQdwICZf4ADQawiQIJ5HCfAlEAJAGxA8d0jgWUdwZ0AjMQMAeCyyPvcnhGdhbCdAaPp1kHd/
  5311. dom+REvBa2Bl0GUqZiIxZmC/WHZqRmt/bI9O3yexPkpQmSBQbyyAVYBVSSccwPslEAfgdCbAHCAb
  5312. sSqwYBD/fpOCgX4WHfAeAIIRHZAHgP8JcBvRJoAqIH6UAiAEgQmA/4BVBpAmIwIgGxAdsAOgIYD/
  5313. IFEmURNQgmNgABsQfhcfkb1tAz+BLR50HZAcZjEaQOcg5FhwB/BBTSd1imiHcj5zZKAFQEdxh5Em
  5314. wERPvwXwgoEfUwVAHOKHcScFQP8RMDMggnJI8IlRHAEmwCSi/4BVA1Ig5G0DhEKHYwEAcpFfIPNg
  5315. ACdBjvMc4mEcwGP/CHEIYAQghsEAcB5AJRCAVX+HcnJgHqEmUZYxHnAuEXPfjOyCAh6BlJIdkHMq
  5316. sEqB/mwjEDNQASCE4X5xWbEbcf+QsREAh5EbAQGgMfGTR5ECn34WMGWPVCPhIwFQUANg32XAXlAg
  5317. 5ElwBdBCjKIiUf0c8XcbAAOgKQAbMCMQgoH/IhIcEwdwSOEiUBwhOtUlAfcEIJuifoFwTDAKwSPh
  5318. HCL/AJABAKGDiDMbAVmxCcEEEb5vHiCksx6SCfBs4HU0Bf8JcKQxLgGUsBwiI2ARICAR/wfRo1Qh
  5319. 0CGABcAdkQSQAZCpH5Fwb4QUV6D0b0wx/4ShjwE2BQNhBTAiUBviJRD/KiBbMQUQmmGmQQGQACCU
  5320. kv8fkY8CBGIiUH4XJKIEICTyuYRBRG9CVpYxBuBkl+H/ixOX0SaRHZCg4KFxgsIEAP+J9SeEX/5x
  5321. LBvRIyEG8KThzmdLsQhwGxA6KFohf5//cdS5j7qfu69bmBrwAHCwov8FsZR0fhYiUBryfhNGoX6T
  5322. nX4XRAQAlYBpIyBMgxH/J4REsQVAcsV9QIRQaBdo/y4KdRAFQAhQbQOBZHNbwsIAwGpLcQNwb3f8
  5323. IpEbAGxwIieEQWTDoB8DAGAQI6EFsMLBdHdl87dQBJBAcBNQCfB2YXVB/SeEVQCAG2AE8iJwwsLF
  5324. r3/Gth9gypdoB8d1J4QVQQABz0AAAwAQEAAAAAADABEQAAAAAAMAgBD/////QAAHMIBKXHcqv7wB
  5325. QAAIMIBKXHcqv7wBCwAfgAggBgAAAAAAwAAAAAAAAEYAAAAAA4UAAAAAAAADACGACCAGAAAAAADA
  5326. AAAAAAAARgAAAAAQhQAAAAAAAAMAJIAIIAYAAAAAAMAAAAAAAABGAAAAAFKFAAC3DQAAHgBEgAgg
  5327. BgAAAAAAwAAAAAAAAEYAAAAAVIUAAAEAAAAEAAAAOC4wAAMARYAIIAYAAAAAAMAAAAAAAABGAAAA
  5328. AAGFAAAAAAAACwBOgAggBgAAAAAAwAAAAAAAAEYAAAAADoUAAAAAAAADAE+ACCAGAAAAAADAAAAA
  5329. AAAARgAAAAARhQAAAAAAAAMAUYAIIAYAAAAAAMAAAAAAAABGAAAAABiFAAAAAAAAHgBggAggBgAA
  5330. AAAAwAAAAAAAAEYAAAAANoUAAAEAAAABAAAAAAAAAB4AYYAIIAYAAAAAAMAAAAAAAABGAAAAADeF
  5331. AAABAAAAAQAAAAAAAAAeAGKACCAGAAAAAADAAAAAAAAARgAAAAA4hQAAAQAAAAEAAAAAAAAAHgA9
  5332. AAEAAAAFAAAAUkU6IAAAAAADAA00/TcAACfu
  5333.  
  5334. ------ =_NextPart_000_01BCBFC3.F95D4AE0--
  5335.  
  5336.  
  5337. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5338. Post Message:   fractint@xmission.com
  5339. Get Commands:   majordomo@xmission.com "help"
  5340. Administrator:  twegner@phoenix.net
  5341. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5342.  
  5343.  
  5344. -------------------------------------------------------------------------------
  5345.  
  5346. From: Jason Hine <jason@CNR.ColoState.EDU>
  5347. Subject: (fractint) Truecolor bug...
  5348. Date: 14 Sep 1997 12:38:03 -0600 (MDT)
  5349.  
  5350. Howdy folks...
  5351.  
  5352.     With Damien's help, I am making reasonable progress on my code to 
  5353. allow unattended zooming into the M-set.  I've decided to use Fractint's 
  5354. truecolor=yes option to produce a Targa file with the iteration values in 
  5355. it, rather than try to derive relative iteration values from a GIF 
  5356. image.  My intent was to produce an image with viewwindows=yes, at about 
  5357. 50x38 pixels, and save that image as iterates.tga.  I want an image size 
  5358. of about 50x38 for two reasons: (a) the images will take less time to 
  5359. render (very important for deepzooms), and (b) there are memory 
  5360. requirement problems when I try to declare a 320x200 array on my PC.  
  5361. The problem is that it appears the iterates.tga file is corrupted if 
  5362. viewwindows is on (thanks again to Damien!).
  5363.  
  5364.     Problem b) can be jury-rigged by only reading in every other 
  5365. pixel in every other row, resulting an a final array 1/4 the size of te 
  5366. original.  Problem a) is more of a cosmetic problem, but will become a 
  5367. big deal when we get fairly deep.
  5368.  
  5369.     So I guess I'll work around these problems for now, but wht is the 
  5370. chances of the bug getting fixed, so that we can save truecolor images 
  5371. with viewwindows on?
  5372.  
  5373.                         Thanks all, Jason
  5374.  
  5375.  _ __ ___ ____ _____ ______ _______ ______ _____ ____ ___ __ _
  5376.  _ __ ___                          ___ __ _
  5377.  _ __ ___         Jason N Hine              ___ __ _
  5378.  _ __ ___        GIS Specialist              ___ __ _
  5379.  _ __ ___  http://boralf.agsci.colostate.edu/~jason   ___ __ _
  5380.  _ __ ___        jason@cnr.colostate.edu          ___ __ _
  5381.  _ __ ___ ____ _____ ______ _______ ______ _____ ____ ___ __ _
  5382.  
  5383. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5384. Post Message:   fractint@xmission.com
  5385. Get Commands:   majordomo@xmission.com "help"
  5386. Administrator:  twegner@phoenix.net
  5387. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5388.  
  5389.  
  5390. -------------------------------------------------------------------------------
  5391.  
  5392. From: YahooBRI@aol.com
  5393. Subject: (fractint) colorz
  5394. Date: 14 Sep 1997 16:30:45 -0400 (EDT)
  5395.  
  5396. Hello everyone.
  5397.  
  5398. I've been using fractint for Windows for a short period of time now and have
  5399. found it to be a phenomenal program.
  5400.  
  5401. I'm at the experimental phase now, though, and am trying to find a way to
  5402. customize the colors that Fractint chooses to use for escape-time fractals.
  5403.  
  5404. Do I have to program in these new variables?  If so, How?
  5405.  
  5406. Since I am not a programming wiz, would it be better to seek out other color
  5407. maps that have already been written in the hopes that I will get the desired
  5408. hues?   If so, can you suggest the best place to begin my search?
  5409.  
  5410. Thanx.
  5411.  
  5412. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5413. Post Message:   fractint@xmission.com
  5414. Get Commands:   majordomo@xmission.com "help"
  5415. Administrator:  twegner@phoenix.net
  5416. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5417.  
  5418.  
  5419. -------------------------------------------------------------------------------
  5420.  
  5421. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  5422. Subject: (fractint) FC2000 
  5423. Date: 14 Sep 1997 17:09:30 -0400 (EDT)
  5424.  
  5425. Julian, all the instructions for calendar submissions can be found at
  5426. Rollo's web page: http://www.artvark.com/artvark. --Alice
  5427.  
  5428.  
  5429.  
  5430. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5431. Post Message:   fractint@xmission.com
  5432. Get Commands:   majordomo@xmission.com "help"
  5433. Administrator:  twegner@phoenix.net
  5434. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5435.  
  5436.  
  5437. -------------------------------------------------------------------------------
  5438.  
  5439. From: "Tim Wegner" <twegner@phoenix.net>
  5440. Subject: Re: (fractint) Truecolor bug...
  5441. Date: 14 Sep 1997 16:18:36 -0600
  5442.  
  5443. Jason asked:
  5444.  
  5445. >     So I guess I'll work around these problems for now, but what is the 
  5446. > chance of the bug getting fixed, so that we can save truecolor images 
  5447. > with viewwindows on?
  5448.  
  5449. I've found and fixed this. The workaround for now is to make a 
  5450. diskvideo mode the size you want, and not using viewwindows. In the 
  5451. next version this will be fixed.
  5452.  
  5453. If anyone else has this problem let me know.
  5454.  
  5455. Tim Wegner
  5456.  
  5457.  
  5458. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5459. Post Message:   fractint@xmission.com
  5460. Get Commands:   majordomo@xmission.com "help"
  5461. Administrator:  twegner@phoenix.net
  5462. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5463.  
  5464.  
  5465. -------------------------------------------------------------------------------
  5466.  
  5467. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  5468. Subject: Re: (fractint) OT - Saving Win95 Text files as PAR
  5469. Date: 15 Sep 1997 12:44:22 -0700
  5470.  
  5471.  
  5472. For editing ASCII files, I really like PFE, programmers file editor, for
  5473. windows and windows 95.
  5474.  
  5475. http://www.lancs.ac.uk/people/cpaap/pfe/features.htm
  5476.  
  5477.  
  5478. Jay
  5479.  
  5480.  
  5481.  
  5482. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5483. Post Message:   fractint@xmission.com
  5484. Get Commands:   majordomo@xmission.com "help"
  5485. Administrator:  twegner@phoenix.net
  5486. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5487.  
  5488.  
  5489. -------------------------------------------------------------------------------
  5490.  
  5491. From: Donald Archer <arch@dorsai.org>
  5492. Subject: (fractint) NYC fractal show
  5493. Date: 16 Sep 1997 18:32:19 -0400 (EDT)
  5494.  
  5495. Everybody welcome to my NYC exhibit of large output (24" x 36") 
  5496. fractal prints on canvas now thru Saturday, October 11 at:
  5497.  
  5498. Vanderbilt YMCA
  5499. 224 East 47th Street
  5500. (betw. 2nd and 3rd Aves)
  5501. New York City
  5502. Lobby exhibit, open 24 hours daily.
  5503.  
  5504. Many of these prints are U-draw fractals drawn by viewer input to my sites at:
  5505.  
  5506. http://www.dorsai.org/~arch
  5507.  
  5508. and/or
  5509.  
  5510. http://www.ingress.com/~arch
  5511.  
  5512. Thanks for visiting!
  5513.  
  5514. Don
  5515.  
  5516.  
  5517. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5518. Post Message:   fractint@xmission.com
  5519. Get Commands:   majordomo@xmission.com "help"
  5520. Administrator:  twegner@phoenix.net
  5521. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5522.  
  5523.  
  5524. -------------------------------------------------------------------------------
  5525.  
  5526. From: nick.grasso@hrads.com (Grasso, Nick)
  5527. Subject: Re: (fractint) Matrox Millenium cards
  5528. Date: 17 Sep 1997 14:46:27 -0400
  5529.  
  5530. At 06:28 PM 8/29/97 -0600, Tim Wegner wrote:
  5531. >
  5532. >BTW I'm following the NT/Matrox thread with interest. Unfortunately I 
  5533. >have neither NT nor a Matrox, so I'm helpless to comment. I really 
  5534. >appreciate all the folks who have jumped in and shared (this is one 
  5535. >reason for the list). Bert Tyler has NT. I don't think he joined the 
  5536. >list, but I'll ask him to view the achive web page and search for 
  5537. >"NT" or "Matrox".
  5538.  
  5539. Regarding running fractint under Windows NT 4.0 with a Matrox Millennium
  5540. (or other cards) in SVGA modes:
  5541.  
  5542. During the last 3 weeks I have sent two messages to Matrox tech support and
  5543. a message to tech support at the company who build my system and I have not
  5544. received any reply. However, I did find the following recent document on
  5545. Microsoft's Knowledge Base. Here is the complete text. Read it and weep.
  5546.  
  5547. ---------------Start Q155259
  5548. VESA Drivers Not Supported in a VDM
  5549.  
  5550. Last reviewed: August 13, 1997
  5551. Article ID: Q155259
  5552.  
  5553. The information in this article applies to:
  5554.  
  5555. Microsoft Windows NT Server version 4.0
  5556. Microsoft Windows NT Workstation version 4.0
  5557.  
  5558. SUMMARY
  5559.  
  5560. When you attempt to load a VESA video driver in a Virtual DOS Machine
  5561. (VDM), the driver either fails to load or does not work properly.
  5562.  
  5563. MORE INFORMATION
  5564.  
  5565. Windows NT does not support loading VESA video drivers in a VDM. Even
  5566. though some VESA video drivers may load properly and seem to funtion
  5567. correctly in a VDM, this is not recommended.
  5568.  
  5569. Windows NT by design denies direct access to the hardware to all programs.
  5570. Any program that tries to use direct hardware calls will fail in Windows NT.
  5571. ---------------End Q155259
  5572.  
  5573. Well, this does not look good, although it doesn't make any sense to me.
  5574. Like I said in previous messages, I am not getting an error message from
  5575. NT, but rather a message from my monitor saying that the synch freq is out
  5576. of range. Why would NT cause the video card to send the wrong synch freq?
  5577. Tim, did you ever ask Bert Tyler about this? If anyone else has any further
  5578. information, please share it with us.
  5579.  
  5580. Hope this helps,
  5581. Nick
  5582. nick.grasso@hrads.com
  5583.  
  5584.  
  5585. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5586. Post Message:   fractint@xmission.com
  5587. Get Commands:   majordomo@xmission.com "help"
  5588. Administrator:  twegner@phoenix.net
  5589. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5590.  
  5591.  
  5592. -------------------------------------------------------------------------------
  5593.  
  5594. From: "Damien M. Jones" <dmj@emi.net>
  5595. Subject: (fractint) dmj-pub.frm
  5596. Date: 17 Sep 1997 15:32:08 -0400
  5597.  
  5598. --=====================_874539128==_
  5599. Content-Type: text/plain; charset="us-ascii"
  5600.  
  5601. Howdy folks,
  5602.  
  5603. Attached to this message is a formula file containing all the new coloring
  5604. algorithms I have made for FractInt, for both the Mandelbrot set and the
  5605. NovaM fractal.  Many of these are variations on orbit trap types; a few are
  5606. based on formulae Kerry Mitchell posted here recently.  There are over 100
  5607. different formulae in this file.  Details as to what each formula does are
  5608. contained in the "dmj--Read-Me-First" formula which will be the first one
  5609. listed.  Although I have only provided versions of the algorithms for
  5610. Mandelbrot and NovaM types, instructions are included on how to adapt the
  5611. techniques to other types.  Each formula is extensively commented as well.
  5612.  
  5613. Lee Skinner asked for example PARs to show some of what is possible.  I
  5614. have forty or so images produced with these formulae (and a few other
  5615. formulae that aren't ready for "prime time") so I don't really want to post
  5616. PARs for all of them here.  I hope to have most of them up on my web
  5617. gallery later today.  Here are six, though, to show you what is possible
  5618. with these techniques:
  5619.  
  5620. -----8<----- Start PAR file
  5621.  
  5622. ; example PARs for dmj-pub.frm
  5623. ; Copyright 1997 Damien M. Jones
  5624.  
  5625. dmj-Mand-Hyp-Ang   {
  5626.   reset=1960 type=formula formulafile=dmj-pub.frm
  5627.   formulaname=dmj-Mand-Hyp-Ang passes=1
  5628.   center-mag=+0.28118067573129360/+0.00931181757423966/18699.62
  5629.   params=1/2/30/0/0/0 float=y maxiter=10000 inside=0 decomp=256
  5630.   colors=Cth<2>Uzq<4>0qc<26>0000100310510730930B30D40F60H6<17>0pJ6rMCtRIvW\
  5631.   OxZUzd<4>0qJ<6>0cE0aD0_D0YD0WB<7>0G50E50C40A4082<3>0000100301500701902B0\
  5632.   1D0<3>3L03N02P03R04T03V03X05Z05`04b04d06f05h05j07l06n06p0Ar4Dt8FvCJxGMzK\
  5633.   IyGFwCBu89s46q05o06m05k04i05g05e03c04a0<2>3W03U02S01Q02O02M01K02I01G00E0\
  5634.   1C0<5>000010<10>GN0HP0JR0LT0<11>ap0<3>ixOkzUkyOiwIguCds6cq0<3>Yi0Wg0We0<\
  5635.   3>QY0OW0MU0KS0JQ0HO0HM0<8>440210000010<13>0TL0VM0XO0ZQ<8>0pb6re
  5636.   cyclerange=0/255
  5637.   }
  5638.  
  5639. dmj-Nova-Cir-Dst-I {
  5640.   reset=1960 type=formula formulafile=dmj-pub.frm
  5641.   formulaname=dmj-nova-cir-dst-i passes=2
  5642.   center-mag=+0.00164425966228871/+0.50513275596330250/1951.6
  5643.   params=-1/0/0/0/4096/2 float=y maxiter=1000 inside=0 outside=real
  5644.   periodicity=0
  5645.   colors=yxT<28>dM1cK0bK0<26>640530420210000<46>00T00U20U<13>`0Lc0Kd1K<27>\
  5646.   uRSuSTvTTwUUwUU<61>yyyzzzzzy<29>zzWzzUzyU cyclerange=0/255
  5647.   }
  5648.  
  5649. dmj-Mand-Cir-Dec   {
  5650.   reset=1960 type=formula formulafile=dmj-pub.frm
  5651.   formulaname=dmj-Mand-Cir-Dec passes=2
  5652.   center-mag=+0.45056400625978110/+0.33176116910229650/500.8013
  5653.   params=0/2/0/0/0/2 float=y maxiter=10000 bailout=128 inside=0
  5654.   decomp=256
  5655.   colors=0000BL0DN0DP<4>0KZ0L`0Mb0Nd0Of0Qh<3>0Up4Yr8atCgvGkxKqz<4>0Vq<13>0\
  5656.   FQ0DO0DM<3>08E06C06A048046024012000100<11>P0JR0LT0NV0PX0P<2>b0Vd0Wf0Yh0Z\
  5657.   j0`<2>p0e<4>zUxyOuwIquCns6iq0g<2>k0bi0`g0_e0Z<3>Y0SW0RU0O<5>I0FG0EE0CC0A\
  5658.   <3>304102010<4>0B10D10F10H20J20L20N2<2>0T40V40X3<9>0p6<4>cze<3>0s8<5>0g6\
  5659.   0e60c4<2>0Y40W30U4<5>0I20G20E20C20A1081<3>0000101221532653863A84DA5EB5HB\
  5660.   <2>7NG8PI8RJ9TKAVNAXM<5>EhWFjYFlYGn_Gp`Prd<3>zzz<2>_ulRsgHqaHo`GmZFkXFiX\
  5661.   <5>BYOAWMAUL9SK<3>7KE6IC5GB5DA<5>121000001023025047049<4>0AJ
  5662.   }
  5663.  
  5664. dmj-Mand-Pls-Dst   {
  5665.   reset=1960 type=formula formulafile=dmj-pub.frm
  5666.   formulaname=dmj-Mand-Pls-Dst passes=1
  5667.   center-mag=+0.28120298081300770/+0.00934823174311937/27084.06
  5668.   params=0/0/45/100/256/128 float=y maxiter=1000 inside=0
  5669.   outside=real
  5670.   colors=000<10>30L30N40P50R50T50V40X50Z<8>80pF8rNGt<2>fcz<3>A0s<5>80g80e6\
  5671.   0c<12>30E20C20A108106<2>00000121231552673883AA4DC5EC5H<4>K8RL9TOAVNAXQBZ\
  5672.   RB`SCbVDd<5>bGp<4>zzz<2>m_uiRscHqbHo`GmYFkZFiXEgWEeTDcSCaRC_PBY<5>G7MF7K\
  5673.   D6IB5GB5D<6>000100301502704904B06D06F08H08J09L0AN0CP0C<13>p0Sr4Wt8_vCexG\
  5674.   izKoyGkwCfu8bs4Xq0S<11>U0GS0EQ0EO0CM0CK0AI09G08E08<5>201000010<10>GN0HP0\
  5675.   JR0LT0<11>ap0<4>uzUsyOnwIkuCfs6cq0<3>Yi0Wg0We0<3>QY0OW0MU0KS0JQ0HO0HM0<9\
  5676.   >210
  5677.   }
  5678.  
  5679. dmj-Mand-Triangle  {
  5680.   reset=1960 type=formula formulafile=dmj-pub.frm
  5681.   formulaname=dmj-Mand-Triangle
  5682.   center-mag=+0.27534889540567080/+0.00678633637548891/8538.251
  5683.   params=0/0/0/0/1024/0 float=y maxiter=1000 inside=0 outside=real
  5684.   symmetry=xaxis periodicity=0
  5685.   colors=0001112212212413513513615826A26A26B27D27D2<3>AJ3AK3BK3CM4CN4DN4DP\
  5686.   4CQ4ER4GT5GT5<2>HX5HY5JZ6K`6Ka6<2>Md6Ne7Nf7Ng7<5>Rn8So8Rp8Sr8Us9Ut9Uu9Vv\
  5687.   9Ww9Vx9Yz9WyAXxA<3>Ut9Us9Sq9Tp9<2>Qm8Ql8Rk8<3>Mf7Ne7<4>J_6IZ6IY6IX6HW5GU\
  5688.   5GT5GT5DQ5EQ5DP4DN4<2>CL4BK49I3<2>8F38E37D26B26A258258246235135124122122\
  5689.   1000<7>VL0ZO0bS0fV0jW0nZ0rb0ve0zg0<2>o_0kY0gU0cR0_P0WN0SJ0<6>00000100221\
  5690.   221421542542652873973A83C94D94DB5EC5G<3>G6LH7MG7N<6>NAVNAWPAX<7>VDeVDfXE\
  5691.   h<5>bGnbGodHqdHreHsgItgIufIvhJwhJxkKziKyiKxgJwhJvgJueItfIs<4>aGm_Gl`GkZF\
  5692.   jYFiYFhWEgVEeVEdTDcTDbSDa<2>RCZQBYNBWNBVMAULATLASL9RJ9QK9PH8OI8NG8L<5>B6\
  5693.   EA5D95C85A749648648437436434224223
  5694.   }
  5695.  
  5696. ; Dragon's Tail Parameters
  5697. ; Copyright 1997 Damien M. Jones
  5698.  
  5699. dragonstail { ; Dragon's Tail   Copyright 1997 Damien M. Jones
  5700.   reset=1960 type=formula formulafile=dmj-pub.frm
  5701.   formulaname=dmj-Mand-Hyp-Dec passes=1
  5702.   center-mag=-0.74672046920821220/-0.09275300964797947/1650.714
  5703.   params=1/0/45/0/0/128 float=y maxiter=1000 inside=0 decomp=256
  5704.   colors=000100<10>N80P80RA0TB0VB0<10>pJ0rO8tVG<2>zkc<3>sL0<5>gG0eG0cE0<15\
  5705.   >830620410200000100221541662883AA3DC4ED5<5>RN8TP9VSAXSA<4>faDhcEjdFleFng\
  5706.   GpiGrlPtpYvrgxvpzzzywqwuhuq_snRqjHohHmgGkdFidF<6>WRAUQASO9QN9OL8<2>IF6GD\
  5707.   5DC5BB4<4>211000010<3>2903B04D05F05H0<2>7N07P09R0<12>Hp0Mr4Qt8XvC`xGgzKb\
  5708.   yGXwCTu8Os4Iq0<13>9Q08O07M06K06I0<4>280260140120000<3>03704906B<8>0GT0HV\
  5709.   0HX<9>0Tp<4>UpzOlyIgwCcu6Ys0Vq<3>0Qi0Pg0Pe<4>0JW0HU0GS0EQ0DO<4>09E08C06A\
  5710.   <3>021
  5711.   }
  5712.  
  5713. -----8<----- End PAR file
  5714.  
  5715. Comments/questions are of course welcome.
  5716.  
  5717. --=====================_874539128==_
  5718. Content-Type: application/zip; name="dmj-pub.zip";
  5719.  x-mac-type="705A4950"; x-mac-creator="705A4950"
  5720. Content-Transfer-Encoding: base64
  5721. Content-Disposition: attachment; filename="dmj-pub.zip"
  5722.  
  5723. UEsDBBQACAAIACZ3KyNjCjz9Qx4AAEinAgALAAAAZG1qLXB1Yi5mcm3tnW9z2zbyxx+7M30POD9o
  5724. JceSLbq+tk7budRJLr5rmoyT/pr2pjdDiZDEC0WqJGVHvtx7/+3iD0VSsi0qsk3ZX88klin8WSwW
  5725. HyyAFfRYeKP/tMaTbrsfjz7/7LF4Hru99CRMxfMoHk0CVzz3Aym6U/HUHfkyFC/b4h9RKJPPP/v8
  5726. M87aOpWu13opW8/9OEnFfx/nCxSd9r5oiTdynMpRV8ai09kVnW+//frzz7Yeize9OAoC4UXnoWgc
  5727. vz39qfX01a8/N0UaiURK4dJ7UV+kQz8RqfyQtjmTyviWH/WNfH2WrxeFqeuH2VMpzmM/TUneRZJT
  5728. EY3zYTQS02giem6os/dScea7QrZGrh8IN+WG/M3vee1eNGrmK5eJnNUzjqMz35MilOdUTBDFfjgg
  5729. 0Qf0Ih2OEm5MOpTipRt6MujGUaoK6bOW3UBc/Ct81PlDfM8v/vi3Ix6JnqCU4rU7CcRTGXenydCP
  5730. 5ZeJ+Dk6c1+KdDqWqoBCRlJxQxVw0Oo0xZ5oHOjimlzeTPLfqLXnPmk1lNJjwSbckCByU5K5NY58
  5731. 6vWRmw5FIwqV0O/E2B3IJmVKh6qErEtYBSxL0hbipK/06EXhl+mueqkqGchQxpRhSq9S4ar8SRT4
  5732. XkupiSTwR1S6OB/6vaGgDo2pajIRbxIEVKpur9FTQjUnkSoiln9OSCNiLGPfi3p+OuWWdEmcSRxS
  5733. oa+ePxeNcSyTRAx2Z/ra5vSR53OG7/e3c/356vTHk7fi7emT1+Lls7cvXj19ox6LbACE7kgqwxJR
  5734. 3PVTkcbuWDdeuCTIwD8j43ITk4ut/927d63ffvut9fvvv/+rdfLHrC5640hbL9s0adjaARfXNiWw
  5735. qVCPvo1dz0/9KKS3Z9ZDIyO1CVlFlFD9etmyb+iu/u23YkVa9G2WfVvXJsRr7vGEOk6EVDAJMuHu
  5736. MoXTT5fHQTRJqYukMoipajCXMZbe7uxJ4o/G1M+pOxhIb5afVRa4qYytwK/JwEhgVS/V/yv3vDyj
  5737. PldGTKXGkUtPEtELokQSTahnxx1qwqxM/iGz9Sj7Uz9J3bDHyWkIkwV49CCKUzICGvS9oRsOeCyO
  5738. Hb+Y3Rj+tgwCf5z6PTfYVlm5LEEMSQlobOU9P+5R/8e7xezcO9QRLtfDA4MqyBr4YjrmBtIvGrpR
  5739. 4C7bSPeDLLXRi91z1nkcTQZDrYT5drPuR9JNJnFe7fyzPTQicPOC6fYuDT0qjaC2zeNHNzfdFmNt
  5740. AkyzYgE2v8uG8gupi1rJkuqWK5NioXMSWh0c+zHrgH71Arm0Aoq1a4imVOqu4GEwScT4wN/NKeHH
  5741. Yg9TGaVeEmduMCG7V0yhloeiQ1yLxX5zV0ufjCURn6DjR4ZpC2QwluUGZMVs8tz5nFvZDmklbwjF
  5742. 7DmrOI6dmUb+7ZD0amSeu9SDoZBxTGL1YqkLGvJ0NnLfc+1zMukiZgTaFV0anjSwSafehE2CupMk
  5743. TZjomq8lu2pIbrevuKysl1vzVNIUN44ShRuRTLotLryZDVviLw/bYJLcokHPdSlLaqtwP/jJ46IF
  5744. qElHdZRKua07eHtu7PfdM0Z5KFUhIjozGZSlkDRP2KxH7pT73XRvsYzyoD/tKaqdUm0kzvI2vwzZ
  5745. SgrRc4Yb8wSslXC1knfN7GrMuIwtNudiAcl7ea5rulJNtgTf6uDN2Gcd0C+a8pc2EpGo9EURelKZ
  5746. sKfHf85MyPEyGfhhEA1c5WL5vXaxgLf+YJiG7ADoYZ3LxH4e+5w5HegxXeLPyA/90WQkwonyWqkc
  5747. n2RiVJCLqQZQ35+VkWnhlKyGLcGdLq+C2J0W6ybHkWxa+WRGBaoaZVqq02YaeWIFLZawUGpjApcL
  5748. //RUCf+UnIBqLRi7flxqQp+blVzZlMQaIP9+1Plmv1jEgkZe1a6SFS9upEpEPlnRM/JDnv1UaXqG
  5749. ZFdUGm+yH9MqQYHHuPazijIf3yrwCbWSFPjEMIDNVXeaMUPjN+k5l+Y1Sb4R+Y4LOcdpd/OSmFnY
  5750. K5CaB+gkTXj58X1p+iN+iIIXr1ZVw+icdJf1uOypHs+Xeb3gpVly1grjZ3KXLxC9BKpL23GF6CUL
  5751. mbUjUQC21DRNyFy6Ra3IOrakep5Y57U+E45m6WBOuJLxFZV8kip36MRarJEus+DF4pXBXk2gy7Wl
  5752. HrZOjnjRlppBQCavXJrQs7L0cyufXesj8tjIyjyPJoFHywYaOOxJEFi2yXMmkbb1PMyTDRWoOJ65
  5753. GQkVl5WQDR/yxPSEbRplnVJqKi9YX/7y5q1a22U5cys5Erivlhl6kyAiueL37AxRmmA6a/FrN6a6
  5754. SeXJ0Rb/GKU8lX1aZ6dHpmji01F+jadnItMje+Ifk8B3RW9rq7G/u9+0eZz4SM+r1Jdk9iGZ9iCW
  5755. MtlVyqRiqLr9LLF/VHQ8G0NSwgXvPgRHBFq1GmlmOTs23wFVoggkEkrAOFXeLTfl68MsERXOSzZe
  5756. se0J+YGKIIMwDaeUHecbet6ZLXzfvnh2WlrzPhF9eW7meMo3jDztg/DymxrXCyYe9Si9a0YZ2SK9
  5757. bTKzuXj5BbBa/Ape9S5a7+5yzwc0SjMHy+2Sm0EZWiekyb7gVbxkVPohdTd5LuzeKrtXU7neRGDJ
  5758. rlj3ZlsyujWZvzKKqJFsA60suavcAz+cRJNE71HkGE++t3E2i+NKW+RBrM0+kKnaANFuKIOAFlu9
  5759. 97w2JlnGLr2fygUFBFE0ZoN/5vJWCFndgLLPENHlaVJVMHTP5CUCKIm5kLfxVAsQtkdkxXoKpASJ
  5760. VBO2c3jYXliEb3VmjGiXTFmND7ZHMh4quvGjS5My8WZBAZxTDT9K/RPN+on4PzkmBCftZkHpr18c
  5761. 55RuucC2oN/Xaxqa/OnN80g3a0F1PBAoSWPmRfhN9UKtgAJJilKljxaszTJ5WRbPZ2u/zETeOXkT
  5762. SfyRH7hqIZw1RsurEH6FuDEZDwmkOpF3HxLJQ5NW0uMo1o6MYe/lRtLoqx3WoRv0aTlPEyg1lv/I
  5763. 1mlvY1/P21ZibRLUn7rTxD9prTkVL/2UnLgg+JL0Y3IsqM0P5Z/kCjJktV5Eg9uZqGaTQc/GSnOR
  5764. OR1ntFKjlW2vO2UzfJwxSv2duZ8Ek9T9NTciy8KrRTsxkqe4zD2h2WdB5eyuWkfG5OD1tuSFARVm
  5765. t0IUkFini5qfDb5eNNHTH63EooT3rRonIS8p9D6T0umCAqyWM+vXDXRuu4GBexvtUwmOXzz5+e8n
  5766. P/9d0MQinr86ffnLT0+emayKbNav4MGklqmSYBNEvfeJaYy2cBoZKYlFDUtyLhotAlKfDPKi4Dbl
  5767. 3AgaDn0aXmrnI7TsspNj5gDYhaQeP6Yqc3igClTboHaiWly3wkymwEYaDSQzpGl3dgzXuHBTgOoO
  5768. 8srYa1K+0Thwe3qhrTYx5PxusJIzy+7Hi4TtToL3VhPzhw/0yJOPbRHRuRt7iXX19Eb9TCLeYShJ
  5769. Y8fpyXNTBGtMO+y+2vKP1aFHXmjikVkf0wOTf5aZp26zbGvz8RE9T4lHi5xZVqKq48tYqsfsZEZ2
  5770. m5P1zxB1jVPE01zgv+fDDOrlqZr26HGXXKSE/1CVTamCsf9BBjsOn5cc7Lac9lfNXT634Lr3d/VI
  5771. yL10+DXlVKuSbtJgORrTpjqm4b019bq5IMFBLsEBH8LIBYkarcNmLh3/mU8qxY7o7PNP9qDFhzVR
  5772. 3JB7NBs3d9ifeyQOHHrfm4xG3L6R+8FnhV+w5Eeq2fzygtKx32cbqH/rZyfPhRVJfCda++2vDrlJ
  5773. tESjhB+nrCr1cJf+3z9sflTvcSZP/CDo0b5zKL74glJ/x385jsktxGNP9Caxcldo+P/05pl5bvTd
  5774. 6ug3fn7K9kWvOUlBmO9ZGqeZVVh84ytbD7/VMFpkkVga+yfL1GmKjx9FLgWXWkzU4lS2PJZcCd51
  5775. 48Q8y4lfbkDWBNNKMafQg3xli6qnJDOlkccUvF9KZ/RqkdpmxfHjrBaltP3DeVnyeizI3WG92Sfc
  5776. 145SZO4JF5avt6DEkWrJp2tQmZ3VQ94m94s2uZxVsmCB7KdpNK4u2ZwU1ORVhYh5rq4uRbnr5zr6
  5777. B9UPC/qU3zgs99hfi/ZwlWmS0P/x1PF1Ra0VpWPDOlxevnzts6FRuf58JV8tMCdLuE7ljvzPDHKr
  5778. 2NKccHMD9GCOVU6+enIGgtVsiC1o9lI1l/P8QFOHroBnlIZRTzbYmjwvkRJo+sg/VhmyWdO8oBlm
  5779. q2ynNk1WC3mzZnZTbxVEzMmXyfb5Z//j+eJxa20/HPbCJ+yBVCfs7HdmPgrvZvB7rddh2uKNxv+K
  5780. xyWP5SjbDs+2HNV+OR/xqK0jtfWtHJdf1Vq8w3rlPaRdWrXa19l2XH5FrNywqP/XfbPxoQrJHL1o
  5781. rP1P+aEnx+oYkNffiRWP3dETtZ2tdm/M2lW7XZGOMDl2Y3orpJXg9o+TbpcW1Ns2FMGYhDK8sdPU
  5782. HbZFeU/CM/KEPXO+yptv+R2ttuo/26wOezTKvKkIzvxm0k1SP52k7LzZ7QVVUjvX3dmgGB9cWfFs
  5783. S0yaeg+o3q8PrVtF2atVanNdValxa3MVckPJIcuaSrUuW6m1nO9FRz46+GaLqzy2Z5zmvIWXc31X
  5784. HTdqeyLZVEIVR6HdfzKxXilb2w6a74Wjkp8Ul3w6LCPOOurfVudOc+/bfW7CcTQas/x2e5NGRi+N
  5785. 4nbmV7KjbL3qI64iF6dSXDK1TY7kz7hxocKStkrpqRM52sIknsmufjFIOP1T/oP/jWgtMFuCqdKV
  5786. yV20xh0mVKySv+r3zaYXjblZ3EaWXLX3QoVJ9QN/rLuf/94R1u6bNNyf6rgSY+dKrzxxXDgfdX8Z
  5787. NWWjX9fXSP6cuLRiUdsjejL5znZSM+tnE5swjuWZH02SmYUIYTv7QtXyxuVDFu5o9VwnmZmPl08k
  5788. FxpD3tA/Xnyk2cWae3NmTcwS6SVFKzc9lzas+KxhOz5buosei1N1RmEGJa3A1WpOrVnJRC90Sdms
  5789. pMWlzqEl20CdN0dxT6p4iA/6rGIR+42+1c6T5BWiWjVzCbyfEkg1Sv63iNutkzWTexlcF08NV8K1
  5790. RbXeYAGugWvg+qHjmpfhFolqx6dJC4HF/BZ7BkX3A+QcYlHEuA4kOJptmFtVXgbyUqCBDlXmAAZX
  5791. JAGvyYMpmUa/L2MZphnA27O4c8N8XWE+/EGFQILD4DA4DLfZ0lZL06KWcWJLVlNNTqQ74+mcYwyi
  5792. gqggKohaF8+2gmtbb9hyuG1tUTuL3QVygVwgF05s2YndqilT6+zAgqqgKqgKR3YlR7aWwOWPMy06
  5793. SAuXAW2lQ7TOaodo4Cw4C87Wg7OsgSJFZ1Hz+sO8d7Yfq0XL+Fr4OGadYHtJ3AJwC9wCt8DtXeJ2
  5794. TZu1tSfxi+n42shfi+Ds2iSL4fVAamZ0apoDqdZPqq3NR5VnPmGWo5MFV77ts6vBMhLdj21KW+Jc
  5795. TNNWXWOaDFquCU4FXAAXwOV2d+uW92M2kzorRFLO4adS/A4gBUgBUg822tAwp/phLagD6oA6m+ka
  5796. 1RtHK8TjVYfRoggQQAlQApQeZMya4c5tuEEgD8gD8tTOHaolkipFdWEbGnB5gHApn67f+SbPRhyc
  5797. VwxhAlvAFrClxls5tYfOsR8vHa0z+5qxjQ9jvGHCKU3pb2IrUa7AOEDuAcQzMiJ7/B9naIm80WWa
  5798. Y3Op/6qOp+itexlYZCi4ZGAROAgOgoMPmoMPLASK+bhCCFQelA/i9iLgFDgFTm/IraxveITBY/Vj
  5799. SgASgAQgAcib9TfrDc4V4soqYfM+XSoEfAKfwOdN+pdbNUXkDfuWgCQgCUjCx7xnwXoMz0rBejja
  5800. AQaBwbpj8Ebjf6puR25EiE/FuEJgEBgEBh86Bh9IBGTsIAISXLwhLmoVGM4VPrZwbPAmjZqEudcQ
  5801. NJ3RtMGXQTJLtYouJWled4idvBN+InYSBAVBQVBEXa6VrIi6BIgBYoAY8ZrrByviNYFWoBVoRaTn
  5802. Le0SINIT4AV4AV7EiN4IXBEjCrwCr8AroktvD7uILgVAAVAAFHGpq+ITcakAKAAKgCKidW3fhR4k
  5803. S0e09uIoSYBUXFv8YK8tVr393I9Jg/nAfM8x6SxEdzJkqmHci6jUuUh+h8DnNc1ILyTRw5UxaLDA
  5804. LdT980vCLWLepNL1yqaJLxm+E3ouGc8KfoKf4Cf4ie9RXgqsK4SzFgiLoCtwGBwGh/FV0WWsVj/8
  5805. B1gBVoAVYMW3Ya+yQ1A9lrUabxFtBe6Cu+Duw/rCb4PWm3ZmAVfAFXAFXPGd5hl1KwWy4tQL/AQ/
  5806. 7yM/8bXtK8KzShgr8Al8Ap/AJ76Z/gqunvbS5e9lpaGiV/mAKqAKqK4Fqj9cAVXqTBrBCGWtd8SV
  5807. QeiyV7MCooAoIAqIIp51abqucj1rGbMIvQKMAWPAGEGtc2xd4UYr0BV0BV1BV0S2rrphsMItrZWh
  5808. iwAswBfwBXwfWHir4ettuLUgLAgLwoKwiHGdobfaZa04DgNEAdH7ClEEuq5I0Er3tYKhYCgYCoYi
  5809. 2vUauL4Z+0tHuyZjP3aDElLtALuKL6k/GKahTJIcTztFrDkVsQag3h5Q60rGC3OWUaKiRWFnr9Fj
  5810. zDEJs/Aep6mYOJhQiRnAGn54JuNUes3y/OGZIXXprKEFcTI8nxZpTOU38kjes8xVF2CX5cjGWLv+
  5811. K/UvvjB0LFzpfe9CWQ0flwxlBSFBSBDyoRJyGUQucipfTdK/bDgiV4hHLbKyUrgUiAqigqjwOZfy
  5812. Oesb9WTAWf1UHugEOoFOoPPGndF6s3OFiNGK5FwUzASCgqAgKJzP5Z3PrZrC88YdT+AT+AQ+4YB+
  5813. ogNaS35WiunEuRBICBJuAglvJ7TokzYyNyKmqGLAJgAJQAKQDxiQa92urD8hR1GUDhvvnrw7edNc
  5814. SMlEpciJrojjhwO17B4fxEc5BtFjGqJsN9SvZqxT3R0qjRopB5KxEXpJ02T2j7LQ1UJ6okgJvqtQ
  5815. sLNhELyeUn6gppW9IBo0nHYmlIwTKeiZcESDhgyDR43yYEypOS3/y5SgcpmntgHNYsYa0nC1z5Y0
  5816. TPHODqluh/TREuqF0YlmZ7OZg2cW5nKnI/L1i+NVRqNz2WjsLDUeHf+S7M66h7NTcTivwZta5iM3
  5817. iyv+tE/cACObjRHOcT6kQpI/9adOngRUYEgeUCKkckv/nLixsZdVqeMUqPPspzfPViwus/J8ccYw
  5818. 7g5n75wVaKb+SMR+q+N8LUjDwu33ySeVnuhO5/iWz0EDp+UcHl6XxwEzwUwwc4OZmctOHb/TaFzs
  5819. 7Lf397/+puMcMgHTeBL2Cg+b6+LrClWzqp1vSkS+MGt8JUJLHOrV4ig6kwUsTu5uifg29tWB6lWL
  5820. xNSkIdOU1LOBn04FLbhjdyAV5vTZqxsIyuSqD4uStCOySdGPo5H4qS3+KeN4Kl76aW8og0BlGkWe
  5821. 3/elp7fXopSy97TkXDzxnETcFd+2vml9+/UaVosbt2eWTEZmC4xtZhKGPPkoPeW2vDqXE81lwCjj
  5822. VpRRIj/pJlHA9WqZo74mUBFRt4XCvjV0SvkzGXhMEyu1gc0oa89UpjlqKmErkdNVm1tEt9kukTun
  5823. g7766DLVOVoBtkF03iWl289Ec4Ut4fbUh8BNWlbbOTsGKh0bCvVtO+ti/v+RsByi3LbIptgTXOAj
  5824. 6srcU8pojILFEF2ZnksZ6tKTdo4I1aYAlrzaFNAX36mhkH36O/VHknqdqOWnYhAJd+CqkAzFUu7u
  5825. 6xDMslJhCyzBlhIF3kxre9kOXLb/Z7Ckr1XIbSnrWWEr/7lyllaMXZK70DIhFlXwJF9uvkl9aovT
  5826. NuDXj4yM1Kf0q6X/4smlL3ggUYvGkbIKYwV2ounPb1KoKSPbX7Rty+2WVpoxZhPTeueO1gkmD0we
  5827. mDwwecxdaaEPUFrqyAqzCWaTK2eToUzdXxfOIeeSj98J9zpyNEp8NcDXO43oShiUnPuKSeXbu59U
  5828. rua7bklG+ONJHEsaevrxchPAp3CcJ62aILwij9WBdf442DrCPK5HVPyI9F6iiD4+b42d8im+o9/P
  5829. c/qqw/Qd02tsAiMxGes4ZxNvkvWoebEj9ttmM8Gb0LicdW15MK6yD8QduLUBC4C1s9oi+OBBI/iS
  5830. gCpAGBAGhG8TwnORSK3ONfGboPK9pbIDKN/GzgeYu3bm7hAmr+HuIuDCkwUzP5WZcGVBTVATricw
  5831. Wgmjj1tr+6HCaLieuS8F04D6LWlbUPPj1uswvfZi6OzTJfZjXPoDGPfjzn1LjlsKoeOIJf7pPKRL
  5832. 9w3aO+XJQBvmgnlAB7B52XTAz3qTrnqSvbkjLvg5DX9+auq4aDV0SgLmXuNgx6ZuPuplFd7yff0q
  5833. uZ01Cj4C/71T+GzoUxpqUZyakWI/BPbxwvlY+BhZ/vNeVF/DNrKe96tQD7VoYvtO5B2jaz5aQv2e
  5834. NmwTFnC7hrek5nl6zUXSVxOVKv3VT4fcs5oZzV2qeXYDS+LSdOnq192o/9d9870ExQDvaKwGYYNV
  5835. PFYOwHkUv0+sTM02+QwqGNoNiBiJP/IDl4M5yH2aaHf62I3prfDLRGz/OOl2ycPZFul0LNuAPqAP
  5836. 6AP6laC/4HO9Fb5pZZPngxVuzS7PB7OsvCAV534QiAFfv+WKJOB9jmBK9tHvS3XIZeeBdsVbY4Fz
  5837. 4Bw4B87X5MPX8lrZPJWr34wILoPL4DK4fF/d7Hoje4WbwG8P2ItuwQW4AW6AG+Bep0O9VVMy19mZ
  5838. BpvBZrAZbL5Dp7qW2K50u/knnVF2VjujBK1Ba9D6vtC6fKlw/hamcDLqyvhO96nrfJ9wHtlVblwH
  5839. tAFtQBvQ3ixor2cTu/Y8fzEdXxt8bUE+nI5l3I0Cd+G3Z2zUrUoPkndbDxt49o6lHOOyD9Lk9Gat
  5840. 3O9lPLs/27e21Lnota26Rq8ZQF0TzQxEAVFA1H3fxdxMeq0QezuHsUqxWoAdYAfYIT51HeSqfqQO
  5841. doFdYNfDdtTqjbUVYjirQ21RvA/gBrgBbohz/FR63YZTBn6BX+AXYgFvE22VYgGx1Q9IAVJriKao
  5842. xQbYRgRKVAx8A6FAKBCq1oR6IFFex368dJRXrO4rvhcXa94wKZWmYtfzJ0npO/sKlAQmEUd7ZRwt
  5843. Q1Zfd+xwQEPeYDOts6ltyCp15ivcx3g0g9Il49EAU8AUMAVMPx2mCzxVa6f3KWCO8bpCwFyesw/i
  5844. XjPQGDQGjevs2tY3BsYwtvopMigLyoKyoGytfd56c3eF2MNK1L1P14yBvqAv6Ft7H3erppy9Yf8W
  5845. pAVpQVqQ9k793Fqyt1IYJ07IQFFQ9D5T9OajuVbZlt2ImK2KAadgKVgKloKld7/5Wn+6xg4iYoHV
  5846. G8KqVoGB5Ezd6gutNeGkUZMwFASM1wPjBl9KyyjW6r0UxHm9I5b2biGMWFpgGBgGhhGFWycwIwoX
  5847. HAfHwfGH6k7XOI5M0xnxu+Az+Aw+w8/eCGIj8hfcBrfBbfjVtYxb04RGzDAYDUaD0fCtNyPamKiN
  5848. aGPwF/wFfz3EKd8lgxGnDAqDwqAwIpxrwuXXQbJ0hHMvjpIERMb16PjwyMrXoyt7ee7HpP38pz08
  5849. x6SzJN7JuKtA0Iuo1LmPhzjEKa9pWFFIogc8s9SAhVuo+/aXhFvExEql65WNG19ef2cMXjLAGRQG
  5850. hUFhULhe3yx2H+ObmcsrxDcXAI0AOmAcGAfGN/kLbmsZLGfgXD0UA3gGnoFn4Pl+etn1BvYK0c3V
  5851. cI3QOWAb2Aa2N8Cr3qopoG/aowaigWggGojeSM+6ltCuFNuM40PgF/gFfu8mqm6FreeNCKGrGNoM
  5852. CAPCgDAgfLcQvt+Rzae9dPm7m2mM6Z0KMBlMBpNrwuQfrmAyGQIxAOHN9Q+jMyBe9v5moBgoBoqB
  5853. YsQ43xacV7nDuUxpBNKB5WA5WI5A5xsi9Ap3zoHRYDQYDUYj2vmONj1WuMu5MrMRTgd2g91gN0Ke
  5854. V6f0bfjW4DQ4DU6D04h7Xhu5q93pjHNFMBgMBoMR/HwDHK50rzNIDBKDxCAxIqBvls1vxv7SEdDJ
  5855. 2I/doERkOzKvwlPqD4ZpKJMkh+NOkYpORSqCx7fN4/sI1gtzLlSCqiVpZ6/RY0oySLN4LaepkDqY
  5856. UIkZ/xp+eCbjlEQsT12eGZSXTlhaECej+2kR5lR+I0/0PYtsddt+WY5slLY3ZLfhiy8MXAtfInDv
  5857. 4psNZpeMbwZoAVqAFqBdFbRLk3aRa/tqkv5lw0m7QrByEbmVouAAZoAZYAaYb9MDrm9Qm+Fv9XAJ
  5858. EBgEBoFB4E1xjeuN4BXiiisCeFGwGkAMEAPEAPGtu8JbNWXwjbvBoDAoDAqDwvVwh2uJ4UohwDh6
  5859. A1AB1IcB1FuMIfukTd6NCCKrGOALzoKz4Cw4W6ut3HqC9v8BUEsHCGMKPP1DHgAASKcCAFBLAQIU
  5860. CxQACgAIACZ3KyNjCjz9Qx4AAEinAgALAAAAAAAAAAEAIAAAAAAAAABkbWotcHViLmZybVBLBQYA
  5861. AAAAAQABADkAAAB8HgAAAAA=
  5862. --=====================_874539128==_
  5863. Content-Type: text/plain; charset="us-ascii"
  5864.  
  5865.  
  5866. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  5867.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  5868.  
  5869. --=====================_874539128==_--
  5870.  
  5871.  
  5872. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5873. Post Message:   fractint@xmission.com
  5874. Get Commands:   majordomo@xmission.com "help"
  5875. Administrator:  twegner@phoenix.net
  5876. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5877.  
  5878.  
  5879. -------------------------------------------------------------------------------
  5880.  
  5881. From: "P.Toth Andras" <ptotha@MZSG.SULIMAIL.iif.hu>
  5882. Subject: (fractint) Joining
  5883. Date: 17 Sep 1997 11:35:00 +1
  5884.  
  5885. Microsoft Mail v3.0 IPM.Microsoft Mail.Note
  5886. K|ldo: P.Toth Andras
  5887. Cmmzett: Fractint
  5888. Targy:  Joining
  5889. Datum: 1997-09-17 11:35
  5890. Prioritas: 
  5891. Rvgzmtett bet9tmpus-kiszlet: 0001
  5892. \zenetazonosmts: A1543415
  5893. Beszilgetisazonosmts: A1543415
  5894.  
  5895. ##############################################################################
  5896.  
  5897. Sorry for the lame header - the mail program does it :(
  5898.  
  5899.  Well, hello to everybody. This is my first time to send a mail to this list 
  5900.  - I hope You won't mind my beginner questions!
  5901.  
  5902.  Basically my problem is not with Fractint, but making fractal calculations 
  5903. faster.
  5904.  I worked with Mandelbrot fractals for about 2 months. As I work on 
  5905. Commodore 64 (1 Mhz) the calculation time is very important - so if You have 
  5906. any good ideas to speed up Mandelbrot calculations, please let me know!
  5907.  
  5908.  My ideas were:
  5909.  
  5910.  -Use 2 bytes for numbers (1 bit negative flag, 3 bits for whole, 12 bits for 
  5911. decimal) Ofcourse 2 complements.
  5912.  
  5913.  -Give the iteration counter maximum a little value (f.e. 10)
  5914.  
  5915.  -I don't know the special name for this stuff: the maximum distance of the 
  5916. moving point {  sqrt(x*x+y*y)>=maxdistance   }. Well, I used no squareroot 
  5917. function, I calculated the distance and compared oit with the maxdistance 
  5918. squared (maxdistance was 2)
  5919.  
  5920.  Yes, I think these were the basic improvements (only :( ). There were some 
  5921. more like coding the multiplier routine faster (the C64 has no inbuilt 
  5922. command like MUL), etc.
  5923.  
  5924.  There MUST be other ways of speeding up the routine, coz I saw fullscreen 
  5925. (160x200) REALTIME mandelbrot fractals calculated in 4 seconds...
  5926.  
  5927.  Anyway, thank you for your help, and please forgive my bad english and poor 
  5928. sentences, but I'm in the middle of a MS-Works lesson and I could not 
  5929. concentrate perfectly.
  5930.  
  5931. Best wishes: Andras P.Toth (Hungary)
  5932.  
  5933.  
  5934. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5935. Post Message:   fractint@xmission.com
  5936. Get Commands:   majordomo@xmission.com "help"
  5937. Administrator:  twegner@phoenix.net
  5938. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5939.  
  5940.  
  5941. -------------------------------------------------------------------------------
  5942.  
  5943. From: Sky Nelson <skynel@soliton.physics.arizona.edu>
  5944. Subject: (fractint) Getting fractint
  5945. Date: 17 Sep 1997 14:31:51 -0700 (MST)
  5946.  
  5947.  
  5948. I would like to download fractint, but I am concerned about viruses (I 
  5949. just started doing web downloading last night.) Anybody have any help or 
  5950. ideas about how to avoid viruses or get a viral disinfectant program for 
  5951. a PC with windows 95?
  5952.  
  5953. Thank you!
  5954.     Sky Nelson
  5955.  
  5956. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5957. Post Message:   fractint@xmission.com
  5958. Get Commands:   majordomo@xmission.com "help"
  5959. Administrator:  twegner@phoenix.net
  5960. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5961.  
  5962.  
  5963. -------------------------------------------------------------------------------
  5964.  
  5965. From: Rich Thomson <rthomson@ptc.com>
  5966. Subject: Re: (fractint) Getting fractint 
  5967. Date: 17 Sep 1997 16:16:25 -0600
  5968.  
  5969.  
  5970. > I would like to download fractint, but I am concerned about viruses
  5971.  
  5972. The fractint ZIP file on Spanky is not contaminated.  Look at <URL:
  5973. http://spanky.triumf.ca> and follow the fractint links to download the
  5974. ZIP file.
  5975. --
  5976.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  5977.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  5978.      3D Paint: The Power to Create in 3D;        Rich Thomson
  5979.      email me for more info                rthomson@ptc.com
  5980.  
  5981. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5982. Post Message:   fractint@xmission.com
  5983. Get Commands:   majordomo@xmission.com "help"
  5984. Administrator:  twegner@phoenix.net
  5985. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  5986.  
  5987.  
  5988. -------------------------------------------------------------------------------
  5989.  
  5990. From: Tim Riley  <triley@its.bldrdoc.gov>
  5991. Subject: Re: (fractint) Getting fractint
  5992. Date: 17 Sep 1997 16:24:57 -0700
  5993.  
  5994.   From: Sky Nelson <skynel@soliton.physics.arizona.edu>
  5995.   Subject: (fractint) Getting fractint
  5996. > I would like to download fractint, but I am concerned about viruses (I 
  5997. > just started doing web downloading last night.) Anybody have any help or 
  5998. > ideas about how to avoid viruses or get a viral disinfectant program for 
  5999. > a PC with windows 95?
  6000. ---------------End of Original Message-----------------
  6001.  
  6002. Both McAfee and Norton produce capable virus scan programs. I personally use
  6003. McAfee since we bought a site licence here at work. Their web site is:
  6004.  
  6005. http://www.mcafee.com
  6006.  
  6007. But don't get too paranoid. I've had access to the internet (in its various
  6008. shapes and forms) for over 10 years, and I have _never_ encountered a virus.
  6009. I worked with someone who would scream "VIRUS" at least once a week. In every
  6010. case, it turned out that, with his limited computer abilities, he either didn't
  6011. know how to run a particular program, or he had his system so twisted in a
  6012. knot (messed up or missing configuration files, misplaced files, incomplete
  6013. installation) that nothing would work.
  6014.  
  6015.  -----------------------------------------
  6016. |               Tim Riley                 |
  6017. | Institute for Telecommunication Science |
  6018. |     National Telecommunications and     |
  6019. |       Information Administration        |
  6020. |          US Dept. of Commerce           |
  6021. |            Boulder, Colorado            |
  6022. |      E-mail:triley@its.bldrdoc.gov      |
  6023. |     Per favore spenga le Sue scarpe     |
  6024. |  davanti abbandonare il nave spaziale.  |
  6025.  -----------------------------------------
  6026.  
  6027.  
  6028. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6029. Post Message:   fractint@xmission.com
  6030. Get Commands:   majordomo@xmission.com "help"
  6031. Administrator:  twegner@phoenix.net
  6032. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6033.  
  6034.  
  6035. -------------------------------------------------------------------------------
  6036.  
  6037. From: Tim <stimothy@interaccess.com>
  6038. Subject: (fractint) Using FractInt with an Imagine 128...
  6039. Date: 17 Sep 1997 18:39:54 -0500
  6040.  
  6041. Hello everyone!
  6042.  
  6043. This is my first posting to the FractInt list and I am wondering if
  6044. anybody on the list uses an Imagine 128 (mine has 4 meg of ram) to draw
  6045. their fractals?  It seems that the chipset on the card only allows for
  6046. 512k in DOS which doesn't allow for very good resolution!  I've been
  6047. told that I need a DOS VESA driver so if anybody could help me I'd
  6048. appreciate it!  I have a 21" Viewsonic PS and am really looking forward
  6049. to finding some incredible images!
  6050.  
  6051. If it turns out that this card is pretty bogus for drawing fractals, I'd
  6052. entertain upgrading to a new video card.  I am wondering if 3D
  6053. accelerators also can provide a benefit with the FractInt program.  I've
  6054. had this Imagine 128 for about two years so I am kinda in need for an
  6055. upgrade anyway!  What would be the ultimate card for drawing with a
  6056. Pentium system?  I also use Win95 for games and Netscape so the card
  6057. would have to work with this as well.
  6058.  
  6059. Looking forward to any replies!
  6060.  
  6061. Sincerely,
  6062.  
  6063. Tim Maxwell
  6064.  
  6065.  
  6066. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6067. Post Message:   fractint@xmission.com
  6068. Get Commands:   majordomo@xmission.com "help"
  6069. Administrator:  twegner@phoenix.net
  6070. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6071.  
  6072.  
  6073. -------------------------------------------------------------------------------
  6074.  
  6075. From: Barry Bluestein <barryblu@tmn.com>
  6076. Subject: (fractint) Old L-System bug 
  6077. Date: 17 Sep 1997 19:15:23 -0500
  6078.  
  6079. I would love to know if there is a fix for a bug that crept into Fractint DOS
  6080. after ver 14 or 15 (the one that shipped with the Waite Press Fractint book).
  6081. Prior to this bug, the L-System 'ColorSnowflake' would generate symmetrical
  6082. images at levels at least as high as 8. Since then, any value over 5 results in
  6083. a warped, asymetrical image being generated.
  6084.  
  6085. This bug has performed on all machines I have ever tested it on.
  6086.  
  6087. Any thoughts? If nescessary, I would even be willing to load a pre-bug version
  6088. of Fractint just to access this one formula. It's easily my favorite 'fractal'.
  6089.  
  6090. --
  6091. Barry Bluestein
  6092. TeleJamaica Design Project Manager
  6093.  
  6094. USAID/Kingston
  6095. 2 Hainning Rd
  6096. Kingston 5, Jamaica, W.I.
  6097. 809-926-5001 x3327
  6098.  
  6099.  
  6100.  
  6101. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6102. Post Message:   fractint@xmission.com
  6103. Get Commands:   majordomo@xmission.com "help"
  6104. Administrator:  twegner@phoenix.net
  6105. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6106.  
  6107.  
  6108. -------------------------------------------------------------------------------
  6109.  
  6110. From: Barry Bluestein <barryblu@tmn.com>
  6111. Subject: Re: (fractint) NYC fractal show
  6112. Date: 17 Sep 1997 19:16:43 -0500
  6113.  
  6114.  
  6115.  
  6116. Donald Archer wrote:
  6117.  
  6118. > Everybody welcome to my NYC exhibit of large output (24" x 36")
  6119. > fractal prints on canvas now thru Saturday, October 11 at:
  6120. >
  6121. > Vanderbilt YMCA
  6122. > 224 East 47th Street
  6123. > (betw. 2nd and 3rd Aves)
  6124. > New York City
  6125. > Lobby exhibit, open 24 hours daily.
  6126. >
  6127. > Many of these prints are U-draw fractals drawn by viewer input to my sites at:
  6128. >
  6129.  
  6130. [snip]
  6131.  
  6132. What is "U-draw?"
  6133.  
  6134.  
  6135. --
  6136. Barry Bluestein
  6137. TeleJamaica Design Project Manager
  6138.  
  6139. USAID/Kingston
  6140. 2 Hainning Rd
  6141. Kingston 5, Jamaica, W.I.
  6142. 809-926-5001 x3327
  6143.  
  6144.  
  6145.  
  6146. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6147. Post Message:   fractint@xmission.com
  6148. Get Commands:   majordomo@xmission.com "help"
  6149. Administrator:  twegner@phoenix.net
  6150. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6151.  
  6152.  
  6153. -------------------------------------------------------------------------------
  6154.  
  6155. From: Donald Archer <arch@dorsai.org>
  6156. Subject: Re: (fractint) NYC fractal show
  6157. Date: 17 Sep 1997 21:40:29 -0400 (EDT)
  6158.  
  6159. Barry,
  6160.  
  6161. >Donald Archer wrote:
  6162. >
  6163. >> Everybody welcome to my NYC exhibit of large output (24" x 36")
  6164. >> fractal prints on canvas now thru Saturday, October 11 at:
  6165. >>
  6166. >> Vanderbilt YMCA
  6167. >> 224 East 47th Street
  6168. >> (betw. 2nd and 3rd Aves)
  6169. >> New York City
  6170. >> Lobby exhibit, open 24 hours daily.
  6171. >>
  6172. >> Many of these prints are U-draw fractals drawn by viewer input to my sites 
  6173.  
  6174. >What is "U-draw?
  6175.  
  6176. A forms page is provided on my sites for viewers to submit by email to
  6177. me random numbers and functions. I then draw an image in Fractint based on these
  6178. parameters using (I hope) interesting formulas, affix the submitter's name, 
  6179. then post the image to my site. The viewers love it and I love the
  6180. action and the challange. I call these fractals U-draws.
  6181.  
  6182. My U-draw sites are:
  6183.  
  6184. http://www.dorsai.org/~arch
  6185.  
  6186. and/or
  6187.  
  6188. http://www.ingress.com/~arch
  6189.  
  6190. Don
  6191.  
  6192.  
  6193.  
  6194.  
  6195. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6196. Post Message:   fractint@xmission.com
  6197. Get Commands:   majordomo@xmission.com "help"
  6198. Administrator:  twegner@phoenix.net
  6199. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6200.  
  6201.  
  6202. -------------------------------------------------------------------------------
  6203.  
  6204. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  6205. Subject: Re: (fractint) Old L-System bug
  6206. Date: 17 Sep 1997 20:56:22 -0500
  6207.  
  6208.  
  6209.  
  6210. Barry Bluestein wrote:
  6211.  
  6212. > I would love to know if there is a fix for a bug that crept into Fractint DOS
  6213. > after ver 14 or 15 (the one that shipped with the Waite Press Fractint book).
  6214. > Prior to this bug, the L-System 'ColorSnowflake' would generate symmetrical
  6215. > images at levels at least as high as 8. Since then, any value over 5 results in
  6216. > a warped, asymetrical image being generated.
  6217. >
  6218. > This bug has performed on all machines I have ever tested it on.
  6219. >
  6220. > Any thoughts? If nescessary, I would even be willing to load a pre-bug version
  6221. > of Fractint just to access this one formula. It's easily my favorite 'fractal'.
  6222. >
  6223. > --
  6224. > Barry Bluestein
  6225. > TeleJamaica Design Project Manager
  6226.  
  6227. Mr. Bluestein has a point here.  Both the "Snowflake2" and "SnowflakeColor"
  6228. L-system types go haywire on levels 5 and above.   On level 5, the first few
  6229. mini-snowflakes are drawn OK, but then it seems the program realizes that the
  6230. entire snowflake won't fit on the screen and scales the remaining segments to fit,
  6231. with disasterous results.  Level 6 is so screwed up that only the first largest
  6232. sub-snowflake (which, by the way, IS the level 5 snowflake) is entirely on the
  6233. screen.  Correct me if I'm wrong, but isn't the whole thing supposed to be on the
  6234. screen?  If anyone out there has any ideas on this, such as what might be wrong or
  6235. how to fix it, send 'em in!
  6236.  
  6237. Justin Kolodziej
  6238.  
  6239. -- no cool signature :( --
  6240.  
  6241.  
  6242. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6243. Post Message:   fractint@xmission.com
  6244. Get Commands:   majordomo@xmission.com "help"
  6245. Administrator:  twegner@phoenix.net
  6246. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6247.  
  6248.  
  6249. -------------------------------------------------------------------------------
  6250.  
  6251. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  6252. Subject: (fractint) L-System Fractal Wanted!
  6253. Date: 17 Sep 1997 21:17:40 -0500
  6254.  
  6255. Ever since I've seen the "Twin Dragon Skin" fractal described in Benoit
  6256. B. Mandelbrot's book, "The Fractal Geometry of Nature", I've wanted to
  6257. see what it looked like.  So far, it hasn't appeared in any book that I
  6258. checked in iterated form, only in generator form.  I was hoping it would
  6259. be included in the L-system fractals, but alas! No such luck! So, if
  6260. anyone out there has a formula file for this or (horror of horrors!) can
  6261. tell me how to do it myself, I would greatly appreciate it! Thanks!
  6262.  
  6263. Justin Kolodziej
  6264.  
  6265. -- no cool signature :( --
  6266.  
  6267.  
  6268.  
  6269. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6270. Post Message:   fractint@xmission.com
  6271. Get Commands:   majordomo@xmission.com "help"
  6272. Administrator:  twegner@phoenix.net
  6273. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6274.  
  6275.  
  6276. -------------------------------------------------------------------------------
  6277.  
  6278. From: "Tim Wegner" <twegner@phoenix.net>
  6279. Subject: Re: (fractint) Old L-System bug 
  6280. Date: 17 Sep 1997 22:40:37 -0600
  6281.  
  6282. Barry wrote:
  6283.  
  6284. > I would love to know if there is a fix for a bug that crept into Fractint DOS
  6285. > after ver 14 or 15 (the one that shipped with the Waite Press Fractint book).
  6286. > Prior to this bug, the L-System 'ColorSnowflake' would generate symmetrical
  6287. > images at levels at least as high as 8. Since then, any value over 5 results in
  6288. > a warped, asymetrical image being generated.
  6289.  
  6290. I have known about this bug for years, but your raising it again 
  6291. cast some light. The bug does not appear in 16.11 but does appear in 
  6292. 17.2. In between those versions assembler speedup code was added. 
  6293. Generally in Fractint the debug=90 option disables assembler and uses 
  6294. the C code, but this doesn't work for lsys as near as I can tell, so 
  6295. the C code is not used.
  6296.  
  6297. On a hunch I tried the Xfractint version, which of course does not 
  6298. use the assembler. The snowflakecolor fractal was OK at level 6. This 
  6299. suggests that the assembler is where the bug is.
  6300.  
  6301. I'll investigate adding a switch to use the C code in the DOS 
  6302. version. I've mentioned this to Adrian mariano, the assembler author, 
  6303. but I haven't heard from him in a while.
  6304.  
  6305. Tim
  6306.  
  6307.  
  6308. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6309. Post Message:   fractint@xmission.com
  6310. Get Commands:   majordomo@xmission.com "help"
  6311. Administrator:  twegner@phoenix.net
  6312. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6313.  
  6314.  
  6315. -------------------------------------------------------------------------------
  6316.  
  6317. From: Evin C Robertson <ecr+@andrew.cmu.edu>
  6318. Subject: Re: (fractint) Matrox Millenium cards
  6319. Date: 18 Sep 1997 08:23:22 -0400 (EDT)
  6320.  
  6321. Like the excerpt from Microsoft states, NT does not like programs
  6322. directly talking to the hardware; the hardware abstraction layer is
  6323. talked to instead.  This means all the great SVGA detection logic in
  6324. fractint can't work properly.  I tried using fractint under NT before,
  6325. and none of the higher resolution modes were available, and some of the
  6326. modes had interesting side effects.  I don't recomend using DOS fractint
  6327. under NT.  NT is a good operating system, and fractint is a good
  6328. program, but they don't cooperate very well.  I recomend either using
  6329. the dual boot in NT to boot to DOS (if you have a copy of it), or using
  6330. the (oh no) windows port of fractint. 
  6331.  
  6332. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6333. Post Message:   fractint@xmission.com
  6334. Get Commands:   majordomo@xmission.com "help"
  6335. Administrator:  twegner@phoenix.net
  6336. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6337.  
  6338.  
  6339. -------------------------------------------------------------------------------
  6340.  
  6341. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  6342. Subject: Re: (fractint) Joining
  6343. Date: 18 Sep 1997 10:01:13 -0400 (EDT)
  6344.  
  6345. > -Use 2 bytes for numbers (1 bit negative flag, 3 bits for whole, 12 bits for 
  6346. >decimal) Ofcourse 2 complements.
  6347.  
  6348. Fixed point math. (The C-64 uses 2's complement? kewl. I don't remember
  6349. much about my old C-64, except that signed char was from -128 to 127,
  6350. consistent with bias-128 or 2's...) For deeper zooms try 4 bytes, 1 sign
  6351. bit, 3 bits point 28. For types other than mandelbrot you have problems if
  6352. the set is bigger than +/-7. There goes continuous potential, labmda-cos
  6353. z, etc.
  6354. (Did the C-64 have an FPU? If not how come BASIC could deal with float
  6355. types? Emulation?)
  6356.  
  6357. > -Give the iteration counter maximum a little value (f.e. 10)
  6358.  
  6359. 10? That'll give you a triangular black blob and a few bands of color :P
  6360. Any decent Mandelbrotting requires it to be at least a small int. Try an
  6361. unsigned int, 2 bytes 0-65535. (Gets slow for high iters of course.)
  6362.  
  6363. > -I don't know the special name for this stuff: the maximum distance of the 
  6364. >moving point {  sqrt(x*x+y*y)>=maxdistance   }. Well, I used no squareroot 
  6365. >function, I calculated the distance and compared oit with the maxdistance 
  6366. >squared (maxdistance was 2)
  6367.  
  6368. That will save some cycles. (Watch out for overflow. Don't forget if the
  6369. real or imag parts goes above 7 or below -8 it will wrap with your fixed
  6370. point numbers.)
  6371.  
  6372. > Yes, I think these were the basic improvements (only :( ). There were some 
  6373. >more like coding the multiplier routine faster (the C64 has no inbuilt 
  6374. >command like MUL), etc.
  6375.  
  6376. Gak! I remember that. No MUL! Yack. I coded a 64-bit fixed point mult...
  6377. in asm... never actually tried to run the darn thing. Afraid of the result
  6378. probably. :)
  6379.  
  6380. > There MUST be other ways of speeding up the routine, coz I saw fullscreen 
  6381. >(160x200) REALTIME mandelbrot fractals calculated in 4 seconds...
  6382.  
  6383. 160x200...gak! That was the biggest mode wasn't it...160x200x16. eeeuw.
  6384. Nowadays if you catch a vid card that won't do 320x240x256 you throw it
  6385. back and try again.
  6386.  
  6387.  
  6388. --
  6389.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  6390.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  6391.     `*'  bulk candy section...because variety is the spice of life... [me]
  6392. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  6393.  
  6394. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6395. Post Message:   fractint@xmission.com
  6396. Get Commands:   majordomo@xmission.com "help"
  6397. Administrator:  twegner@phoenix.net
  6398. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6399.  
  6400.  
  6401. -------------------------------------------------------------------------------
  6402.  
  6403. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  6404. Subject: Re: (fractint) Matrox Millenium cards
  6405. Date: 18 Sep 1997 10:06:13 -0400 (EDT)
  6406.  
  6407. >
  6408. >Like the excerpt from Microsoft states, NT does not like programs
  6409. >directly talking to the hardware; the hardware abstraction layer is
  6410. >talked to instead.  This means all the great SVGA detection logic in
  6411. >fractint can't work properly.  I tried using fractint under NT before,
  6412. >and none of the higher resolution modes were available, and some of the
  6413. >modes had interesting side effects.  I don't recomend using DOS fractint
  6414. >under NT.  NT is a good operating system, and fractint is a good
  6415. >program, but they don't cooperate very well.  I recomend either using
  6416. >the dual boot in NT to boot to DOS (if you have a copy of it), or using
  6417. >the (oh no) windows port of fractint. 
  6418.  
  6419. Two words. Disk-video, and, GIF-viewer.
  6420.  
  6421. --
  6422.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  6423.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  6424.     `*'  bulk candy section...because variety is the spice of life... [me]
  6425. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  6426.  
  6427. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6428. Post Message:   fractint@xmission.com
  6429. Get Commands:   majordomo@xmission.com "help"
  6430. Administrator:  twegner@phoenix.net
  6431. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6432.  
  6433.  
  6434. -------------------------------------------------------------------------------
  6435.  
  6436. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  6437. Subject: (fractint) About out of print books...
  6438. Date: 18 Sep 1997 09:13:15 -0700
  6439.  
  6440.  
  6441. To all who are looking for Fractal Creations 2nd edition.  Sorry for the
  6442. delay.
  6443.  I'll post more definite search results about this in a few weeks.
  6444.  
  6445. Jay
  6446.  
  6447.  
  6448.  
  6449. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6450. Post Message:   fractint@xmission.com
  6451. Get Commands:   majordomo@xmission.com "help"
  6452. Administrator:  twegner@phoenix.net
  6453. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6454.  
  6455.  
  6456. -------------------------------------------------------------------------------
  6457.  
  6458. From: Sky Nelson <skynel@soliton.physics.arizona.edu>
  6459. Subject: (fractint) entering my own algorythyms
  6460. Date: 18 Sep 1997 10:31:39 -0700 (MST)
  6461.  
  6462.  
  6463. How do all of you enter your own algorythyms into fractint? Or do you use 
  6464. fractint? I wrote a program at home to do this, but I am now on a Unix at 
  6465. school, and would love to know if I can actually enter new equations of 
  6466. my own into fractint, for it to plot...
  6467.  
  6468.     Thanks!
  6469.         Sky
  6470.  
  6471. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6472. Post Message:   fractint@xmission.com
  6473. Get Commands:   majordomo@xmission.com "help"
  6474. Administrator:  twegner@phoenix.net
  6475. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6476.  
  6477.  
  6478. -------------------------------------------------------------------------------
  6479.  
  6480. From: Rich Thomson <rthomson@ptc.com>
  6481. Subject: Re: (fractint) entering my own algorythyms 
  6482. Date: 18 Sep 1997 15:25:33 -0600
  6483.  
  6484.  
  6485. Sky Nelson <skynel@soliton.physics.arizona.edu>  writes:
  6486. > How do all of you enter your own algorythyms into fractint?
  6487.  
  6488. Read the formula tutorial and the help files for the formula fractal
  6489. type.  Synopsis:
  6490.  
  6491. my_formula_fractal {
  6492.     reset type=formula formulafile=mystuff.frm formulaname=my_formula
  6493.     ; corners=...
  6494.     ; colors=...
  6495.     ; etc.
  6496. }
  6497. --
  6498.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  6499.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  6500.      3D Paint: The Power to Create in 3D;        Rich Thomson
  6501.      email me for more info                rthomson@ptc.com
  6502.  
  6503. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6504. Post Message:   fractint@xmission.com
  6505. Get Commands:   majordomo@xmission.com "help"
  6506. Administrator:  twegner@phoenix.net
  6507. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6508.  
  6509.  
  6510. -------------------------------------------------------------------------------
  6511.  
  6512. From: GEDEON PETERI <GEDEON@InfoAve.Net>
  6513. Subject: (fractint) video modes
  6514. Date: 18 Sep 1997 17:37:30 -0400
  6515.  
  6516. The following questions are not directly related to fractals or
  6517. Fractint, but they are at least motivated solely by my desire to
  6518. maximize my ability to generate fractals at the highest possible
  6519. resolution.  If I am not mistaken, such questions were invited in the
  6520. introduction to this mailing list. I am woefully ignorant about some
  6521. things.  In particular, I am somewhat embarrassed to say, I am not
  6522. completely clear about the difference between video upgrade kits, video
  6523. drivers, and video cards.  I have a NEC Ready 9710 machine (166 Mhz
  6524. Pentium MMX; 16MB RAM; 2MB video RAM).  My manual says that a video
  6525. upgrade kit is available to raise video memory to 4MB, but I suspect
  6526. that there are ways to go beyond that by addition of cards, drivers,
  6527. etc.  Is that correct?  I cannot get any useful information from the
  6528. manufacturer.  The best reply I was able to get from them, despite the
  6529. praises lavished on their support services by the salesman who sold me
  6530. the computer, repeated verbatim what is stated in my printed user's
  6531. manual, and nothing more.  At present I am using Fractint in SF7  video
  6532. mode (1024x768x256), but would like to be able to display higher
  6533. resolution images on my screen, as well as be prepared for the time when
  6534. Fractint will be available in true color.  I would greatly appreciate
  6535. any suggestions either directly, or by reference to a source where I
  6536. could get such information.  May I add that I am tremendously grateful
  6537. to the Stone Soup Group for providing such a wonderful thing as
  6538. Fractint.  (I only discovered this mailing list a couple of days ago and
  6539. this is my first posted message.)  Thanks, Gedeon Peteri.
  6540.  
  6541.  
  6542. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6543. Post Message:   fractint@xmission.com
  6544. Get Commands:   majordomo@xmission.com "help"
  6545. Administrator:  twegner@phoenix.net
  6546. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6547.  
  6548.  
  6549. -------------------------------------------------------------------------------
  6550.  
  6551. From: "Damien M. Jones" <dmj@emi.net>
  6552. Subject: (fractint) dmj-pub.frm (take two)
  6553. Date: 17 Sep 1997 23:40:32 -0400
  6554.  
  6555.  
  6556. Howdy folks,
  6557.  
  6558. Those of you who subscribe to the digest will not have received the FRM
  6559. file I attached to a message.  Should you wish a copy, I will post one soon
  6560. on my web site (and I'll post a note here when I do so, sometime tomorrow
  6561. it seems).  Anyone who can't wait that long :-) should e-mail me and I'll
  6562. send it out right away.
  6563.  
  6564. I did not post the file uncompressed because it's huge, but compresses
  6565. *very* well into a 7K ZIP.
  6566.  
  6567. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  6568.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  6569.  
  6570.  
  6571.  
  6572. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6573. Post Message:   fractint@xmission.com
  6574. Get Commands:   majordomo@xmission.com "help"
  6575. Administrator:  twegner@phoenix.net
  6576. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6577.  
  6578.  
  6579. -------------------------------------------------------------------------------
  6580.  
  6581. From: Roelf Renkema <centiped@xs4all.nl>
  6582. Subject: (fractint) Help!
  6583. Date: 18 Sep 1997 20:58:17 -0600
  6584.  
  6585. I can't get Fractint running on my machine. I'm using the dos version 19.6.
  6586. Now under DOS it just won't startup and crashes my system (a 486-dx2 66Mhz)
  6587. Under Win95 I get the message that it's using a wrong instruction and halts on
  6588. 391D:0BE0 interupts used none. Anyone....sugestions!
  6589.                                             _/_/|
  6590.         grey@nym,alias.net                 (o(o) \
  6591.           ' The Wolf '                  OO~~     /
  6592.                                         \--__   ,/
  6593.     "I like'm sweet and wet"            |/~  `-'
  6594.  
  6595.  
  6596. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6597. Post Message:   fractint@xmission.com
  6598. Get Commands:   majordomo@xmission.com "help"
  6599. Administrator:  twegner@phoenix.net
  6600. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6601.  
  6602.  
  6603. -------------------------------------------------------------------------------
  6604.  
  6605. From: nick.grasso@hrads.com (Grasso, Nick)
  6606. Subject: Re: (fractint) Help!
  6607. Date: 19 Sep 1997 13:33:21 -0400
  6608.  
  6609. At 08:58 PM 9/18/97 -0600, Roelf Renkema <centiped@xs4all.nl> wrote:
  6610. >I can't get Fractint running on my machine. I'm using the dos version 19.6.
  6611. >Now under DOS it just won't startup and crashes my system (a 486-dx2 66Mhz)
  6612. >Under Win95 I get the message that it's using a wrong instruction and
  6613. halts on
  6614. >391D:0BE0 interupts used none. Anyone....sugestions!
  6615.  
  6616. It sounds to me like the EXE is corrupt. Try downloading it again.
  6617.  
  6618. Nick
  6619. nick.grasso@hrads.com
  6620.  
  6621.  
  6622. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6623. Post Message:   fractint@xmission.com
  6624. Get Commands:   majordomo@xmission.com "help"
  6625. Administrator:  twegner@phoenix.net
  6626. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6627.  
  6628.  
  6629. -------------------------------------------------------------------------------
  6630.  
  6631. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  6632. Subject: Re: (fractint) entering my own algorythyms
  6633. Date: 19 Sep 1997 14:18:49 -0400 (EDT)
  6634.  
  6635. >
  6636. >
  6637. >How do all of you enter your own algorythyms into fractint? Or do you use 
  6638. >fractint? I wrote a program at home to do this, but I am now on a Unix at 
  6639. >school, and would love to know if I can actually enter new equations of 
  6640. >my own into fractint, for it to plot...
  6641.  
  6642. Check the fractint dox for the formula type.
  6643.  
  6644. --
  6645.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  6646.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  6647.     `*'  bulk candy section...because variety is the spice of life... [me]
  6648. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  6649.  
  6650. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6651. Post Message:   fractint@xmission.com
  6652. Get Commands:   majordomo@xmission.com "help"
  6653. Administrator:  twegner@phoenix.net
  6654. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6655.  
  6656.  
  6657. -------------------------------------------------------------------------------
  6658.  
  6659. From: nick.grasso@hrads.com (Grasso, Nick)
  6660. Subject: Re: (fractint) video modes
  6661. Date: 19 Sep 1997 14:30:43 -0400
  6662.  
  6663. At 05:37 PM 9/18/97 -0400, GEDEON PETERI <GEDEON@InfoAve.Net> wrote:
  6664. >The following questions are not directly related to fractals or
  6665. >Fractint, but they are at least motivated solely by my desire to
  6666. >maximize my ability to generate fractals at the highest possible
  6667. >resolution.  If I am not mistaken, such questions were invited in the
  6668. >introduction to this mailing list. I am woefully ignorant about some
  6669. >things.  In particular, I am somewhat embarrassed to say, I am not
  6670. >completely clear about the difference between video upgrade kits, video
  6671. >drivers, and video cards.  I have a NEC Ready 9710 machine (166 Mhz
  6672. >Pentium MMX; 16MB RAM; 2MB video RAM).  My manual says that a video
  6673. >upgrade kit is available to raise video memory to 4MB, but I suspect
  6674. >that there are ways to go beyond that by addition of cards, drivers,
  6675. >etc.  Is that correct?  I cannot get any useful information from the
  6676. >manufacturer.  The best reply I was able to get from them, despite the
  6677. >praises lavished on their support services by the salesman who sold me
  6678. >the computer, repeated verbatim what is stated in my printed user's
  6679. >manual, and nothing more.  At present I am using Fractint in SF7  video
  6680. >mode (1024x768x256), but would like to be able to display higher
  6681. >resolution images on my screen, as well as be prepared for the time when
  6682. >Fractint will be available in true color.  I would greatly appreciate
  6683. >any suggestions either directly, or by reference to a source where I
  6684. >could get such information.  May I add that I am tremendously grateful
  6685. >to the Stone Soup Group for providing such a wonderful thing as
  6686. >Fractint.  (I only discovered this mailing list a couple of days ago and
  6687. >this is my first posted message.)  Thanks, Gedeon Peteri.
  6688.  
  6689. Hello Gedeon,
  6690.  
  6691. Here is some info on video cards that may help:
  6692.  
  6693. > The video modes you can display are directly related to the amount of
  6694. video memory,
  6695. For example, a card with 2Mb can display the following modes:
  6696. 640x480x256
  6697. 800x600x256
  6698. 1024x768x256
  6699. 1280x1024x256
  6700. 640x480x65536 (high color)
  6701. 800x600x65536 (high color)
  6702. 1024x768x65536 (high color)
  6703. 1152x864x65536 (high color)
  6704. 640x480x16million (true color)
  6705. 800x600x16million (true color)
  6706.  
  6707. A 4Mb card can also display:
  6708. 1024x768x16million
  6709. 1152x864x16million (this is my favorite mode for 17 inch monitors)
  6710. 1280x1024x16million
  6711. 1600x1200x256 (This mode may work with 2Mb ??)
  6712. 1600x1200x65536
  6713.  
  6714. 8Mb is needed for 1600x1200x16million
  6715.  
  6716. The driver cannot change this situation. If you want the 4Mb modes, you
  6717. must get the 4Mb upgrade or buy a new video card with 4Mb. There are some
  6718. differences among drivers for different video cards, however. Some do not
  6719. support 1152x864 or 1600x1200 at all.
  6720.  
  6721. > Your monitor must also be able to support the resolution you want. Number
  6722. of colors is not an issue, but some monitors cannot handle 1600x1200.
  6723.  
  6724. > Most recent DOS programs do not need video drivers because most modern
  6725. cards and DOS programs support the VESA standard. VESA support may be built
  6726. into the video card's BIOS or you may have to load a small DOS TSR. Most
  6727. (but not all) of the above modes are supported by VESA. All those other
  6728. video modes you see in fractint are left over from the days before VESA.
  6729.  
  6730. > You do need a video driver for Windows, but of course all video cards
  6731. come with one. However, it pays to check manufacturer's web site for
  6732. updates. Windows video drivers are notoriously buggy and are the cause of
  6733. many Windows crashes and problems. The drivers are often updated frequently.
  6734.  
  6735. I hope this helps somewhat. If you have any more questions, please post
  6736. them or you can email me directly.
  6737.  
  6738. Nick
  6739. nick.grasso@hrads.com
  6740.  
  6741.  
  6742. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6743. Post Message:   fractint@xmission.com
  6744. Get Commands:   majordomo@xmission.com "help"
  6745. Administrator:  twegner@phoenix.net
  6746. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6747.  
  6748.  
  6749. -------------------------------------------------------------------------------
  6750.  
  6751. From: "Damien M. Jones" <dmj@emi.net>
  6752. Subject: Re: (fractint) video modes
  6753. Date: 19 Sep 1997 15:09:57 -0400
  6754.  
  6755. Nick, Gedeon,
  6756.  
  6757. 1600x1200x256 is doable on my 2M graphics card.  In general, I've been
  6758. pretty happy with this amount of RAM on the card, since 1600x1200 is about
  6759. the highest mode my monitor can display anyway.
  6760.  
  6761. I would also note that some video cards will accomodate "odd" RAM sizes.
  6762. For example, I once worked with a Number Nine GXE something-or-other that
  6763. had 3M of RAM on it.  This allowed a mode like 1024x768x16M which doesn't
  6764. quite fit in 2M.
  6765.  
  6766. You can calculate the amount of RAM needed for a mode by simply multiplying
  6767. the width by the height by the bit depth and dividing by eight.  For example:
  6768.  
  6769. 640 x 480 x 8 (256 colors) / 8 = 307200 (fits in 512K)
  6770. 800 x 600 x 16 (65K colors) / 8 = 960000 (just fits in 1M)
  6771. 1024 x 768 x 24 (16M colors) / 8 = 2359296 (doesn't fit in 2M)
  6772. 800 x 600 x 32 (16M colors) / 8 = 1920000 (just fits in 2M)
  6773.  
  6774. You'll notice in the above examples that I list both 24-bit and 32-bit as
  6775. being 16M color modes.  A 32-bit mode wastes eight bits of each pixel, but
  6776. because 32-bit values are easier (and faster) for computers to deal with
  6777. than 24-bit values, many graphics cards go ahead and waste the RAM to
  6778. provide increased performance.  Some cards do not support true 24-bit
  6779. modes, but always use 32-bit modes instead.
  6780.  
  6781. How do you tell which 16M mode your card is using?  In Windows, it's pretty
  6782. easy: right-click a blank area of your desktop, choose "Properties", switch
  6783. to the "Settings" tab, and in the "Color palette" drop-down, you should see
  6784. the actual bit depth listed.  Typically you can choose between 8-bit,
  6785. 16-bit, 24-bit, and 32-bit.  Just remember that visually, 24-bit and 32-bit
  6786. will be the same, but 32-bit modes will have higher performance.
  6787.  
  6788. Unless you're doing serious graphics work, I'd recommend using a 16-bit
  6789. mode.  Performance here is even better than 32-bit modes, and it seems the
  6790. best trade-off between performance and color quality.  Web browsing in
  6791. 8-bit modes (256-color) is rather grainy, as all that pretty color (which
  6792. you're downloading whether you see the quality or not) is wasted.  At the
  6793. moment, bit depth beyond 8 doesn't do anything for FractInt, but when you
  6794. run FractInt from Windows it will change the display mode anyway.
  6795.  
  6796. Just my ramblings...
  6797.  
  6798. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  6799.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  6800.  
  6801.  
  6802. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6803. Post Message:   fractint@xmission.com
  6804. Get Commands:   majordomo@xmission.com "help"
  6805. Administrator:  twegner@phoenix.net
  6806. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6807.  
  6808.  
  6809. -------------------------------------------------------------------------------
  6810.  
  6811. From: Roelf Renkema <centiped@xs4all.nl>
  6812. Subject: Re: (fractint) Help!
  6813. Date: 19 Sep 1997 20:20:46 +0200
  6814.  
  6815. At 13:33 19-09-97 -0400, you wrote:
  6816. >At 08:58 PM 9/18/97 -0600, Roelf Renkema <centiped@xs4all.nl> wrote:
  6817. >>I can't get Fractint running on my machine. I'm using the dos version 19.6.
  6818. >>Now under DOS it just won't startup and crashes my system (a 486-dx2 66Mhz)
  6819. >>Under Win95 I get the message that it's using a wrong instruction and
  6820. >halts on
  6821. >>391D:0BE0 interupts used none. Anyone....sugestions!
  6822. >
  6823. >It sounds to me like the EXE is corrupt. Try downloading it again.
  6824. >
  6825. >Nick
  6826. >nick.grasso@hrads.com
  6827. >
  6828. Nah to easy, was the first of the last things I tried &8-)
  6829. --                                            _/_/|
  6830.         grey@nym,alias.net                 (o(o) \
  6831.           ' The Wolf '                  OO~~     /
  6832.                                         \--__   ,/
  6833.     "I like'm sweet and wet"            |/~  `-'
  6834.  
  6835. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6836. Post Message:   fractint@xmission.com
  6837. Get Commands:   majordomo@xmission.com "help"
  6838. Administrator:  twegner@phoenix.net
  6839. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6840.  
  6841.  
  6842. -------------------------------------------------------------------------------
  6843.  
  6844. From: Sky Nelson <skynel@soliton.physics.arizona.edu>
  6845. Subject: (fractint) Controlling Fractals...
  6846. Date: 19 Sep 1997 12:48:21 -0700 (MST)
  6847.  
  6848.  
  6849. Does anybody know how to take a simple algorythym, like a mandelbrot, and 
  6850. via initial conditions control what part you look at? I tried adding 
  6851. constants here and there, but it warped the pattern,,,, I just want to 
  6852. translate it around the screen, depending on initial parameters...
  6853.  
  6854.     Thanks!
  6855.         Sky
  6856.  
  6857. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6858. Post Message:   fractint@xmission.com
  6859. Get Commands:   majordomo@xmission.com "help"
  6860. Administrator:  twegner@phoenix.net
  6861. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6862.  
  6863.  
  6864. -------------------------------------------------------------------------------
  6865.  
  6866. From: GEDEON PETERI <GEDEON@InfoAve.Net>
  6867. Subject: (fractint) video modes continued
  6868. Date: 19 Sep 1997 16:30:40 -0400
  6869.  
  6870.     Nick, Damien,
  6871.     Many thanks for the highly informative letters.  Since the maximum
  6872. resolution my monitor will support is 1280x1024, it appears that I am
  6873. already set for this with my 2MB of video RAM.  Simply adding the update
  6874. kit to 4MB would enable me to use 1600x1200 with present Fractint - 256
  6875. colors.  Only if Fractint went to true color (16 million) would I need
  6876. 8MB to support the 1600x1200 resolution.  Am I correct to draw these
  6877. conclusions?  If so, though going for 8MB does not make any sense at
  6878. this time for me, I am nonetheless curious whether an 8MB video card
  6879. could be installed in my computer?  In other words, does the fact that
  6880. the manual only mentions upgrading to 4MB mean that there are other
  6881. system components (excluding the monitor) which could not support more
  6882. than that, or does it not?
  6883.     Gedeon.
  6884.  
  6885.  
  6886. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6887. Post Message:   fractint@xmission.com
  6888. Get Commands:   majordomo@xmission.com "help"
  6889. Administrator:  twegner@phoenix.net
  6890. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6891.  
  6892.  
  6893. -------------------------------------------------------------------------------
  6894.  
  6895. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  6896. Subject: Re: (fractint) Controlling Fractals...
  6897. Date: 19 Sep 1997 13:43:10 -0700
  6898.  
  6899.  
  6900. Sky wrote:
  6901.  
  6902. >Does anybody know how to take a simple algorthym, like a
  6903. >mandelbrot, and via initial conditions control what part you
  6904. >look at? I tried adding constants here and there, but it warped
  6905. >the pattern,,,, I just want to translate it around the screen,
  6906. >depending on initial parameters...
  6907. The Mandelbrot set use this iteration formula:
  6908.  
  6909. z := z^2 + c;
  6910.  
  6911. where z is initally zero.
  6912.  
  6913. We color pixels corresponding to the value of c according to the
  6914. number of iterations, n, it takes to have |z|>2.  If n gets beyond
  6915. itermax we set the color to black, usually.
  6916.  
  6917. You control what part of the Mandelbrot set you see by how
  6918. you map c to the screen.  You use some interpolation formula
  6919. like
  6920.  
  6921. c(real) = c(left side) + column*deltac
  6922. c(imag)=c(top)-row*deltac
  6923.  
  6924.  
  6925. So your initial parameters are c(left side), c(top), deltac or an
  6926. equivalent set like the center c and magnification.
  6927.  
  6928. Hope this helps.
  6929.  
  6930.  
  6931. Jay
  6932.  
  6933.  
  6934.  
  6935. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6936. Post Message:   fractint@xmission.com
  6937. Get Commands:   majordomo@xmission.com "help"
  6938. Administrator:  twegner@phoenix.net
  6939. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6940.  
  6941.  
  6942. -------------------------------------------------------------------------------
  6943.  
  6944. From: nick.grasso@hrads.com (Grasso, Nick)
  6945. Subject: Re: (fractint) video modes continued
  6946. Date: 19 Sep 1997 17:08:57 -0400
  6947.  
  6948. At 04:30 PM 9/19/97 -0400, GEDEON PETERI <GEDEON@InfoAve.Net> wrote:
  6949. >    Nick, Damien,
  6950. >    Many thanks for the highly informative letters.  Since the maximum
  6951. >resolution my monitor will support is 1280x1024, it appears that I am
  6952. >already set for this with my 2MB of video RAM.  Simply adding the update
  6953. >kit to 4MB would enable me to use 1600x1200 with present Fractint - 256
  6954. >colors.
  6955.  
  6956. According to Damien, you only need 2Mb for 1600x1200x256 (thanks for
  6957. posting that formula Damien; I had forgotten it). Too bad your monitor
  6958. doesn't support it. This is my favorite mode for fractint.
  6959.  
  6960. > Only if Fractint went to true color (16 million) would I need
  6961. >8MB to support the 1600x1200 resolution.  Am I correct to draw these
  6962. >conclusions?
  6963.  
  6964. Yes, that is correct. Unless, of course, you want to run other programs at
  6965. that resolution.
  6966.  
  6967. > If so, though going for 8MB does not make any sense at
  6968. >this time for me, I am nonetheless curious whether an 8MB video card
  6969. >could be installed in my computer?  In other words, does the fact that
  6970. >the manual only mentions upgrading to 4MB mean that there are other
  6971. >system components (excluding the monitor) which could not support more
  6972. >than that, or does it not?
  6973.  
  6974. It only means that the video board that came with your system only supports
  6975. 4MB. But you could replace that video board with another one (or if it is
  6976. built into the motherboard, you can disable it). I was just on Matrox's web
  6977. site and their new Millenium II comes with either 4Mb, 8Mb, or 16Mb! They
  6978. just lowered the price too. It is about $200 (US) for the 4Mb version. This
  6979. is a very good price!
  6980.  
  6981. Nick
  6982. nick.grasso@hrads.com
  6983.  
  6984.  
  6985.  
  6986. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6987. Post Message:   fractint@xmission.com
  6988. Get Commands:   majordomo@xmission.com "help"
  6989. Administrator:  twegner@phoenix.net
  6990. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  6991.  
  6992.  
  6993. -------------------------------------------------------------------------------
  6994.  
  6995. From: Tim <stimothy@interaccess.com>
  6996. Subject: (fractint) Video Cards
  6997. Date: 19 Sep 1997 17:48:24 -0500
  6998.  
  6999. Hey gang,
  7000.  
  7001. Well I have let my post go for a few days concerning the Imagine 128 and
  7002. I guess nobody uses one.  So lets try another question:
  7003.  
  7004. If you had the oppertunity to get a new video card for drawing fractals,
  7005. what would it be?
  7006.  
  7007. I am also wondering if 3D accelerators can help in drawing any types of
  7008. fractals.
  7009.  
  7010. Any input would be appreciated as I've decided to upgrade my system
  7011. now.  The Imagine128 doesn't work with the new DirectX drivers for
  7012. windows games anyway...
  7013.  
  7014. Sincerely
  7015.  
  7016. Tim Maxwell
  7017.  
  7018.  
  7019. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7020. Post Message:   fractint@xmission.com
  7021. Get Commands:   majordomo@xmission.com "help"
  7022. Administrator:  twegner@phoenix.net
  7023. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7024.  
  7025.  
  7026. -------------------------------------------------------------------------------
  7027.  
  7028. From: Peter Jakubowicz <pfj@brigadoon.com>
  7029. Date: 19 Sep 1997 20:16:53 -0700
  7030.  
  7031. Hi.
  7032. Could someone please tell me what anti-aliasing means? I am under the
  7033. impression it has something to do with creating high-rez images and then
  7034. bringing them back down to a smaller size. I do this because they look
  7035. better than when I just create them at the smaller size, unless my eyes
  7036. deceive  me. Anyway, I am curious what people mean when they say they are
  7037. doing such and such a thing to their images for anti-aliasing.
  7038.  
  7039.                     Thanks,
  7040.                     Peter
  7041.  
  7042.                   
  7043.  
  7044.  
  7045. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7046. Post Message:   fractint@xmission.com
  7047. Get Commands:   majordomo@xmission.com "help"
  7048. Administrator:  twegner@phoenix.net
  7049. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7050.  
  7051.  
  7052. -------------------------------------------------------------------------------
  7053.  
  7054. From: "Damien M. Jones" <dmj@emi.net>
  7055. Subject: (fractint) Re: anti-aliasing
  7056. Date: 19 Sep 1997 23:53:37 -0400
  7057.  
  7058. Peter,
  7059.  
  7060. Assuming you don't want a technical answer (which would only barely not be
  7061. over my head :) you can think of anti-aliasing as a way to smooth out rapid
  7062. transitions in an image.  Think of the highly detailed "mush" areas of a
  7063. fractal image--those areas would show more detail zoomed in, possibly even
  7064. resolving into structures you could see, but in your image they're just
  7065. "mush".  Well, anti-aliasing typically involves generating the image at a
  7066. higher resolution, to go ahead and resolve those areas... and then the
  7067. image is reduced in a graphics package, which averages several pixels down
  7068. into each pixel in the smaller image, giving the "overall" color.
  7069.  
  7070. This is a pretty bad explanation, but no doubt someone else will step in
  7071. and take the time to do it right. :)
  7072.  
  7073. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  7074.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  7075.  
  7076.  
  7077. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7078. Post Message:   fractint@xmission.com
  7079. Get Commands:   majordomo@xmission.com "help"
  7080. Administrator:  twegner@phoenix.net
  7081. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7082.  
  7083.  
  7084. -------------------------------------------------------------------------------
  7085.  
  7086. From: "Damien M. Jones" <dmj@emi.net>
  7087. Subject: Re: (fractint) video modes continued
  7088. Date: 19 Sep 1997 23:57:11 -0400
  7089.  
  7090. Gedeon,
  7091.  
  7092. Your card should be able to do 1600x1200x256 with the 2M you currently
  7093. have.  You should also be aware that quite a few graphics cards will do a
  7094. 1600x1200 VESA mode as interlaced, so your monitor only needs to be able to
  7095. handle half the vertical resolution (600).  Your monitor easily does this.
  7096. You'll just want to make sure you use the VESA modes in FractInt (which
  7097. work best under Win95 anyway).
  7098.  
  7099. Your *computer* will take an 8M graphics card fine.  Whether or not your
  7100. graphics card will take an 8M *upgrade* is another issue--one that only
  7101. your graphics card manufacturer can answer.  And it's solely dependent on
  7102. the graphics card; nothing in the computer or monitor affects this.
  7103.  
  7104. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  7105.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  7106.  
  7107.  
  7108. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7109. Post Message:   fractint@xmission.com
  7110. Get Commands:   majordomo@xmission.com "help"
  7111. Administrator:  twegner@phoenix.net
  7112. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7113.  
  7114.  
  7115. -------------------------------------------------------------------------------
  7116.  
  7117. From: "Damien M. Jones" <dmj@emi.net>
  7118. Subject: Re: (fractint) Video Cards
  7119. Date: 19 Sep 1997 23:57:15 -0400
  7120.  
  7121. Tim,
  7122.  
  7123.  - Well I have let my post go for a few days concerning the Imagine 128 and
  7124.  - I guess nobody uses one.
  7125.  
  7126. Well, I don't have one, didn't get one because some 64-bit cards were still
  7127. faster than the Imagine 128.  Seemed at the time that Number Nine was just
  7128. going for the "bigger is better" approach. :(
  7129.  
  7130.  - If you had the oppertunity to get a new video card for drawing fractals,
  7131.  - what would it be?
  7132.  
  7133. Well, that depends on whether you've got a system that can take PCI cards
  7134. or not.  I hope you do, because that makes it easy: any modern card will
  7135. do.  You'll be hard-pressed to find a new card with less than 2M, which as
  7136. I've described is more than adequate for all but the most die-hard FractInt
  7137. fanatics with 21" monitors.  (And oh, would I love to join the ranks of
  7138. those fanatics! :)  So buy your next graphics card, not for what it can do
  7139. for FractInt, but for what *else* it can do.  Personally, I'd lean towards
  7140. something with decent 3D acceleration, preferably with a Voodoo chipset
  7141. from 3Dfx, for awesome Quake/Hexen performance, but that's just me. :)
  7142.  
  7143.  - I am also wondering if 3D accelerators can help in drawing any types of
  7144.  - fractals.
  7145.  
  7146. Not in FractInt.  The only thing a 3D accelerator might help would be 3D
  7147. rendering of fractals, but keep in mind that 3D cards are typically
  7148. designed with real-time (read: low-quality) performance in mind.  If you're
  7149. generating images thirty times a second, you don't typically care that it's
  7150. not doing filtered interpolation with Phong-rendered highlights and proper
  7151. shadows... but if you're rendering a still image that people are going to
  7152. be gazing at for a long time to come, you want to make sure that it's done
  7153. right, because you may not get the chance to do it over.  3D cards don't
  7154. always accelerate final renders (depends on the renderer) but they can
  7155. certainly help out interactive editing of 3D objects.  But again, not in
  7156. FractInt as it currently stands.
  7157.  
  7158.  - Any input would be appreciated as I've decided to upgrade my system
  7159.  - now.  The Imagine128 doesn't work with the new DirectX drivers for
  7160.  - windows games anyway...
  7161.  
  7162. *Lots* of stuff doesn't work with DirectX yet.  My sound card, a Gravis
  7163. Ultrasound, has such lousy driver support that DirectX crashes most things
  7164. that try to use it.  That's why when I re-installed everything a couple of
  7165. months ago, I didn't install DirectX.  'Course, none of this is
  7166. FractInt-related... :)
  7167.  
  7168. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  7169.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  7170.  
  7171.  
  7172. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7173. Post Message:   fractint@xmission.com
  7174. Get Commands:   majordomo@xmission.com "help"
  7175. Administrator:  twegner@phoenix.net
  7176. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7177.  
  7178.  
  7179. -------------------------------------------------------------------------------
  7180.  
  7181. From: GEDEON PETERI <GEDEON@InfoAve.Net>
  7182. Subject: (fractint) Thanks
  7183. Date: 20 Sep 1997 00:38:10 -0400
  7184.  
  7185. Nick, Damien,
  7186. Many thanks for the extremely enlightening discussion.  Gedeon.
  7187.  
  7188.  
  7189. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7190. Post Message:   fractint@xmission.com
  7191. Get Commands:   majordomo@xmission.com "help"
  7192. Administrator:  twegner@phoenix.net
  7193. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7194.  
  7195.  
  7196. -------------------------------------------------------------------------------
  7197.  
  7198. From: ezarak@sinfo.net
  7199. Subject: (fractint) Re: aliasing
  7200. Date: 20 Sep 1997 13:08:40 -0500
  7201.  
  7202. > From:          Peter Jakubowicz <pfj@brigadoon.com>
  7203.  
  7204. > Hi.
  7205. > Could someone please tell me what anti-aliasing means?
  7206.  
  7207.  
  7208. anti-aliasing
  7209.  
  7210. <graphics> A technique used on a grey-scale or colour bitmap display
  7211. to make diagonal edges appear smoother by setting pixels near the edge
  7212. to intermediate colours according to where the edge crosses them. 
  7213.  
  7214. The most common example is black characters on a white background.
  7215. Without anti-aliasing, diagonal edges appear jagged, like staircases,
  7216. which may be noticeable on a low resolution display. If the display
  7217. can show intermediate greys then anti-aliasing can be applied. A pixel
  7218. will be black if it is completely within the black area, or white if it
  7219. is completely outside the black area, or an intermediate shade of grey
  7220. according to the proportions of it which overlap the black and white
  7221. areas. The technique works similarly with other foreground and
  7222. background colours. 
  7223.  
  7224. [Why (anti-) "aliasing"?] 
  7225.  
  7226. Copyright Denis Howe 1993, 1997. 
  7227. http://wombat.doc.ic.ac.uk/?Free+On-line+Dictionary
  7228.  
  7229. Saludos
  7230. Ernesto Zarak
  7231. ezarak@sinfo.net
  7232.  
  7233. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7234. Post Message:   fractint@xmission.com
  7235. Get Commands:   majordomo@xmission.com "help"
  7236. Administrator:  twegner@phoenix.net
  7237. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7238.  
  7239.  
  7240. -------------------------------------------------------------------------------
  7241.  
  7242. From: owner-fractint@xmission.com
  7243. Subject: (fractint) Re: 
  7244. Date: 20 Sep 1997 12:15:25 -0600
  7245.  
  7246.  
  7247. Peter Jakubowicz wrote:
  7248. >
  7249. > Could someone please tell me what anti-aliasing means?
  7250. >
  7251.  
  7252. In a lot of graphic applications (like Adobe Photoshop), anti-aliasing
  7253. produces a smooth-edged selection by partially filling edge pixels so
  7254. that they are semitransparent.  Because anti-aliasing removes jagged
  7255. edges, it is especially useful when you=92re creating composite images by=
  7256.  
  7257. cutting and pasting.  No detail is lost, since only the edge pixels
  7258. change.
  7259.  
  7260. Anti-aliasing is a method of smoothing the edges of shapes, objects, and
  7261. mask selections.  Anti-aliasing creates intermediate pixels that smooth
  7262. the transition between colors and sharp edges.  To produce a curved or
  7263. diagonal edge on a selection, pixels in the image that are diagonal to
  7264. each other are part of the selection=92s edge.  This diagonal pixel
  7265. selection can produce a jagged edge.  Anti-aliasing makes some of the
  7266. pixels located along the inside edge of the selection semi-transparent
  7267. which smoothes out the edges of the selection.
  7268.  
  7269.  
  7270. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7271. Post Message:   fractint@xmission.com
  7272. Get Commands:   majordomo@xmission.com "help"
  7273. Administrator:  twegner@phoenix.net
  7274. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7275.  
  7276.  
  7277. -------------------------------------------------------------------------------
  7278.  
  7279. From: ezarak@sinfo.net
  7280. Subject: (fractint) Re: anti-aliasinng
  7281. Date: 20 Sep 1997 13:18:04 -0500
  7282.  
  7283. > Date:          Fri, 19 Sep 1997 20:16:53 -0700
  7284. > From:          Peter Jakubowicz <pfj@brigadoon.com>
  7285.  
  7286. > Hi.
  7287. > Could someone please tell me what anti-aliasing 
  7288.  
  7289.  
  7290. Smoothing the jaggies in a bitmapped image. When diagonal or curved
  7291. lines are put in bitmapped form, these shapes must be made with square
  7292. pixels; any lines that are not vertical or horizontal have a
  7293. stair-stepped appearance. Anti-aliasing changes the pixels along the
  7294. edges of the line into varying shades of gray or in-between color, in
  7295. order to make the edge appear smoother. In a black-on-white image, for
  7296. example, the shade of gray used is determined by how much of the
  7297. in-between pixel overlaps the black area and how much overlaps the
  7298. white area. 
  7299.  
  7300. Saludos
  7301. Ernesto Zarak
  7302. ezarak@sinfo.net
  7303.  
  7304. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7305. Post Message:   fractint@xmission.com
  7306. Get Commands:   majordomo@xmission.com "help"
  7307. Administrator:  twegner@phoenix.net
  7308. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7309.  
  7310.  
  7311. -------------------------------------------------------------------------------
  7312.  
  7313. From: Kerry Mitchell <lkmitch@primenet.com>
  7314. Subject: Re: (fractint) Re: aliasing
  7315. Date: 20 Sep 1997 15:30:30 -0700 (MST)
  7316.  
  7317.  
  7318. On Sat, 20 Sep 1997 ezarak@sinfo.net wrote:
  7319. > anti-aliasing
  7320.  
  7321. [good explanation snipped]
  7322. > [Why (anti-) "aliasing"?] 
  7323.  
  7324. [engage "bad explanation" mode :-) ]
  7325.  
  7326. The term "anti-aliasing" is most probably a throw-back to signal analysis,
  7327. and what happens when you take discrete samples of a continuous signal.
  7328. Essentially, if you think of a signal as a series of sine waves with
  7329. different frequencies superimposed, then you can only resolve certain
  7330. frequencies, dependent on your sampling frequency.  Frequencies higher
  7331. than the cutoff ("Nyquist frequency") get folded over and are seen as
  7332. lower frequencies.  Thus, the higer modes are "aliased" as lower modes.
  7333. So, anti-aliasing is a way to prevent this from happening--you filter your
  7334. incoming signal to remove the frequencies higher than the cutoff, then
  7335. sample it.
  7336.  
  7337. There are parallels to fractalizing.  The pixels of a fractal image
  7338. represent discrete samples of a continuous signal (mathematically pure
  7339. fractal).  The "jaggies" and "mush" that we commonly see are high
  7340. frequency (high spatial frequency = small, pixelwise) structures that are
  7341. sampled too poorly to be resolved.  In other words, the swirls and
  7342. midgets are too small to be captured by a "reasonable" number of pixels,
  7343. so they look like "mush" or visual noise.  Instead of pre-filtering the
  7344. fractal, we compute it at a higher resolution and average it down to a
  7345. lower resolution.  This has the effect of smoothing over the higher
  7346. frequencies, while leaving the lower ones (big structures) basically
  7347. untouched.
  7348.  
  7349. How's that?
  7350.  
  7351. Kerry Mitchell
  7352. lkmitch@primenet.com
  7353.  
  7354.  
  7355.  
  7356. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7357. Post Message:   fractint@xmission.com
  7358. Get Commands:   majordomo@xmission.com "help"
  7359. Administrator:  twegner@phoenix.net
  7360. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7361.  
  7362.  
  7363. -------------------------------------------------------------------------------
  7364.  
  7365. From: "Shauna Jones" <shauna@aloha.net>
  7366. Subject: Re: (fractint) Re: 
  7367. Date: 20 Sep 1997 15:35:10 -1000
  7368.  
  7369. And here I always thought that anti-aliasing was something that did 
  7370. away with the apparent "line" you see any time you have two colors 
  7371. touching each other ... 
  7372.  
  7373. Another blast of bits from David
  7374. Visit our boring web page: http://www.aloha.net/~shauna
  7375. Visit the Hawaii Astronomical Society: http://www.hawastsoc.org
  7376. For the best Hawaii & Pacific Basin surf forecast: mailto:hisurf@aloha.net
  7377.  
  7378. Random Thought for this Nanosecond
  7379. For best results, use SET BUGS=OFF.
  7380.  
  7381.  
  7382.  
  7383. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7384. Post Message:   fractint@xmission.com
  7385. Get Commands:   majordomo@xmission.com "help"
  7386. Administrator:  twegner@phoenix.net
  7387. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7388.  
  7389.  
  7390. -------------------------------------------------------------------------------
  7391.  
  7392. From: "Damien M. Jones" <dmj@emi.net>
  7393. Subject: (fractint) Gallery update
  7394. Date: 20 Sep 1997 21:42:35 -0400
  7395.  
  7396. Hello,
  7397.  
  7398. Just wanted to let you know that my fractal gallery at GeoCities has been
  7399. updated, with *lots* of new stuff.  If you're interested, please stop by,
  7400. take a look, and let me know what you think:
  7401.  
  7402.     http://www.geocities.com/~fractalus
  7403.  
  7404. For the FractInt user, the FRM file I wrote is now available for download.
  7405. Perhaps if I have time (yeah right :) I'll do some web pages explaining
  7406. more of how to use them.  In any case, the FRM file can be had directly
  7407. from this URL:
  7408.  
  7409.     http://www.geocities.com/~fractalus/misc/dmj-pub.frm
  7410.  
  7411. (If you saw this message on another list, please forgive the redundancy.)
  7412.  
  7413. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  7414.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  7415.  
  7416.  
  7417. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7418. Post Message:   fractint@xmission.com
  7419. Get Commands:   majordomo@xmission.com "help"
  7420. Administrator:  twegner@phoenix.net
  7421. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7422.  
  7423.  
  7424. -------------------------------------------------------------------------------
  7425.  
  7426. From: "Damien M. Jones" <dmj@emi.net>
  7427. Subject: Re: (fractint) Re: aliasing
  7428. Date: 20 Sep 1997 21:49:21 -0400
  7429.  
  7430. Kerry,
  7431.  
  7432.  - [good explanation snipped]
  7433.  - [engage "bad explanation" mode :-) ]
  7434.  
  7435. I dunno, seemed like a pretty good explanation to me. :)
  7436.  
  7437. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  7438.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  7439.  
  7440.  
  7441. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7442. Post Message:   fractint@xmission.com
  7443. Get Commands:   majordomo@xmission.com "help"
  7444. Administrator:  twegner@phoenix.net
  7445. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7446.  
  7447.  
  7448. -------------------------------------------------------------------------------
  7449.  
  7450. From: "James P. Carr" <jpcarr@alpha3.csd.uwm.edu>
  7451. Subject: (fractint) Please help me print
  7452. Date: 20 Sep 1997 22:25:40
  7453.  
  7454. I am a novice working with Fractint.  What little expertise I have is in
  7455. the mathematics. I have been able to use Fractint to good effect displayed
  7456. on my screen.  But I have an HP DeskJet 500C color printer and I have also
  7457. got access to an HP 694C.  With either I can print in black and white if I
  7458. start Fractint with printer=hp. How can I use the color capabilities of
  7459. these printers? If I can't, then what printers can I use? If I should be
  7460. looking somewhere else for this info, where would that be?
  7461. Thank you anyone who can direct me.
  7462.  
  7463. Jim Carr
  7464.  
  7465. James P. Carr            1812 E. Elmdale Ct.
  7466. jpcarr@alphaj.csd.uwm.edu    Shorewood, Wi  55321
  7467. Home: 414-332-2919        Work: 229-4469
  7468.  
  7469. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7470. Post Message:   fractint@xmission.com
  7471. Get Commands:   majordomo@xmission.com "help"
  7472. Administrator:  twegner@phoenix.net
  7473. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7474.  
  7475.  
  7476. -------------------------------------------------------------------------------
  7477.  
  7478. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  7479. Subject: (fractint) Serious Fractint 19.6 bug!
  7480. Date: 20 Sep 1997 23:59:43 -0400 (EDT)
  7481.  
  7482.  
  7483. I have discovered 2 bugs in Fractint 19.6!
  7484. The more serious is as follows: if a 16-color video mode is selected (don't
  7485. ask) and passes=b is selected, it draws a few pixels and hangs, forcing a
  7486. reboot or a Vulcan Nerve Pinch.
  7487. The less serious is that the collection of 2 and 16-color modes at the
  7488. start of the video mode-picker in this version all say "256" colors at the
  7489. right.                                         |
  7490.                                                |
  7491. ----8<-----Screen Capture-----8<---            V
  7492.  
  7493.                           FRACTINT Version 19.6
  7494.  
  7495.  
  7496.                             Select Video Mode
  7497.     key...name......................xdot.ydot.colr.comment..................
  7498.     F2    IBM 16-Color EGA           640  350 256  Standard EGA hi-res mode
  7499.     F3    IBM 256-Color VGA/MCGA     320  200 256  Quick and LOTS of colors
  7500.     F4    IBM 16-Color VGA           640  480 256  Nice high resolution
  7501.     F5    IBM 4-Color CGA            320  200 256  (Ugh - Yuck - Bleah)
  7502.     F6    IBM Hi-Rez B&W CGA         640  200 256  ('Hi-Rez' Ugh - Yuck)
  7503.     F7    IBM B&W EGA                640  350 256  (Monochrome EGA)
  7504.     F8    IBM B&W VGA                640  480 256  (Monochrome VGA)
  7505.     F9    IBM Low-Rez EGA            320  200 256  Quick but chunky
  7506.     F10   IBM VGA (non-std)          320  400 256  Register Compatibles ONLY
  7507.     SF1   IBM VGA (non-std)          360  480 256  Register Compatibles ONLY
  7508.     SF2   SuperVGA/VESA Autodetect   800  600 256  Works with most SuperVGA
  7509.     SF3   SuperVGA/VESA Autodetect  1024  768 256  Works with most SuperVGA
  7510.     SF4   SuperVGA/VESA Autodetect   640  400 256  Works with most SuperVGA
  7511.     SF5   SuperVGA/VESA Autodetect   640  480 256  Works with most SuperVGA
  7512.     SF6   SuperVGA/VESA Autodetect   800  600 256  Works with most SuperVGA
  7513.     SF7   Millennium VESA mode      1600 1200 256  OK: Sylvie Gallet
  7514.     (more)
  7515.               Use the cursor keys to highlight your selection
  7516.     Press ENTER for highlighted choice, ESCAPE to back out, or F1 for help
  7517.  
  7518.  
  7519.  
  7520. --
  7521.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  7522.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  7523.     `*'  bulk candy section...because variety is the spice of life... [me]
  7524. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  7525.  
  7526. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7527. Post Message:   fractint@xmission.com
  7528. Get Commands:   majordomo@xmission.com "help"
  7529. Administrator:  twegner@phoenix.net
  7530. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7531.  
  7532.  
  7533. -------------------------------------------------------------------------------
  7534.  
  7535. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  7536. Subject: Re: (fractint) Re: anti-aliasinng
  7537. Date: 21 Sep 1997 00:04:25 -0400 (EDT)
  7538.  
  7539.  
  7540. Anti-aliasing is also used to get rid of Moire patterns, such as you see
  7541. if you raytrace a black green-gridded floor or one with green parallel
  7542. lines converging in the distance. Similarly for averaging out "busy" areas
  7543. of pictures. :)
  7544.  
  7545.  
  7546. --
  7547.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  7548.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  7549.     `*'  bulk candy section...because variety is the spice of life... [me]
  7550. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  7551.  
  7552. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7553. Post Message:   fractint@xmission.com
  7554. Get Commands:   majordomo@xmission.com "help"
  7555. Administrator:  twegner@phoenix.net
  7556. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7557.  
  7558.  
  7559. -------------------------------------------------------------------------------
  7560.  
  7561. From: davides <davides@pipeline.com>
  7562. Subject: Re: (fractint) Gallery update
  7563. Date: 21 Sep 1997 00:06:32 -0400
  7564.  
  7565. At 09:42 PM 9/20/97 -0400, you wrote:
  7566. (Just wanted to let you know that my fractal gallery at GeoCities has been
  7567. updated, with *lots* of new stuff.  If you're interested, please stop by,
  7568. take a look, and let me know what you think:)
  7569.  
  7570.  
  7571. Good stuff. Enjoyed the images...
  7572.  
  7573.  
  7574.  
  7575.  
  7576.  
  7577.  
  7578.  
  7579. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7580. Post Message:   fractint@xmission.com
  7581. Get Commands:   majordomo@xmission.com "help"
  7582. Administrator:  twegner@phoenix.net
  7583. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7584.  
  7585.  
  7586. -------------------------------------------------------------------------------
  7587.  
  7588. From: cindy mitchell <cindym@vegasnet.net>
  7589. Subject: Re: (fractint) Gallery update
  7590. Date: 20 Sep 1997 22:05:58 -0700
  7591.  
  7592. At 12:06 AM 9/21/97 -0400, you wrote:
  7593. >At 09:42 PM 9/20/97 -0400, you wrote:
  7594. >(Just wanted to let you know that my fractal gallery at GeoCities has been
  7595. >updated, with *lots* of new stuff.  If you're interested, please stop by,
  7596. >take a look, and let me know what you think:)
  7597. >
  7598. >
  7599. >Good stuff. Enjoyed the images...
  7600. >
  7601. >
  7602. >I would like to stop by, but what is your address?
  7603. >
  7604. >
  7605. >
  7606. >
  7607. >------------------------------------------------------------
  7608. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  7609. >Post Message:   fractint@xmission.com
  7610. >Get Commands:   majordomo@xmission.com "help"
  7611. >Administrator:  twegner@phoenix.net
  7612. >Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7613. >
  7614. >
  7615.  
  7616.  
  7617. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7618. Post Message:   fractint@xmission.com
  7619. Get Commands:   majordomo@xmission.com "help"
  7620. Administrator:  twegner@phoenix.net
  7621. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7622.  
  7623.  
  7624. -------------------------------------------------------------------------------
  7625.  
  7626. From: cindy mitchell <cindym@vegasnet.net>
  7627. Subject: Re: (fractint) Gallery update
  7628. Date: 20 Sep 1997 22:08:08 -0700
  7629.  
  7630. At 12:06 AM 9/21/97 -0400, you wrote:
  7631. >At 09:42 PM 9/20/97 -0400, you wrote:
  7632. >(Just wanted to let you know that my fractal gallery at GeoCities has been
  7633. >updated, with *lots* of new stuff.  If you're interested, please stop by,
  7634. >take a look, and let me know what you think:)
  7635. >
  7636. >
  7637. >Good stuff. Enjoyed the images...
  7638. >
  7639. >
  7640. >
  7641. >What id your address???
  7642. >
  7643. >
  7644. >
  7645. >------------------------------------------------------------
  7646. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  7647. >Post Message:   fractint@xmission.com
  7648. >Get Commands:   majordomo@xmission.com "help"
  7649. >Administrator:  twegner@phoenix.net
  7650. >Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7651. >
  7652. >
  7653.  
  7654.  
  7655. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7656. Post Message:   fractint@xmission.com
  7657. Get Commands:   majordomo@xmission.com "help"
  7658. Administrator:  twegner@phoenix.net
  7659. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7660.  
  7661.  
  7662. -------------------------------------------------------------------------------
  7663.  
  7664. From: "Brock Kevin Nambo" <badger@innocent.com>
  7665. Subject: Re: (fractint) Please help me print
  7666. Date: 21 Sep 1997 01:28:48 -0400
  7667.  
  7668. > From: James P. Carr <jpcarr@alpha3.csd.uwm.edu>
  7669. > To: Fractint@xmission.com
  7670. > Subject: (fractint) Please help me print
  7671. > Date: Saturday, September 20, 1997 6:25 PM
  7672.  
  7673. > I am a novice working with Fractint.  What little expertise I have is in
  7674. > the mathematics. I have been able to use Fractint to good effect
  7675. displayed
  7676. > on my screen.  But I have an HP DeskJet 500C color printer and I have
  7677. also
  7678. > got access to an HP 694C.  With either I can print in black and white if
  7679. I
  7680. > start Fractint with printer=hp. How can I use the color capabilities of
  7681. > these printers? If I can't, then what printers can I use? If I should be
  7682. > looking somewhere else for this info, where would that be?
  7683. > Thank you anyone who can direct me.
  7684.  
  7685. One way I could think of, off the top of my head, would be to <s>ave your
  7686. fractal as a .gif file, and then printing it with your basic .gif viewer,
  7687. say your favorite Web Browser.  Just a thought.
  7688.  
  7689. >>BKNambo
  7690. -- 
  7691.  H     badger@innocent.com|newsmaster@earthling.net  ____    __
  7692. =@==== http://members.aol.com/brockbadge/index.html /_   \  / /
  7693.  H H H "World Domination Through Trivia" -S3Kitties  / /\ \/ /
  7694.  H H H Marcher -- Just my imagination -- Nightwatch /_/  \__/
  7695.  
  7696. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7697. Post Message:   fractint@xmission.com
  7698. Get Commands:   majordomo@xmission.com "help"
  7699. Administrator:  twegner@phoenix.net
  7700. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7701.  
  7702.  
  7703. -------------------------------------------------------------------------------
  7704.  
  7705. From: Les St Clair <Les_StClair@compuserve.com>
  7706. Subject: (fractint) Please help me print
  7707. Date: 21 Sep 1997 11:40:07 -0400
  7708.  
  7709. Hi Jim,
  7710.  
  7711. >I have been able to use Fractint to good effect displayed
  7712. on my screen.  But I have an HP DeskJet 500C color printer and I have als=
  7713. o
  7714. got access to an HP 694C.  With either I can print in black and white if =
  7715. I
  7716. start Fractint with printer=3Dhp. How can I use the color capabilities of=
  7717.  
  7718. these printers? <
  7719.  
  7720. I would forget all about trying to print directly from fractint.
  7721. Instead you should save you images in their native .gif format and then u=
  7722. se
  7723. a graphics package to print these. If you are running Windows, then I wou=
  7724. ld
  7725. suggest starting with the shareware program "Paint Shop Pro" - it won't
  7726. cost you anything to try it!
  7727.  
  7728. For me, the most important key to getting a good looking print is to crea=
  7729. te
  7730. your images at very high resolutions. You could even use one of the
  7731. "disk/ram" video modes and save those images directly to disk. For *reall=
  7732. y*
  7733. big fractals you could use the "divide and conquer" method for creating
  7734. very large images in pieces (refer to fractint.doc).
  7735.  
  7736. As a rule of thumb, think of the dots from your printer as pixels in the
  7737. image. So, if you print a 10"x8" image at 300dpi, you could start with a
  7738. gif having dimensions of (10x300) x (8x300) or 3000x2400. If this seems a=
  7739.  
  7740. bit "over the top", then try printing from a 1600x1200 image for starters=
  7741. =2E
  7742.  
  7743. - Les St Clair
  7744.  
  7745. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7746. Post Message:   fractint@xmission.com
  7747. Get Commands:   majordomo@xmission.com "help"
  7748. Administrator:  twegner@phoenix.net
  7749. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7750.  
  7751.  
  7752. -------------------------------------------------------------------------------
  7753.  
  7754. From: "Damien M. Jones" <dmj@emi.net>
  7755. Subject: Re: (fractint) Gallery update
  7756. Date: 21 Sep 1997 12:12:52 -0400
  7757.  
  7758. Cindy,
  7759.  
  7760.  - What id your address???
  7761.  
  7762. As posted in my original message, you can find my new gallery at this URL:
  7763.  
  7764.     http://www.geocities.com/~fractalus
  7765.  
  7766. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  7767.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  7768.  
  7769.  
  7770. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7771. Post Message:   fractint@xmission.com
  7772. Get Commands:   majordomo@xmission.com "help"
  7773. Administrator:  twegner@phoenix.net
  7774. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7775.  
  7776.  
  7777. -------------------------------------------------------------------------------
  7778.  
  7779. From: "Tim Wegner" <twegner@phoenix.net>
  7780. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  7781. Date: 21 Sep 1997 12:42:28 -0600
  7782.  
  7783. Paul wrote:
  7784.  
  7785. > I have discovered 2 bugs in Fractint 19.6!
  7786. > The more serious is as follows: if a 16-color video mode is selected (don't
  7787. > ask) and passes=b is selected, it draws a few pixels and hangs, forcing a
  7788. > reboot or a Vulcan Nerve Pinch.
  7789. > The less serious is that the collection of 2 and 16-color modes at the
  7790. > start of the video mode-picker in this version all say "256" colors at the
  7791. > right. 
  7792.  
  7793. I can't duplicate either problem.
  7794.  
  7795. Your fractint.cfg file is corrupt. Try replacing it with the one in 
  7796. the 19.6 distribution.
  7797.  
  7798. Tim
  7799.                |
  7800.  
  7801. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7802. Post Message:   fractint@xmission.com
  7803. Get Commands:   majordomo@xmission.com "help"
  7804. Administrator:  twegner@phoenix.net
  7805. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7806.  
  7807.  
  7808. -------------------------------------------------------------------------------
  7809.  
  7810. From: "Tim Wegner" <twegner@phoenix.net>
  7811. Subject: Re: (fractint) Please help me print
  7812. Date: 21 Sep 1997 12:42:28 -0600
  7813.  
  7814. Brock said:
  7815.  
  7816. > One way I could think of, off the top of my head, would be to <s>ave your
  7817. > fractal as a .gif file, and then printing it with your basic .gif viewer,
  7818. > say your favorite Web Browser.  Just a thought.
  7819.  
  7820. This is absolutely good advice. The fractint authors know very little 
  7821. about printing, and have access to few printers. We can't even test 
  7822. the printer drivers that are donated to our code. However, all is not 
  7823. lost. There are many excellent programs that print GIFs, so the best 
  7824. bet is simply to save the GIF and print it in other software.
  7825.  
  7826. When we have a windows port this problem will go away, but the DOS 
  7827. version will always be print challenged. If Fractint were commercial, 
  7828. we could simply my a library of printer drivers. But since Fractint 
  7829. is free and we publish the source, we can't do that.
  7830.  
  7831. Tim
  7832.  
  7833.  
  7834. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7835. Post Message:   fractint@xmission.com
  7836. Get Commands:   majordomo@xmission.com "help"
  7837. Administrator:  twegner@phoenix.net
  7838. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7839.  
  7840.  
  7841. -------------------------------------------------------------------------------
  7842.  
  7843. From: davides <davides@pipeline.com>
  7844. Subject: Re: (fractint) Please help me print
  7845. Date: 21 Sep 1997 14:38:40 -0400
  7846.  
  7847. At 12:42 PM 9/21/97 -0600, you wrote:
  7848. >Brock said:
  7849. >
  7850. ( One way I could think of, ...)
  7851.  
  7852. (This is absolutely good advice.) [Tim Wegner]
  7853.  
  7854. Mentioned this once: I have found it best to save the .gif to be printed.
  7855. It can then be imported into a word processing document such as
  7856. WordPerfect, Adobe Pagemaker, etc. by cut and paste or copy and paste.
  7857. After importing it the image may then be resized (if desired) for various
  7858. applications, such as a unique "logo" on stationery, for making a unique
  7859. greeting card, for address labels, envelopes, or even printing on transfer
  7860. paper to be transferred to "T" shirts, etc. 
  7861.  
  7862. Depending on the graphics program .gifs are associated with in whatever
  7863. specific computer such as PaintShopPro, LViewPro, etc., other images can be
  7864. inserted into the fractal .gif (resized if necessary). That can make for
  7865. some unusual effects also...   :) or special effects can be added. This
  7866. last just as an added after-thought.
  7867.  
  7868.  
  7869.  
  7870.  
  7871. davides@pipeline.com
  7872. davides1@juno.com
  7873. "Do Not Meddle In The Affairs Of Dragons For You Are Crunchy And Good With
  7874. Ketchup"
  7875.  
  7876. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7877. Post Message:   fractint@xmission.com
  7878. Get Commands:   majordomo@xmission.com "help"
  7879. Administrator:  twegner@phoenix.net
  7880. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7881.  
  7882.  
  7883. -------------------------------------------------------------------------------
  7884.  
  7885. From: franz@mediom.qc.ca (Franois Blais)
  7886. Subject: Re: (fractint) Gallery update
  7887. Date: 21 Sep 1997 20:15:29 -0400
  7888.  
  7889. "Damien M. Jones" <dmj@emi.net> wrote:
  7890.  
  7891. >For the FractInt user, the FRM file I wrote is now available for download.
  7892. >Perhaps if I have time (yeah right :) I'll do some web pages explaining
  7893. >more of how to use them.  In any case, the FRM file can be had directly
  7894. >from this URL:
  7895.  
  7896.  I tried your formula with the PARs you posted about a week ago, this
  7897.  afternoon, and I must admit they're among the most beautiful fractals
  7898.  I ever seen!
  7899.  Thanks a lot!  :)
  7900.  
  7901. --
  7902.            La voix de ma contrebasse     *    Quebec City - Canada
  7903.                             Thought for the day:
  7904.          "I had a monumental idea this morning, but I didn't like it."
  7905.  
  7906. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7907. Post Message:   fractint@xmission.com
  7908. Get Commands:   majordomo@xmission.com "help"
  7909. Administrator:  twegner@phoenix.net
  7910. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7911.  
  7912.  
  7913. -------------------------------------------------------------------------------
  7914.  
  7915. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  7916. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  7917. Date: 21 Sep 1997 23:25:50 -0400 (EDT)
  7918.  
  7919. >
  7920. >Paul wrote:
  7921. >> I have discovered 2 bugs in Fractint 19.6!
  7922. >> The more serious is as follows: if a 16-color video mode is selected (don't
  7923. >> ask) and passes=b is selected, it draws a few pixels and hangs, forcing a
  7924. >> reboot or a Vulcan Nerve Pinch.
  7925. >> The less serious is that the collection of 2 and 16-color modes at the
  7926. >> start of the video mode-picker in this version all say "256" colors at the
  7927. >> right. 
  7928. >
  7929. >I can't duplicate either problem.
  7930. >
  7931. >Your fractint.cfg file is corrupt. Try replacing it with the one in 
  7932. >the 19.6 distribution.
  7933.  
  7934. My fractint.cfg file is exactly the one that came with Fractint,
  7935. unmodified. To be exact it is the one from the .zip located at Spanky. Did
  7936. you try the Spanky .zip instead of your development version?
  7937.  
  7938. --
  7939.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  7940.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  7941.     `*'  bulk candy section...because variety is the spice of life... [me]
  7942. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  7943.  
  7944. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7945. Post Message:   fractint@xmission.com
  7946. Get Commands:   majordomo@xmission.com "help"
  7947. Administrator:  twegner@phoenix.net
  7948. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  7949.  
  7950.  
  7951. -------------------------------------------------------------------------------
  7952.  
  7953. From: franz@mediom.qc.ca (Francois Blais)
  7954. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  7955. Date: 22 Sep 1997 00:12:44 -0400
  7956.  
  7957. ao950@freenet.carleton.ca (Paul Derbyshire) wrote:
  7958.  
  7959. >>> I have discovered 2 bugs in Fractint 19.6!
  7960. >>> The more serious is as follows: if a 16-color video mode is selected (don't
  7961. >>> ask) and passes=b is selected, it draws a few pixels and hangs, forcing a
  7962. >>> reboot or a Vulcan Nerve Pinch.
  7963. >>> The less serious is that the collection of 2 and 16-color modes at the
  7964. >>> start of the video mode-picker in this version all say "256" colors at the
  7965. >>> right.
  7966.  
  7967. >>I can't duplicate either problem.
  7968. >>Your fractint.cfg file is corrupt. Try replacing it with the one in
  7969. >>the 19.6 distribution.
  7970.  
  7971. >My fractint.cfg file is exactly the one that came with Fractint,
  7972. >unmodified. To be exact it is the one from the .zip located at Spanky. Did
  7973. >you try the Spanky .zip instead of your development version?
  7974.  
  7975.  I also got my archive from Spanky, and here's a screenshot from the
  7976.  video mode selection:
  7977.  
  7978.                       FRACTINT Version 19.6
  7979.  
  7980.  
  7981.                         Select Video Mode
  7982.  
  7983. key...name......................xdot.ydot.colr.comment..................
  7984. F2    IBM 16-Color EGA           640  350  16  Standard EGA hi-res mode
  7985. F3    IBM 256-Color VGA/MCGA     320  200  256 Quick and LOTS of colors
  7986. F4    IBM 16-Color VGA           640  480  16  Nice high resolution
  7987. F5    IBM 4-Color CGA            320  200   4  (Ugh - Yuck - Bleah)
  7988. F6    IBM Hi-Rez B&W CGA         640  200   2  ('Hi-Rez' Ugh - Yuck)
  7989. F7    IBM B&W EGA                640  350   2  (Monochrome EGA)
  7990. F8    IBM B&W VGA                640  480   2  (Monochrome VGA)
  7991. F9    IBM Low-Rez EGA            320  200  16  Quick but chunky
  7992. F10   IBM VGA (non-std)          320  400  256 Register Compatibles ONLY
  7993. SF1   IBM VGA (non-std)          360  480  256 Register Compatibles ONLY
  7994. SF2   SuperVGA/VESA Autodetect   800  600   16 Works with most SuperVGA
  7995. SF3   SuperVGA/VESA Autodetect  1024  768   16 Works with most SuperVGA
  7996. SF4   SuperVGA/VESA Autodetect   640  400  256 Works with most SuperVGA
  7997. SF5   SuperVGA/VESA Autodetect   640  480  256 Works with most SuperVGA
  7998. SF6   SuperVGA/VESA Autodetect   800  600  256 Works with most SuperVGA
  7999. SF7   SuperVGA/VESA Autodetect  1024  768  256 Works with most SuperVGA
  8000. (more)
  8001.           Use the cursor keys to highlight your selection
  8002.           Press ENTER for highlighted choice, ESCAPE to back out, or
  8003.           F1 for help
  8004.  
  8005.  
  8006. --
  8007.            La voix de ma contrebasse     *    Quebec City - Canada
  8008.                             Thought for the day:
  8009.                  "Talk is cheap since supply exceeds demand."
  8010.  
  8011. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8012. Post Message:   fractint@xmission.com
  8013. Get Commands:   majordomo@xmission.com "help"
  8014. Administrator:  twegner@phoenix.net
  8015. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8016.  
  8017.  
  8018. -------------------------------------------------------------------------------
  8019.  
  8020. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  8021. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  8022. Date: 22 Sep 1997 00:31:32 -0400 (EDT)
  8023.  
  8024.  
  8025. <snip>
  8026. Really strange...cause I know for a fact I haven't so much as twiddled a
  8027. single bit in fractint.cfg! Could it be a problem specific to certain
  8028. video cards? This is running on a Matrox MGA 2 meg.
  8029. All this on one of 2 computers I use. The other has a 512K S3 (yeah, I
  8030. know, crufty as hell). On that, I just tried the Spanky distrib and got
  8031. normal behavior (proper color numbers and no b-trace hang).
  8032.  
  8033. My guess is maybe Fractint has some styrange allergy to that Matrox...
  8034.  
  8035.  
  8036. --
  8037.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  8038.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  8039.     `*'  bulk candy section...because variety is the spice of life... [me]
  8040. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  8041.  
  8042. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8043. Post Message:   fractint@xmission.com
  8044. Get Commands:   majordomo@xmission.com "help"
  8045. Administrator:  twegner@phoenix.net
  8046. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8047.  
  8048.  
  8049. -------------------------------------------------------------------------------
  8050.  
  8051. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  8052. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  8053. Date: 22 Sep 1997 03:38:38 -0400
  8054.  
  8055. Hi Paul
  8056.  
  8057. >> Really strange...cause I know for a fact I haven't so much as twiddled=
  8058.  
  8059. >> a single bit in fractint.cfg! Could it be a problem specific to
  8060. >> certain video cards? This is running on a Matrox MGA 2 meg.
  8061. <snip>
  8062. >> My guess is maybe Fractint has some styrange allergy to that
  8063. >> Matrox...
  8064.  
  8065.   I have no problem with my Matrox Millennium 2 meg.  It supports the
  8066. following VESA modes:
  8067.  
  8068. # QPV/386 / CDPEG configuration file
  8069. # created by VESA2CFG on Fri 29-Aug-1997, 11:6:33
  8070.  
  8071. VESA BGR      # perhaps RGB instead of BGR
  8072. #'VESA local
  8073. #"VESA configuration for "Matrox Graphics Inc."
  8074.   320  200   16     40 $0d 0
  8075.   640  480   16     80 $12 0
  8076.   800  600   16    100 $4f02 $0102
  8077.   320  200  256    320 $13 0
  8078.   640  480  256    640 $4f02 $0101
  8079.   800  600  256    960 $4f02 $0103
  8080.  1024  768  256   1024 $4f02 $0105
  8081.  1280 1024  256   1280 $4f02 $0107
  8082.  1600 1200  256   1600 $4f02 $011c
  8083.   640  480  32k   1280 $4f02 $0110
  8084.   800  600  32k   1920 $4f02 $0113
  8085.  1024  768  32k   2048 $4f02 $0116
  8086.   640  480  64k   1280 $4f02 $0111
  8087.   800  600  64k   1920 $4f02 $0114
  8088.  1024  768  64k   2048 $4f02 $0117
  8089.   640  480  16m   2560 $4f02 $0112
  8090.   800  600  16m   3200 $4f02 $0115
  8091.  
  8092.         - Sylvie
  8093.  
  8094.   Sylvie_Gallet@CompuServe.com
  8095.   http://spanky.triumf.ca/www/fractint/sylvie/gallet.html
  8096.   http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm
  8097.  
  8098. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8099. Post Message:   fractint@xmission.com
  8100. Get Commands:   majordomo@xmission.com "help"
  8101. Administrator:  twegner@phoenix.net
  8102. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8103.  
  8104.  
  8105. -------------------------------------------------------------------------------
  8106.  
  8107. From: nick.grasso@hrads.com (Grasso, Nick)
  8108. Subject: Re: (fractint) Video Cards
  8109. Date: 22 Sep 1997 12:10:29 -0400
  8110.  
  8111. At 05:48 PM 9/19/97 -0500, Tim <stimothy@interaccess.com> wrote:
  8112.  
  8113. >If you had the oppertunity to get a new video card for drawing fractals,
  8114. >what would it be?
  8115.  
  8116. Assuming you have a PCI system, I recommend the Matrox Millennium II. They
  8117. have lowered the price to about $200 US for the 4Mb card. I have the
  8118. original Millennium and am quite happy with it. I run it under DOS, OS/2,
  8119. and Windows NT and have had almost no problems. It is fast and handles just
  8120. about everything I throw at it. It is also fast for DOS games. Some video
  8121. cards are fast under Windows, but are slow under DOS (this does not apply
  8122. to fractint however - see below).
  8123.  
  8124. >I am also wondering if 3D accelerators can help in drawing any types of
  8125. fractals.
  8126.  
  8127. To repeat what Damien said: No. First of all, I don't think 3D accelerators
  8128. apply to DOS programs at all. Secondly, 99% of the time it takes to create
  8129. a fractal is the mathematical computation. The time it takes your video
  8130. card to display it on the screen is nothing compared to this. As I
  8131. understand it, 3D acceleration is for moving objects around the screen,
  8132. i.e., moving 3D objects in an animation or a game, so I don't think this
  8133. would help a Windows fractal program (unless it spun the fractal around the
  8134. screen <g>).
  8135.  
  8136. >Any input would be appreciated as I've decided to upgrade my system
  8137. >now.  The Imagine128 doesn't work with the new DirectX drivers for
  8138. >windows games anyway...
  8139.  
  8140. I've run a few programs that use DirectX and they work OK but I haven't
  8141. tried any of the fancy new games. DirectX is build into Windows NT 4.0. You
  8142. don't have to install it separately as in Win 95.
  8143.  
  8144. Hope this helps.
  8145. Nick
  8146. nick.grasso@hrads.com
  8147.  
  8148.  
  8149. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8150. Post Message:   fractint@xmission.com
  8151. Get Commands:   majordomo@xmission.com "help"
  8152. Administrator:  twegner@phoenix.net
  8153. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8154.  
  8155.  
  8156. -------------------------------------------------------------------------------
  8157.  
  8158. From: Jon Noring <noring@netcom.com>
  8159. Subject: (fractint) Much older versions of Fractint!
  8160. Date: 22 Sep 1997 09:36:18 -0700 (PDT)
  8161.  
  8162. Hello,
  8163.  
  8164. For the fun of it, I performed a fairly extensive and exhaustive Web and ftp
  8165. search out there in Internetland to see what older versions of Fractint for
  8166. DOS are still downloadable (I was only interested in the distributable DOS
  8167. executable package -- not the source code).  Here's what I found so far, which
  8168. I've downloaded and archived for posterity:
  8169.  
  8170.       7.0
  8171.       8.1
  8172.      12.0
  8173.      14.0
  8174.      15.1
  8175.      16.0
  8176.      16.11
  8177.      17.01
  8178.      17.1
  8179.      17.2
  8180.      18.0
  8181.      18.1
  8182.      18.2
  8183.      19.0
  8184.      19.1
  8185.      19.2
  8186.      19.3
  8187.      19.4
  8188.      19.5
  8189.      19.6
  8190.  
  8191.  
  8192. Version 7.0 is a very old version, and running it certainly gives a good feel
  8193. for how far Fractint has come since then!
  8194.  
  8195. I would like to complete the collection, so if you have other versions,
  8196. especially the older ones (the Holy Grail would be version 1.0 and any pre-
  8197. 1.0 betas -- Tim, can you give some early history to Fractint and the
  8198. versions?), please send them my way.  If there's enough interest, and Tim
  8199. doesn't mind, I can place Fractint version 7.0 at my ftp site for download.
  8200. And if I get close to a complete collection, I'll consider making it all
  8201. available via anonymous ftp for a short time.  We must remember our roots!
  8202.  
  8203. Jon Noring
  8204.  
  8205. _____________________________________________________________________________
  8206.  OmniMedia Digital Publishing | E-Books: http://www.awa.com/library/omnimedia
  8207.  9671 S. 1600 West St.        | Digital/Fractal Art: (coming soon!)
  8208.  South Jordan, UT 84095       |
  8209.  801-253-4037                 | E-mail: omnimedia@netcom.com
  8210. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8211. Two great mailing lists:  FRACTAL ART, and ELECTRONIC BOOKS.  To subscribe to
  8212. either one, send e-mail to majordomo@aros.net and put the appropriate line in
  8213. the body of the message:
  8214.      subscribe fractal-art
  8215.      subscribe ebook-list
  8216.  
  8217.  
  8218.  
  8219. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8220. Post Message:   fractint@xmission.com
  8221. Get Commands:   majordomo@xmission.com "help"
  8222. Administrator:  twegner@phoenix.net
  8223. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8224.  
  8225.  
  8226. -------------------------------------------------------------------------------
  8227.  
  8228. From: "Damien M. Jones" <dmj@emi.net>
  8229. Subject: (fractint) Erroneous URL
  8230. Date: 22 Sep 1997 13:16:15 -0400
  8231.  
  8232. Hello,
  8233.  
  8234. A few days ago I posted a URL for a FractInt .FRM file used to produce the
  8235. new images in my gallery.  The URL posted was incorrect.  Here is the
  8236. correct one:
  8237.  
  8238.     http://www.geocities.com/~fractalus/misc/dmj-pub.zip
  8239.  
  8240. The URL for the gallery is in my signature, below.
  8241.  
  8242. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  8243.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  8244.  
  8245.  
  8246. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8247. Post Message:   fractint@xmission.com
  8248. Get Commands:   majordomo@xmission.com "help"
  8249. Administrator:  twegner@phoenix.net
  8250. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8251.  
  8252.  
  8253. -------------------------------------------------------------------------------
  8254.  
  8255. From: "Robert Norton" <rnorton@unm.edu>
  8256. Subject: Re: (fractint) Video Cards
  8257. Date: 22 Sep 1997 16:01:36 -0600
  8258.  
  8259. If you're running a Matrox Millenium card under NT4.0 and having no=
  8260.  problems, there are a lot of folks here who would like to know just how=
  8261.  you do it.
  8262.  
  8263. Given my druthers, I'd much rather be using a Diamond Stealth 2000 or 3000=
  8264.  than this buggy, non-compliant VESA-hating Millenium card. 2000's are=
  8265.  going as low as $105 with 4 megs on board.
  8266.  
  8267. >Assuming you have a PCI system, I recommend the Matrox Millennium II. They
  8268. >have lowered the price to about $200 US for the 4Mb card. I have the
  8269. >original Millennium and am quite happy with it. I run it under DOS, OS/2,
  8270. >and Windows NT and have had almost no problems. 
  8271. >nick.grasso@hrads.com
  8272. "
  8273.  
  8274. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8275. Post Message:   fractint@xmission.com
  8276. Get Commands:   majordomo@xmission.com "help"
  8277. Administrator:  twegner@phoenix.net
  8278. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8279.  
  8280.  
  8281. -------------------------------------------------------------------------------
  8282.  
  8283. From: nick.grasso@hrads.com (Grasso, Nick)
  8284. Subject: Re: (fractint) Video Cards
  8285. Date: 22 Sep 1997 18:42:04 -0400
  8286.  
  8287. At 04:01 PM 9/22/97 -0600,  "Robert Norton" <rnorton@unm.edu> wrote:
  8288. > If you're running a Matrox Millenium card under NT4.0 and having no
  8289. problems,
  8290. > there are a lot of folks here who would like to know just how you do it.
  8291. >
  8292. > Given my druthers, I'd much rather be using a Diamond Stealth 2000 or
  8293. 3000 than this
  8294. > buggy, non-compliant VESA-hating Millenium card. 2000's are going as low
  8295. as $105 with
  8296. > 4 megs on board.
  8297.  
  8298. Hi Robert,
  8299.  
  8300. What kind of problems are you having?  Are you are referring to the recent
  8301. thread about fractint and other DOS VESA programs not running under NT? It
  8302. appears that this is the fault of NT and not the card. Microsoft states
  8303. that NT 4.0 does *not* support VESA in a DOS session. All the VESA modes
  8304. work fine in a DOS session under OS/2, so I would tend not to blame the
  8305. card. I have had no other problems under NT. However, their tech support
  8306. leaves a lot to be desired since they never answered my email.
  8307.  
  8308. Nick
  8309. nick.grasso@hrads.com
  8310.  
  8311.  
  8312. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8313. Post Message:   fractint@xmission.com
  8314. Get Commands:   majordomo@xmission.com "help"
  8315. Administrator:  twegner@phoenix.net
  8316. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8317.  
  8318.  
  8319. -------------------------------------------------------------------------------
  8320.  
  8321. From: "Tim Wegner" <twegner@phoenix.net>
  8322. Subject: (fractint) (Fwd) BOUNCE fractint@xmission.com:  Admin request: /^subject:
  8323. Date: 22 Sep 1997 20:33:53 -0600
  8324.  
  8325.  
  8326.  
  8327. I'm still not able to get my fractint up and running. Currently believing
  8328. that my videocard/driver might be the problem. Anybody out there, with
  8329. experience with the Avance Logic 2301 PCI drivers? Think I need a special
  8330. CFG for it. So before I try to build one myself I thought I might ask?
  8331.  
  8332. Greetz
  8333. --                                            _/_/|
  8334.         grey@nym,alias.net                 (o(o) \
  8335.           ' The Wolf '                  OO~~     /
  8336.                                         \--__   ,/
  8337.     "I like'm sweet and wet"            |/~  `-'
  8338.  
  8339.  
  8340. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8341. Post Message:   fractint@xmission.com
  8342. Get Commands:   majordomo@xmission.com "help"
  8343. Administrator:  twegner@phoenix.net
  8344. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8345.  
  8346.  
  8347. -------------------------------------------------------------------------------
  8348.  
  8349. From: Tim <stimothy@interaccess.com>
  8350. Subject: Re: (fractint) Video Cards
  8351. Date: 22 Sep 1997 21:29:09 -0500
  8352.  
  8353. Hey gang
  8354.  
  8355. For those who asked, I personally run Win95 on my machine for games and
  8356. using Netscape.  I found out that my Imagine 128 only uses 512k in DOS
  8357. so that's why I was having difficulty getting any decent resolution.
  8358. I've been talking to Number Nine tech support and they referred me to
  8359. this Scitech Software program called the Display Doctor 5.3a, but even
  8360. this program refuses to do anything for this card.
  8361.  
  8362. The Imagine 128 also doesn't support anything higher than DirectX 1.0
  8363. and I just bought a game with DirectX5 on it.  So I am definitely
  8364. looking into upgrading my system now.  I am hearing good things about
  8365. the Millenium II from this list and the Diamond FireGL from some other
  8366. friends.  I plan to make a move here very soon, so if you haven't put in
  8367. your two cents I am urging you too!
  8368.  
  8369. I used to have NT on my system but when I found out how much it hates
  8370. Windows games I killed it.  I can also issue a fair warning against
  8371. buying Xcar for you racing sim enthusiasts, it is just terrible, save
  8372. your money and wait for Need4Speed2 SE which is coming out soon.
  8373.  
  8374. Hey I am wondering how can I verify if my system has PCI slots?  What do
  8375. they look like?
  8376.  
  8377. Again, thanks in advance
  8378.  
  8379. Tim Maxwell
  8380. Chicago Il
  8381.  
  8382.  
  8383. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8384. Post Message:   fractint@xmission.com
  8385. Get Commands:   majordomo@xmission.com "help"
  8386. Administrator:  twegner@phoenix.net
  8387. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8388.  
  8389.  
  8390. -------------------------------------------------------------------------------
  8391.  
  8392. From: Farrell McGovern <fmcgouve@tactik.com>
  8393. Subject: Re: (fractint) Much older versions of Fractint!
  8394. Date: 23 Sep 1997 12:19:53 -0400
  8395.  
  8396. Jon Noring wrote:
  8397. > I would like to complete the collection, so if you have other versions,
  8398. > especially the older ones (the Holy Grail would be version 1.0 and any pre-
  8399. > 1.0 betas -- Tim, can you give some early history to Fractint and the
  8400. > versions?), please send them my way.  If there's enough interest, and Tim
  8401. > doesn't mind, I can place Fractint version 7.0 at my ftp site for download.
  8402. > And if I get close to a complete collection, I'll consider making it all
  8403. > available via anonymous ftp for a short time.  We must remember our roots!
  8404.  
  8405.     On one of my disks recently I found a copy of FRACT386...the
  8406. original...I packed it, and moved, if you want, remind me in a
  8407. month or so, and I will see if I can find it after I unpack.
  8408.  
  8409.     Back then, I was techsupport/sales at a computer store in
  8410. Toronto, and we sold more ATI VGA Wonder/NEC Multisync because of
  8411. the fractals we were displaying...
  8412.  
  8413. ttyl
  8414.      Farrell
  8415.  
  8416. -- 
  8417. Farrell McGovern, AISB                          
  8418. fmcgouve@tactik.com
  8419. Security/Sysadmin, Linux Advocate, Privacy Advocate, and a Nice
  8420. Guy.
  8421. "I speak for myself, and not for Bell Sygma/Emergis/Global
  8422. Solutions"
  8423.  
  8424. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8425. Post Message:   fractint@xmission.com
  8426. Get Commands:   majordomo@xmission.com "help"
  8427. Administrator:  twegner@phoenix.net
  8428. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8429.  
  8430.  
  8431. -------------------------------------------------------------------------------
  8432.  
  8433. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  8434. Subject: Re: (fractint) Much older versions of Fractint!
  8435. Date: 23 Sep 1997 12:58:55 -0400 (EDT)
  8436.  
  8437.  
  8438. Good God man! Don't wait a month! Floppy disks have a habit of quitting
  8439. working suddenly and for no reason when they sit unused for a long time. I
  8440. sometimes wonder if the Disk Companies don't put little
  8441. planned-obsolescence gadgets in them that start ticking down as soon as you
  8442. first format or use the disk, and scrog a cluster a week from that point
  8443. forth... so you have to keep buying more...
  8444.  
  8445. Upload it to someplace on the net...and preserve this treasure of
  8446. antiquity...before it's too late! :-)
  8447.  
  8448. --
  8449.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  8450.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  8451.     `*'  bulk candy section...because variety is the spice of life... [me]
  8452. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  8453.  
  8454. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8455. Post Message:   fractint@xmission.com
  8456. Get Commands:   majordomo@xmission.com "help"
  8457. Administrator:  twegner@phoenix.net
  8458. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8459.  
  8460.  
  8461. -------------------------------------------------------------------------------
  8462.  
  8463. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  8464. Subject: (fractint) Boundary is partially right!
  8465. Date: 23 Sep 1997 12:13:49 -0500
  8466.  
  8467. Note:  I tried to send this directly to you, Benno, but the mail got
  8468. returned with
  8469. some strange error message, which follows:
  8470.  
  8471.    ----- The following addresses had delivery problems -----
  8472. <bm459885@mail.muenchen.org>  (unrecoverable error)
  8473.  
  8474.    ----- Transcript of session follows -----
  8475. 553 stachus config error: mail loops back to myself
  8476. 554 <bm459885@mail.muenchen.org>... Local configuration error
  8477.  
  8478. whatever that means.
  8479. Therefore, I'm posting this to the discussion list in case anyone else
  8480. has interest/insight.
  8481. You did say you get the messages from the list, so you should get this.
  8482.  
  8483. > I checked out Mandelbrot's construction, first in Lindenmeyer system
  8484. > syntax and then in IFS (much easier if the lsys intitiator is a
  8485. > single line, btw).  The resulting fractal was dragon-like, but never
  8486. > the border of the dragon curve. Perhaps there's a bug in both of
  8487. > them, or perhaps thats why it is not shown in iterated form?
  8488. >
  8489. > Below there's a Lindenmeyer sytem file (*.l) and the IFS file (which
  8490. > gives better results)
  8491. >
  8492.  
  8493. --------begin lsys file------------
  8494. TwinDragonSkin?? { ; Benno Schmid
  8495.                                    ; use order=4*n
  8496.   Angle 8
  8497.   Axiom F
  8498.   F=F++@2F--@I2F
  8499.   }
  8500. --------end lsys file------------
  8501.  
  8502. --------begin ifs file------------
  8503. TwinDragonSkin?? { ; Benno Schmid
  8504.   .25   .25  -.25   .25    0   0    .192287
  8505.   .5  -.52   .5   .5    .25  -.25    .6154261
  8506.   .25   .25  -.25   .25    .75   .25    .192287
  8507.  }
  8508. --------end ifs file------------
  8509. Yes, I got the files.  I checked them out, and IMHO, they actually do
  8510. resemble
  8511. the border of the twindragon curve,  except that the resulting curve is
  8512. actually
  8513. like one straight segment of the border of the twindragon instead of
  8514. being the
  8515. entire closed border.  I've tried to manipulate the L-system version to
  8516. make
  8517. it close, but it is difficult when I don't acually have the picture of
  8518. the
  8519. original twindragon in front of me. <g>  Anyway, if I can get it to
  8520. work, I'll
  8521. post it and anyone else who has any interest can check it out for
  8522. themselves.
  8523. Thanks for your help.
  8524.  
  8525. Justin Kolodziej
  8526.  
  8527. -- no cool signature :( --
  8528.  
  8529.  
  8530.  
  8531.  
  8532.  
  8533. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8534. Post Message:   fractint@xmission.com
  8535. Get Commands:   majordomo@xmission.com "help"
  8536. Administrator:  twegner@phoenix.net
  8537. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8538.  
  8539.  
  8540. -------------------------------------------------------------------------------
  8541.  
  8542. From: "Damien M. Jones" <dmj@emi.net>
  8543. Subject: Re: (fractint) Video Cards
  8544. Date: 23 Sep 1997 13:44:26 -0400
  8545.  
  8546. Tim,
  8547.  
  8548.  - I've been talking to Number Nine tech support and they referred me to
  8549.  - this Scitech Software program called the Display Doctor 5.3a, but even
  8550.  - this program refuses to do anything for this card.
  8551.  
  8552. If SciTech's software won't work with your card, then it's *really*
  8553. orphaned. :)  For the record, when we wanted to use the Number Nine GXE
  8554. card with Windows 95, Number Nine said they had no plans to write proper
  8555. drivers for it, that they were no longer supporting the card.  They offered
  8556. us an upgrade "deal", whereby we could send in the GXE and some money and
  8557. they'd send us a new card they did support.  Problem was, the upgrade price
  8558. was more than we could buy the new card for!  What a rip!  This experience
  8559. really soured us on Number Nine.
  8560.  
  8561.  - The Imagine 128 also doesn't support anything higher than DirectX 1.0
  8562.  - and I just bought a game with DirectX5 on it.  So I am definitely
  8563.  - looking into upgrading my system now.  I am hearing good things about
  8564.  - the Millenium II from this list and the Diamond FireGL from some other
  8565.  - friends.  I plan to make a move here very soon, so if you haven't put in
  8566.  - your two cents I am urging you too!
  8567.  
  8568. The Millenium isn't really the best optimized 3D card.  It's not going to
  8569. be your best performer for games.  I think the Mystique will do better if
  8570. you're set on a Matrox card--however, your best bet for *games* is likely
  8571. to be, as I said earlier, something with a 3Dfx chip on it.  Diamond
  8572. Monster 3D is a $200 add-on card that works with another graphics card to
  8573. give you awesome 3D, but I think what you really need is a good all-in-one
  8574. card.  A friend of mine recently bought a Hercules Stingray, which he is
  8575. *very* happy with.
  8576.  
  8577.  - Hey I am wondering how can I verify if my system has PCI slots?  What do
  8578.  - they look like?
  8579.  
  8580. PCI slots are short (shorter than ISA and much shorter than VESA LocalBus)
  8581. and usually white, with very fine pin spacing.
  8582.  
  8583. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  8584.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  8585.  
  8586.  
  8587. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8588. Post Message:   fractint@xmission.com
  8589. Get Commands:   majordomo@xmission.com "help"
  8590. Administrator:  twegner@phoenix.net
  8591. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8592.  
  8593.  
  8594. -------------------------------------------------------------------------------
  8595.  
  8596. From: Kerry Mitchell <lkmitch@primenet.com>
  8597. Subject: (fractint) New coloring scheme
  8598. Date: 24 Sep 1997 09:49:22 -0700 (MST)
  8599.  
  8600. Here is another coloring scheme that I found interesting.  It is based on
  8601. Gaussian integers--complex numbers whose real and imaginary parts are both
  8602. integers, like 3+4i.  The method here colors by which Gaussian integer the
  8603. iteration comes closest to.  In order to have a lot of iterations to test,
  8604. use a high bailout (like 1e012).  To show the results, use "decomp=256"
  8605. coloring.
  8606.  
  8607. Enclosed are two sample (Fractint) parameter files to demonstrate.  They
  8608. both use the same color map and the same section of the same Julia set.
  8609. The "plain" par shows the fractal as somewhat boring.  Turn on
  8610. decomposition (the "decomp" par) and see the explosion of color.  The
  8611. image is full of various sized dots of color.  Consequently, this method
  8612. benefits from "passes=1" instead of solid guessing, and it really helps to
  8613. anti-alias the final image, to smooth out the smallest dots.  I will post
  8614. a version of "decomp" to the fractal binaries newsgroup.
  8615.  
  8616. Enjoy!
  8617.  
  8618. Kerry Mitchell
  8619.  
  8620. ---------
  8621.  
  8622. decomp             {
  8623.   reset=1960 type=formula formulafile=fractint.frm
  8624.   formulaname=gaussint2_jul passes=1 center-mag=0/1/1
  8625.   params=0.3/0/1e012/0 float=y maxiter=256 inside=0 decomp=256
  8626.   periodicity=0
  8627. colors=000<20>z00<19>zv0zy0zz1<20>zzz<20>0zz<20>00z<19>004001100<20>z00<\
  8628.   20>zz0<19>zzwzzzxzz<18>4zz1zz0yz<20>00z<20>000 cyclerange=0/255
  8629.   }
  8630.  
  8631. plain              {
  8632.   reset=1960 type=formula formulafile=fractint.frm
  8633.   formulaname=gaussint2_jul center-mag=0/1/1
  8634.   params=0.3/0/1e012/0 float=y maxiter=256 inside=0
  8635.   periodicity=0
  8636. colors=000<20>z00<19>zv0zy0zz1<20>zzz<20>0zz<20>00z<19>004001100<20>z00<\
  8637.   20>zz0<19>zzwzzzxzz<18>4zz1zz0yz<20>00z<20>000 cyclerange=0/255
  8638.   }
  8639.  
  8640. frm:gaussint2_jul {
  8641.         ; colors Julia sets by angle of Gaussian integer that iteration
  8642.         ; comes closest to
  8643.         ; c=p1, bailout=real(p2), try 1e12
  8644.         ; use "decomp=256" coloring
  8645.         zc=pixel, c=p1, rmax=real(p2), rmin=1, z=zc:
  8646.         zc=sqr(zc)+c, zr=round(zc), q=|zc-zr|,
  8647.         if (q<rmin)
  8648.           rmin=q, z=zr
  8649.           end if
  8650.         |zc| < rmax
  8651.         }
  8652.  
  8653. Kerry Mitchell
  8654. lkmitch@primenet.com
  8655.  
  8656.  
  8657. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8658. Post Message:   fractint@xmission.com
  8659. Get Commands:   majordomo@xmission.com "help"
  8660. Administrator:  twegner@phoenix.net
  8661. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8662.  
  8663.  
  8664. -------------------------------------------------------------------------------
  8665.  
  8666. From: "P.Toth Andras" <ptotha@MZSG.SULIMAIL.iif.hu>
  8667. Subject: (fractint) Questions about IFS fractals
  8668. Date: 24 Sep 1997 12:45:00 +1
  8669.  
  8670. Microsoft Mail v3.0 IPM.Microsoft Mail.Note
  8671. K|ldo: P.Toth Andras
  8672. Cmmzett: Fractint
  8673. Targy:  Questions about IFS fractals
  8674. Datum: 1997-09-24 12:45
  8675. Prioritas: 
  8676. Rvgzmtett bet9tmpus-kiszlet: 0001
  8677. \zenetazonosmts: 50BD305F
  8678. Beszilgetisazonosmts: 50BD305F
  8679.  
  8680. ##############################################################################
  8681.  
  8682. Sorry for the lame header again....
  8683.  
  8684.  Thank you for your answers about fast mandelbrot calculations.
  8685.  
  8686.  This time I have another beginner problem - (probably my maths are not 
  8687. enough to understand fractal algorithms?? Anyway, I'm just 16, so sorry 
  8688. about this!)
  8689.  My major problem is with generating IFS fractals. In Fractint (and on 
  8690. several WebSites) I found a a matrix with seven values, but I don't know 
  8691. what to do with it...
  8692.  Probably I should display the moving point just like in Mandelbrot, but 
  8693. displaying it after every calculation? And what are the starting values... 
  8694. etc. Questions like this... SO if you have any kind of Pascal/C/C64 
  8695. assembler :) sources then please let me know the location of them!
  8696.  
  8697.  Thank you, and sorry for being so beginner :)
  8698.  
  8699. Andras (Hungary)  
  8700.  
  8701. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8702. Post Message:   fractint@xmission.com
  8703. Get Commands:   majordomo@xmission.com "help"
  8704. Administrator:  twegner@phoenix.net
  8705. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8706.  
  8707.  
  8708. -------------------------------------------------------------------------------
  8709.  
  8710. From: "Melissa D. Binde" <mdb@condor.sccs.swarthmore.edu>
  8711. Subject: Re: (fractint) Much older versions of Fractint!
  8712. Date: 24 Sep 1997 16:57:10 -0400
  8713.  
  8714. Hey Jon -- I started with version 11.0, so I should still have that sitting
  8715. around somewhere.  I'll check tomorrow if I have a chance, but old floppies
  8716. have a way of wandering off into the great diskbox in the sky...
  8717.  
  8718. -- 
  8719. Melissa Binde  --  binde@cs.swarthmore.edu; finger for address, etc.
  8720. Outside the Asylum  --  http://www.terindell.com/
  8721. Babylon 5 Weekly Column -- http://babylon5.miningco.com
  8722. "A computer lets you make more mistakes faster than any invention in human 
  8723. history--with the possible exceptions of handguns and tequila."
  8724.         -- Mitch Ratcliffe
  8725.  
  8726. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8727. Post Message:   fractint@xmission.com
  8728. Get Commands:   majordomo@xmission.com "help"
  8729. Administrator:  twegner@phoenix.net
  8730. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8731.  
  8732.  
  8733. -------------------------------------------------------------------------------
  8734.  
  8735. From: Rich Thomson <rthomson@ptc.com>
  8736. Subject: Re: (fractint) Questions about IFS fractals
  8737. Date: 24 Sep 1997 15:04:46 -0600
  8738.  
  8739.  
  8740. In article <342998A0@sulimail.iif.hu> ,
  8741.     "P.Toth Andras" <ptotha@mzsg.sulimail.iif.hu>  writes:
  8742. >  My major problem is with generating IFS fractals. In Fractint (and on
  8743. > several WebSites) I found a a matrix with seven values, but I don't know
  8744. > what to do with it...
  8745.  
  8746. Fractals are simple systems which give rise to complex behavior.  To
  8747. make a fractal image, you take a simple computation and repeat it and
  8748. the end result is a complex image.  The M-set is a simple iteration of
  8749. the equation z' = z^2 + c:
  8750.  
  8751.     z0 = 0
  8752.     z1 = z0^2 + c = 0^2 + c = c
  8753.     z2 = z1^2 + c = c^2 + c
  8754.     z3 = z2^2 + c = (c^2 + c)^2 + c
  8755.     ...
  8756.  
  8757. For an IFS fractal, the equation takes a point in the plane and
  8758. performs what's called an "affine transformation" on the point.  Affine
  8759. transformations can be translations, rotations, scaling operations or
  8760. combinations of all of the above.  An IFS fractal has the additional
  8761. constraint that the transformation should be contractive -- that is,
  8762. if you took the four corners points of a square and applied the
  8763. transformation to the corner points, the resulting polygon would be
  8764. "contracted" by the transformation.
  8765.  
  8766. Each IFS contains several such affine transformations that are applied
  8767. to the points.  A probability is associated with each transformation
  8768. to guide the computer in randomly choosing a transformation at each
  8769. iteration.
  8770.  
  8771. You can write affine transformations as matrix multiplications:
  8772.  
  8773.     (x1, y1) = M * (x0, y0) + T
  8774.  
  8775.     M => a matrix that accounts for scaling and rotation
  8776.     T => a vector that accounts for translation
  8777.  
  8778. if we expand out the matrix and vector (any basic linear algebra book
  8779. will show you the rules for matrix and vector arithmetic; they are
  8780. basically just ways of organizing complex formulas for easier
  8781. manipulation), we have:
  8782.  
  8783.         | x1 | = | a  b | * | x0 | + | e |
  8784.     | y1 |   | c  d |   | y0 |   | f |
  8785.  
  8786. which gives the two formulas:
  8787.  
  8788.     x1 = a*x0 + b*y0 + e
  8789.     y1 = c*x0 + d*y0 + f
  8790.  
  8791. The seven numbers in the IFS description are these coefficitions (a-f)
  8792. along with the associated probability p.  You might want to look at
  8793. the fractint documentation on the spanky web site for comparison with
  8794. my explanation: <URL: http://spanky.triumf.ca/www/fractint/ifs_type.html>
  8795.  
  8796. I hope this helped out...            -- Rich
  8797. --
  8798.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  8799.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  8800.      3D Paint: The Power to Create in 3D;        Rich Thomson
  8801.      email me for more info                rthomson@ptc.com
  8802.  
  8803. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8804. Post Message:   fractint@xmission.com
  8805. Get Commands:   majordomo@xmission.com "help"
  8806. Administrator:  twegner@phoenix.net
  8807. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8808.  
  8809.  
  8810. -------------------------------------------------------------------------------
  8811.  
  8812. From: Kerry Mitchell <lkmitch@primenet.com>
  8813. Subject: (fractint) Smoothing color bands, revisited (not anti-aliasing)
  8814. Date: 24 Sep 1997 14:52:18 -0700 (MST)
  8815.  
  8816. Recently, Damien Jones posted his formulas based on Linas Vepstas' smooth
  8817. coloring algorithm.  I looked at Damien's work, particularly the
  8818. "dmj-mand-smooth" formula, and came up with a few tweaks.  I've included
  8819. my alternative to Damien's formula as "smooth_man".
  8820.  
  8821. Feel free to dig through the math of the two formulas if you'd like, but
  8822. it may be easier to see the differences in the images.  Fire up "dmj1" in
  8823. the below par file.  It's a slightly zoomed out Mandelbrot, with the outer
  8824. rings shown in blues.  Then, hit "x" and turn the outside coloring from
  8825. "iter" to "real".  This engages the smooth-coloring mode, although it's
  8826. set to 1 (integer bands) for this image.  True enough, the band spacing is
  8827. about what it was before, but there is a slight color shift (blues to reds
  8828. in this palette, or about 7-8 color indices).  This is because of a
  8829. combination of Damien's iteration counter initialization and the factor of
  8830. 2 used to multiply the log(log(bailout)).  Since those are both constants,
  8831. they don't affect the band spacing.  It's a trivial point generally, but
  8832. something to consider if you're precise about your colors.
  8833.  
  8834. Then, fire up "smooth1".  It uses my smoothing formula, which is slightly
  8835. different in math, and very different in implementation.  The image
  8836. generated should be about the same as the first one in "dmj1".  Then, turn
  8837. decomp on to 256.  This new images should be exactly the same as the
  8838. original, with no color shifts.  (The color "speed" is set to 1 for
  8839. integer bands.)
  8840.  
  8841. A more significant consideration comes up with zooms.  Look at "dmj2", a
  8842. moderate zoom into the cusp region near c=0.25.  When you turn on
  8843. smoothing (set outside to real; the color speed is set to 10), something
  8844. weird happens.  Most of the image goes away!  The number of iterations
  8845. needs to be greatly increased to get the detail back.  This is due to the
  8846. clipping nature of outside=real|imag.  If real(z)|imag(z) goes outside of
  8847. the range [0,255], then the color is clipped to 0.  I sidestepped this by
  8848. using the decomposition coloring instead.  Decomp wraps around instead of
  8849. clipping, so the value of z is not a problem.  Look at "smooth2".  The
  8850. first image is like the first one of "dmj2".  Then, turn on decomp=256.
  8851. The fractal is still there, and the color bands are squeezed in, like they
  8852. should be.
  8853.  
  8854. These are just minor tweaks, and shouldn't be taken as an attack of
  8855. Damien's work.  There are tradeoffs, of course; Damien used "outside=real"
  8856. which is much faster than "decomp=256" and also affords the use of xaxis
  8857. symmetry.  Also, Damien took the time to better comment his formula and to
  8858. add default values for the parameters (neat trick!).  Now, if I could just
  8859. figure out the rest of his formulas.  :-)
  8860.  
  8861. ------------
  8862.  
  8863. dmj1               {
  8864.   reset=1960 type=formula formulafile=fractint.frm
  8865.   formulaname=dmj-mand-smooth center-mag=-0.5/0/0.5
  8866.   params=0/0/0/0/1/128 float=y maxiter=256 inside=0 periodicity=0
  8867. colors=000CGS<4>9Ne<7>eFQbJPZNOOWNCdM7fN1iP<3>5Vc<9>NnZPqYRqY<6>kqS<4>mu\
  8868. x<3>zaY<13>T3pQ0rQ4r<13>Wyw<2>GJ1<6>x2N<2>pBmtRWxfE<9>SD1<12>ecO<8>8MY<1\
  8869. 3>4nK4pJ5mI<10>EHC<4>si5<10>bka<4>0jv<2>TEY<4>coOfwLfuN<13>hUp<4>Fjo<11>\
  8870.   9WD9U98T67R29T4<7>ShOVjRZeS<5>x7_<7>ime<8>Wge cyclerange=0/255
  8871.   }
  8872.  
  8873. smooth1            {
  8874.   reset=1960 type=formula formulafile=fractint.frm formulaname=smooth_man
  8875.   center-mag=-0.5/0/0.5 params=128/1 float=y maxiter=256 inside=0
  8876.   periodicity=0
  8877. colors=000CGS<4>9Ne<7>eFQbJPZNOOWNCdM7fN1iP<3>5Vc<9>NnZPqYRqY<6>kqS<4>mu\
  8878. x<3>zaY<13>T3pQ0rQ4r<13>Wyw<2>GJ1<6>x2N<2>pBmtRWxfE<9>SD1<12>ecO<8>8MY<1\
  8879. 4>4pJ<11>EHC<4>si5<10>bka<4>0jv<2>TEY<4>coOfwLfuN<13>hUp<4>Fjo<13>8T67R2\
  8880.   9T4<7>ShOVjRZeS<5>x7_<7>ime<8>Wge cyclerange=0/255
  8881.   }
  8882.  
  8883. dmj2               {
  8884.   reset=1960 type=formula formulafile=smooth.par
  8885.   formulaname=dmj-mand-smooth
  8886.   center-mag=+0.25990713363414080/+0.00160746266390759/95756
  8887.   params=0/0/0/0/10/128 float=y maxiter=1000 inside=0 periodicity=0
  8888. colors=000<40>x00z00z00<40>zy0zz0zz1<39>zzxzzzzzz<40>1zz0zz0yz<39>02z00z\
  8889.   00z<41>000 cyclerange=0/255
  8890.   }
  8891.  
  8892. smooth2            {
  8893.   reset=1960 type=formula formulafile=fractint.frm formulaname=smooth_man
  8894.   center-mag=+0.25990713363414080/+0.00160746266390759/95756
  8895.   params=128/10 float=y maxiter=1000 inside=0 periodicity=0
  8896. colors=000<40>x00z00z00<40>zy0zz0zz1<39>zzxzzzzzz<40>1zz0zz0yz<39>02z00z\
  8897.   00z<41>000 cyclerange=0/255
  8898.   }
  8899.  
  8900. frm:smooth_man { ; Kerry Mitchell
  8901.         ; smooth iteration coloring based on Damien Jones'
  8902.         ; interpretation of Linas Vepstas' scheme
  8903.         ; real(p1) = bailout
  8904.         ; imag(p1) = color scaling factor (1 = integer bands)
  8905.         ; "decomp=256" coloring
  8906.         bailout=real(p1), scale=imag(p1)*pi/128
  8907.         ol2 = 1/log(2), fac=log(0.5*log(bailout))
  8908.         iter=1, z=0, c=pixel
  8909.         :
  8910.         iter=iter+1, z=sqr(z)+c
  8911.         if(|z|>bailout)
  8912.           t=(iter+ol2*(fac-log(log(cabs(z)))))*scale
  8913.           z=cos(t)+flip(sin(t))
  8914.           iter=-1
  8915.         endif
  8916.         iter>0
  8917.         }
  8918.  
  8919. frm:dmj-Mand-Smooth (xaxis) { ; outside = real: smooth iteration coloring
  8920.     ; p3r: color scaling factor (default is 1 = integer bands)
  8921.     ; p3i: bailout (default is 128)
  8922.  
  8923.     IF (real(p3) == 0)        ; Invalid value for color scale.
  8924.       p3 = 1 + flip(imag(p3))    ; Substitute a default value.
  8925.     ENDIF
  8926.     IF (imag(p3) == 0)        ; Invalid value for bailout.
  8927.       p3 = (0,128) + real(p3)    ; Substitute a default value.
  8928.     ENDIF
  8929.     done = 2            ; Iteration counter.
  8930.     il2 = 1/log(2.0)        ; Inverse log 2 (precalc).
  8931.     lp = log(log(imag(p3)))        ; log(log bailout) (precalc).
  8932.         z = 0, c = pixel:               ; Mandelbrot initialization.
  8933.  
  8934.     z = sqr(z) + c            ; Mandelbrot calculation.
  8935.     done = done + 1            ; Done one more iteration.
  8936.     IF (|z| > imag(p3))        ; Point exceeds bailout.
  8937.       z = (done + 2*il2*lp - il2*log(log(cabs(z)))) * real(p3) - done
  8938.       done = -1            ; Set flag to force an exit.
  8939.     ENDIF
  8940.     
  8941.     done >= 0            ; Continue if the flag is clear.
  8942. }
  8943.  
  8944.  
  8945. Kerry Mitchell
  8946. lkmitch@primenet.com
  8947.  
  8948.  
  8949. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8950. Post Message:   fractint@xmission.com
  8951. Get Commands:   majordomo@xmission.com "help"
  8952. Administrator:  twegner@phoenix.net
  8953. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8954.  
  8955.  
  8956. -------------------------------------------------------------------------------
  8957.  
  8958. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  8959. Subject: Re: (fractint) Gallery update
  8960. Date: 24 Sep 1997 17:58:04 -0400 (EDT)
  8961.  
  8962. I just wanted to let everyone know that I have a couple new fractals in my
  8963. gallery (finally).--Alice
  8964. http://www.fortunecity.com/roswell/barker/3/Chessiecat.html
  8965.  
  8966.  
  8967.  
  8968. Thanks for using Fractint, The Fractals and Fractint Discussion List
  8969. Post Message:   fractint@xmission.com
  8970. Get Commands:   majordomo@xmission.com "help"
  8971. Administrator:  twegner@phoenix.net
  8972. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  8973.  
  8974.  
  8975. -------------------------------------------------------------------------------
  8976.  
  8977. From: "Michael E. Engelby" <flynn@winternet.com>
  8978. Subject: Re: (fractint) Video Cards
  8979. Date: 24 Sep 1997 17:27:45 +0000
  8980.  
  8981. > Date:          Tue, 23 Sep 1997 13:44:26 -0400
  8982.  
  8983. > Tim,
  8984. >  - I've been talking to Number Nine tech support and they referred me to
  8985. >  - this Scitech Software program called the Display Doctor 5.3a, but even
  8986. >  - this program refuses to do anything for this card.
  8987. > If SciTech's software won't work with your card, then it's *really*
  8988. > orphaned. :)  For the record, when we wanted to use the Number Nine GXE
  8989. > card with Windows 95, Number Nine said they had no plans to write proper
  8990. > drivers for it, that they were no longer supporting the card.  They offered
  8991. > us an upgrade "deal", whereby we could send in the GXE and some money and
  8992. > they'd send us a new card they did support.  Problem was, the upgrade price
  8993. > was more than we could buy the new card for!  What a rip!  This experience
  8994. > really soured us on Number Nine.
  8995. >  - The Imagine 128 also doesn't support anything higher than DirectX 1.0
  8996. >  - and I just bought a game with DirectX5 on it.  So I am definitely
  8997. >  - looking into upgrading my system now.  I am hearing good things about
  8998. >  - the Millenium II from this list and the Diamond FireGL from some other
  8999. >  - friends.  I plan to make a move here very soon, so if you haven't put in
  9000. >  - your two cents I am urging you too!
  9001. >
  9002. (perfectly good stuff deleted) 
  9003.  
  9004. I have never run FractInt on my system yet.  I just recently 
  9005. downloaded Fractint 19.6 and was very disappointed to find out that 
  9006. none of the Super VESA modes worked with my card.  I too, have tried 
  9007. SciTech's software for a remedy but that exercise was futile.  I now 
  9008. use the windows version 18.21 and it works fine.  Perhaps I will 
  9009. attempt to port the current DOS version to windows.
  9010.  
  9011. As a side note:
  9012. I recently downloaded the DirectX 5.0 package from Mickysoft and it 
  9013. works fine.  It does act sorta strangely when switching from a DOS 
  9014. mode to my 1600x1200 res.  But that is liveable.
  9015.  
  9016. It is an outrage that Number Nine will not support their perfectly 
  9017. good (slighty old) products.  That really torks me off.  I mean, my 
  9018. card is only 1 yr 8 months old (purchase date) and it is rendered 
  9019. obsolete.  Is the obsolescence date for computer hardware getting 
  9020. faster or is it just me?
  9021.  
  9022. This is the card that I have.
  9023. Number Nine Product Name:  Imagine 128 Pro
  9024.           Processor Type:  Imagine 128, Revision 0
  9025.     Memory Configuration:  8 Megabytes VRAM
  9026.                   RAMDAC:  IBM RGB528
  9027.                BIOS Date:  01/07/94
  9028.            BIOS Revision:  1.03.04
  9029.           Driver Version:  v1.01.08
  9030.  
  9031. -Mike Engelby
  9032.  
  9033.  
  9034.  
  9035. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9036. Post Message:   fractint@xmission.com
  9037. Get Commands:   majordomo@xmission.com "help"
  9038. Administrator:  twegner@phoenix.net
  9039. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9040.  
  9041.  
  9042. -------------------------------------------------------------------------------
  9043.  
  9044. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  9045. Subject: Re: (fractint) Much older versions of Fractint!
  9046. Date: 24 Sep 1997 23:13:52 -0400 (EDT)
  9047.  
  9048.  
  9049. My university's computer lab machines have an old fractint lying around
  9050. one of the network drives. It's version 16. When I first started using it
  9051. it was past version 17...
  9052.  
  9053.  
  9054. --
  9055.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  9056.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  9057.     `*'  bulk candy section...because variety is the spice of life... [me]
  9058. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  9059.  
  9060. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9061. Post Message:   fractint@xmission.com
  9062. Get Commands:   majordomo@xmission.com "help"
  9063. Administrator:  twegner@phoenix.net
  9064. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9065.  
  9066.  
  9067. -------------------------------------------------------------------------------
  9068.  
  9069. From: Wes Handrow <handrow@mailbag.com>
  9070. Subject: Re: (fractint) Video Cards
  9071. Date: 25 Sep 1997 00:14:40 -0500
  9072.  
  9073. I remind you that when you buy anything computer you've bought a boat
  9074. with a hole in the bottom.  Think about it, look how much things have
  9075. changed in just the last 3 years and the rate of change is going faster
  9076. not slower.
  9077.  
  9078. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9079. Post Message:   fractint@xmission.com
  9080. Get Commands:   majordomo@xmission.com "help"
  9081. Administrator:  twegner@phoenix.net
  9082. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9083.  
  9084.  
  9085. -------------------------------------------------------------------------------
  9086.  
  9087. From: Rich Thomson <rthomson@ptc.com>
  9088. Subject: Re: (fractint) Video Cards 
  9089. Date: 25 Sep 1997 09:42:23 -0600
  9090.  
  9091.  
  9092. In article <3429F340.404D@mailbag.com> ,
  9093.     Wes Handrow <handrow@mailbag.com>  writes:
  9094. > I remind you that when you buy anything computer you've bought a boat
  9095. > with a hole in the bottom.  Think about it, look how much things have
  9096. > changed in just the last 3 years and the rate of change is going faster
  9097. > not slower.
  9098.  
  9099. Yep... when people ask me what's important to look for in a computer,
  9100. I always tell them to buy as much memory as you can afford.  This
  9101. helps keep older processors useful longer because new software always
  9102. increases in memory appetite.
  9103. --
  9104.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  9105.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  9106.      3D Paint: The Power to Create in 3D;        Rich Thomson
  9107.      email me for more info                rthomson@ptc.com
  9108.  
  9109. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9110. Post Message:   fractint@xmission.com
  9111. Get Commands:   majordomo@xmission.com "help"
  9112. Administrator:  twegner@phoenix.net
  9113. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9114.  
  9115.  
  9116. -------------------------------------------------------------------------------
  9117.  
  9118. From: "David D. Singer" <d.singer@ab.sac.ac.uk>
  9119. Subject: Re: (fractint) Much older versions of Fractint!
  9120. Date: 25 Sep 1997 18:04:24 0
  9121.  
  9122. Jon
  9123.  
  9124. After a bit of digging around, I have managed to find copies of
  9125. Fractint V2.1 and V5.1 (or Fract386 as it was known back then).
  9126.  
  9127. Let me know if you want copies of these and I will arrange to send
  9128. them to you (e-mail is easiest for me but I might be able to set up
  9129. a temporary ftp address if necessary - file sizes are 40.4K and
  9130. 61.2K respectively).
  9131.  
  9132. Dave Singer
  9133.  
  9134. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9135. Post Message:   fractint@xmission.com
  9136. Get Commands:   majordomo@xmission.com "help"
  9137. Administrator:  twegner@phoenix.net
  9138. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9139.  
  9140.  
  9141. -------------------------------------------------------------------------------
  9142.  
  9143. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  9144. Subject: Re: (fractint) Much older versions of Fractint!
  9145. Date: 25 Sep 1997 13:25:20 -0700
  9146.  
  9147.  
  9148. Dave wrote he has Fractint V2.1 and V5.1.
  9149.  
  9150.  
  9151. I think a complete colection is a good idea.
  9152.  
  9153. Jay
  9154.  
  9155.  
  9156.  
  9157. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9158. Post Message:   fractint@xmission.com
  9159. Get Commands:   majordomo@xmission.com "help"
  9160. Administrator:  twegner@phoenix.net
  9161. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9162.  
  9163.  
  9164. -------------------------------------------------------------------------------
  9165.  
  9166. From: "P.Toth Andras" <ptotha@MZSG.SULIMAIL.iif.hu>
  9167. Subject: (fractint) Thanx
  9168. Date: 25 Sep 1997 15:11:00 +1
  9169.  
  9170. Microsoft Mail v3.0 IPM.Microsoft Mail.Note
  9171. K|ldo: P.Toth Andras
  9172. Cmmzett: Fractint
  9173. Targy:  Thanx
  9174. Datum: 1997-09-25 15:11
  9175. Prioritas: 
  9176. \zenetazonosmts: AE677A94
  9177. Beszilgetisazonosmts: AE677A94
  9178.  
  9179. ##############################################################################
  9180.  
  9181. Thank you for your help about IFS fractals, Rich!
  9182.  
  9183. Andras
  9184.  
  9185. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9186. Post Message:   fractint@xmission.com
  9187. Get Commands:   majordomo@xmission.com "help"
  9188. Administrator:  twegner@phoenix.net
  9189. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9190.  
  9191.  
  9192. -------------------------------------------------------------------------------
  9193.  
  9194. From: NOEL_GIFFIN <noel@triumf.ca>
  9195. Subject: Re: (fractint) Much older versions of Fractint!
  9196. Date: 25 Sep 1997 14:18:53 PST
  9197.  
  9198.  
  9199. "Jay Hill" <jrhill@NOTESGW.NOSC.MIL> said:
  9200.  
  9201.  
  9202. > Dave wrote he has Fractint V2.1 and V5.1.
  9203.  
  9204. > I think a complete colection is a good idea.
  9205.  
  9206.  
  9207.     I think a complete archive of the fractint development is
  9208. a great idea. I have a partial collection, ( I took it off line, because
  9209. I needed the diskspace), but if someone has a site where they can hold
  9210. all the releases, I will definitely link it into the Fractint Web Pages. 
  9211.  
  9212.     Cheers,
  9213.     Noel Giffin
  9214.  
  9215. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9216. Post Message:   fractint@xmission.com
  9217. Get Commands:   majordomo@xmission.com "help"
  9218. Administrator:  twegner@phoenix.net
  9219. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9220.  
  9221.  
  9222. -------------------------------------------------------------------------------
  9223.  
  9224. From: Michael C Taylor <mctaylor@mta.ca>
  9225. Subject: Re: (fractint) Much older versions of Fractint!
  9226. Date: 25 Sep 1997 18:36:06 -0300 (ADT)
  9227.  
  9228. On Thu, 25 Sep 1997, NOEL_GIFFIN wrote:
  9229.  
  9230. > "Jay Hill" <jrhill@NOTESGW.NOSC.MIL> said:
  9231. > > I think a complete colection is a good idea.
  9232. >     I think a complete archive of the fractint development is
  9233. > a great idea. I have a partial collection, ( I took it off line, because
  9234. > I needed the diskspace), but if someone has a site where they can hold
  9235. > all the releases, I will definitely link it into the Fractint Web Pages. 
  9236.  
  9237. I might know a way too-busy programmer with a fractal-related server
  9238. that might be able to find some space (!time) to hold all the releases. 
  9239.  
  9240. Submit them to ftp://fractal.mta.ca/incoming
  9241.  which is a 'blind' directory (no get or ls)
  9242. Include the version number in the file name!!!
  9243. Send me an email message
  9244. Wait patiently :)
  9245.  
  9246. --
  9247. Michael C. Taylor <mctaylor@mta.ca> <http://www.mta.ca/~mctaylor/>
  9248. Programmer, Computing Services, Mount Allison University, Canada
  9249. sci.fractals FAQ <http://www.mta.ca/~mctaylor/sci.fractals-faq/>
  9250. Banned Books Week - Sept 20-27 1997 - http://www.ala.org/bbooks/
  9251.  
  9252.  
  9253. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9254. Post Message:   fractint@xmission.com
  9255. Get Commands:   majordomo@xmission.com "help"
  9256. Administrator:  twegner@phoenix.net
  9257. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9258.  
  9259.  
  9260. -------------------------------------------------------------------------------
  9261.  
  9262. From: aq936@freenet.carleton.ca (Michael Traynor)
  9263. Subject: (fractint) Fractint20 wish list
  9264. Date: 25 Sep 1997 20:05:52 -0400 (EDT)
  9265.  
  9266. A Fractint V20 wish:
  9267.  
  9268. Have Damien M Jones' and other recent new colouring schemes 
  9269. built into fractint as X screen options.  I have no idea if
  9270. this is feasible, but it would be extremely cool, and run
  9271. faster than having them as formulas (I'd guess).
  9272.  
  9273. A Fractint19.6, 19.5, 19.4, ... etc thought:
  9274.  
  9275. A big thanks to all those who put Fractint together and who
  9276. share their work with us via this list, sci.fractals and the
  9277. various web pages:
  9278.  
  9279. TTTTTTT  H    H    AA    N    N  K  K   SSSS   O
  9280.    T     H    H   A  A   NN   N  K K    S      O
  9281.    T     HHHHHH  A    A  N N  N  KK     SSSS   O
  9282.    T     H    H  AAAAAA  N  N N  K K       S   O
  9283.    T     H    H  A    A  N   NN  K  K      S   O
  9284.    T     H    H  A    A  N    N  K   K  SSSS   .
  9285.  
  9286.  
  9287.  
  9288. (with apologies to actual ASCII artists for abusing their
  9289. medium)
  9290.  
  9291.  
  9292. --
  9293. Mike Traynor
  9294.  
  9295. People who like this sort of thing will find this the sort of thing they like.
  9296.     Abraham Lincoln
  9297.  
  9298. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9299. Post Message:   fractint@xmission.com
  9300. Get Commands:   majordomo@xmission.com "help"
  9301. Administrator:  twegner@phoenix.net
  9302. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9303.  
  9304.  
  9305. -------------------------------------------------------------------------------
  9306.  
  9307. From: "Tim Wegner" <twegner@phoenix.net>
  9308. Subject: Re: (fractint) Fractint20 wish list
  9309. Date: 25 Sep 1997 22:51:23 -0600
  9310.  
  9311. Mike asked:
  9312.  
  9313. > Have Damien M Jones' and other recent new colouring schemes 
  9314. > built into fractint as X screen options.  I have no idea if
  9315. > this is feasible, but it would be extremely cool, and run
  9316. > faster than having them as formulas (I'd guess).
  9317.  
  9318. I'm looking at implementing Linas Vepstas coloring algorithm in 
  9319. Fractint, and will certainly look at Damien's file and other 
  9320. offerings here. I'm also interested in the idea of adding an 
  9321. additional section in the formula file for user-defined coloring 
  9322. algorithms.
  9323.  
  9324. Tim
  9325.  
  9326.  
  9327. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9328. Post Message:   fractint@xmission.com
  9329. Get Commands:   majordomo@xmission.com "help"
  9330. Administrator:  twegner@phoenix.net
  9331. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9332.  
  9333.  
  9334. -------------------------------------------------------------------------------
  9335.  
  9336. From: Michael C Taylor <mctaylor@mta.ca>
  9337. Subject: Re: (fractint) Much older versions of Fractint!
  9338. Date: 26 Sep 1997 09:59:14 -0300 (ADT)
  9339.  
  9340. > I might know a way too-busy programmer with a fractal-related server
  9341. > that might be able to find some space (!time) to hold all the releases. 
  9342. > Submit them to ftp://fractal.mta.ca/incoming
  9343.  
  9344. David Singer uploaded copies of 2.1 and 5.1, and they are available from
  9345.  ftp://fractal.mta.ca/pub/fractals/fractint/
  9346.  
  9347. Also included 18.21 for Windows, 19.4 to 19.6 for DOS, including source
  9348. code. 
  9349.  
  9350. --
  9351. Michael C. Taylor <mctaylor@mta.ca> <http://www.mta.ca/~mctaylor/>
  9352. Programmer, Computing Services, Mount Allison University, Canada
  9353. sci.fractals FAQ <http://www.mta.ca/~mctaylor/sci.fractals-faq/>
  9354. Banned Books Week - Sept 20-27 1997 - http://www.ala.org/bbooks/
  9355.  
  9356.  
  9357.  
  9358. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9359. Post Message:   fractint@xmission.com
  9360. Get Commands:   majordomo@xmission.com "help"
  9361. Administrator:  twegner@phoenix.net
  9362. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9363.  
  9364.  
  9365. -------------------------------------------------------------------------------
  9366.  
  9367. From: "Melissa D. Binde" <mdb@condor.sccs.swarthmore.edu>
  9368. Subject: Re: (fractint) Much older versions of Fractint!
  9369. Date: 26 Sep 1997 11:38:41 -0400
  9370.  
  9371. And if for any chance that doesn't work, I can also offer space.
  9372.  
  9373.  
  9374. On Thu, Sep 25, 1997 at 06:36:06PM -0300, Michael C Taylor wrote:
  9375.  
  9376. > On Thu, 25 Sep 1997, NOEL_GIFFIN wrote:
  9377. > > "Jay Hill" <jrhill@NOTESGW.NOSC.MIL> said:
  9378. > > > I think a complete colection is a good idea.
  9379. > > 
  9380. > >     I think a complete archive of the fractint development is
  9381. > > a great idea. I have a partial collection, ( I took it off line, because
  9382. > > I needed the diskspace), but if someone has a site where they can hold
  9383. > > all the releases, I will definitely link it into the Fractint Web Pages. 
  9384. > I might know a way too-busy programmer with a fractal-related server
  9385. > that might be able to find some space (!time) to hold all the releases. 
  9386. > Submit them to ftp://fractal.mta.ca/incoming
  9387. >  which is a 'blind' directory (no get or ls)
  9388. > Include the version number in the file name!!!
  9389. > Send me an email message
  9390. > Wait patiently :)
  9391. > --
  9392. > Michael C. Taylor <mctaylor@mta.ca> <http://www.mta.ca/~mctaylor/>
  9393. > Programmer, Computing Services, Mount Allison University, Canada
  9394. > sci.fractals FAQ <http://www.mta.ca/~mctaylor/sci.fractals-faq/>
  9395. > Banned Books Week - Sept 20-27 1997 - http://www.ala.org/bbooks/
  9396. > ------------------------------------------------------------
  9397. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  9398. > Post Message:   fractint@xmission.com
  9399. > Get Commands:   majordomo@xmission.com "help"
  9400. > Administrator:  twegner@phoenix.net
  9401. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9402.  
  9403.  
  9404.  
  9405. -- 
  9406. Melissa Binde  --  binde@cs.swarthmore.edu; finger for address, etc.
  9407. Outside the Asylum  --  http://www.terindell.com/
  9408. Babylon 5 Weekly Column -- http://babylon5.miningco.com
  9409. I don't always know what I'm talking about, but I'm always pretty much
  9410. convinced that I'm right.
  9411.         -- musician Mojo Nixon
  9412.  
  9413. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9414. Post Message:   fractint@xmission.com
  9415. Get Commands:   majordomo@xmission.com "help"
  9416. Administrator:  twegner@phoenix.net
  9417. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9418.  
  9419.  
  9420. -------------------------------------------------------------------------------
  9421.  
  9422. From: Kerry Mitchell <lkmitch@primenet.com>
  9423. Subject: Re: (fractint) Fractint20 wish list
  9424. Date: 26 Sep 1997 09:01:13 -0700 (MST)
  9425.  
  9426. Tim,
  9427.  
  9428. One thing that occurred to me is that maybe there could be one additional
  9429. coloring scheme added to both inside and outside.  A fractal can be
  9430. colored by any function of z, by using a judicious combination of if/then,
  9431. decomp, and zmag options.  How about having a special variable (q?) that
  9432. can be used for the coloring.  It might work like this:  color index = q,
  9433. (which would clamp to 0 or 255 for out of range values) or color index =
  9434. 256 * ( q mod 1) (which would wrap around).  Inside or outside or both
  9435. could be independently set to q, which could decouple the coloring from
  9436. the iteration number (no banding), and could allow some typically outside
  9437. methods (decomp) to be used inside, and vice versa.  Also, it should
  9438. compute quicker than a programmer's formula forced into the zmag or
  9439. decomp forms.  Also, Stone Soup wouldn't have to worry about coding
  9440. additional schemes (yet :-) they could just give users another tool for
  9441. their own development.
  9442.  
  9443. Kerry Mitchell
  9444. lkmitch@primenet.com
  9445.  
  9446. On Thu, 25 Sep 1997, Tim Wegner wrote:
  9447.  
  9448. > Mike asked:
  9449. > > Have Damien M Jones' and other recent new colouring schemes 
  9450. > > built into fractint as X screen options.  I have no idea if
  9451. > > this is feasible, but it would be extremely cool, and run
  9452. > > faster than having them as formulas (I'd guess).
  9453. > I'm looking at implementing Linas Vepstas coloring algorithm in 
  9454. > Fractint, and will certainly look at Damien's file and other 
  9455. > offerings here. I'm also interested in the idea of adding an 
  9456. > additional section in the formula file for user-defined coloring 
  9457. > algorithms.
  9458. > Tim
  9459. >  
  9460. > ------------------------------------------------------------
  9461. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  9462. > Post Message:   fractint@xmission.com
  9463. > Get Commands:   majordomo@xmission.com "help"
  9464. > Administrator:  twegner@phoenix.net
  9465. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9466.  
  9467.  
  9468.  
  9469. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9470. Post Message:   fractint@xmission.com
  9471. Get Commands:   majordomo@xmission.com "help"
  9472. Administrator:  twegner@phoenix.net
  9473. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9474.  
  9475.  
  9476. -------------------------------------------------------------------------------
  9477.  
  9478. From: RBarn0001@aol.com
  9479. Subject: Re: (fractint) Fractint20 wish list
  9480. Date: 26 Sep 1997 13:55:53 -0400 (EDT)
  9481.  
  9482. In a message dated 97-09-26 05:50:07 EDT, you write:
  9483.  
  9484. << I'm looking at implementing Linas Vepstas coloring algorithm in 
  9485.  Fractint, and will certainly look at Damien's file and other 
  9486.  offerings here. I'm also interested in the idea of adding an 
  9487.  additional section in the formula file for user-defined coloring 
  9488.  algorithms.
  9489.   >>
  9490.  
  9491. Tim,
  9492. Would it be possible to have (1) a formula parameter which would be the one
  9493. that is used for the color table lookup after escape, and (2) a formula
  9494. parameter which can turn on or off interpolation within the color table,
  9495. which might be a good way to provide true color and high color support, and
  9496. still be relatively backwards compatible. This is the approach I use with
  9497. Truemand so that I can use fractint color tables, and in some cases, fractint
  9498. formulae.
  9499. Ron Barnett
  9500.  
  9501. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9502. Post Message:   fractint@xmission.com
  9503. Get Commands:   majordomo@xmission.com "help"
  9504. Administrator:  twegner@phoenix.net
  9505. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9506.  
  9507.  
  9508. -------------------------------------------------------------------------------
  9509.  
  9510. From: RBarn0001@aol.com
  9511. Subject: Re: (fractint) Much older versions of Fractint!
  9512. Date: 26 Sep 1997 13:59:11 -0400 (EDT)
  9513.  
  9514. In a message dated 97-09-26 03:12:38 EDT, you write:
  9515.  
  9516. << I think a complete archive of the fractint development is
  9517.  a great idea. I have a partial collection, ( I took it off line, because
  9518.  I needed the diskspace), but if someone has a site where they can hold
  9519.  all the releases, I will definitely link it into the Fractint Web Pages. 
  9520.   >>
  9521.  
  9522. Noel,
  9523. What is the total space needed? I may have a few MG to spare at my web site.
  9524. Ron Barnett
  9525.  
  9526. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9527. Post Message:   fractint@xmission.com
  9528. Get Commands:   majordomo@xmission.com "help"
  9529. Administrator:  twegner@phoenix.net
  9530. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9531.  
  9532.  
  9533. -------------------------------------------------------------------------------
  9534.  
  9535. From: RBarn0001@aol.com
  9536. Subject: Re: (fractint) Fractint20 wish list
  9537. Date: 26 Sep 1997 14:03:40 -0400 (EDT)
  9538.  
  9539. In a message dated 97-09-26 12:06:01 EDT, you write:
  9540.  
  9541. << One thing that occurred to me is that maybe there could be one additional
  9542.  coloring scheme added to both inside and outside.  A fractal can be
  9543.  colored by any function of z, by using a judicious combination of if/then,
  9544.  decomp, and zmag options.  How about having a special variable (q?) that
  9545.  can be used for the coloring.  It might work like this:  color index = q,
  9546.  (which would clamp to 0 or 255 for out of range values) or color index =
  9547.  256 * ( q mod 1) (which would wrap around).  Inside or outside or both
  9548.  could be independently set to q, which could decouple the coloring from
  9549.  the iteration number (no banding), and could allow some typically outside
  9550.  methods (decomp) to be used inside, and vice versa.  Also, it should
  9551.  compute quicker than a programmer's formula forced into the zmag or
  9552.  decomp forms.  Also, Stone Soup wouldn't have to worry about coding
  9553.  additional schemes (yet :-) they could just give users another tool for
  9554.  their own development.
  9555.  
  9556.   >>
  9557. Tim,
  9558. I would like to second Kerry's suggestions.
  9559. Ron Barnett
  9560.  
  9561. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9562. Post Message:   fractint@xmission.com
  9563. Get Commands:   majordomo@xmission.com "help"
  9564. Administrator:  twegner@phoenix.net
  9565. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9566.  
  9567.  
  9568. -------------------------------------------------------------------------------
  9569.  
  9570. From: NOEL_GIFFIN <noel@triumf.ca>
  9571. Subject: Re: (fractint) Much older versions of Fractint!
  9572. Date: 26 Sep 1997 12:59:12 PST
  9573.  
  9574.  
  9575.  
  9576.     Hi,
  9577.  
  9578.     I just ftp'd my archive (incomplete) of Fractint versions to
  9579. Michael Taylor's incoming directory at Mt. Allison at:
  9580.  
  9581.     ftp://fractal.mta.ca/incoming
  9582.  
  9583.  
  9584.     He should now have:
  9585.  
  9586.     frain13R.zip,
  9587.     frain171.zip,
  9588.     frain181.zip,
  9589.     frain182.zip,
  9590.     frain191.zip,
  9591.     frain192.zip,
  9592.     frain193.zip,
  9593.     frain194.zip,
  9594.     frain195.zip,
  9595.     frain196.zip,
  9596.     fraint18.zip,
  9597.     fraint19.zip,
  9598.     frasr171.zip,
  9599.     frasr181.zip,
  9600.     frasr182.zip,
  9601.     frasr191.zip,
  9602.     frasr192.zip,
  9603.     frasr193.zip,
  9604.     frasr194.zip,
  9605.     frasr195.zip,
  9606.     frasr196.zip,
  9607.     frasrc13.zip,
  9608.     frasrc18.zip,
  9609.     frasrc19.zip,
  9610.     
  9611.     I'm sure he will make it available to public access very
  9612. soon.
  9613.  
  9614.     Others have asked for these and I just chose Michael's site
  9615. because he already has an ftp site set up and it was fast and convenient
  9616. for me to transfer.  This is far from complete and I know that Jon Noring
  9617. and others may have more complete sets but I think there are a few
  9618. here that were missing from Jon's list. Especially the source codes,
  9619. which I think are equally important.
  9620.  
  9621.     Cheers,
  9622.     Noel Giffin
  9623.     
  9624.  
  9625. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9626. Post Message:   fractint@xmission.com
  9627. Get Commands:   majordomo@xmission.com "help"
  9628. Administrator:  twegner@phoenix.net
  9629. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9630.  
  9631.  
  9632. -------------------------------------------------------------------------------
  9633.  
  9634. From: Michael C Taylor <mctaylor@mta.ca>
  9635. Subject: Re: (fractint) Much older versions of Fractint!
  9636. Date: 26 Sep 1997 17:09:39 -0300 (ADT)
  9637.  
  9638. On Fri, 26 Sep 1997 RBarn0001@aol.com wrote:
  9639.  
  9640. > In a message dated 97-09-26 03:12:38 EDT, you write:
  9641. > << I think a complete archive of the fractint development is
  9642. >  a great idea. I have a partial collection, ( I took it off line, because
  9643. >  I needed the diskspace), but if someone has a site where they can hold
  9644. >  all the releases, I will definitely link it into the Fractint Web Pages. 
  9645. >   >>
  9646. > Noel,
  9647. > What is the total space needed? I may have a few MG to spare at my web site.
  9648. > Ron Barnett
  9649.  
  9650. Ron, 
  9651.  
  9652. I've already started collecting the old version online.
  9653.  
  9654. The ones available so far are at
  9655.   ftp://fractal.mta.ca/pub/fractals/fractint/
  9656.  
  9657. So far versions: 2.1 5.1 13 17.1 18 18.1 18.2 19 19.1 19.2 19.3 19.4
  9658. 19.5 19.6 (most with source) and WinFractInt 17.3 and 18.21 (both w/ src).
  9659.  
  9660. Thanks to Noel Giffin and David Singer for their contributions. 
  9661.  Future contributions can be sent to ftp://fractal.mta.ca/incoming/
  9662.  and please send me a note when you do so (I can move the files into the 
  9663. correct spot).
  9664.  
  9665. --
  9666. Michael C. Taylor <mctaylor@mta.ca> <http://www.mta.ca/~mctaylor/>
  9667.  Programmer, Computing Services, Mount Allison University, Canada
  9668.  sci.fractals FAQ <http://www.mta.ca/~mctaylor/sci.fractals-faq/>
  9669.     fractal and cryptography archive <http://fractal.mta.ca/>
  9670.  
  9671.  
  9672. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9673. Post Message:   fractint@xmission.com
  9674. Get Commands:   majordomo@xmission.com "help"
  9675. Administrator:  twegner@phoenix.net
  9676. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9677.  
  9678.  
  9679. -------------------------------------------------------------------------------
  9680.  
  9681. From: Dirk Meyer <dirk.meyer@studbox.uni-stuttgart.de>
  9682. Subject: (fractint) 3d quaternion fractals
  9683. Date: 26 Sep 1997 23:01:16 +0200
  9684.  
  9685. Hallo!
  9686.  
  9687. I want to call your attention to my image gallery of 3d quaternion
  9688. fractals (fractint┤s quatjul type shows 2d intersections of these
  9689. objects) 
  9690. The URL is:
  9691. http://wwwcip.rus.uni-stuttgart.de/~phy11733/index_e.html
  9692.  
  9693. and I want to ask if there is interest in supporting real 3d fractals in
  9694. future versions of fractint, or if any work is in progress concerning
  9695. this point.
  9696. (I myself would be _very_ interested, and perhaps I could help on
  9697. coding.)
  9698.  
  9699. Dirk Meyer.
  9700.  
  9701. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9702. Post Message:   fractint@xmission.com
  9703. Get Commands:   majordomo@xmission.com "help"
  9704. Administrator:  twegner@phoenix.net
  9705. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9706.  
  9707.  
  9708. -------------------------------------------------------------------------------
  9709.  
  9710. From: "Tim Wegner" <twegner@phoenix.net>
  9711. Subject: Re: (fractint) Fractint20 wish list
  9712. Date: 26 Sep 1997 18:18:07 -0600
  9713.  
  9714. Here are the Fractint versions I have, most with source. I've lost 
  9715. track of which versions are still needed to make a complete 
  9716. collections. Do I need to upload any of these?
  9717.  
  9718. Tim
  9719.  
  9720.  
  9721. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9722. Post Message:   fractint@xmission.com
  9723. Get Commands:   majordomo@xmission.com "help"
  9724. Administrator:  twegner@phoenix.net
  9725. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9726.  
  9727.  
  9728. -------------------------------------------------------------------------------
  9729.  
  9730. From: "Tim Wegner" <twegner@phoenix.net>
  9731. Subject: Re: (fractint) Fractint20 wish list
  9732. Date: 26 Sep 1997 18:30:26 -0600
  9733.  
  9734. Oops, I forgot to attach the list of versions I have to my message! I 
  9735. left off the more recent ones since these are readily available.
  9736.  
  9737. 0730
  9738. 0810
  9739. 0930
  9740. 1000
  9741. 1301
  9742. 1400
  9743. 1500
  9744. 1510
  9745. 1513
  9746. 1611
  9747. 1700
  9748. 1710
  9749. 1720
  9750. 1800
  9751. 1810
  9752. 1820
  9753. 1821FC
  9754.  
  9755. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9756. Post Message:   fractint@xmission.com
  9757. Get Commands:   majordomo@xmission.com "help"
  9758. Administrator:  twegner@phoenix.net
  9759. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9760.  
  9761.  
  9762. -------------------------------------------------------------------------------
  9763.  
  9764. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  9765. Subject: Re: (fractint) Fractint20 wish list
  9766. Date: 27 Sep 1997 00:18:35 -0400 (EDT)
  9767.  
  9768.  
  9769. I can obtain an old version 16.something from my university computers, via
  9770. floppy disk to my home PC and upload to someplace.
  9771.  
  9772.  
  9773. --
  9774.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  9775.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  9776.     `*'  bulk candy section...because variety is the spice of life... [me]
  9777. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  9778.  
  9779. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9780. Post Message:   fractint@xmission.com
  9781. Get Commands:   majordomo@xmission.com "help"
  9782. Administrator:  twegner@phoenix.net
  9783. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9784.  
  9785.  
  9786. -------------------------------------------------------------------------------
  9787.  
  9788. From: "Damien M. Jones" <dmj@emi.net>
  9789. Subject: Re: (fractint) Smoothing color bands, revisited (not
  9790. Date: 27 Sep 1997 00:46:08 -0400
  9791.  
  9792. Kerry,
  9793.  
  9794. Thanks for posting your refinements to the smooth coloring FRM I posted.  I
  9795. have examined what I did, and I think I've found the problem.  Since the
  9796. smooth coloring technique is used to interpolate the triangle-inequality
  9797. method (and others) further down in the FRM file, I'm examining them all to
  9798. see how the corrections I made will affect them.  I'm also not sure what to
  9799. do, since the corrections would probably change any images generated with
  9800. the formulae.
  9801.  
  9802. I would, however, like to point out a few things.  First, you point out
  9803. that sometimes a high iteration count is needed to bring out colors, due to
  9804. the way FractInt clips values from the real/imag coloring methods.  You are
  9805. absolutely right!  I have noticed this before, but didn't consider it
  9806. terribly important.  You simply showed that it was at least important to
  9807. you, and if you, why not others? :)  Fortunately this can be fixed by a
  9808. slight reworking of the formula, to make it wrap colors by itself.
  9809.  
  9810. This leaves us with the question of whether to return color values for use
  9811. with outside=real or decomp=256.  The two will not produce identical
  9812. results.  As you say, using outside=real is slightly faster (even reworked
  9813. as I indicate above), but this difference is almost inconsequential when
  9814. you consider the time invested in the coloring algorithm itself.  More
  9815. important, though, is whether colors wrap after 255 colors or 256.  Using
  9816. decomp=256 will use *all 256* colors for the outside of the fractal; using
  9817. outside=real uses only colors 1 through 255, leaving color 0 for the
  9818. inside.  Personally, I prefer the latter.
  9819.  
  9820. I believe commenting formulae will become increasingly important as they
  9821. become more like algorithms and less like simple mathematical expressions.
  9822. I've tried to comment my formulae so others can see where the fractal
  9823. formula ends, and the coloring algorithm begins.  If you have questions
  9824. about my techniques, you need only ask.
  9825.  
  9826. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  9827.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  9828.  
  9829.  
  9830. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9831. Post Message:   fractint@xmission.com
  9832. Get Commands:   majordomo@xmission.com "help"
  9833. Administrator:  twegner@phoenix.net
  9834. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9835.  
  9836.  
  9837. -------------------------------------------------------------------------------
  9838.  
  9839. From: "J.P. Louvet" <jean-pierre.louvet@iuta.u-bordeaux.fr>
  9840. Subject: (fractint) Server failure
  9841. Date: 27 Sep 1997 13:40:24 +2
  9842.  
  9843. Hi all,
  9844.  
  9845. Just a few words to say that there is and unidentified problem the 
  9846. server of my university.
  9847.  
  9848. For a time I have put my pages at
  9849.  
  9850. http://www-hs/louvet/jpl0.html
  9851. and the French sci.fractals-faq mirror at
  9852. http://www-hs/louvet/sci.fractals-faq/faq.html
  9853.  
  9854. This can be only a temporary solution, because this computer is only a
  9855. Pentium 120 running mainly as a local server for the department where I
  9856. work. None of these pages have been updated after September 2, But they
  9857. will be soon and I hope that the URLs at the end of this mail will work at
  9858. that time.
  9859. J.P. Louvet                | Phone :  (33)56-84-58-35
  9860. IUT Universite Bordeaux I  | Fax :    (33)56-84-58-29
  9861. 33405 Talence CEDEX France | e-mail : louvet@iuta.u-bordeaux.fr
  9862. Fractales sur serveur Web Universite Bordeaux I :
  9863. http://www.bdx1.u-bordeaux.fr/MAPBX/louvet/jpl0.html
  9864.  
  9865. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9866. Post Message:   fractint@xmission.com
  9867. Get Commands:   majordomo@xmission.com "help"
  9868. Administrator:  twegner@phoenix.net
  9869. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9870.  
  9871.  
  9872. -------------------------------------------------------------------------------
  9873.  
  9874. From: "Sean (and/or) Jaqueline" <spratz@freenet.edmonton.ab.ca>
  9875. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  9876. Date: 27 Sep 1997 15:56:15 -0600 (MDT)
  9877.  
  9878. On Sat, 20 Sep 1997, Paul Derbyshire wrote:
  9879.  
  9880. > The less serious is that the collection of 2 and 16-color modes at the
  9881. > start of the video mode-picker in this version all say "256" colors at the
  9882. > right.                                         
  9883.  
  9884.   You're not going crazy, Paul.  My fractint.cfg file had the same errors
  9885. in it before I went in and hand-edited it.  And I too got my copy from
  9886. Spanky. 
  9887.   However (!), this past weekend I trashed my hard drive, and had to go
  9888. back to Spanky to re-download 19.6.  The fractint.cfg file is now as it
  9889. should be.
  9890.   This is the final proof I've been looking for, and I am now ready to
  9891. announce my theory that Noel is actually a space alien trying to undermine
  9892. the confidence of Fractint users worldwide, hoping to make us overlook the
  9893. obvious fact that fractals have an application in both faster than light
  9894. travel and crop circles.
  9895.  
  9896.   - Sean
  9897.  
  9898. ---
  9899. * Brought to you by Sean and/or Jaq, and their 18 cats:                 
  9900.     * Crystal, Sputnik, Venus, Berkeley                             
  9901.     * Tinker, Evers, Chance,                                       
  9902.     * Crosby, Stills, Nash,                                         
  9903.     * Tigger, Pooh, Piglet,                                         
  9904.     * Orion, Cursa, Spica, Polaris, and Atria.                      
  9905.  [And yes, we have children, too.  Can't remember their names, though.]
  9906.  
  9907.  
  9908. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9909. Post Message:   fractint@xmission.com
  9910. Get Commands:   majordomo@xmission.com "help"
  9911. Administrator:  twegner@phoenix.net
  9912. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9913.  
  9914.  
  9915. -------------------------------------------------------------------------------
  9916.  
  9917. From: KivrynH@aol.com
  9918. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  9919. Date: 27 Sep 1997 18:40:52 -0400 (EDT)
  9920.  
  9921. Hi,
  9922.  
  9923. I don't know how it happened, but I have lost/misplaced Spanky's URL..  I'd
  9924. like to go back and re-download Fractint 19.6 since the bug has crawled under
  9925. the counter, atleast for the time being.  If someone would please post his
  9926. URL, I'd surely appreciated it.
  9927.  
  9928. Kivryn
  9929.  
  9930. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9931. Post Message:   fractint@xmission.com
  9932. Get Commands:   majordomo@xmission.com "help"
  9933. Administrator:  twegner@phoenix.net
  9934. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9935.  
  9936.  
  9937. -------------------------------------------------------------------------------
  9938.  
  9939. From: Jason Hine <jason@CNR.ColoState.EDU>
  9940. Subject: (fractint) Re: Alien Conspiracy
  9941. Date: 27 Sep 1997 17:24:42 -0600 (MDT)
  9942.  
  9943. >  This is the final proof I've been looking for, and I am now ready to
  9944. >announce my theory that Noel is actually a space alien trying to undermine
  9945. >the confidence of Fractint users worldwide, hoping to make us overlook the
  9946. >obvious fact that fractals have an application in both faster than light
  9947. >travel and crop circles.
  9948. >
  9949.  
  9950. Sean,
  9951.     Don't forget the inter-species communication, anti-gravity, the 
  9952. unioning of religion and science, and unlimited power applications of 
  9953. fractals...  lotsa 'work' waiting to be done with these 'pretty pictures'...
  9954.  
  9955. Jason 
  9956.  
  9957.  _ __ ___ ____ _____ ______ _______ ______ _____ ____ ___ __ _
  9958.  _ __ ___                          ___ __ _
  9959.  _ __ ___         Jason N Hine              ___ __ _
  9960.  _ __ ___        GIS Specialist              ___ __ _
  9961.  _ __ ___      Colorado State University          ___ __ _
  9962.  _ __ ___ Pedology and Soil  Information Systems Lab  ___ __ _
  9963.  _ __ ___        (970) 491-6832              ___ __ _
  9964.  _ __ ___  http://boralf.agsci.colostate.edu/~jason   ___ __ _
  9965.  _ __ ___        jason@cnr.colostate.edu          ___ __ _
  9966.  _ __ ___ ____ _____ ______ _______ ______ _____ ____ ___ __ _
  9967.  
  9968. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9969. Post Message:   fractint@xmission.com
  9970. Get Commands:   majordomo@xmission.com "help"
  9971. Administrator:  twegner@phoenix.net
  9972. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  9973.  
  9974.  
  9975. -------------------------------------------------------------------------------
  9976.  
  9977. From: davides <davides@pipeline.com>
  9978. Subject: Re: (fractint) url
  9979. Date: 27 Sep 1997 22:10:14 -0400
  9980.  
  9981. At 06:40 PM 9/27/97 -0400, you wrote:
  9982. >Hi,
  9983. >
  9984. >I don't know how it happened, but I have lost/misplaced Spanky's URL..  
  9985.  
  9986. (snipped)
  9987.  
  9988. http://spanky.triumf.ca/www/fractint/fractint.html
  9989.  
  9990.  
  9991. davides@pipeline.com
  9992. "Do Not Meddle In The Affairs Of Dragons For You Are Crunchy And Good With
  9993. Ketchup"
  9994.  
  9995. Thanks for using Fractint, The Fractals and Fractint Discussion List
  9996. Post Message:   fractint@xmission.com
  9997. Get Commands:   majordomo@xmission.com "help"
  9998. Administrator:  twegner@phoenix.net
  9999. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10000.  
  10001.  
  10002. -------------------------------------------------------------------------------
  10003.  
  10004. From: "J.P. Louvet" <jean-pierre.louvet@iuta.u-bordeaux.fr>
  10005. Subject: Re: (fractint) 3d quaternion fractals
  10006. Date: 28 Sep 1997 16:10:37 +2
  10007.  
  10008. le 26 Sep 97 a 23:01, Dirk Meyer ecrivait (Dirk Meyer wrote) :
  10009.  
  10010. > Hallo!
  10011. > I want to call your attention to my image gallery of 3d quaternion
  10012. > fractals (fractint┤s quatjul type shows 2d intersections of these
  10013. > objects) 
  10014. > The URL is:
  10015. > http://wwwcip.rus.uni-stuttgart.de/~phy11733/index_e.html
  10016. > and I want to ask if there is interest in supporting real 3d fractals in
  10017. > future versions of fractint, or if any work is in progress concerning
  10018. > this point. (I myself would be _very_ interested, and perhaps I could
  10019. > help on coding.)
  10020. > Dirk Meyer.
  10021. Hi Dirk,
  10022.  
  10023. Very beautiful quaternions : great pages ! I will look at the program when 
  10024. I will have time.
  10025.  
  10026. Jean-Pierre
  10027.  
  10028.  
  10029.  
  10030. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10031. Post Message:   fractint@xmission.com
  10032. Get Commands:   majordomo@xmission.com "help"
  10033. Administrator:  twegner@phoenix.net
  10034. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10035.  
  10036.  
  10037. -------------------------------------------------------------------------------
  10038.  
  10039. From: "Tim Wegner" <twegner@phoenix.net>
  10040. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  10041. Date: 28 Sep 1997 10:19:20 -0600
  10042.  
  10043. Sean wrote:
  10044.  
  10045. >   You're not going crazy, Paul.  My fractint.cfg file had the same errors
  10046. > in it before I went in and hand-edited it.  And I too got my copy from
  10047. > Spanky. 
  10048.  
  10049. I'm not ready to say Paul is crazy yet <grin!>, but I haven't seen 
  10050. this problem.
  10051.  
  10052. I do recall, though, that the feature that allows you to edit your 
  10053. your fractint.cfg from within Fractint was broken in recent earlier 
  10054. versions. I didn't notice this because I never use it (in fact I 
  10055. can't even remember now how to invoke fractint.cfg editing!) If you 
  10056. tried to edit your fractint.cfg from within Fractint it trashed the 
  10057. file along the lines that Paul mentioned. However even then it would 
  10058. be OK when you first installed Fractint, and would stay OK if you 
  10059. avoided editing.
  10060.  
  10061. If anyone can duplicate Paul's problem please let me know.
  10062.  
  10063. Tim
  10064.  
  10065.  
  10066. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10067. Post Message:   fractint@xmission.com
  10068. Get Commands:   majordomo@xmission.com "help"
  10069. Administrator:  twegner@phoenix.net
  10070. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10071.  
  10072.  
  10073. -------------------------------------------------------------------------------
  10074.  
  10075. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  10076. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  10077. Date: 28 Sep 1997 23:34:55 -0400 (EDT)
  10078.  
  10079. >
  10080. >Sean wrote:
  10081. >
  10082. >>   You're not going crazy, Paul.  My fractint.cfg file had the same errors
  10083. >> in it before I went in and hand-edited it.  And I too got my copy from
  10084. >> Spanky. 
  10085. >
  10086. >I'm not ready to say Paul is crazy yet <grin!>, but I haven't seen 
  10087. >this problem.
  10088. >
  10089. >I do recall, though, that the feature that allows you to edit your 
  10090. >your fractint.cfg from within Fractint was broken in recent earlier 
  10091. >versions. I didn't notice this because I never use it (in fact I 
  10092. >can't even remember now how to invoke fractint.cfg editing!) If you 
  10093. >tried to edit your fractint.cfg from within Fractint it trashed the 
  10094. >file along the lines that Paul mentioned. However even then it would 
  10095. >be OK when you first installed Fractint, and would stay OK if you 
  10096. >avoided editing.
  10097. >
  10098. >If anyone can duplicate Paul's problem please let me know.
  10099.  
  10100. Clearly a bad archive got distributed and replaced in short order at
  10101. Spanky. Probably, the bad archive was created after some cfg-editing on
  10102. the part of the distributor using the buggy version of the editor. (Can
  10103. the cfg bug cause the btrace hang though?) I shall replace the bogus
  10104. version on the other machine with a new copy from Spanky.
  10105.  
  10106. --
  10107.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  10108.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  10109.     `*'  bulk candy section...because variety is the spice of life... [me]
  10110. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  10111.  
  10112. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10113. Post Message:   fractint@xmission.com
  10114. Get Commands:   majordomo@xmission.com "help"
  10115. Administrator:  twegner@phoenix.net
  10116. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10117.  
  10118.  
  10119. -------------------------------------------------------------------------------
  10120.  
  10121. From: "J.P. Louvet" <jean-pierre.louvet@iuta.u-bordeaux.fr>
  10122. Subject: (fractint) New URL
  10123. Date: 29 Sep 1997 12:03:47 +2
  10124.  
  10125. Hi all,
  10126.  
  10127. On account of modifications of aliases on the university network, the URL
  10128. for my personal fractal pages is now
  10129.  
  10130. http://graffiti.u-bordeaux.fr/MAPBX/louvet/jpl0.html (French version)
  10131.  
  10132. and
  10133.  
  10134. http://graffiti.u-bordeaux.fr/MAPBX/louvet/jpl0a.html (English version)
  10135.  
  10136. J.P. Louvet                | Phone :  (33)56-84-58-35
  10137. IUT Universite Bordeaux I  | Fax :    (33)56-84-58-29
  10138. 33405 Talence CEDEX France | e-mail : louvet@iuta.u-bordeaux.fr
  10139. Fractales sur serveur Web Universite Bordeaux I :
  10140. http://graffiti.u-bordeaux.fr/MAPBX/louvet/jpl0.html
  10141.  
  10142. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10143. Post Message:   fractint@xmission.com
  10144. Get Commands:   majordomo@xmission.com "help"
  10145. Administrator:  twegner@phoenix.net
  10146. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10147.  
  10148.  
  10149. -------------------------------------------------------------------------------
  10150.  
  10151. From: dewey@mipg.upenn.edu (Dewey Odhner)
  10152. Subject: (fractint) An interesting fractal
  10153. Date: 29 Sep 1997 12:27:48 EDT
  10154.  
  10155.  
  10156. Using the following formula with parameter (0, -1) I get a fractal with
  10157. threefold symmetry that contains miniatures of itself and of the M-set.
  10158. It appears to be simply connected but not locally connected.  The
  10159. boundary appears to have some neighborhoods with fractal dimension one,
  10160. and some with dimension two.  What do people know about this?
  10161.  
  10162. test97c {; Dewey Odhner
  10163.   c = Pixel, d = p1*flip(Pixel), z = Sqr(c)+d:
  10164.    z = Sqr(Sqr(z)+c)+d
  10165.     LastSqr <= 4
  10166.   }
  10167.  
  10168. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10169. Post Message:   fractint@xmission.com
  10170. Get Commands:   majordomo@xmission.com "help"
  10171. Administrator:  twegner@phoenix.net
  10172. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10173.  
  10174.  
  10175. -------------------------------------------------------------------------------
  10176.  
  10177. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  10178. Subject: Re: (fractint) An interesting fractal
  10179. Date: 29 Sep 1997 10:55:56 -0700
  10180.  
  10181.  
  10182. Dewey Odhner wrote
  10183.  
  10184. >Using the following formula with parameter (0, -1) I get a fractal with
  10185. >threefold symmetry that contains miniatures of itself and of the M-set.
  10186. >It appears to be simply connected but not locally connected.  The
  10187. >boundary appears to have some neighborhoods with fractal dimension one,
  10188. >and some with dimension two.  What do people know about this?
  10189. I set it up this way, as a par file. When I zoom in or out, the image
  10190. disappears. Why?
  10191. Am I missing something? It would be most helpful if formula were
  10192. accompanied
  10193. by a par file with required frills like float settings indicated.  It is
  10194. easy for you to
  10195. make one, just press B.  Then we can see the same thing you see.
  10196.  
  10197. Jay
  10198.  
  10199.  
  10200.  
  10201. frm:test97c {; Dewey Odhner
  10202.   c = Pixel, d = p1*flip(Pixel), z = Sqr(c)+d:
  10203.    z = Sqr(Sqr(z)+c)+d
  10204.     LastSqr <= 4
  10205.   }
  10206. test97c               {
  10207.   reset=1960 type=formula formulafile=test97c.par formulaname=test97c
  10208.   center-mag=-0.5/6e-008/0.6666667 maxiter=500 params=0/-1
  10209.   colors=0D0000<15>9Tx<24>24N13M12K00I00H<14>001000000<2>800B00F10I10<4>W4\
  10210.   0Z50a60c70e80g90jB0<2>oE0qF0sH0tJ0vK0wM0xN0<4>zV0zW0yT0<2>sJ0qF0nE0mE0<4\
  10211.   >Z80W60T50Q30O30<3>E10C00B00<10>100000100200<5>B0AD0CE0F<20>k0w<7>N0QK0M\
  10212.   J0L<17>401000<2>010020040<26>0d00f00e0<25>080060050030020000000
  10213.   }
  10214.  
  10215.  
  10216.  
  10217.  
  10218. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10219. Post Message:   fractint@xmission.com
  10220. Get Commands:   majordomo@xmission.com "help"
  10221. Administrator:  twegner@phoenix.net
  10222. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10223.  
  10224.  
  10225. -------------------------------------------------------------------------------
  10226.  
  10227. From: NOEL_GIFFIN <noel@triumf.ca>
  10228. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  10229. Date: 29 Sep 1997 15:16:34 PST
  10230.  
  10231.  
  10232.  
  10233. > Clearly a bad archive got distributed and replaced in short order at
  10234. > Spanky. Probably, the bad archive was created after some cfg-editing on
  10235. > the part of the distributor using the buggy version of the editor. (Can
  10236. > the cfg bug cause the btrace hang though?) I shall replace the bogus
  10237. > version on the other machine with a new copy from Spanky.
  10238.  
  10239.  
  10240.     Hmm. I was about to say that this didn't happen and that
  10241. the copy at spanky has been consistent, but I have a vague memory
  10242. of getting the fractint 19.6 version twice. I'm sure that the copy
  10243. I currently have has been untouched since the official announcement
  10244. of the 19.6 release, but I did have a copy of 19.6 available in the
  10245. directories for a day or two prior to this, (8-MAY-1997). It might have
  10246. been possible for eager fractint users to stumble on this near release
  10247. version and it might be (Tim can you comment on this?) responsible for the
  10248. problems reported.
  10249.  
  10250.     Noel Giffin
  10251.  
  10252. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10253. Post Message:   fractint@xmission.com
  10254. Get Commands:   majordomo@xmission.com "help"
  10255. Administrator:  twegner@phoenix.net
  10256. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10257.  
  10258.  
  10259. -------------------------------------------------------------------------------
  10260.  
  10261. From: "Tim Wegner" <twegner@phoenix.net>
  10262. Subject: Re: (fractint) An interesting fractal
  10263. Date: 29 Sep 1997 20:48:10 -0600
  10264.  
  10265. Jay wrote:
  10266.  
  10267. > I set it up this way, as a par file. When I zoom in or out, the image
  10268. > disappears. Why?
  10269.  
  10270. This is a known bug in the formula-in-par feature in 19.6. We have 
  10271. already fixed it in our developer version. The workaround for now is 
  10272. to cut the formula out of the par file and put it in a formula 
  10273. file. This is a good idea anyway.
  10274.  
  10275. Tim
  10276.  
  10277.  
  10278. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10279. Post Message:   fractint@xmission.com
  10280. Get Commands:   majordomo@xmission.com "help"
  10281. Administrator:  twegner@phoenix.net
  10282. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10283.  
  10284.  
  10285. -------------------------------------------------------------------------------
  10286.  
  10287. From: VRCH78B@prodigy.com (MR CHARLES F CROCKER)
  10288. Subject: Re: (fractint) An interesting fractal
  10289. Date: 30 Sep 1997 00:31:55, -0500
  10290.  
  10291.  
  10292. Running test97c in the default mode results in some strange patterns in the
  10293. low count area. FP gets rid of all of them so they must be integer
  10294. artifacts.( But actually aren't all fractals some kind of an artifact?) I
  10295. find the figure particularly intriguing for several reasons. It is very
  10296. similar to the results from the Prop formula with two notable differences.
  10297. The pattern fits in a circle that is extremely close to a diameter of three
  10298. where Prop fits in a diameter four circle, and the low count borders are
  10299. radically different.(I assume everyone has the Orgform compilation)
  10300.  
  10301. Prop is the map for connected Julia sets, see JuliaP, but I can't see just
  10302. how to write the Julia form for test97c.
  10303.  
  10304. Looking at details in the higher count areas gives results that are
  10305. remarkably similar on casual inspection as these two parameter files show.
  10306.  
  10307. TendrilP           { ; Both mini figure and apparent Mini Mandelbrot
  10308.                      ; P90 640X480 time  0:00:47.29
  10309.   reset=1960 type=formula formulafile=_p.frm formulaname=Prop
  10310.   center-mag=1.13084/0.161267/25.06297/0.9998
  10311.   }
  10312.  
  10313. Tendril_97         { ; Both mini figure and apparent Mini Mandelbrot
  10314.                      ; From Deweys formula
  10315.                      ; P90 640X480 time  0:00:16.15
  10316.   reset=1960 type=formula formulafile=dewey.frm formulaname=test97c
  10317.   center-mag=-1.13212/0.166896/24.57068/0.9998 params=0/-1
  10318.   }
  10319.  
  10320. Sometimes trying to find analytic reasons for for why things are the way
  10321. they are makes sense, and other times I feel that there is no reason at all
  10322. and the results should just be accepted. I sent a copy of Prop to Cliff
  10323. Pickover some time ago and his question was why the three way symmetry, and
  10324. he's the mathematician.
  10325.  
  10326. Charles
  10327.  
  10328. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10329. Post Message:   fractint@xmission.com
  10330. Get Commands:   majordomo@xmission.com "help"
  10331. Administrator:  twegner@phoenix.net
  10332. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10333.  
  10334.  
  10335. -------------------------------------------------------------------------------
  10336.  
  10337. From: cindy mitchell <cindym@vegasnet.net>
  10338. Subject: (fractint) 3D formula
  10339. Date: 29 Sep 1997 23:45:40 -0700
  10340.  
  10341. Hi, I keep coming across par files that call for 3D formulas and
  10342. 3Dfractint.frm. Where can I find this file?
  10343.  
  10344. . ThanksYou,
  10345.         Cindy
  10346.  
  10347.  
  10348. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10349. Post Message:   fractint@xmission.com
  10350. Get Commands:   majordomo@xmission.com "help"
  10351. Administrator:  twegner@phoenix.net
  10352. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10353.  
  10354.  
  10355. -------------------------------------------------------------------------------
  10356.  
  10357. From: VRCH78B@prodigy.com (MR CHARLES F CROCKER)
  10358. Subject: Re: (fractint) An interesting fractal
  10359. Date: 30 Sep 1997 09:01:55, -0500
  10360.  
  10361.  
  10362. Well I've done it again. Like the parachutist whose parachute failed to
  10363. open, I have jumped to a wrong conclusion. From a radius of the squareroot
  10364. of three I jumped to a diameter of three. Blame it on too much Mandelbrot
  10365. set where a radius ot two gives four for both diameter and an escape value
  10366. when it is squared.
  10367.  
  10368. Until Dewey mentioned it I never gave much thought to the apparently smooth
  10369. border area. As the itteration count goes up thin lines gradually creep
  10370. into the smooth area without any suggestion of interesting detail. If I can
  10371. accept that the Mandelbrot set is connected by threads with an
  10372. infinitesimal width it seems equally acceptable that the smooth border will
  10373. eventually completely break up.
  10374.  
  10375. Any math wizards care to comment?
  10376.  
  10377. Charles
  10378.  
  10379. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10380. Post Message:   fractint@xmission.com
  10381. Get Commands:   majordomo@xmission.com "help"
  10382. Administrator:  twegner@phoenix.net
  10383. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10384.  
  10385.  
  10386. -------------------------------------------------------------------------------
  10387.  
  10388. From: Markus Koesler <markusk@design.tide.ti.com>
  10389. Subject: (fractint) Algorithms of XLock
  10390. Date: 30 Sep 1997 16:34:40 +0200
  10391.  
  10392. Hello all,
  10393.  
  10394. my question doesn't relate to Fractint but it's also about fractals
  10395. and graphic programming. I'm working on a Unix machine and on this
  10396. machine is a screen saver called "xlock" which creates nice animations
  10397. with fractals and other stuff. 
  10398. My question : Do someone know the algorithms for some of these 
  10399. animations because I want to program these animations on my private
  10400. PC. I looked into the source code, but in the code is to much XWindows
  10401. stuff I don't know ( And I'm also to lazy to analyze the whole code :-)
  10402. So if someone could send me some information I will be very surprised.
  10403.  
  10404. Thanks, ciao Markus Koesler
  10405.  
  10406. -- 
  10407.       ...           ...           ...           ...           ...
  10408.      (o o)         (- o)         (o -)         (- -)         (* *)
  10409. -ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-ooO--(_)--Ooo-
  10410.  
  10411.                  _   _    (:)        Markus Koesler
  10412.                 ((___))    |            Oberer Graben 58
  10413.     ____________( o 0 )    |        
  10414.    /   @@@@@ @@  \   /     | (:)        85354 Freising           
  10415.   / |   @@@ @    (` ')     |  |        Germany
  10416. _/_/| |  _____| |_(U)|____\|/\|/___     Tel.  : 08161/43987
  10417.     | || |    | |  | |                  EMail : mkoesler@ti.com
  10418.    /...\..\  /...\/...\
  10419. --                                                                    
  10420. --
  10421. -- Keine Gnade mehr mit denen, die nicht erforscht haben und doch reden
  10422. --      Bert Brecht 
  10423. --                                                                    
  10424. --
  10425.  
  10426. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10427. Post Message:   fractint@xmission.com
  10428. Get Commands:   majordomo@xmission.com "help"
  10429. Administrator:  twegner@phoenix.net
  10430. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10431.  
  10432.  
  10433. -------------------------------------------------------------------------------
  10434.  
  10435. From: Roelf Renkema <centiped@xs4all.nl>
  10436. Subject: (fractint) Serious Fractint 19.6 bug?
  10437. Date: 30 Sep 1997 17:19:09 +0100
  10438.  
  10439. Still can't get 9.6 up and running on my machine. I installed a new
  10440. graphics card but it still won't go.
  10441. Is does run an older machine but this baby here says no and:
  10442.  
  10443. I'm using the dos version 19.6.
  10444. Now under DOS it just won't startup and crashes my system (a Cyrix
  10445. 486-dx2 66Mhz)
  10446. Under Win95 I get the message that it's using a wrong instruction and
  10447. halts on
  10448. 391D:0BE0 interupts used none
  10449.  
  10450. So I think (but who am I) that there is a problem in the code.
  10451.  
  10452. So I now give you Fractint programmers the option:
  10453.  
  10454. Turn the code upside down
  10455. or
  10456. Deliver a new window version
  10457.  
  10458. or else
  10459.  
  10460. I will go play somewhere else.
  10461.  
  10462. Ha must be a hard choice for you guys and girls &8-D
  10463.  
  10464.  
  10465.  
  10466. Greetz Grey
  10467. --                                            _/_/|
  10468.         grey@nym,alias.net                 (o(o) \
  10469.           ' The Wolf '                  OO~~     /
  10470.                                         \--__   ,/
  10471.     "I like'm sweet and wet"            |/~  `-'
  10472.  
  10473.  Proud member of nl.erotiek.bdsm
  10474.  
  10475.  
  10476. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10477. Post Message:   fractint@xmission.com
  10478. Get Commands:   majordomo@xmission.com "help"
  10479. Administrator:  twegner@phoenix.net
  10480. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10481.  
  10482.  
  10483. -------------------------------------------------------------------------------
  10484.  
  10485. From: "Mike or Linda Allison" <gumbycat@ix.netcom.com>
  10486. Subject: Re: (fractint) 3D formula
  10487. Date: 30 Sep 1997 09:11:34 -0700
  10488.  
  10489. Hi, Cindy.  I'm Linda.
  10490.  
  10491. Some of what you are seeing may be the way your software (or their
  10492. software) decodes (or encodes) the files.  Sometimes the par and frm files
  10493. I see throw a "3D" in front of every "=" sign.  Look at what you are
  10494. getting and if that appears possible, just delete the "3D", re-save the
  10495. .par and .frm files, and try them out.  That may solve the problem.
  10496.  
  10497. Good Luck!
  10498. Linda
  10499.  
  10500. http://www.geocities.com/~gumbycat
  10501. (last partial update 9/16/97)
  10502. http://www.fortunecity.com//tattooine/stephenson/5/abpf.html
  10503. (the last 16 fractals uploaded to alt.binaries.pictures.fractals,
  10504. last updated 9/17/97)
  10505. gumbycat@ix.netcom.com(No Bulk Mail)
  10506.  
  10507.  
  10508.  
  10509. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10510. Post Message:   fractint@xmission.com
  10511. Get Commands:   majordomo@xmission.com "help"
  10512. Administrator:  twegner@phoenix.net
  10513. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10514.  
  10515.  
  10516. -------------------------------------------------------------------------------
  10517.  
  10518. From: r.hopkins@ic.ac.uk
  10519. Subject: (fractint) Xfractint
  10520. Date: 30 Sep 1997 13:34:20 +0100
  10521.  
  10522. I am having terrible trouble compiling this thing - I use the PC
  10523. verion a lot, and I would like to complile fractint to run on the uni's
  10524. Ultrasparcs. They are running solaris.
  10525. I edit the makefile as specified in the makefile.
  10526. Make
  10527. then it makes hc.o and unix.o, then tells me something rude about
  10528. stricmp and strnicmp not existing or something.
  10529. I edit unix.h, add #define stricmp strcmp and #define strnicmp strncmp
  10530. then that works.
  10531. Then the help files won't compile.
  10532. So I edit Makefile, and tell it not to bother with help.
  10533. Fine. It makes all the o files quite happily, but then says...
  10534. undefined symbol first referenced in file
  10535.  
  10536. socket    /ee/a0/apps/X11R6/lib/libX11.so
  10537. and a pile of others. including get peername, xdrmem_create......
  10538.  
  10539. Please can someone help me, I miss my fractals :(
  10540.  
  10541. Hoppy
  10542.  
  10543.  
  10544. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10545. Post Message:   fractint@xmission.com
  10546. Get Commands:   majordomo@xmission.com "help"
  10547. Administrator:  twegner@phoenix.net
  10548. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10549.  
  10550.  
  10551. -------------------------------------------------------------------------------
  10552.  
  10553. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  10554. Subject: Re: (fractint) An interesting fractal
  10555. Date: 30 Sep 1997 09:59:55 -0700
  10556.  
  10557.  
  10558. Charles wrote:
  10559.  
  10560. > If I can accept that the Mandelbrot set is connected by threads with an
  10561. > infinitesimal width it seems equally acceptable that the smooth border
  10562. will
  10563. > eventually completely break up.
  10564.  
  10565. Since within a vanishingly small distance of any point on the MSet there
  10566. is a smaller but not zero sized midget, how can we say the threads have
  10567. an infinitesimal width? Do you mean nonsero width?
  10568.  
  10569. As for your question,   I don't see the smooth boarder you are seeing.
  10570. Could you post par files of the twop extreams?
  10571.  
  10572.  
  10573. Jay
  10574.  
  10575.  
  10576.  
  10577. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10578. Post Message:   fractint@xmission.com
  10579. Get Commands:   majordomo@xmission.com "help"
  10580. Administrator:  twegner@phoenix.net
  10581. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10582.  
  10583.  
  10584. -------------------------------------------------------------------------------
  10585.  
  10586. From: Goswin Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  10587. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  10588. Date: 30 Sep 1997 19:26:49 +0200
  10589.  
  10590. NOEL_GIFFIN <noel@triumf.ca> writes:
  10591.  
  10592. > From: ao950@freenet.carleton.ca (Paul Derbyshire)
  10593. > > Clearly a bad archive got distributed and replaced in short order at
  10594. > > Spanky. Probably, the bad archive was created after some cfg-editing on
  10595. > > the part of the distributor using the buggy version of the editor. (Can
  10596. > > the cfg bug cause the btrace hang though?) I shall replace the bogus
  10597. > > version on the other machine with a new copy from Spanky.
  10598. > [sniped]
  10599.  
  10600. I had many hands with btrace with an older Amiga Version of
  10601. fractint. With my new gfx card and a newer version the problem is
  10602. gone. This could be the same bug happening with odd configs. Would it
  10603. be usefull if I test this with the old gfx and/or the old version? The 
  10604. Amiga Version is different and the bug could be completley different.
  10605.  
  10606. May the Source be with you.
  10607.             Mrvn
  10608.  
  10609.  
  10610. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10611. Post Message:   fractint@xmission.com
  10612. Get Commands:   majordomo@xmission.com "help"
  10613. Administrator:  twegner@phoenix.net
  10614. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10615.  
  10616.  
  10617. -------------------------------------------------------------------------------
  10618.  
  10619. From: Goswin Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  10620. Subject: Re: (fractint) Xfractint
  10621. Date: 30 Sep 1997 19:33:30 +0200
  10622.  
  10623. r.hopkins@ic.ac.uk writes:
  10624.  
  10625. > I am having terrible trouble compiling this thing - I use the PC
  10626. > verion a lot, and I would like to complile fractint to run on the uni's
  10627. > Ultrasparcs. They are running solaris.
  10628. > I edit the makefile as specified in the makefile.
  10629. > Make
  10630. > then it makes hc.o and unix.o, then tells me something rude about
  10631. > stricmp and strnicmp not existing or something.
  10632. > I edit unix.h, add #define stricmp strcmp and #define strnicmp strncmp
  10633. > then that works.
  10634. > Then the help files won't compile.
  10635. > So I edit Makefile, and tell it not to bother with help.
  10636. > Fine. It makes all the o files quite happily, but then says...
  10637. > undefined symbol first referenced in file
  10638. > socket    /ee/a0/apps/X11R6/lib/libX11.so
  10639. > and a pile of others. including get peername, xdrmem_create......
  10640. > Please can someone help me, I miss my fractals :(
  10641. > Hoppy
  10642.  
  10643. Not very informative. What comandline is used to link the .o files?
  10644. Do you have all the -L and -l things correct? 
  10645.  
  10646. Please give a cut&waste of the commandline the make uses and the
  10647. errors (run it in emacs with alt-x shell and attach the buffer to
  10648. your mail).
  10649.  
  10650. May the Source be with you.
  10651.             Mrvn
  10652.  
  10653. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10654. Post Message:   fractint@xmission.com
  10655. Get Commands:   majordomo@xmission.com "help"
  10656. Administrator:  twegner@phoenix.net
  10657. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10658.  
  10659.  
  10660. -------------------------------------------------------------------------------
  10661.  
  10662. From: Goswin Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  10663. Subject: Re: (fractint) Xfractint
  10664. Date: 30 Sep 1997 19:33:30 +0200
  10665.  
  10666. r.hopkins@ic.ac.uk writes:
  10667.  
  10668. > I am having terrible trouble compiling this thing - I use the PC
  10669. > verion a lot, and I would like to complile fractint to run on the uni's
  10670. > Ultrasparcs. They are running solaris.
  10671. > I edit the makefile as specified in the makefile.
  10672. > Make
  10673. > then it makes hc.o and unix.o, then tells me something rude about
  10674. > stricmp and strnicmp not existing or something.
  10675. > I edit unix.h, add #define stricmp strcmp and #define strnicmp strncmp
  10676. > then that works.
  10677. > Then the help files won't compile.
  10678. > So I edit Makefile, and tell it not to bother with help.
  10679. > Fine. It makes all the o files quite happily, but then says...
  10680. > undefined symbol first referenced in file
  10681. > socket    /ee/a0/apps/X11R6/lib/libX11.so
  10682. > and a pile of others. including get peername, xdrmem_create......
  10683. > Please can someone help me, I miss my fractals :(
  10684. > Hoppy
  10685.  
  10686. Not very informative. What comandline is used to link the .o files?
  10687. Do you have all the -L and -l things correct? 
  10688.  
  10689. Please give a cut&waste of the commandline the make uses and the
  10690. errors (run it in emacs with alt-x shell and attach the buffer to
  10691. your mail).
  10692.  
  10693. May the Source be with you.
  10694.             Mrvn
  10695.  
  10696. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10697. Post Message:   fractint@xmission.com
  10698. Get Commands:   majordomo@xmission.com "help"
  10699. Administrator:  twegner@phoenix.net
  10700. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10701.  
  10702.  
  10703. -------------------------------------------------------------------------------
  10704.  
  10705. From: Rich Thomson <rthomson@ptc.com>
  10706. Subject: Re: (fractint) An interesting fractal 
  10707. Date: 30 Sep 1997 11:40:28 -0600
  10708.  
  10709.  
  10710. In article <199709300431.AAA19130@mime4.prodigy.com> ,
  10711.     VRCH78B@prodigy.com (MR CHARLES F CROCKER)  writes:
  10712. > But actually aren't all fractals some kind of an artifact?
  10713.  
  10714. Nope :)
  10715. --
  10716.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  10717.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  10718.      3D Paint: The Power to Create in 3D;        Rich Thomson
  10719.      email me for more info                rthomson@ptc.com
  10720.  
  10721. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10722. Post Message:   fractint@xmission.com
  10723. Get Commands:   majordomo@xmission.com "help"
  10724. Administrator:  twegner@phoenix.net
  10725. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10726.  
  10727.  
  10728. -------------------------------------------------------------------------------
  10729.  
  10730. From: Rich Thomson <rthomson@ptc.com>
  10731. Subject: Re: (fractint) 3D formula 
  10732. Date: 30 Sep 1997 11:46:10 -0600
  10733.  
  10734. ------- =_aaaaaaaaaa0
  10735. Content-Type: text/plain; charset="us-ascii"
  10736. Content-ID: <7698.875641557.1@woody>
  10737.  
  10738. In article <199709301619.LAA24042@dfw-ix14.ix.netcom.com> ,
  10739.     "Mike or Linda Allison" <gumbycat@ix.netcom.com>  writes:
  10740. > Some of what you are seeing may be the way your software (or their
  10741. > software) decodes (or encodes) the files.  Sometimes the par and frm files
  10742. > I see throw a "3D" in front of every "=" sign.  Look at what you are
  10743. > getting and if that appears possible, just delete the "3D", re-save the
  10744. > .par and .frm files, and try them out.  That may solve the problem.
  10745.  
  10746. What you're talking about is the way email messages are encoded.  They
  10747. are sometimes encoded in whats called "quoted-printable".  This means
  10748. that special characters are replaced with =XX, where XX is the
  10749. hexadecimal ASCII code for the character (so that the mail message
  10750. will pass cleanly through 7-bit ASCII systems which might strip off
  10751. the 8th bit, which is often used in European character encodings for
  10752. accents).  Similarly, all ='s are replaced with =3D, since 3D is the
  10753. hexadecimal ASCII code for =.  ASCII chart appended to this message
  10754. for reference.
  10755. --
  10756.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  10757.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  10758.      3D Paint: The Power to Create in 3D;        Rich Thomson
  10759.      email me for more info                rthomson@ptc.com
  10760.  
  10761. ------- =_aaaaaaaaaa0
  10762. Content-Type: text/plain; name="ascii.txt"; charset="us-ascii"
  10763. Content-ID: <7698.875641557.2@woody>
  10764.  
  10765.  
  10766.  
  10767.  
  10768. ascii(5)                                  ascii(5)
  10769.  
  10770.  
  10771.  
  10772. NAME
  10773.      ascii - map of ASCII character set
  10774.  
  10775. DESCRIPTION
  10776.      The ASCII character set defines a 1-to-1 mapping of characters to 8-bit
  10777.      values:
  10778.  
  10779.      octal:
  10780.      |000 nul |001 soh |002 stx    |003 etx |004 eot |005 enq |006    ack |007 bel |
  10781.      |010 bs  |011 ht  |012 nl    |013 vt     |014 np  |015 cr  |016    so  |017 si  |
  10782.      |020 dle |021 dc1 |022 dc2    |023 dc3 |024 dc4 |025 nak |026    syn |027 etb |
  10783.      |030 can |031 em  |032 sub    |033 esc |034 fs  |035 gs  |036    rs  |037 us  |
  10784.      |040 sp  |041 !   |042 "    |043 #     |044 $      |045 %   |046    &   |047 '   |
  10785.      |050 (   |051 )   |052 *    |053 +     |054 ,      |055 -   |056    .   |057 /   |
  10786.      |060 0   |061 1   |062 2    |063 3     |064 4      |065 5   |066    6   |067 7   |
  10787.      |070 8   |071 9   |072 :    |073 ;     |074 <      |075 =   |076    >   |077 ?   |
  10788.      |100 @   |101 A   |102 B    |103 C     |104 D      |105 E   |106    F   |107 G   |
  10789.      |110 H   |111 I   |112 J    |113 K     |114 L      |115 M   |116    N   |117 O   |
  10790.      |120 P   |121 Q   |122 R    |123 S     |124 T      |125 U   |126    V   |127 W   |
  10791.      |130 X   |131 Y   |132 Z    |133 [     |134 \      |135 ]   |136    ^   |137 _   |
  10792.      |140 `   |141 a   |142 b    |143 c     |144 d      |145 e   |146    f   |147 g   |
  10793.      |150 h   |151 i   |152 j    |153 k     |154 l      |155 m   |156    n   |157 o   |
  10794.      |160 p   |161 q   |162 r    |163 s     |164 t      |165 u   |166    v   |167 w   |
  10795.      |170 x   |171 y   |172 z    |173 {     |174 |      |175 }   |176    ~   |177 del |
  10796.  
  10797.      hexadecimal:
  10798.      | 00 nul |    01 soh | 02 stx    | 03 etx | 04 eot | 05 enq | 06    ack | 07 bel |
  10799.      | 08 bs  |    09 ht  | 0a nl    | 0b vt     | 0c np  | 0d cr  | 0e    so  | 0f si  |
  10800.      | 10 dle |    11 dc1 | 12 dc2    | 13 dc3 | 14 dc4 | 15 nak | 16    syn | 17 etb |
  10801.      | 18 can |    19 em  | 1a sub    | 1b esc | 1c fs  | 1d gs  | 1e    rs  | 1f us  |
  10802.      | 20 sp  |    21 !   | 22 "    | 23 #     | 24 $      | 25 %   | 26    &   | 27 '   |
  10803.      | 28 (   |    29 )   | 2a *    | 2b +     | 2c ,      | 2d -   | 2e    .   | 2f /   |
  10804.      | 30 0   |    31 1   | 32 2    | 33 3     | 34 4      | 35 5   | 36    6   | 37 7   |
  10805.      | 38 8   |    39 9   | 3a :    | 3b ;     | 3c <      | 3d =   | 3e    >   | 3f ?   |
  10806.      | 40 @   |    41 A   | 42 B    | 43 C     | 44 D      | 45 E   | 46    F   | 47 G   |
  10807.      | 48 H   |    49 I   | 4a J    | 4b K     | 4c L      | 4d M   | 4e    N   | 4f O   |
  10808.      | 50 P   |    51 Q   | 52 R    | 53 S     | 54 T      | 55 U   | 56    V   | 57 W   |
  10809.      | 58 X   |    59 Y   | 5a Z    | 5b [     | 5c \      | 5d ]   | 5e    ^   | 5f _   |
  10810.      | 60 `   |    61 a   | 62 b    | 63 c     | 64 d      | 65 e   | 66    f   | 67 g   |
  10811.      | 68 h   |    69 i   | 6a j    | 6b k     | 6c l      | 6d m   | 6e    n   | 6f o   |
  10812.      | 70 p   |    71 q   | 72 r    | 73 s     | 74 t      | 75 u   | 76    v   | 77 w   |
  10813.      | 78 x   |    79 y   | 7a z    | 7b {     | 7c |      | 7d }   | 7e    ~   | 7f del |
  10814.  
  10815.      decimal:
  10816.      |    0 nul |     1 soh |  2 stx    |  3 etx |  4 eot |  5 enq |  6    ack |  7 bel |
  10817.      |    8 bs  |     9 ht  | 10 nl    | 11 vt     | 12 np  | 13 cr  | 14    so  | 15 si  |
  10818.      | 16 dle |    17 dc1 | 18 dc2    | 19 dc3 | 20 dc4 | 21 nak | 22    syn | 23 etb |
  10819.      | 24 can |    25 em  | 26 sub    | 27 esc | 28 fs  | 29 gs  | 30    rs  | 31 us  |
  10820.      | 32 sp  |    33 !   | 34 "    | 35 #     | 36 $      | 37 %   | 38    &   | 39 '   |
  10821.      | 40 (   |    41 )   | 42 *    | 43 +     | 44 ,      | 45 -   | 46    .   | 47 /   |
  10822.      | 48 0   |    49 1   | 50 2    | 51 3     | 52 4      | 53 5   | 54    6   | 55 7   |
  10823.      | 56 8   |    57 9   | 58 :    | 59 ;     | 60 <      | 61 =   | 62    >   | 63 ?   |
  10824.  
  10825.  
  10826.  
  10827.                                     Page 1
  10828.  
  10829.  
  10830.  
  10831.  
  10832.  
  10833.  
  10834. ascii(5)                                  ascii(5)
  10835.  
  10836.  
  10837.  
  10838.      | 64 @   |    65 A   | 66 B    | 67 C     | 68 D      | 69 E   | 70    F   | 71 G   |
  10839.      | 72 H   |    73 I   | 74 J    | 75 K     | 76 L      | 77 M   | 78    N   | 79 O   |
  10840.      | 80 P   |    81 Q   | 82 R    | 83 S     | 84 T      | 85 U   | 86    V   | 87 W   |
  10841.      | 88 X   |    89 Y   | 90 Z    | 91 [     | 92 \      | 93 ]   | 94    ^   | 95 _   |
  10842.      | 96 `   |    97 a   | 98 b    | 99 c     |100 d      |101 e   |102    f   |103 g   |
  10843.      |104 h   |105 i   |106 j    |107 k     |108 l      |109 m   |110    n   |111 o   |
  10844.      |112 p   |113 q   |114 r    |115 s     |116 t      |117 u   |118    v   |119 w   |
  10845.      |120 x   |121 y   |122 z    |123 {     |124 |      |125 }   |126    ~   |127 del |
  10846.  
  10847.  
  10848.  
  10849.  
  10850.  
  10851.  
  10852.  
  10853.  
  10854.  
  10855.  
  10856.  
  10857.  
  10858.  
  10859.  
  10860.  
  10861.  
  10862.  
  10863.  
  10864.  
  10865.  
  10866.  
  10867.  
  10868.  
  10869.  
  10870.  
  10871.  
  10872.  
  10873.  
  10874.  
  10875.  
  10876.  
  10877.  
  10878.  
  10879.  
  10880.  
  10881.  
  10882.  
  10883.  
  10884.  
  10885.  
  10886.  
  10887.  
  10888.  
  10889.  
  10890.  
  10891.  
  10892.  
  10893.                                     Page 2
  10894.  
  10895.  
  10896.  
  10897.  
  10898. ------- =_aaaaaaaaaa0--
  10899.  
  10900. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10901. Post Message:   fractint@xmission.com
  10902. Get Commands:   majordomo@xmission.com "help"
  10903. Administrator:  twegner@phoenix.net
  10904. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10905.  
  10906.  
  10907. -------------------------------------------------------------------------------
  10908.  
  10909. From: NOEL_GIFFIN <noel@triumf.ca>
  10910. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  10911. Date: 30 Sep 1997 12:55:47 PST
  10912.  
  10913. Sean wrote:
  10914.  
  10915. >  This is the final proof I've been looking for, and I am now ready to
  10916. > announce my theory that Noel is actually a space alien trying to 
  10917. > undermine
  10918. > the confidence of Fractint users worldwide, hoping to make us overlook 
  10919. > the
  10920. > obvious fact that fractals have an application in both faster than light
  10921. > travel and crop circles.
  10922.  
  10923.     Oh-oh, my cover is blown. Now my plan to fractally replicate
  10924. humans, creating zombie clones and putting them in positions of power 
  10925. to gain world domination for my evil empire is smashed. Run Bill!
  10926. I'll meet you on the far side of Arturis. 
  10927.  
  10928.     On the other hand, is it possible that when you unzipped the
  10929. new version of fractint,  you might have used the option not to overwrite 
  10930. existing versions of certain files, or as my previous note suggested, were 
  10931. you one of the eager ones that picked up fractint from spanky in the 
  10932. first day or two before the official release announcement?
  10933.  
  10934.     Is this still isolated to one or two cases? How many others
  10935. have had problems with the fractint.cfg file with the 19.6 release?
  10936.  
  10937.     Cheers, 
  10938.     Or should I say "Farewell Earth Creatures"!
  10939.  
  10940.     Noel
  10941.  
  10942. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10943. Post Message:   fractint@xmission.com
  10944. Get Commands:   majordomo@xmission.com "help"
  10945. Administrator:  twegner@phoenix.net
  10946. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10947.  
  10948.  
  10949. -------------------------------------------------------------------------------
  10950.  
  10951. From: NOEL_GIFFIN <noel@triumf.ca>
  10952. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  10953. Date: 30 Sep 1997 13:13:49 PST
  10954.  
  10955.  
  10956.     Some futher thoughts on this subject. If your copy of the frain196.zip 
  10957. file is not 671707 bytes long, then you probably have a copy of the prerelease
  10958. version that I held for a few days, and you might experience some problems with it.
  10959.  
  10960.     Cheers,
  10961.     Noel
  10962.  
  10963. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10964. Post Message:   fractint@xmission.com
  10965. Get Commands:   majordomo@xmission.com "help"
  10966. Administrator:  twegner@phoenix.net
  10967. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10968.  
  10969.  
  10970. -------------------------------------------------------------------------------
  10971.  
  10972. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  10973. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  10974. Date: 30 Sep 1997 13:25:53 -0700
  10975.  
  10976.  
  10977. Noel wrtoe:
  10978.  
  10979. >Is this still isolated to one or two cases? How many others
  10980. >have had problems with the fractint.cfg file with the 19.6 release?
  10981.  
  10982. How about posting the correct one (.cfg file) here? Or is there a byte
  10983. count
  10984. or other mark on the correct version of the .cfg and distribution .exe that
  10985. we
  10986. could check?
  10987.  
  10988. Jay
  10989.  
  10990.  
  10991.  
  10992. Thanks for using Fractint, The Fractals and Fractint Discussion List
  10993. Post Message:   fractint@xmission.com
  10994. Get Commands:   majordomo@xmission.com "help"
  10995. Administrator:  twegner@phoenix.net
  10996. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  10997.  
  10998.  
  10999. -------------------------------------------------------------------------------
  11000.  
  11001. From: NOEL_GIFFIN <noel@triumf.ca>
  11002. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  11003. Date: 30 Sep 1997 14:24:35 PST
  11004.  
  11005. Jay wrote:
  11006.  
  11007. > How about posting the correct one (.cfg file) here? Or is there a byte count
  11008. > or other mark on the correct version of the .cfg and distribution .exe that
  11009. > we could check?
  11010.  
  11011.     We seem to be anticipating each other here somewhat. As well as the
  11012. frain196.zip size of 671707 , the fractint.cfg file has a size of 14601 bytes
  11013. I don't have a handy utility to post checksums or CRC values for these files
  11014. though.  I could post the fractint.cfg file here, but it is 14 kbytes and I 
  11015. didn't want to start getting hate mail from all the list members who aren't
  11016. concerned with this issue. 
  11017.  
  11018.     Cheers,
  11019.     Noel
  11020.  
  11021. Thanks for using Fractint, The Fractals and Fractint Discussion List
  11022. Post Message:   fractint@xmission.com
  11023. Get Commands:   majordomo@xmission.com "help"
  11024. Administrator:  twegner@phoenix.net
  11025. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  11026.  
  11027.  
  11028. -------------------------------------------------------------------------------
  11029.  
  11030. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  11031. Subject: Re: (fractint) Serious Fractint 19.6 bug!
  11032. Date: 30 Sep 1997 15:10:05 -0700
  11033.  
  11034.  
  11035. Noel wrote:
  11036.  
  11037. >Some futher thoughts on this subject. If your copy of the frain196.zip
  11038. file is not 671707 bytes long, then you probably have a copy of the
  11039. prerelease
  11040. version that I held for a few days, and you might experience some problems
  11041. with it.
  11042.  
  11043.  
  11044. BINGO!   The early bird catches the bug!
  11045.  
  11046.  
  11047. Jay
  11048.  
  11049.  
  11050.  
  11051. Thanks for using Fractint, The Fractals and Fractint Discussion List
  11052. Post Message:   fractint@xmission.com
  11053. Get Commands:   majordomo@xmission.com "help"
  11054. Administrator:  twegner@phoenix.net
  11055. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  11056.  
  11057.  
  11058. -------------------------------------------------------------------------------
  11059.  
  11060. From: VRCH78B@prodigy.com (MR CHARLES F CROCKER)
  11061. Subject: Re: (fractint) An interesting fractal
  11062. Date: 30 Sep 1997 23:35:18, -0500
  11063.  
  11064.  
  11065. First another apology. I was so suprised by the figure that I didn't check
  11066. to carefully before posting. Test97c and Prop differ radically at low
  11067. counts. Count 2 on Test97c and count 4 on Prop appear virtually the same. I
  11068. never stopped to think that a height of 1.732 was a radius of 2 at 30
  11069. degrees. As far as I can tell the figures have the same dimensions and mini
  11070. high count areas appear at same relative locations.
  11071.  
  11072. Here are two parameter files to show what I think Dewey was refering to.
  11073.  
  11074. Fig1               { ; view of one side
  11075.                      ; P90 640X480 time  0:00:06.31
  11076.   reset=1960 type=formula formulafile=dewey.frm formulaname=test97c
  11077.   center-mag=-0.158581/0.22547/2.906977 params=0/-1 float=y
  11078.   maxiter=255
  11079.   }
  11080.  
  11081. Fig2               { ; raise count and zoom
  11082.                      ; looks like smooth lines
  11083.                      ; P90 640X480 time  0:04:11.28
  11084.   reset=1960 type=formula formulafile=dewey.frm formulaname=test97c
  11085.   center-mag=-0.11277419260928540/+0.22362538875991570/7267442
  11086.   params=0/-1 float=y maxiter=1023
  11087.   }
  11088.  
  11089. Looking at the center of a side at a considerable magnification and a count
  11090. of 1023 it appears that we have a smooth border. But if we go down closer
  11091. to the chaotic appearing area and raise the count we see high count
  11092. filaments creeping twords the center. I suspect that at high enough counts
  11093. and magnification the apparently smooth side will break up everywhere.
  11094.  
  11095. One interesting feature is that with orbits and lines turned on the two
  11096. figures show radically different displays.
  11097.  
  11098. Charles
  11099.  
  11100. Thanks for using Fractint, The Fractals and Fractint Discussion List
  11101. Post Message:   fractint@xmission.com
  11102. Get Commands:   majordomo@xmission.com "help"
  11103. Administrator:  twegner@phoenix.net
  11104. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  11105.  
  11106.