home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n007 < prev    next >
Internet Message Format  |  1997-08-24  |  42KB

  1. From: fractint-owner@xmission.com (fractint Digest)
  2. To: fractint-digest@xmission.com
  3. Subject: fractint Digest V1 #7
  4. Reply-To: fractint@xmission.com
  5. Sender: fractint-owner@xmission.com
  6. Errors-To: fractint-owner@xmission.com
  7. Precedence: 
  8.  
  9.  
  10. fractint Digest        Sunday, August 24 1997        Volume 01 : Number 007
  11.  
  12.  
  13.  
  14. In this issue:
  15.  
  16.     Re: (fractint) New Coloring Methods
  17.     Re: (fractint) New Coloring Methods
  18.     Re: (fractint) New Coloring Methods
  19.     (fractint) More fun with new coloring
  20.     (fractint) Possible DeepZoom bug
  21.     Re: (fractint) New Coloring Methods
  22.     Re: (fractint) New Coloring Methods
  23.     (fractint) Constant-color PARs (and an intro.)
  24.     (fractint) Constant-colo
  25.     (fractint) 2nd Question:
  26.     [none]
  27.     (fractint) Books for the rest of us...
  28.     Re: (fractint) Books for the rest of us...
  29.     (fractint) feather.par
  30.     (fractint) Everyone has to start somewhere
  31.     (fractint) fractint 19.6 and Win95
  32.     (fractint) Win 95
  33.     (fractint) New coloring methods (need help)
  34.     (fractint) Suggestions for FractInt
  35.     (fractint) New coloring methods (again)
  36.     (fractint) Win 95
  37.  
  38. See the end of the digest for information on subscribing to the fractint
  39. or fractint-digest mailing lists and on how to retrieve back issues.
  40.  
  41. ----------------------------------------------------------------------
  42.  
  43. Date: Fri, 22 Aug 1997 17:48:47 -0600
  44. From: "Tim Wegner" <twegner@phoenix.net>
  45. Subject: Re: (fractint) New Coloring Methods
  46.  
  47. > Damien wrote:
  48.  
  49. > In my first post to this list, I asked if anyone knew how to add new
  50. > coloring options to FractInt, preferably using the formula parser (instead
  51. > of recompiling the C code).  Now I see some others are asking the same
  52. > thing.  I've done some playing around, and I found out how to do it.
  53.  
  54. If there are any predefined constants that you would like added to 
  55. the parser to facilitate coloring methods, let me know and I'll add 
  56. them. A predefined constant is a variable that the parser assigns a 
  57. particular value to. "Constant" isn't exactly the right term; maybe I 
  58. should call them "automatically updated variables" or some such. The 
  59. whitesq variable used in pseudohighcolor is an example.
  60.  
  61. Also, when you have arrives at a few good formula examples of 
  62. coloring methods, we can add them to fractint.frm. 
  63.  
  64. Tim
  65.  
  66. - ------------------------------------------------------------
  67. Thanks for using Fractint, The Fractals and Fractint Discussion List
  68. Post Message:   fractint@xmission.com
  69. Get Commands:   majordomo@xmission.com "help"
  70. Administrator:  twegner@phoenix.net
  71. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  72.  
  73. ------------------------------
  74.  
  75. Date: Fri, 22 Aug 1997 20:49:05 -0400 (EDT)
  76. From: RBarn0001@aol.com
  77. Subject: Re: (fractint) New Coloring Methods
  78.  
  79. In a message dated 97-08-22 01:08:24 EDT, you write:
  80.  
  81. << So I thought of a way to use the formula parser to add new coloring
  82.  techniques.  >>
  83. Damien,
  84. Those are some really neat ideas. I am just leaving to go on vacation
  85. (actually help move my daughter from Buffalo, NY), so I can't try anything
  86. until I get back. I see all kinds of possibilities here.
  87. Ron Barnett
  88.  
  89. - ------------------------------------------------------------
  90. Thanks for using Fractint, The Fractals and Fractint Discussion List
  91. Post Message:   fractint@xmission.com
  92. Get Commands:   majordomo@xmission.com "help"
  93. Administrator:  twegner@phoenix.net
  94. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  95.  
  96. ------------------------------
  97.  
  98. Date: Fri, 22 Aug 1997 20:52:08 -0400 (EDT)
  99. From: RBarn0001@aol.com
  100. Subject: Re: (fractint) New Coloring Methods
  101.  
  102. In a message dated 97-08-22 18:51:54 EDT, you write:
  103.  
  104. << Also, when you have arrives at a few good formula examples of 
  105.  coloring methods, we can add them to fractint.frm.  >>
  106.  
  107. Tim, when I get back from vacation, I going to explore whether some of
  108. Damien's ideas can be used to implement the Linas Vepstas true coloring
  109. algorithm. I think it can be done, especially in conjunction with
  110. iterates.tga.
  111. Ron Barnett
  112.  
  113. - ------------------------------------------------------------
  114. Thanks for using Fractint, The Fractals and Fractint Discussion List
  115. Post Message:   fractint@xmission.com
  116. Get Commands:   majordomo@xmission.com "help"
  117. Administrator:  twegner@phoenix.net
  118. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  119.  
  120. ------------------------------
  121.  
  122. Date: Fri, 22 Aug 1997 23:06:48 -0400
  123. From: "Damien M. Jones" <dmj@emi.net>
  124. Subject: (fractint) More fun with new coloring
  125.  
  126. Howdy folks,
  127.  
  128. Here's another new coloring method picture.  The basic idea with this one
  129. is to position a ring somewhere on the complex plane, and track the closest
  130. any iteration value gets to it; color based on the angle of the closest
  131. point.  Using a ring instead of a point produces some really wild effects;
  132. playing with the ring's location and diameter gives this lots of variety.
  133. Good palettes help enormously, of course.  When I wrote this formula, I
  134. erred and computed the distance incorrectly--the square root should be
  135. taken before the subtracting the ring's diameter.  So mathematically it's
  136. wrong... but it still produces some really cool pictures, like this one.
  137. So aesthetically, it's fine. :-)
  138.  
  139. This image took a while to render, mainly because I was generating it at
  140. such high resolution, but also because it doesn't work with guessing (hence
  141. the two-pass rendering).  I prefer to render high, then reduce image size
  142. in a graphics program to anti-alias the results.  On my Cyrix 6x86P120+ it
  143. took 4:01.72 to render at 640x480; the one I keep in my collection is a
  144. 1600x1200 I rendered on a PPro-200 (which still took over fifteen minutes).
  145.  
  146. - -----8<----- Begin FractInt 19.6 PAR file
  147.  
  148. RubySlippers { ; Copyright 1997 Damien M. Jones
  149.   reset=1960 type=formula formulafile=dmj.frm formulaname=color11
  150.   function=sqr passes=2
  151.   center-mag=-1.74453602257631800/+0.00329174411624011/6733462
  152.   params=-0.5/0.75/0/0.75/128/0 float=y maxiter=10000 bailout=128
  153.   inside=0 decomp=256
  154.   colors=000ii0<33>220000100<55>x0Jz0Kz0K<83>zyyzzzzzy<60>zz1zz0yy0xx0<9>k\
  155.   k0
  156.   }
  157.  
  158. FRM:Color11 { ; New coloring technique #11 (ring trap)
  159.     ; outside = decomp: angle at closest approach to ring at p1
  160.     ; p2r: unused
  161.     ; p2i: ring diameter
  162.     ; p3: bailout
  163.     z = 0, c = pixel, closest = 100000, point = 0, done = 2,
  164.       range=imag(p2)*imag(p2):
  165.     z = fn1(z) + c
  166.     done = done + 1
  167.     q = abs(|z-p1| - range)
  168.     IF (q < closest)
  169.       point = z
  170.       closest = q
  171.     ENDIF
  172.     IF (|z| > p3)
  173.       z = point
  174.       done = -1
  175.     ENDIF
  176.     done >= 0
  177. }
  178.  
  179. - -----8<----- End PAR file
  180.  
  181. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  182.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  183.  
  184.  
  185. - ------------------------------------------------------------
  186. Thanks for using Fractint, The Fractals and Fractint Discussion List
  187. Post Message:   fractint@xmission.com
  188. Get Commands:   majordomo@xmission.com "help"
  189. Administrator:  twegner@phoenix.net
  190. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  191.  
  192. ------------------------------
  193.  
  194. Date: Fri, 22 Aug 1997 23:43:57 -0400
  195. From: "Damien M. Jones" <dmj@emi.net>
  196. Subject: (fractint) Possible DeepZoom bug
  197.  
  198. It's me again.
  199.  
  200. I recently found what I think may be a bug in the deepzoom code.  If the
  201. bailout is set above 4, odd things happen to the iteration bands.  I have
  202. attached two PARs, one with the bug and one without.  The only difference
  203. between the two is the bailout value.  I'd like someone else to be able to
  204. verify this.  It occurs on both a PPro and a 6x86, so it's not a
  205. processor-related thing.
  206.  
  207. Sorry the point itself is so lame, but it's where I noticed the bug (on the
  208. way to something a bit cooler).
  209.  
  210. dz-bug             {
  211.   reset=1960 type=mandel
  212.   center-mag=0.28044855475171531865/0.48353563883582852252/1.61773e+015
  213.   params=0/0 float=y maxiter=10000 bailout=128 inside=0
  214.   colors=000001<10>N0DP0ER0ET0FV0GX0J<9>p0U<4>zcqyUkwKfuA_s0U<7>c0Na0M_0K<\
  215.   17>000100211511622833A33D44E55<6>T9AVABXAD<3>dDFfDGhEHjFIlFJnGKpGKrPTtY`\
  216.   vgjxprzzzyqswhiu_bsRUqHL<5>eEGcDGaCF_CFYBDWADUAB<5>I67G56D55B44944733<3>\
  217.   000<14>TM0VN0XP0ZR0<8>pc0rd4tf8veCxgGzgKyfGwfCud8sd4qd0<25>210000011<13>\
  218.   0TF0VG0XJ<4>0fN0hO0jQ<2>0pT6rVCtYIvaOxdUzfOycIwaCuY6sW0qS<25>020
  219.   }
  220.  
  221. dz-ok              {
  222.   reset=1960 type=mandel
  223.   center-mag=0.28044855475171531865/0.48353563883582852252/1.61773e+015
  224.   params=0/0 float=y maxiter=10000 bailout=4 inside=0
  225.   colors=000001<10>N0DP0ER0ET0FV0GX0J<9>p0U<4>zcqyUkwKfuA_s0U<7>c0Na0M_0K<\
  226.   17>000100211511622833A33D44E55<6>T9AVABXAD<3>dDFfDGhEHjFIlFJnGKpGKrPTtY`\
  227.   vgjxprzzzyqswhiu_bsRUqHL<5>eEGcDGaCF_CFYBDWADUAB<5>I67G56D55B44944733<3>\
  228.   000<14>TM0VN0XP0ZR0<8>pc0rd4tf8veCxgGzgKyfGwfCud8sd4qd0<25>210000011<13>\
  229.   0TF0VG0XJ<4>0fN0hO0jQ<2>0pT6rVCtYIvaOxdUzfOycIwaCuY6sW0qS<25>020
  230.   }
  231.  
  232. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  233.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  234.  
  235.  
  236. - ------------------------------------------------------------
  237. Thanks for using Fractint, The Fractals and Fractint Discussion List
  238. Post Message:   fractint@xmission.com
  239. Get Commands:   majordomo@xmission.com "help"
  240. Administrator:  twegner@phoenix.net
  241. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  242.  
  243. ------------------------------
  244.  
  245. Date: Fri, 22 Aug 1997 23:32:28 -0400
  246. From: "Damien M. Jones" <dmj@emi.net>
  247. Subject: Re: (fractint) New Coloring Methods
  248.  
  249. Tim,
  250.  
  251.  - If there are any predefined constants that you would like added to 
  252.  - the parser to facilitate coloring methods, let me know and I'll add 
  253.  - them. A predefined constant is a variable that the parser assigns a 
  254.  - particular value to. "Constant" isn't exactly the right term; maybe I 
  255.  - should call them "automatically updated variables" or some such. The 
  256.  - whitesq variable used in pseudohighcolor is an example.
  257.  
  258. I'll have to think about that.  This is an interesting idea.  The ismand
  259. keyword will be most valuable, though, and is the best idea I've heard for
  260. the formula parser in a long time.  One thing I'd definitely like, though:
  261. more parameters!  Three is pretty limiting.  This is probably more an
  262. interface issue than anything else, though.
  263.  
  264. BTW, as long as I'm thinking about it, does the formula parser to any sort
  265. of JIT compiling?  (Yes, I could look at the source code, but it's easier
  266. to ask you than to unzip it and hunt for the relevant portions. :-)
  267.  
  268.  - Also, when you have arrives at a few good formula examples of 
  269.  - coloring methods, we can add them to fractint.frm. 
  270.  
  271. Hmmm, there's the ones I've posted here.  Plus the ones I skipped when I
  272. went from 1 to 5 to 11. :-)  I'd have to go through and weed out the
  273. useless ones, though.
  274.  
  275. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  276.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  277.  
  278.  
  279. - ------------------------------------------------------------
  280. Thanks for using Fractint, The Fractals and Fractint Discussion List
  281. Post Message:   fractint@xmission.com
  282. Get Commands:   majordomo@xmission.com "help"
  283. Administrator:  twegner@phoenix.net
  284. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  285.  
  286. ------------------------------
  287.  
  288. Date: Fri, 22 Aug 1997 23:36:07 -0400
  289. From: "Damien M. Jones" <dmj@emi.net>
  290. Subject: Re: (fractint) New Coloring Methods
  291.  
  292. Ron,
  293.  
  294. I know you directed this at Tim:
  295.  
  296.  - Tim, when I get back from vacation, I going to explore whether some of
  297.  - Damien's ideas can be used to implement the Linas Vepstas true coloring
  298.  - algorithm. I think it can be done, especially in conjunction with
  299.  - iterates.tga.
  300.  
  301. The biggest problem is that you need access to the last z value for the
  302. no-stepping algorithm, and you really need more than 256 colors to do a
  303. good job.  Still, if you don't mind the 256-color limit, you can make the
  304. entire color palette repeat at an arbitrary number of iterations--instead
  305. of looping at 255, you could make it loop at 253, or 127.5... whatever you
  306. want.
  307.  
  308. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  309.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  310.  
  311.  
  312. - ------------------------------------------------------------
  313. Thanks for using Fractint, The Fractals and Fractint Discussion List
  314. Post Message:   fractint@xmission.com
  315. Get Commands:   majordomo@xmission.com "help"
  316. Administrator:  twegner@phoenix.net
  317. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  318.  
  319. ------------------------------
  320.  
  321. Date: Sat, 23 Aug 1997 02:37:38 -0600 (MDT)
  322. From: "Sean (and/or) Jaqueline" <spratz@freenet.edmonton.ab.ca>
  323. Subject: (fractint) Constant-color PARs (and an intro.)
  324.  
  325. Rich wrote:
  326.  
  327. > I also have noticed that a bunch of the images in the various PAR
  328. > files being distributed around compute out as a constant color screen
  329. > for me.  Does anyone else have this problem?  If it would help, I can
  330. > send someone a GIF file saved of one of my constant color screen
  331. > situations.
  332.  
  333.   I have most definitely experienced this problem before.  Some of the
  334. suggestions I've read sound reasonable to me, but another possibility is
  335. simply that your PAR file has entries "inside=0 outside=0" in it.  With
  336. other options enabled (like some value or other for "distest") this is
  337. fine, but I have a few PARs where said options are not explicitly
  338. included.
  339.   Another possibility might be something like the problem Damien corrected
  340. in his Aug. 22nd post regarding switching to floating point before running
  341. the PAR.
  342.   I dunno.  I'm new here.  :)
  343.  
  344.   Speaking of which, HI!  I just subscribed, thanks to Noel's plug at
  345. Spanky, and what a treat it is to see messages from the authors that,
  346. until now, I suspected were part of a Compuserve plot to keep us lowly
  347. internet users away from any FractInteraction.  (I punned in my first
  348. post.  Sorry.)
  349.   My name is Sean, and I've been a Fract-a-holic since my first copy of
  350. FractInt in 1991.  I played with it for a while, and then got a copy of
  351. Fractal Creations and really went to town after that.  Missed the 2nd
  352. edition, though.
  353.   FractInt was the "force" which prodded me into pushing myself to
  354. understand previously opaque mathematical concepts.  I've a long way to
  355. go, but I like this brain exercise!
  356.  
  357. ***
  358.   Okay, now I've got a question for the list.  I've found the Rich8z3
  359. entry in FRACTINT.PAR for the BACK cover of Fractal Creations.  Now can
  360. anyone enlighten me as to how to recreate the feather image on the FRONT
  361. cover?  Is it obvious to everyone but me?
  362.   (Psst.  I'm in digest-mode, so if someone replies and I don't thank 
  363. them immediately, don't assume I'm rude.  Assume I'm slow instead.)
  364.  
  365.  
  366.   Enough for now.  Thanks for setting up this list, Tim.  I love it
  367. already!
  368.  
  369.         -Sean Pratz
  370.      spratz@freenet.edmonton.ab.ca
  371.  
  372.  
  373. - ------------------------------------------------------------
  374. Thanks for using Fractint, The Fractals and Fractint Discussion List
  375. Post Message:   fractint@xmission.com
  376. Get Commands:   majordomo@xmission.com "help"
  377. Administrator:  twegner@phoenix.net
  378. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  379.  
  380. ------------------------------
  381.  
  382. Date: Sat, 23 Aug 1997 08:34:19 -0400
  383. From: Lee Skinner <LeeHSkinner@compuserve.com>
  384. Subject: (fractint) Constant-colo
  385.  
  386. Sean,
  387.  
  388. >> Now can anyone enlighten me as to how to recreate the feather image on=
  389.  
  390. the FRONT cover?  <<
  391.  
  392. feather            { ;
  393.                      ; Image Copyright 1991-7 by Lee H. Skinner
  394.   reset=3D1920 type=3Dformula formulafile=3D_c.frm formulaname=3Dcubic
  395.   passes=3D1
  396.   center-mag=3D+0.00046651118178621/+2.96440183716083900/3030.303
  397.   params=3D1/0/0/0/0/0 float=3Dy maxiter=3D1023 inside=3D0 logmap=3Dyes
  398.   colors=3D000Foa<2>Eq`I7f<22>MfTI6f<50>ttKuuJuuJuuJ<73>wMHjIj<17>qLlI6f<=
  399. 77>\
  400.   Fna
  401.   }
  402.  
  403. Lee
  404.  
  405. - ------------------------------------------------------------
  406. Thanks for using Fractint, The Fractals and Fractint Discussion List
  407. Post Message:   fractint@xmission.com
  408. Get Commands:   majordomo@xmission.com "help"
  409. Administrator:  twegner@phoenix.net
  410. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  411.  
  412. ------------------------------
  413.  
  414. Date: Sat, 23 Aug 1997 15:34:29 -0400
  415. From: Lee Skinner <LeeHSkinner@compuserve.com>
  416. Subject: (fractint) 2nd Question:
  417.  
  418. Jay,
  419.  
  420. >>Now these are strange par files. Look what happened when I zoom out.
  421. >>There is a sudden jump in the image.
  422.  
  423. >>Why?
  424.  
  425. >>JumpPoint          { ; zoom out just a bit
  426.  
  427. Apparently this is all due to periodicity.  Make periodicity=3D0 and ther=
  428. e
  429. will be no jumps - but the images will be very different!  I asked Jonath=
  430. an
  431. Osuch about this example (on the Compuserve Graphdev forum) and he said:
  432.  
  433. "Turn off periodicity.  The image is exclusively due to the inside=3Dbof6=
  434. 0
  435. option, so anything that changes when the bailout occurs will change the
  436. image.  ... However, periodicity checks for periodic orbits and exits if
  437. one is found.  When this happens the color value is set to maxit. Turning=
  438.  
  439. periodicity off allows points that were caught by periodicity to continue=
  440.  
  441. calculating.  Hence, there are points that are now outside the set becaus=
  442. e
  443. they exceed the bailout."
  444.  
  445. Lee
  446.  
  447. - ------------------------------------------------------------
  448. Thanks for using Fractint, The Fractals and Fractint Discussion List
  449. Post Message:   fractint@xmission.com
  450. Get Commands:   majordomo@xmission.com "help"
  451. Administrator:  twegner@phoenix.net
  452. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  453.  
  454. ------------------------------
  455.  
  456. Date: Sat, 23 Aug 1997 15:08:53 -0600 
  457. From: owner-fractint@xmission.com
  458. Subject: [none]
  459.  
  460. unsubbed the original list and subbed to the digest.  Then I posted the
  461. following to the digest without remembering that it wouldn't go out to the
  462. list, so I reversed the process.  Oops!  So here I go again.  :)
  463. Sender: owner-fractint@xmission.com
  464. Precedence: bulk
  465. Reply-To: fractint
  466.  
  467. Rich wrote:
  468.  
  469. > I also have noticed that a bunch of the images in the various PAR
  470. > files being distributed around compute out as a constant color screen
  471. > for me.  Does anyone else have this problem?  If it would help, I can
  472. > send someone a GIF file saved of one of my constant color screen
  473. > situations.
  474.  
  475.   I have most definitely experienced this problem before.  Some of the
  476. suggestions I've read sound reasonable to me, but another possibility is
  477. simply that your PAR file has entries "inside=0 outside=0" in it.  With
  478. other options enabled (like some value or other for "distest") this is
  479. fine, but I have a few PARs where said options are not explicitly
  480. included.
  481.   Another possibility might be something like the problem Damien corrected
  482. in his Aug. 22nd post regarding switching to floating point before running
  483. the PAR.
  484.   I dunno.  I'm new here.  :)
  485.  
  486.   Speaking of which, HI!  I just subscribed, thanks to Noel's plug at
  487. Spanky, and what a treat it is to see messages from the authors that,
  488. until now, I suspected were part of a Compuserve plot to keep us lowly
  489. internet users away from any FractInteraction.  (I punned in my first
  490. post.  Sorry.)  So, when do I get my charter-member certificate mailed to
  491. me?  :)
  492.   My name is Sean, and I've been a Fract-a-holic since my first copy of
  493. FractInt in 1991.  I played with it for a while, and then got a copy of
  494. Fractal Creations and really went to town after that.  Missed the 2nd
  495. edition, though.
  496.   FractInt was the "force" which prodded me into pushing myself to
  497. understand previously opaque mathematical concepts.  I've a long way to
  498. go, but I like this brain exercise!
  499.  
  500. ***
  501.   Okay, now I've got a question for the list.  I've found the Rich8z3
  502. entry in FRACTINT.PAR for the BACK cover of Fractal Creations. Now can
  503. anyone enlighten me as to how to recreate the feather image on the FRONT
  504. cover?  Is it obvious to everyone but me?
  505. ***
  506.  
  507.   Enough for now.  Thanks for setting up this list, Tim.  I love it
  508. already!
  509.  
  510.         -Sean Pratz
  511.  
  512.  
  513.  
  514.       ****** Sean or Jaq Pratz * spratz@freenet.edmonton.ab.ca ******
  515.       *     o  \ o / _ o      __|   \ /    |__      o _ \ o /  o    *
  516.       *    /|\   |    /\  __\o  \o   |   o/   o/__  /\    |   /|\   *
  517.       *    / \  / \  | \ /) |   (\  /o\  /)   |  (\ / |  / \  / \   *
  518.       ****** http://www.freenet.edmonton.ab.ca/~spratz/mpd.htm ******
  519.  
  520.  
  521.  
  522.  
  523. - ------------------------------------------------------------
  524. Thanks for using Fractint, The Fractals and Fractint Discussion List
  525. Post Message:   fractint@xmission.com
  526. Get Commands:   majordomo@xmission.com "help"
  527. Administrator:  twegner@phoenix.net
  528. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  529.  
  530. ------------------------------
  531.  
  532. Date: Sat, 23 Aug 1997 18:08:37 -0300
  533. From: Fabian Labeau <andros@impsat1.com.ar>
  534. Subject: (fractint) Books for the rest of us...
  535.  
  536. Please, I want to read and understand the fractal world.
  537. Which is the best book/s avaliable for the "non math-wizard". 
  538. Saludos
  539.                  Fabian Labeau
  540.                  andros@impsat1.com.ar
  541.                  andros@interactive.com.ar
  542.                  flabeau@bigfoot.com
  543.                  http://www.geocities.com/HotSprings/3792
  544.  
  545.  
  546. - ------------------------------------------------------------
  547. Thanks for using Fractint, The Fractals and Fractint Discussion List
  548. Post Message:   fractint@xmission.com
  549. Get Commands:   majordomo@xmission.com "help"
  550. Administrator:  twegner@phoenix.net
  551. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  552.  
  553. ------------------------------
  554.  
  555. Date: Sat, 23 Aug 1997 19:49:01 -0700
  556. From: "Peter Jakubowicz" <pfj@brigadoon.com>
  557. Subject: Re: (fractint) Books for the rest of us...
  558.  
  559. - ----------
  560. > From: Fabian Labeau <andros@impsat1.com.ar>
  561. > To: fractint@mail.xmission.com
  562. > Subject: (fractint) Books for the rest of us...
  563. > Date: Saturday, August 23, 1997 2:08 PM
  564. > Please, I want to read and understand the fractal world.
  565. > Which is the best book/s avaliable for the "non math-wizard". 
  566. >
  567.  
  568. Hi,    
  569.     After having asked a similar question myself last week, it was suggested
  570. by some kind people I try "Chaos and Fractals: New Frontiers of Science" by
  571. Peitgen, Jurgens and Saupe. Which I have been reading since (its about 900
  572. pages long). It is definitely a book to beg, buy or steal; I cannot express
  573. how good it is.  
  574.  
  575.     
  576.     Now for an unrelated newbie question: I have been creating slews of little
  577. fractal planets using Fractint's spherical projection routine. And I should
  578. like to make them spin. Can anyone possibly point me in the right direction
  579. towards animating these things? I apologize in advance if this is something
  580. I should  be able to figure out without help.
  581.  
  582.     I also noticed people have been introducing themselves in various ways. I
  583. live in Washington, D.C., don't work for the feds, live with Molly (who
  584. thinks Fractint is the greatest program she's ever seen), and have been
  585. enjoying Fractint myself for about a year. I do not think I could bear
  586. working in offices without it; the .zip file very conveniently fits onto
  587. one floppy.
  588.  
  589.                           Best regards,
  590.                         Peter Jakubowicz  
  591. > ------------------------------------------------------------
  592. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  593. > Post Message:   fractint@xmission.com
  594. > Get Commands:   majordomo@xmission.com "help"
  595. > Administrator:  twegner@phoenix.net
  596. > Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  597.  
  598. - ------------------------------------------------------------
  599. Thanks for using Fractint, The Fractals and Fractint Discussion List
  600. Post Message:   fractint@xmission.com
  601. Get Commands:   majordomo@xmission.com "help"
  602. Administrator:  twegner@phoenix.net
  603. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  604.  
  605. ------------------------------
  606.  
  607. Date: Sat, 23 Aug 1997 19:32:28 -0600 (MDT)
  608. From: "Sean (and/or) Jaqueline" <spratz@freenet.edmonton.ab.ca>
  609. Subject: (fractint) feather.par
  610.  
  611. Thanks, Lee!
  612.  
  613.       ****** Sean or Jaq Pratz * spratz@freenet.edmonton.ab.ca ******
  614.       *     o  \ o / _ o      __|   \ /    |__      o _ \ o /  o    *
  615.       *    /|\   |    /\  __\o  \o   |   o/   o/__  /\    |   /|\   *
  616.       *    / \  / \  | \ /) |   (\  /o\  /)   |  (\ / |  / \  / \   *
  617.       ****** http://www.freenet.edmonton.ab.ca/~spratz/mpd.htm ******
  618.  
  619.  
  620.  
  621. - ------------------------------------------------------------
  622. Thanks for using Fractint, The Fractals and Fractint Discussion List
  623. Post Message:   fractint@xmission.com
  624. Get Commands:   majordomo@xmission.com "help"
  625. Administrator:  twegner@phoenix.net
  626. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  627.  
  628. ------------------------------
  629.  
  630. Date: Sat, 23 Aug 1997 22:38:38 -0600 (MDT)
  631. From: "Sean (and/or) Jaqueline" <spratz@freenet.edmonton.ab.ca>
  632. Subject: (fractint) Everyone has to start somewhere
  633.  
  634.   Well, I'm no math whiz, so I have no idea what this does or why it does
  635. it, but it looks cool to me.  I guess it's a credit to the Soupers that
  636. someone can string together a couple letters and brackets to make
  637. something that looks like a valid equation, and have it render as a
  638. fractal.
  639.  
  640.   And that's what happened here.  The names of the files say it all.  This
  641. is my first attempt at formula writing.  Of course, not knowing thing one
  642. about the math behind it (I MUST get some of those recommended books!), I
  643. stuck in a lot of parms to let me play.
  644.  
  645.   Apologies to anyone who thinks my images are ugly.  I have everyone here
  646. beat so far, as I run Fractint on a 386/33 with a monochrome monitor.
  647. Play with the palette or MAPs to spruce 'em up.
  648.  
  649.   So, er... IS this an acceptable fractal, or for that matter an
  650. acceptable formula?  I notice that zooming out changes the picture
  651. considerably, giving large squared-off areas.
  652.  
  653. =====BEGIN FORMULA=====
  654. Pratz001 {
  655.   z = (Pixel*p1)+sqrt(p2), c = Pixel:
  656.   z = (fn1(z)*fn2(c)),
  657.   |z| <= p3
  658. }
  659. ======END FORMULA======
  660.  
  661. =======BEGIN PAR=======
  662. No_Idea            { ; I don't know how it works, but I like it!
  663.                      ; (c) Sean Pratz, Aug. 23, 1997
  664.                      ; spratz@freenet.edmonton.ab.ca
  665.                      ;
  666.   reset=1960 type=formula formulafile=seantest.frm
  667.   formulaname=pratz001 function=cosh/ceil
  668.   center-mag=-1.68528/0.233754/4.284931 params=1/0/4/0/8/0 float=y
  669.   inside=0 logmap=yes colors=@firestrm.map
  670.   }
  671. ========END PAR========
  672.  
  673.     -Sean
  674.  
  675. - ---
  676.       ****** Sean or Jaq Pratz * spratz@freenet.edmonton.ab.ca ******
  677.       *     o  \ o / _ o      __|   \ /    |__      o _ \ o /  o    *
  678.       *    /|\   |    /\  __\o  \o   |   o/   o/__  /\    |   /|\   *
  679.       *    / \  / \  | \ /) |   (\  /o\  /)   |  (\ / |  / \  / \   *
  680.       ***************************************************************
  681.  
  682.  
  683.  
  684. - ------------------------------------------------------------
  685. Thanks for using Fractint, The Fractals and Fractint Discussion List
  686. Post Message:   fractint@xmission.com
  687. Get Commands:   majordomo@xmission.com "help"
  688. Administrator:  twegner@phoenix.net
  689. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  690.  
  691. ------------------------------
  692.  
  693. Date: Sun, 24 Aug 1997 22:54:43 +0300
  694. From: Yehuda Katz <yehuka@beitberl.beitberl.ac.il>
  695. Subject: (fractint) fractint 19.6 and Win95
  696.  
  697. Hello there,
  698.  
  699. Being new to this listserv, my question might be somewhat dull:
  700.  
  701. Whenever I try to run fractint 19.6 under Win95 - parts of the system
  702. seem to disappear, and I have to reconstruct them.
  703.  
  704. Is this a known fact?
  705.  
  706. Does there exist a Fractint version that lives in peace with Win95?
  707.  
  708. Thank you,
  709.  
  710. [[Yehuda]]
  711.  
  712.  
  713. - ------------------------------------------------------------
  714. Thanks for using Fractint, The Fractals and Fractint Discussion List
  715. Post Message:   fractint@xmission.com
  716. Get Commands:   majordomo@xmission.com "help"
  717. Administrator:  twegner@phoenix.net
  718. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  719.  
  720. ------------------------------
  721.  
  722. Date: Sun, 24 Aug 1997 17:45:06 -0400
  723. From: Jimmy Emerson <emerson@jps.net>
  724. Subject: (fractint) Win 95
  725.  
  726. Hi,
  727.     I'm also new to the group and this is in reference to the "fractint
  728. 19.6 and Win95" post by Yehunda Katz.  I always run fractint by
  729. accessing the dos prompt in WIN95.  I have now had to reformat my HD and
  730. reinstall windows 95 twice as the dos prompt window disapears and turns
  731. into one screen window.  It is worth it so I can use the fractint
  732. software with my faster computer but perhaps I should run in dos mode on
  733. bootup?  I believe this question is in more than Yehudas and my minds
  734. because as users of WIN95 we have grown to expect these kind of mishaps
  735. when using software not written for out operating system and a touchy
  736. one at best.
  737.  
  738.     I would like to introduce myself.  My name is Jimmy Emerson and I
  739. have been using fractint for 7 years.  I started with my first $3500 8
  740. MHz 286.  I am importing the images into Corel 7 for landscapes and I
  741. use them as textures in some places in CorelDream and on CAD objects
  742. imported into CorelDraw.  I love the software but wish there was a howto
  743. manual on it that told you such things as "hold down mouse button and
  744. move forward and backward when in the palette editing mode while on one
  745. of the color tiles".  This is an example of the mechanics of fractint
  746. that I can find no documentation for.  (BTW, I just finished
  747. differential equations, placing four semesters of Calculus under my
  748. belt...at 39 years old I'm proud of this acomplishment)
  749.  
  750.                                     Who said you can't teach an old dog
  751. new tricks?
  752.  
  753.                                                        Jimmy Emerson
  754.                                                        Emerson Technical
  755. Services
  756.  
  757.  
  758. - ------------------------------------------------------------
  759. Thanks for using Fractint, The Fractals and Fractint Discussion List
  760. Post Message:   fractint@xmission.com
  761. Get Commands:   majordomo@xmission.com "help"
  762. Administrator:  twegner@phoenix.net
  763. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  764.  
  765. ------------------------------
  766.  
  767. Date: Sun, 24 Aug 1997 21:07:47 -0400
  768. From: "Damien M. Jones" <dmj@emi.net>
  769. Subject: (fractint) New coloring methods (need help)
  770.  
  771. I need some help.
  772.  
  773. I have been trying to use the new coloring method trick to write an
  774. "absolute decomposition" method.  But it doesn't seem to be working right,
  775. and the problem seems to be the mathematics.  So those of you with some
  776. understanding of fractal mathematics, please help this college-math-dropout
  777. out. :)
  778.  
  779. The decomposition provided by FractInt's decomp option takes the last value
  780. of z and turns its angle into a color.  Settings decomp=256 will map the
  781. entire palette to the full range of angles.  However, because this is done
  782. on the *last* iteration, the number of times the palette loops within an
  783. iteration band doubles with each iteration band.  What I'd like to do is
  784. have a decomposition that doesn't do this--so that color transitions
  785. coincide with field lines around the M-set.
  786.  
  787. In the book, _Chaos and Fractals: New Frontiers of Science_, by Peitgen,
  788. Juergens, and Saupe, pp. 851-852, the authors describe how this can be
  789. done.  Basically, they suggest that the sign of the imaginary component of
  790. each z[n] term forms a sequence of binary digits which can simply be read
  791. off as the field line; as more iterations are performed, more binary digits
  792. are added that simply refine the angle further.  This sounded ideal, so I
  793. cooked up this FRM:
  794.  
  795. - -----8<----- Start FRM file
  796.  
  797. Color12 { ; New coloring technique #12 (absolute decomposition)
  798.     ; outside = real: absolute decomposition
  799.     ; p1r: decomposition color scaling (start with 256)
  800.     ; p2r: bailout (start with 128)
  801.     IF (real(p1) == 0)
  802.       p1 = 256
  803.     ENDIF
  804.     IF (real(p2) == 0)
  805.       p2 = 128
  806.     ENDIF
  807.     z = 0, c = pixel, done = 2, d = 0, dinc = 0.5:
  808.     z = sqr(z) + c
  809.     done = done + 1
  810.     IF (imag(z) < 0)
  811.       d = d + dinc
  812.     ENDIF
  813.     dinc = dinc * 0.5
  814.     IF (|z| > real(p2))
  815.       z = d * real(p1) - done
  816.       done = -1
  817.     ENDIF
  818.     done >= 0
  819. }
  820.  
  821. - -----8<----- End FRM file
  822.  
  823. The problem is, this doesn't work.  I get strange discontinuities when I
  824. try it.  I tried this a while back with a custom program, and got the same
  825. results; thinking it was just a bug in my program that I didn't have time
  826. to fix, I filed it away for future tinkering.  That the above formula does
  827. the same thing in FractInt seems to imply there is something wrong with the
  828. underlying math.  Yet the book has pictures which show the correct result,
  829. so obviously the authors were able to make the technique work.  I can
  830. produce their image on p. 854, but only if I use the last bit.  The last
  831. bit seems to be the only that is accurate, and lines up correctly.
  832.  
  833. I was able to "fudge" the results I wanted by taking the decomposition at a
  834. fixed iteration (i.e. always use the 32nd iteration) but this doesn't seem
  835. to work very well upon zooming in.  The reason I want this feature is
  836. because if it is combined with the "continuous color" method posted
  837. earlier, it can be used to give FractInt the spiraling-gradient
  838. capabilities of KPT Fractal Explorer.  To date I have seen nothing with
  839. this capability besides the KPT plug-in for Photoshop.
  840.  
  841. Any help would be appreciated.
  842.  
  843. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  844.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  845.  
  846.  
  847. - ------------------------------------------------------------
  848. Thanks for using Fractint, The Fractals and Fractint Discussion List
  849. Post Message:   fractint@xmission.com
  850. Get Commands:   majordomo@xmission.com "help"
  851. Administrator:  twegner@phoenix.net
  852. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  853.  
  854. ------------------------------
  855.  
  856. Date: Sun, 24 Aug 1997 21:07:50 -0400
  857. From: "Damien M. Jones" <dmj@emi.net>
  858. Subject: (fractint) Suggestions for FractInt
  859.  
  860. Tim,
  861.  
  862. I've been thinking about what you said about pre-defined values to help out
  863. coloring-method FRMs.  And although I haven't thought of anything yet, I
  864. did think of one other thing that would help enormously.  Right now,
  865. whenever the user switches fractal types, the parametersm, colors,  and
  866. location are reset.  If an option could be included to switch types, but
  867. leave all other settings intact, this would make it easy to explore using
  868. the fast mandel type, then switch to one of these other more exotic
  869. coloring options once an interesting location is found.  I suggest using
  870. CTRL-T as the key to invoke this function, and that from there it act
  871. pretty much like pressing T normally would.
  872.  
  873. Just a thought.
  874.  
  875. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  876.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  877.  
  878.  
  879. - ------------------------------------------------------------
  880. Thanks for using Fractint, The Fractals and Fractint Discussion List
  881. Post Message:   fractint@xmission.com
  882. Get Commands:   majordomo@xmission.com "help"
  883. Administrator:  twegner@phoenix.net
  884. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  885.  
  886. ------------------------------
  887.  
  888. Date: Sun, 24 Aug 1997 21:07:44 -0400
  889. From: "Damien M. Jones" <dmj@emi.net>
  890. Subject: (fractint) New coloring methods (again)
  891.  
  892. I'm back... :-)
  893.  
  894. Ron Barnett suggested using Linas Vepstas' no-banding coloring technique
  895. with the techniques I suggested earlier this week.  While my first response
  896. was that it would not be possible to do true-color coloring with the
  897. technique, I think that may have been a bit hasty.
  898.  
  899. Below is a FRM that implements Linas' coloring technique in FractInt.  The
  900. color scaling value is used to tweak how "rapidly" colors cycle through the
  901. entire palette.  Using a value of 1 (the default) will give you the default
  902. integer iteration bands.  Using a value of 255 would cause the entire
  903. palette to cycle through once for each integer band (*rapid* color change).
  904.  Values between zero and one would spread color changes out over several
  905. iterations, useful for zoomed-in areas.
  906.  
  907. FractInt is still a 256-color program, so it's not possible to directly
  908. render true-color images as suggested.  Using ITERATES.TGA isn't in itself
  909. a solution, since this only stores the integer part of the iteration count
  910. (and no coloring method changes that).  You don't get the exit value of z,
  911. which is needed for the true-color rendering.
  912.  
  913. However, some creative soul could take the ITERATES.TGA as the base
  914. iteration count, then generate the same point with the formula below, using
  915. a color scaling factor of 255--this would give you the fractional
  916. iteration, in 1/255ths.  Combine the two, and you have a fairly accurate
  917. representation of fractional iteration value--which would then be mapped to
  918. an arbitrary color gradient.  (You have to use 255 instead of 256 because
  919. FractInt wraps the real outside coloring option from 255 to 1, not zero.)
  920.  
  921. Anyway, even if you don't want to use the formula below for that purpose,
  922. it can be used to prepare multiple layers for combination in a graphics
  923. program.  (For example, generate one image in shades of grey, another in
  924. colors, but with a different color scale... multiply the two together in
  925. Photoshop.  Ooooo, pretty. :)
  926.  
  927. Now that I think about it, PHC techniques could be used to apply two
  928. different color scales to the same image.  The PHC version follows the
  929. original "continuous color" version below.
  930.  
  931. - -----8<----- Start FRM file
  932.  
  933. Color13(XAXIS) { ; New coloring technique #13 (continuous color)
  934.     ; outside = real: continuous color
  935.     ; p1r: color scaling (0 means default of 1--normal iteration bands)
  936.     ; p2r: bailout (0 means default of 128)
  937.     IF (real(p1) == 0)
  938.       p1 = 1
  939.     ENDIF
  940.     IF (real(p2) == 0)
  941.       p2 = 128
  942.     ENDIF
  943.     z = pixel, c = pixel, done = 0, il2 = 1/log(2.0), lp = log(log(real(p2))):
  944.     z2 = sqr(z)
  945.     z = z2 + c
  946.     done = done + 1
  947.     IF (|z| > real(p2))
  948.       z = (done + 2*il2*lp - il2*log(log(cabs(z)))) * real(p1) - done
  949.       done = -1
  950.     ENDIF
  951.     done >= 0
  952. }
  953.  
  954. Color13phc { ; New coloring technique #13 (continuous color, PHC)
  955.     ; outside = real: continuous color
  956.     ; p1r: color scaling 1 (0 means default of 1--normal iteration bands)
  957.     ; p1i: color scaling 2 (0 means default of 1--normal iteration bands)
  958.     ; p2r: bailout (0 means default of 128)
  959.     IF (real(p1) == 0)
  960.       p1 = 1 + imag(p1)
  961.     ENDIF
  962.     IF (imag(p1) == 0)
  963.       p1 = real(p1) + (0,1)
  964.     ENDIF
  965.     IF (real(p2) == 0)
  966.       p2 = 128
  967.     ENDIF
  968.     z = pixel, c = pixel, done = 0, il2 = 1/log(2.0), lp = log(log(real(p2))):
  969.     z2 = sqr(z)
  970.     z = z2 + c
  971.     done = done + 1
  972.     IF (|z| > real(p2))
  973.       IF (whitesq)
  974.         z = (done + 2*il2*lp - il2*log(log(cabs(z)))) * real(p1) - done
  975.       ELSE
  976.         z = (done + 2*il2*lp - il2*log(log(cabs(z)))) * imag(p1) - done
  977.       ENDIF
  978.       done = -1
  979.     ENDIF
  980.     done >= 0
  981. }
  982.  
  983. - -----8<----- End FRM file
  984. - -----8<----- Start PAR file
  985.  
  986. ccphc              { ; Continuous Color PHC example
  987.   reset=1960 type=formula formulafile=dmj.frm formulaname=color13phc
  988.   passes=1
  989.   center-mag=-0.15519576843965720/+0.64963388054984320/6158.933/1/-49.999
  990.   params=16/0.2/0/0 float=y maxiter=50000 inside=0 outside=real
  991.   colors=000mry<7>rkk<15>NG0<3>0F0<5>040<8>0bN<13>zzz<114>C11B00B00A00086<\
  992.   77>mrz
  993.   }
  994.  
  995. - -----8<----- End PAR file
  996.  
  997. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  998.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  999.  
  1000.  
  1001. - ------------------------------------------------------------
  1002. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1003. Post Message:   fractint@xmission.com
  1004. Get Commands:   majordomo@xmission.com "help"
  1005. Administrator:  twegner@phoenix.net
  1006. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1007.  
  1008. ------------------------------
  1009.  
  1010. Date: Sun, 24 Aug 1997 22:34:13 -0400
  1011. From: Les St Clair <Les_StClair@compuserve.com>
  1012. Subject: (fractint) Win 95
  1013.  
  1014. Hi Jim,
  1015.  
  1016. you wrote >>I always run fractint by
  1017. accessing the dos prompt in WIN95.  I have now had to reformat my HD and
  1018. reinstall windows 95 twice as the dos prompt window disapears and turns
  1019. into one screen window.<<
  1020.  
  1021. If, by a "one screen window", you mean maximised then this is normal.
  1022.  
  1023. I have run different DOS realease versions of Fractint under Win 95 on a
  1024. 486DX2 and, more recently, on a Pentium II without difficulty. It is
  1025. important that you set up a shortcut (or PIF) to ensure that Windows 95 i=
  1026. s
  1027. told to run Fractint maximised and NOT in a window.
  1028.  
  1029. To do this -
  1030. (1) open explorer and locate your Fractint directory, then *right-click* =
  1031. on
  1032. "FRACTINT.EXE"
  1033. (2) select "properties" from the list of options
  1034. (3) on the "fractint.exe properties" box click on the "Program" tab
  1035. (4) from the pull-down list next to "Run", choose "Maximized"
  1036. (5) check the "Close on exit" box
  1037. (6) click on the "Screen" tab
  1038. (7) choose the "Full-screen" button in the "Usage" section
  1039. (8) click on "OK"
  1040.  
  1041. After this a new file will appear in your fractint directory called
  1042. "fractint" (no extension), this will be appear with the description
  1043. "shortcut to MS-DOS program". Right clicking will reveal it's MS-DOS name=
  1044.  
  1045. to be "fractint.pif"
  1046.  
  1047. If you prefer to run your DOS prompt in a window and you find programs li=
  1048. ke
  1049. Fractint re-set it to full screen, then just follow the reverse of the
  1050. above to restore it to "normal"
  1051. i.e. right-click your MS-DOS prompt and choose "properties"
  1052. on the "Program" tab choose "normal window"
  1053. on the "Screen" tab choose "window"
  1054. Your DOS "window" will then re-appear!
  1055.  
  1056. Once you have set up the shortcut for Fractint it won't mess with you DOS=
  1057.  
  1058. prompt settings any more. But, better still, why not create a shortcut to=
  1059.  
  1060. Fractint in one of your program groups, or have its icon sitting right
  1061. there on you desk-top and give the DOS prompt a miss all together?
  1062.  
  1063. I hope these suggestions help your operating system and Fractint  to live=
  1064.  
  1065. in harmony<g>
  1066.  
  1067. cheers, Les St Clair
  1068.  
  1069. - ------------------------------------------------------------
  1070. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1071. Post Message:   fractint@xmission.com
  1072. Get Commands:   majordomo@xmission.com "help"
  1073. Administrator:  twegner@phoenix.net
  1074. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1075.  
  1076. ------------------------------
  1077.  
  1078. End of fractint Digest V1 #7
  1079. ****************************
  1080.  
  1081. To subscribe to fractint Digest, send the command:
  1082.  
  1083.     subscribe fractint-digest
  1084.  
  1085. in the body of a message to "majordomo@xmission.com".  If you want to
  1086. subscribe something other than the account the mail is coming from, such
  1087. as a local redistribution list, then append that address to the
  1088. "subscribe" command; for example, to subscribe "local-fractint":
  1089.  
  1090.     subscribe fractint-digest local-fractint@your.domain.net
  1091.  
  1092. A non-digest (direct mail) version of this list is also available; to
  1093. subscribe to that instead, replace all instances of "fractint-digest"
  1094. in the commands above with "fractint".
  1095.  
  1096. Back issues are available for anonymous FTP from ftp.xmission.com, in
  1097. pub/lists/fractint/archive.  These are organized by date.
  1098.  
  1099.