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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #574
  4. Reply-To: fractint-digest
  5. Sender: owner-fractint-digest@lists.xmission.com
  6. Errors-To: owner-fractint-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractint-digest        Wednesday, June 20 2001        Volume 01 : Number 574
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Sun, 17 Jun 2001 00:39:10 -0500
  18. From: Tim Lavoie <tjlavoie@mb.sympatico.ca>
  19. Subject: (fractint) Re: fractint-digest V1 #573
  20.  
  21. Jonathan wrote:
  22.  
  23. > I haven't tried the <del> key to use disk mode, but I knew that -disk was
  24. > broken.  I'm looking at it now.
  25.  
  26. OK, great. I started poking through the source a little, so I see where it
  27. dies, but haven't gotten all the way back to the real cause. Short answer,
  28. it tries to clear Ximage stuff, which it shouldn't have any of. 
  29. (and doesn't -  *BOOM*)
  30. Here's the stack trace running it under gdb:
  31.  
  32. Program received signal SIGSEGV, Segmentation fault.
  33. 0x80f86e2 in clearXwindow () at unixscr.c:768
  34. 768         bzero(Ximage->data, Ximage->bytes_per_line*Ximage->height);
  35. (gdb) bt
  36. #0  0x80f86e2 in clearXwindow () at unixscr.c:768
  37. #1  0x80f8a07 in startvideo () at unixscr.c:840
  38. #2  0x80fc9bc in setvideomode (ax=0, bx=0, cx=0, dx=0) at video.c:186
  39. #3  0x8084256 in big_while_loop (kbdmore=0xbffff920, stacked=0xbffff91f "", 
  40.     resumeflag=0) at framain2.c:106
  41. #4  0x8083ce1 in main (argc=2, argv=0xbffff994) at fractint.c:515
  42. #5  0x4017b2eb in __libc_start_main () from /lib/libc.so.6
  43.  
  44. I was stepping through the code for a while, and dotmode got bumped from 0
  45. to 19. Unfortunately, I had stepped through too far at a time, and missed
  46. the exact point. I think it was during the check_video_mode() call called
  47. from line 426 of fractint.c Maybe I'll poke at it tomorrow...
  48.  
  49.  
  50. > > - How do I get true-color to work? Should it appear in my View Window
  51. > > Options screen? I see nothing there for either image size or true-color
  52. > > options.
  53. > If you are running Linux in a true-color mode, then Xfractint will run in
  54. > the same mode.  There are some issues with this.  Like people expecting the
  55. > colors to be saved in a PAR even though they are in a true-color mode and
  56. > this doesn't necessarily make any sense.
  57.  
  58. Hm. OK, I wondered why it never showed me the option. I pretty much run in
  59. high-color mode (16- or 24-bit) most of the time. When I check the image
  60. info with the <tab> key, it says stuff like:
  61.      Video: 640x480x256 xfractint mode
  62.  
  63. Naturally, I wonder how to get beyond that.
  64.  
  65.  
  66. > > - While I don't need the 'd' shell command, I do whack it by accident.
  67. > > Typing "exit" as usual to get out of the shell also causes a
  68. > > segfault/coredump.
  69. > I'll have to look into this one.  Thanks.
  70.  
  71. OK, sounds great.
  72.  
  73. > >  - I get some strange rendering artifacts in some fractals, and weird
  74. > stuff
  75. > > that ends up in saved images as well. The rendering-time one is a grid
  76. > > pattern of dots on the left-hand side, say with the default mandel as an
  77. > > example. I can avoid this if I switch from "guess" to another pass type in
  78. > > the 'x' option panel, so no big deal there. The other appears as a
  79. > vertical
  80. > > line travelling down the display window when I save to a .gif, and it
  81. > > appears in the saved image as well. Along with that, the sides of the
  82. > image
  83. > > look like they're out of sync with the middle, with the left one bordering
  84. > > on that vertical line I mentioned. I can also see this weird look if I
  85. > > switch to a different virtual desk top and back again, without saving.
  86. > I'll have a look at this.  If I can't reproduce it, I'll get back with you.
  87.  
  88. Well, I can (unfortunately?) reproduce both glitches every time, but they
  89. appears not to affect xfractint on my work PC. Both are x86 PCs running
  90. Debian Linux, though perhaps not the same versions of all packages and
  91. libraries. Both have Matrox G400 video (should it matter?). The work one has
  92. an Intel PIII, versus an AMD K6-2 at home. Since the weird wrap-around and
  93. line are visible in saved images, I'll mail a copy of one to you, off the
  94. list. The little left-hand dots aren't visible in the saved image, but
  95. they're in one part of the image which is already trashed anyway.
  96.  
  97.     Cheers (and thanks!)
  98.     Tim
  99.  
  100. - --------------------------------------------------------------
  101. Thanks for using Fractint, The Fractals and Fractint Discussion List
  102. Post Message:   fractint@lists.xmission.com
  103. Get Commands:   majordomo@lists.xmission.com "help"
  104. Administrator:  twegner@fractint.org
  105. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  106.  
  107. ------------------------------
  108.  
  109. Date: Sun, 17 Jun 2001 05:39:41 -0500
  110. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  111. Subject: Re: (fractint) Re: fractint-digest V1 #573
  112.  
  113. On Sunday 17 June 2001 00:39, Tim Lavoie wrote:
  114. > >
  115. > > If you are running Linux in a true-color mode, then Xfractint will run
  116. > > in the same mode.  There are some issues with this.  Like people
  117. > > expecting the colors to be saved in a PAR even though they are in a
  118. > > true-color mode and this doesn't necessarily make any sense.
  119. >
  120. > Hm. OK, I wondered why it never showed me the option. I pretty much run
  121. > in high-color mode (16- or 24-bit) most of the time. When I check the
  122. > image info with the <tab> key, it says stuff like:
  123. >      Video: 640x480x256 xfractint mode
  124. >
  125. > Naturally, I wonder how to get beyond that.
  126. >
  127. Actually, "Xfractint running in true-color mode" is kind of confusing. 
  128. Xfractint (and Fractint) have always created 256-color gif images. Before 
  129. version 20.1.07 or so, Xfractint would only work correctly if your X 
  130. server was running in 8-bit color mode. Some modifications were made to 
  131. the source, and now Xfractint works correctly whether you are in 8-bit 
  132. color mode, or 16-bit color mode. But it still only displays and saves the 
  133. images with 256 colors, as that's all the gif format allows. During the 
  134. "true-color fix", other features were broken, and I believe Jonathan is 
  135. currently working on some of them.
  136. >
  137. > > vertical line travelling down the display window when I save to a
  138. > >.gif, and it appears in the saved image as well. Along with that, the
  139. > > sides of the image
  140.  
  141. Fractint and Xfractint have always had a multi-colored line going down the 
  142. left side of the image window while saving. But I've never experienced or 
  143. heard of that line ending up in the saved image! 
  144. >
  145. Just my 2-cents (USD) worth...
  146. Scott Boyd
  147. - -- 
  148. sdboyd56@swbell.net
  149. http://sdboyd.dyndns.org/~sdboyd/
  150. - ---------------------------------------
  151. I always wanted to be a procrastinator, 
  152. but I never got around to it.
  153.                             -- Unknown
  154.  
  155. - --------------------------------------------------------------
  156. Thanks for using Fractint, The Fractals and Fractint Discussion List
  157. Post Message:   fractint@lists.xmission.com
  158. Get Commands:   majordomo@lists.xmission.com "help"
  159. Administrator:  twegner@fractint.org
  160. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  161.  
  162. ------------------------------
  163.  
  164. Date: Sun, 17 Jun 2001 07:34:23 -0500
  165. From: "Jonathan Osuch" <osuchj@qwest.net>
  166. Subject: Re: (fractint) Re: fractint-digest V1 #573
  167.  
  168. Tim,
  169.  
  170. > I was stepping through the code for a while, and dotmode got bumped from 0
  171. > to 19. Unfortunately, I had stepped through too far at a time, and missed
  172. > the exact point.
  173.  
  174. Yes, I found why it was doing that.  There is a right brace that got placed
  175. in the wrong place in the initunixwindow() routine in unixscr.c.  Part of
  176. the reason that happened is that there are about 30 lines of duplicate code
  177. in that routine.  This fixes the initial segment fault, but there is still
  178. one that occurs just prior to the completion of the disk-video image.
  179.  
  180. I have the Shell to Linux/Unix problem fixed.
  181.  
  182. Jonathan
  183.  
  184.  
  185.  
  186. - --------------------------------------------------------------
  187. Thanks for using Fractint, The Fractals and Fractint Discussion List
  188. Post Message:   fractint@lists.xmission.com
  189. Get Commands:   majordomo@lists.xmission.com "help"
  190. Administrator:  twegner@fractint.org
  191. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  192.  
  193. ------------------------------
  194.  
  195. Date: Sun, 17 Jun 2001 09:31:44 -0500
  196. From: "Jonathan Osuch" <osuchj@qwest.net>
  197. Subject: Re: (fractint) Re: fractint-digest V1 #573
  198.  
  199. > but there is still
  200. > one that occurs just prior to the completion of the disk-video image.
  201.  
  202. Got it.  The disk video mode now works as before.  It will be in my next
  203. patch.
  204.  
  205. Jonathan
  206.  
  207.  
  208.  
  209. - --------------------------------------------------------------
  210. Thanks for using Fractint, The Fractals and Fractint Discussion List
  211. Post Message:   fractint@lists.xmission.com
  212. Get Commands:   majordomo@lists.xmission.com "help"
  213. Administrator:  twegner@fractint.org
  214. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  215.  
  216. ------------------------------
  217.  
  218. Date: Sun, 17 Jun 2001 11:07:35 EDT
  219. From: JimMuth@aol.com
  220. Subject: (fractint) C-FOTD  17-06-01  (Midget-Two [6])
  221.  
  222. Classic FOTD -- June 17, 2001 (Rating 6)
  223.  
  224. Fractal visionaries and enthusiasts:
  225.  
  226. A glance at the center coordinates will show that today's midget 
  227. is located deep in the East Valley area of the Mandelbrot 
  228. fractal.  I use the term "Mandelbrot Fractal" because the 
  229. Mandelbrot Set consists only of the interior of the lake and the 
  230. buds.  (I'm not sure whether the interiors of the midgets, which 
  231. are connected by infinitely thin filaments, are considered to be 
  232. parts of the main set, or to be separate sets.)  All the fancy 
  233. colored bands that surround the lake are not part of the set 
  234. itself, but are a fractal whose appearance is determined by 
  235. parameters set by humans.  Thus we can make the outside (and 
  236. inside also) appear most any way we wish, but unless the basic 
  237. formula is changed, the border between inside and outside will 
  238. remain unchanged.
  239.  
  240. As I stated above, today's fractal is located deep in East 
  241. Valley.  In this area, the elements become pinched off, making 
  242. it a difficult area to color.  When I went to color the FOTD for 
  243. today, I tried all the variations of my usual equal iteration 
  244. band method without success.  Then I tried the outside=tdis 
  245. option.  This option has potential, but it slows down the 
  246. rendering by a factor of 10, and time was short.  I finally 
  247. decided on the outside=summ option, which adds together the 
  248. iteration count, real and imaginary values, and sets the bands 
  249. according to the value of the sum.
  250.  
  251. The summ option reveals a pattern in the image, which at this 
  252. extreme depth in East Valley is almost lost in the sand.  The 
  253. pinched-off elements are clearly visible, and even have some 
  254. detail.  After my effort, I rated the work a 6, and gave it the 
  255. name "Midget-Two".
  256.  
  257. The 25-minute render time may be avoided by giving Paul and 
  258. Scott a chance to render and post the image to their respective 
  259. web sites at:
  260.  
  261.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  262.  
  263. and:
  264.  
  265.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  266.  
  267. The fractal weather today featured (if one can call it a 
  268. feature) heavy rain and thunder-storms.  It's actually the 
  269. remnants of the storm that flooded Houston, Texas about a week 
  270. ago.  The storm just doesn't know when to quit.  The temperature 
  271. of 77F (25C) was irrelevant, since the fractal cats spent the 
  272. day crouched down, sulking because of the wetness and hissing 
  273. sound of heavy rain.  The fractal basement survived with only a 
  274. couple puddles.
  275.  
  276. As for me, I've got to get back to that M-set.  The next FOTD is 
  277. due in only 12 hours and I've nothing yet to show.  Until then, 
  278. take care, and walk with fractals in mind.
  279.  
  280.  
  281. Jim Muth
  282. jamth@mindspring.com
  283.  
  284.  
  285. START PARAMETER FILE=======================================
  286.  
  287. Midget-Two         { ; time=0:24:49.52--SF5 on a P200
  288.   reset=2001 type=mandel passes=1
  289.   center-mag=+0.25061098021060020/-0.000027092113537\
  290.   83/4.38592e+011/1/-155.001/0.001 params=0/0 float=y
  291.   maxiter=250000 inside=0 outside=summ periodicity=10
  292.   colors=000zg0zj0zn0zl0zl0zj1zj6ziAziEzgJzgNzfRzfXz\
  293.   d`zddzcjzcozaszdzzczzaxz`zzZszYrzXpzVnzUlzSjzRizPf\
  294.   zOdzNczL`zKZzJYzHVzGUzFSzCRzCSzBSzASz9Sz7Sz6Sv5Ss5\
  295.   Sp3Sl3Si3Sd3SZ3SV3SO5OJ5HH5BH5BF5BG5BO5BL6HK9HHBGG\
  296.   CFEEGCFJ9FKAGOBJPCNSEPUESVFXVGZXHaXJfYJiYKlZLpZNs`\
  297.   Nv`KuZJuZGsYFsYCrYBrX9pX7pV5oV6uP5rS3oV2nY1jZ0ia0f\
  298.   d0cg0ai0Zl0Yo0Vr0Vu0Us0Us0Ur0Sr0Sp0Sp0Sp0Ro0Ro0Rn0\
  299.   Rn1Pn2Pl2Pl3Pj5Oj5Oj6Oi7Oi9Ng9NgANgBNfBLfCLdELd7Kj\
  300.   BLgELdGLcJL`LLZPLXSLVVLSYLR`LOdLNgLKjLJnLGnJHoKGpL\
  301.   FrLEr0Es5CuOBvOBvPAxP9zR9zB7zS6zS6zU5zU3zV3zV2zX1z\
  302.   Z0za1za2za3za3za5za6za6za7zZ9zU9zOAzKBzGBzCCz1Ev0E\
  303.   d3CG1AH0BH0CJ0EJ0FK0GK0HK0JL0KL0LN0NN0OO0PO0RO0SP0\
  304.   UP0VR0XR0YS0ZS0`S0aU0cU0dV0fV0gO0aS0dV0gY0ia1ld5oi\
  305.   0zg3ug7pgBlfFifJdfN`dSYdXUd`PcdNciJcnFdsAcrCcrEcrF\
  306.   crGcrHcrKcrLcpNcpOcpPcpRcpUcpVcpXcoYcoZco`coccodco\
  307.   fcogcnicnjcnncnocnpcnrzd0
  308.   }
  309.  
  310. END PARAMETER FILE=========================================
  311.  
  312. - --------------------------------------------------------------
  313. Thanks for using Fractint, The Fractals and Fractint Discussion List
  314. Post Message:   fractint@lists.xmission.com
  315. Get Commands:   majordomo@lists.xmission.com "help"
  316. Administrator:  twegner@fractint.org
  317. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  318.  
  319. ------------------------------
  320.  
  321. Date: Mon, 18 Jun 2001 01:03:28 -0400 (EDT)
  322. From: Jim Muth <jamth@mindspring.com>
  323. Subject: (fractint) C-FOTD  18-06-01  (The Brink of Oblivion [9])
  324.  
  325. Classic FOTD -- June 18, 2001 (Rating 9)
  326.  
  327. Fractal visionaries and enthusiasts:
  328.  
  329. Today's fractal rates a most exceptional 9.  This is not due to 
  330. its artistic merit, which is mediocre at best, but to its 
  331. mathematical merits, which are unlike anything I have yet come 
  332. upon.  The name I gave to the image tells it all -- it is a 
  333. picture of a midget on "The Brink of Oblivion.  Oblivion in this 
  334. case means an existence only as a vague outline in the random 
  335. dots that fill the lower left half of the image.
  336.  
  337. The imag(p3) parameter tells the entire story.  The slightest 
  338. change makes the greatest difference.  If the value is reduced 
  339. to 26.6, the midget is all there; if it is increased to 29.7, 
  340. the midget totally evaporates.  A midget that had no reality to 
  341. start becomes even less real.  The actual value of 29.647, which 
  342. equals a bailout of 129.647, catches the midget half there and 
  343. half gone.
  344.  
  345. However, the midget never totally vanishes, for even when the 
  346. screen becomes a total blank, the midget's ghost remains in 
  347. position, and can be revealed by rendering the scene with an 
  348. inside setting of something like bof60.
  349.  
  350. Since so much of the scene consists of inside area, and the 
  351. single-pass algorithm must be used to pick up all the bits and 
  352. pieces, the image is a slow one, requiring 25 minutes on a slow 
  353. old Pentium 200mhz.  But relief is at hand on the internet at 
  354. the web sites of Paul and Scott, where the image will soon be 
  355. posted.
  356.  
  357. Paul's site can be found at:
  358.  
  359.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  360.  
  361. and Scott's is at:
  362.  
  363.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  364.  
  365. The fractal weather was near perfect today, with brilliant blue 
  366. skies and a temperature of 88F (31C).  The fractal cats made up 
  367. for the time they lost yesterday by spending most of the 
  368. afternoon in the yard, watching for the cat that lives across 
  369. the street.  But luckily for someone, the other cat never showed 
  370. up.
  371.  
  372. That's it for now fractal fiends.  Until next fractal, take 
  373. care, and always be all there.
  374.  
  375.  
  376. Jim Muth
  377. jamth@mindspring.com
  378.  
  379.  
  380. START 20.0 PAR-FORMULA FILE================================
  381.  
  382. TheBrinkOfOblivion { ; time=0:24:11.35--SF5 on a P200
  383.   reset=2001 type=formula formulafile=allinone.frm
  384.   formulaname=MandelbrotMix4 function=recip passes=1
  385.   center-mag=-1.789309750688749/-0.9580640953043432/\
  386.   8290.843/1/39.999 params=1/-1.2/-1.2/1/-1.8/29.647
  387.   float=y maxiter=1000 inside=0
  388.   logmap=306 periodicity=10
  389.   colors=000wDkwCmvAov8qv7sv5uv4vpBtjIsdPrZWpTboNhnK\
  390.   QfI7_K9YMBXODVQFUSHSUIRWKQYMO_ONaQLcSKeTJgVHiXGkZE\
  391.   m`DnaCocDpdDqfDrgDsiDsjDtlEumEvoEwpExrExsEsrDoqCkq\
  392.   BfpAbp9Zo8Vo8Qn7Mm6Im5Dl49l35k21k24h37e4Ab4D_5GX5J\
  393.   V6MS7PP7SM8VJ8YG9_E9XI8VL8SO8QR8NU7LX7I_7Gb7De6Bh6\
  394.   8k66n64q69k6Ef6Ia6NW6RR6WM6_G6dB6h66i95iB5iD5iF5iH\
  395.   5iJ5iL5iN5iP5fQ4cR4`R4ZS4WS4TT4RT4OU4LV4JV4GW4DW4B\
  396.   X48X45Y43Y42V82TB2RE2PI2NL2KO2IS2GV2EY2C`5EY7FWAHT\
  397.   CIREKOHLMJNJLOHJNFINEGMDFMCDLBCLABL99K88K76J65J54J\
  398.   47L5AN6DO7FQ8IR9LTANUBQWCTXDVZEY_F`aGbbHacLacOacRa\
  399.   cUacXac_acb`ce`ch`ck`cn`cq`ct`cw`czbVfdMNfE42C64F8\
  400.   6IA8KCANECPGESIGVKIXMK_OMaQOdSQgUSiWUlYVnZXYcZIh`2\
  401.   ma5nb8nbAncDndFndIneLnfNnfQogSohVohYoi_ojbojdokgok\
  402.   ioihnhhmghmehldhlcgkagk`gj_giYgiXghWfhVfgTfgSffRfe\
  403.   PfeOedNedLecKecJebIebKgcMhdNiePjfQkgSlhTmiVnjWokYq\
  404.   kZrl`smatncuodvpfwqgxriys
  405.   }
  406.  
  407. frm:MandelbrotMix4 {; Jim Muth
  408. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  409. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  410. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  411. z=k*((a*(z^b))+(d*(z^f)))+c,
  412. |z| < l
  413. }
  414.  
  415. END 20.0 PAR-FORMULA FILE==================================
  416.  
  417.  
  418. - --------------------------------------------------------------
  419. Thanks for using Fractint, The Fractals and Fractint Discussion List
  420. Post Message:   fractint@lists.xmission.com
  421. Get Commands:   majordomo@lists.xmission.com "help"
  422. Administrator:  twegner@fractint.org
  423. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  424.  
  425. ------------------------------
  426.  
  427. Date: Sun, 17 Jun 2001 23:38:08 -0700
  428. From: jerome schatten <romers@home.com>
  429. Subject: Re: (fractint) C-FOTD  18-06-01  (The Brink of Oblivion [9])
  430.  
  431. Outstanding!! It has become my wallpaper.
  432. jerome
  433.  
  434.  
  435. Jim Muth wrote:
  436. > Classic FOTD -- June 18, 2001 (Rating 9)
  437. > Fractal visionaries and enthusiasts:
  438. > Today's fractal rates a most exceptional 9.  This is not due to
  439. > its artistic merit, which is mediocre at best, but to its
  440. > mathematical merits, which are unlike anything I have yet come
  441. > upon.  The name I gave to the image tells it all -- it is a
  442. > picture of a midget on "The Brink of Oblivion.  Oblivion in this
  443. > case means an existence only as a vague outline in the random
  444. > dots that fill the lower left half of the image.
  445. >
  446.  
  447. - --------------------------------------------------------------
  448. Thanks for using Fractint, The Fractals and Fractint Discussion List
  449. Post Message:   fractint@lists.xmission.com
  450. Get Commands:   majordomo@lists.xmission.com "help"
  451. Administrator:  twegner@fractint.org
  452. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  453.  
  454. ------------------------------
  455.  
  456. Date: Mon, 18 Jun 2001 23:38:05 -0400
  457. From: harry <harrybissell@prodigy.net>
  458. Subject: Re: (fractint) C-FOTD  18-06-01  (The Brink of Oblivion [9])
  459.  
  460. Artistic Merit (mediocre) my @ss !!!
  461.  
  462. This is a great one. I love it. thanks for posting it. I'd give it a 9.2
  463. !!!
  464.  
  465. H^) harry
  466.  
  467. resume lurk mode
  468.  
  469. Jim Muth wrote:
  470.  
  471. > Classic FOTD -- June 18, 2001 (Rating 9)
  472. >
  473. > Fractal visionaries and enthusiasts:
  474. >
  475. > Today's fractal rates a most exceptional 9.  This is not due to
  476. > its artistic merit, which is mediocre at best, but to its
  477. > mathematical merits, which are unlike anything I have yet come
  478. > upon.  The name I gave to the image tells it all -- it is a
  479. > picture of a midget on "The Brink of Oblivion.  Oblivion in this
  480. > case means an existence only as a vague outline in the random
  481. > dots that fill the lower left half of the image.
  482. >
  483. > The imag(p3) parameter tells the entire story.  The slightest
  484. > change makes the greatest difference.  If the value is reduced
  485. > to 26.6, the midget is all there; if it is increased to 29.7,
  486. > the midget totally evaporates.  A midget that had no reality to
  487. > start becomes even less real.  The actual value of 29.647, which
  488. > equals a bailout of 129.647, catches the midget half there and
  489. > half gone.
  490. >
  491. > However, the midget never totally vanishes, for even when the
  492. > screen becomes a total blank, the midget's ghost remains in
  493. > position, and can be revealed by rendering the scene with an
  494. > inside setting of something like bof60.
  495. >
  496. > Since so much of the scene consists of inside area, and the
  497. > single-pass algorithm must be used to pick up all the bits and
  498. > pieces, the image is a slow one, requiring 25 minutes on a slow
  499. > old Pentium 200mhz.  But relief is at hand on the internet at
  500. > the web sites of Paul and Scott, where the image will soon be
  501. > posted.
  502. >
  503. > Paul's site can be found at:
  504. >
  505. >           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  506. >
  507. > and Scott's is at:
  508. >
  509. >           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  510. >
  511. > The fractal weather was near perfect today, with brilliant blue
  512. > skies and a temperature of 88F (31C).  The fractal cats made up
  513. > for the time they lost yesterday by spending most of the
  514. > afternoon in the yard, watching for the cat that lives across
  515. > the street.  But luckily for someone, the other cat never showed
  516. > up.
  517. >
  518. > That's it for now fractal fiends.  Until next fractal, take
  519. > care, and always be all there.
  520. >
  521. > Jim Muth
  522. > jamth@mindspring.com
  523. >
  524. > START 20.0 PAR-FORMULA FILE================================
  525. >
  526. > TheBrinkOfOblivion { ; time=0:24:11.35--SF5 on a P200
  527. >   reset=2001 type=formula formulafile=allinone.frm
  528. >   formulaname=MandelbrotMix4 function=recip passes=1
  529. >   center-mag=-1.789309750688749/-0.9580640953043432/\
  530. >   8290.843/1/39.999 params=1/-1.2/-1.2/1/-1.8/29.647
  531. >   float=y maxiter=1000 inside=0
  532. >   logmap=306 periodicity=10
  533. >   colors=000wDkwCmvAov8qv7sv5uv4vpBtjIsdPrZWpTboNhnK\
  534. >   QfI7_K9YMBXODVQFUSHSUIRWKQYMO_ONaQLcSKeTJgVHiXGkZE\
  535. >   m`DnaCocDpdDqfDrgDsiDsjDtlEumEvoEwpExrExsEsrDoqCkq\
  536. >   BfpAbp9Zo8Vo8Qn7Mm6Im5Dl49l35k21k24h37e4Ab4D_5GX5J\
  537. >   V6MS7PP7SM8VJ8YG9_E9XI8VL8SO8QR8NU7LX7I_7Gb7De6Bh6\
  538. >   8k66n64q69k6Ef6Ia6NW6RR6WM6_G6dB6h66i95iB5iD5iF5iH\
  539. >   5iJ5iL5iN5iP5fQ4cR4`R4ZS4WS4TT4RT4OU4LV4JV4GW4DW4B\
  540. >   X48X45Y43Y42V82TB2RE2PI2NL2KO2IS2GV2EY2C`5EY7FWAHT\
  541. >   CIREKOHLMJNJLOHJNFINEGMDFMCDLBCLABL99K88K76J65J54J\
  542. >   47L5AN6DO7FQ8IR9LTANUBQWCTXDVZEY_F`aGbbHacLacOacRa\
  543. >   cUacXac_acb`ce`ch`ck`cn`cq`ct`cw`czbVfdMNfE42C64F8\
  544. >   6IA8KCANECPGESIGVKIXMK_OMaQOdSQgUSiWUlYVnZXYcZIh`2\
  545. >   ma5nb8nbAncDndFndIneLnfNnfQogSohVohYoi_ojbojdokgok\
  546. >   ioihnhhmghmehldhlcgkagk`gj_giYgiXghWfhVfgTfgSffRfe\
  547. >   PfeOedNedLecKecJebIebKgcMhdNiePjfQkgSlhTmiVnjWokYq\
  548. >   kZrl`smatncuodvpfwqgxriys
  549. >   }
  550. >
  551. > frm:MandelbrotMix4 {; Jim Muth
  552. > a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  553. > g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  554. > k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  555. > z=k*((a*(z^b))+(d*(z^f)))+c,
  556. > |z| < l
  557. > }
  558. >
  559. > END 20.0 PAR-FORMULA FILE==================================
  560. >
  561. > --------------------------------------------------------------
  562. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  563. > Post Message:   fractint@lists.xmission.com
  564. > Get Commands:   majordomo@lists.xmission.com "help"
  565. > Administrator:  twegner@fractint.org
  566. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  567.  
  568.  
  569. - --------------------------------------------------------------
  570. Thanks for using Fractint, The Fractals and Fractint Discussion List
  571. Post Message:   fractint@lists.xmission.com
  572. Get Commands:   majordomo@lists.xmission.com "help"
  573. Administrator:  twegner@fractint.org
  574. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  575.  
  576. ------------------------------
  577.  
  578. Date: Tue, 19 Jun 2001 09:25:26 +0500
  579. From: "Tony (Anthony) Hanmer" <a_hanmer@hotmail.com>
  580. Subject: Re: (fractint) C-FOTD 18-06-01 (The Brink of Oblivion [9])
  581.  
  582. I agree with the previous comments - this one's a great example that the 
  583. Fractiverse, or Fractality, or whatever one wants to call it, is a good deal 
  584. stranger and more beautiful than we could imagine.  Fantastic work, Jim.  
  585. I'm amazed at the sheer number (well, it's infinite) of variations on a 
  586. theme that midgets offer.  Much earlier I was wishing for other types from 
  587. you to break the "monotony", but then the pleasure of seeing what can 
  588. surround a midget set in, of waiting for what you'll find for the day, and 
  589. now I'm hooked.  (Though whatever you choose to depict for us is usually a 
  590. wonder.)
  591. Thank you.
  592.  
  593. Tony Hanmer
  594. _________________________________________________________________________
  595. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  596.  
  597.  
  598. - --------------------------------------------------------------
  599. Thanks for using Fractint, The Fractals and Fractint Discussion List
  600. Post Message:   fractint@lists.xmission.com
  601. Get Commands:   majordomo@lists.xmission.com "help"
  602. Administrator:  twegner@fractint.org
  603. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  604.  
  605. ------------------------------
  606.  
  607. Date: Tue, 19 Jun 2001 04:54:20 -0400
  608. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  609. Subject: (fractint) Midgets...
  610.  
  611. - ------=_NextPart_001_0001_01C0F87B.E70C9040
  612. Content-Type: text/plain; charset="iso-8859-1"
  613. Content-Transfer-Encoding: quoted-printable
  614.  
  615. Over the past couple of days I cobbled together a small C program that is=
  616.  possibly the first Mandelbrot autoexplorer designed specifically to home=
  617.  in on midgets -- and if not, then probably the first one that actually w=
  618. orks.
  619.  
  620. I'd post the source code here, but there're about two thousand lines of i=
  621. t. I'd stick it on the Web but my pages are in a shambles. Besides, the i=
  622. nterface sucks -- it's noninteractive with no parameters, you have to act=
  623. ually edit the source and recompile it to change any of the parameters, a=
  624. nd without varying the parameters it has a limited repertoire. It produce=
  625. s a short zoom sequence (as many as 20 images) of grey-scaled distance es=
  626. timator images that look very nice and tend to close in on a midget (occa=
  627. sionally a bud instead). Occasionally it "backs up" a bit and zooms back =
  628. in in a slightly different spot.<br clear=3Dall><hr>Get Your Private, Fre=
  629. e E-mail from MSN Hotmail at <a href=3D"http://www.hotmail.com">http://ww=
  630. w.hotmail.com</a>.<br></p>
  631.  
  632. - ------=_NextPart_001_0001_01C0F87B.E70C9040
  633. Content-Type: text/html; charset="iso-8859-1"
  634. Content-Transfer-Encoding: quoted-printable
  635.  
  636. <HTML><BODY STYLE=3D"font:10pt verdana; border:none;"><DIV>Over the past =
  637. couple of days I cobbled together a small C program that is possibly the =
  638. first Mandelbrot autoexplorer designed specifically to home in on midgets=
  639.  -- and if not, then probably the first one that actually works.</DIV> <D=
  640. IV> </DIV> <DIV>I'd post the source code here, but there're about tw=
  641. o thousand lines of it. I'd stick it on the Web but my pages are in a sha=
  642. mbles. Besides, the interface sucks -- it's noninteractive with no parame=
  643. ters, you have to actually edit the source and recompile it to chang=
  644. e any of the parameters, and without varying the parameters it has a limi=
  645. ted repertoire. It produces a short zoom sequence (as many as 20 images) =
  646. of grey-scaled distance estimator images that look very nice and tend to =
  647. close in on a midget (occasionally a bud instead). Occasionally it "backs=
  648.  up" a bit and zooms back in in a slightly different spot.<BR><BR></DIV><=
  649. /BODY></HTML><DIV><BR><br clear=3Dall><hr>Get Your Private, Free E-mail f=
  650. rom MSN Hotmail at <a href=3D"http://www.hotmail.com">http://www.hotmail.=
  651. com</a>.<br></p></DIV>
  652.  
  653. - ------=_NextPart_001_0001_01C0F87B.E70C9040--
  654.  
  655. - --------------------------------------------------------------
  656. Thanks for using Fractint, The Fractals and Fractint Discussion List
  657. Post Message:   fractint@lists.xmission.com
  658. Get Commands:   majordomo@lists.xmission.com "help"
  659. Administrator:  twegner@fractint.org
  660. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  661.  
  662. ------------------------------
  663.  
  664. Date: Tue, 19 Jun 2001 00:43:13 -1000
  665. From: "David Jones" <gnome@hawaii.rr.com>
  666. Subject: Re: (fractint) Midgets...
  667.  
  668. Hmm, could you make a command line version that could
  669. take parameters from the command line or via a batch
  670. file, then display the results? Is there some way to
  671. save the results? It sounds like fun!
  672.  
  673. David
  674. gnome@hawaii.rr.com
  675.  
  676. On 19 Jun 01 at 4:54, Multiple Bogeys wrote:
  677.  
  678. > Over the past couple of days I cobbled together a small
  679. > C program that is possibly the first Mandelbrot
  680. > autoexplorer designed specifically to home in on midgets
  681. > -- and if not, then probably the first one that actually
  682. > works.
  683. > I'd post the source code here, but there're about two
  684. > thousand lines of it. I'd stick it on the Web but my
  685. > pages are in a shambles. Besides, the interface sucks --
  686. > it's noninteractive with no parameters, you have to
  687. > actually edit the source and recompile it to change any
  688. > of the parameters, and without varying the parameters it
  689. > has a limited repertoire. It produces a short zoom
  690. > sequence (as many as 20 images) of grey-scaled distance
  691. > estimator images that look very nice and tend to close
  692. > in on a midget (occasionally a bud instead).
  693. > Occasionally it "backs up" a bit and zooms back in in a
  694. > slightly different spot.
  695.  
  696.  
  697. - --------------------------------------------------------------
  698. Thanks for using Fractint, The Fractals and Fractint Discussion List
  699. Post Message:   fractint@lists.xmission.com
  700. Get Commands:   majordomo@lists.xmission.com "help"
  701. Administrator:  twegner@fractint.org
  702. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  703.  
  704. ------------------------------
  705.  
  706. Date: Tue, 19 Jun 2001 12:58:48 -0000
  707. From: "Andrew Coppin" <orphi69@hotmail.com>
  708. Subject: Re: (fractint) C-FOTD 16-06-01 (Midget [5])
  709.  
  710. >From: JimMuth@aol.com
  711. >Reply-To: fractint@lists.xmission.com
  712. >To: fractint@lists.xmission.com
  713. >CC: philofractal@lists.fractalus.com
  714. >Subject: (fractint) C-FOTD  16-06-01  (Midget [5])
  715. >Date: Sat, 16 Jun 2001 10:51:02 EDT
  716. >
  717. >
  718. >Classic FOTD -- June 16, 2001 (Rating 5)
  719. >
  720. >Fractal visionaries and enthusiasts:
  721.  
  722. I'd rate this one higher if only for the groovy colouring.
  723.  
  724. Thanks.
  725. Andrew.
  726.  
  727. _________________________________________________________________________
  728. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  729.  
  730.  
  731. - --------------------------------------------------------------
  732. Thanks for using Fractint, The Fractals and Fractint Discussion List
  733. Post Message:   fractint@lists.xmission.com
  734. Get Commands:   majordomo@lists.xmission.com "help"
  735. Administrator:  twegner@fractint.org
  736. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  737.  
  738. ------------------------------
  739.  
  740. Date: Tue, 19 Jun 2001 11:17:20 EDT
  741. From: JimMuth@aol.com
  742. Subject: (fractint) C-FOTD  19-06-01  (Quantum Hysteria [8])
  743.  
  744. Classic FOTD -- June 19, 2001 (Rating 8)
  745.  
  746. Fractal visionaries and enthusiasts:
  747.  
  748. Sometimes I just don't know how I find the time to keep the FOTD 
  749. going.  Here it is 10:50am of the day of the FOTD, and I'm just 
  750. starting to write.  Well, late though it may be, the image is 
  751. worth waiting for.
  752.  
  753. Since one picture is worth a thousand words, I'll save the 
  754. thousand words and offer the picture.  The image, which 
  755. resembles a universe of bubbles, consists of almost all inside 
  756. stuff, made visible by the inside fill of bof60.  While studying 
  757. it, trying to find a name, I had a fleeting impression of a 
  758. scene in the sub-atomic world of forces and energies.  I named 
  759. the image "Quantum Hysteria".
  760.  
  761. Since the image consists of all inside and the periodicity is 
  762. turned off, the parameter file needs almost 1/2 hour to render.  
  763. The more efficient way of viewing the image is to go to Paul's 
  764. web site at:
  765.  
  766.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  767.  
  768. or to Scott's site at:
  769.  
  770.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  771.  
  772. and download the finished GIF file from there.
  773.  
  774. The fractal weather, the least important part of the FOTD, was 
  775. perfect today, with sunny skies and a temperature of 88F (31C) 
  776. to keep the cats happy.
  777.  
  778. I'll be happy when I get this work beside me out of the way.  
  779. Until next time and next FOTD, take care, and be a friend of 
  780. fractals.
  781.  
  782.  
  783. Jim Muth
  784. jamth@mindspring.com
  785.  
  786.  
  787. START 20.0 PAR-FORMULA FILE================================
  788.  
  789. Quantum_Hysteria   { ; time=0:26:56.29--SF5 on a p200
  790.   reset=2001 type=formula formulafile=allinone.frm
  791.   formulaname=MandelbrotMix4 function=recip passes=1
  792.   center-mag=-0.18005066951765600/-0.181874553498594\
  793.   20/1282.051 params=-1/-1.25/1.25/1/-1.8/1e+150
  794.   float=y maxiter=600 inside=bof60 periodicity=0
  795.   colors=000zzzyyzxxzwwzvvzuuzttzsszrrzqqzppzpoypnxp\
  796.   mwplvpkuojtnismhrlgqkfojemidkhcigbgfaed_caX_YTWUPS\
  797.   PKPKGHGBNC9TD6ZC6`D6bD6dF5fF5hG5jH3lH3nH3pJ3rJ3tL1\
  798.   vJ3xH6zG9wFCvDFsCHrAKo9Nm7Pl6Si5Vh3Ye2`d1ba0e`0fZ6\
  799.   ZSDRLKKGSC9Z53e000zOLR7l00k00i00h00f20e50d70dC0bF0\
  800.   aH0`K0ZN0YP0YS0XX1VZ1Ua2Sd2Rf3Pi3Pm5Op5Ns6Lv6Ky7Jz\
  801.   7Kz5Jz7Hz9HyCGvDGsGFpHDmJDkLChNCePAbR9`S9YV7XX7UZ6\
  802.   R`5Oa5Ld3Je3Gh2Di1Ak17m05o02r00s00z00t20p52l93hD6d\
  803.   G7`KAXOCSRFOVGKzm0mY6YHGL0NJ0OH2PG6RFARDFSCJU9NV7R\
  804.   V6VX5ZY3bZ9VL5XJ2eZ0zm0to1mo6foAaoFVoKOpOJpUCpY5pZ\
  805.   1sa0pd0oe0mh0lk0il0ho0fr0es0bv0ay0`z0fz0Zv0Sr0Lm0D\
  806.   i06e00b00d00e10f32h75iC9kFClJFmLHoPLpUOrXRs`UtdYvf\
  807.   `wkbymezrizvlzyozzrzztzzrwwpttopplmmkkiifefdbeaZdz\
  808.   lKldUZXbKOlezp6Gv9JsCKrDNpGOmJPlKSkNUiPVfRYeUZdX`b\
  809.   Yb``dZbeYdhXfiUikSkmRmoPppNrsLttKzzKHzKGzLAzHFzLJz\
  810.   ONzRRzVVzYZz`bzdfzfkziozm
  811.   }
  812.  
  813. frm:MandelbrotMix4 {; Jim Muth
  814. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  815. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  816. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  817. z=k*((a*(z^b))+(d*(z^f)))+c,
  818. |z| < l
  819. }
  820.  
  821. END 20.0 PAR-FORMULA FILE==================================
  822.  
  823. - --------------------------------------------------------------
  824. Thanks for using Fractint, The Fractals and Fractint Discussion List
  825. Post Message:   fractint@lists.xmission.com
  826. Get Commands:   majordomo@lists.xmission.com "help"
  827. Administrator:  twegner@fractint.org
  828. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  829.  
  830. ------------------------------
  831.  
  832. Date: Wed, 20 Jun 2001 08:22:37 EDT
  833. From: JimMuth@aol.com
  834. Subject: (fractint) C-FOTD  20-06-01  (A Midget at Midnight [7])
  835.  
  836. Classic FOTD -- June 20, 2001 (Rating 7)
  837.  
  838. Fractal visionaries and enthusiasts:
  839.  
  840. Though the render time of today's FOTD is over 2 hours on a 
  841. Pentium 200mhz machine, this is at the SF7 resolution.  At the 
  842. normal SF5 resolution the image renders in 49 minutes.  I 
  843. entered the time comment in the parameter file at the SF7 
  844. resolution because today's image is one of those that needs the 
  845. highest resolution possible to prevent features that should 
  846. appear as tiny filaments from appearing as dots.
  847.  
  848. The unusually long render time is due to the extreme maxiter of 
  849. the image as well as to the fact that the short-cut passes 
  850. algorithms are useless.  When I studied the image, I was 
  851. impressed by the deep midnight blue surrounding the central 
  852. midget.  I named the picture "A Midget at Midnight", a name that 
  853. is not only descriptive, but poetic as well.  I rated it at a 7, 
  854. a rating that may be a bit liberal.
  855.  
  856. The scene is one in the classic Mandelbrot set, in a valley of a 
  857. tiny bud on the northwest shore of the main bay.  In this area 
  858. the scene is close to total chaos.  The points don't know what 
  859. to do.  One point may escape after 3000 iterations; it's 
  860. neighbor may be still trapped after 1-million.
  861.  
  862. The overall effect is one of lightning-like filaments or a 
  863. network of veins before a background of sandy grit.  But a very 
  864. broad color palette does reveal a rudimentary underlying 
  865. pattern, as today's image demonstrates.
  866.  
  867. The passes options other than 1, 2, or 3 are useless in an image 
  868. such as this, because so much detail exists that the time the 
  869. algorithm spends figuring what to do next is longer than the 
  870. time a straight single pass takes.
  871.  
  872. Although I'm not going to demonstrate the images the Julia 
  873. aspects of areas such as today's produce, they are well worth 
  874. the time spent in having a look.  The four remaining aspects of 
  875. the four-dimensional Julibrot figure are also worth seeing.  
  876. Perhaps I'll have time to investigate such things when things 
  877. slow down next month.
  878.  
  879. As I stated earlier, today's image is the slowest in quite some 
  880. time.  The most efficient way of viewing the scene is to give 
  881. Paul and Scott a chance to render and post the GIF images, and 
  882. then go to the web sites where the images will be waiting.
  883.  
  884. Paul's site is at:
  885.  
  886.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  887.  
  888. Scott's is at:
  889.  
  890.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  891.  
  892. The fractal weather today was uneventful, with hot sun and a 
  893. temperature of 89F (31.5C) to keep the cats happy.
  894.  
  895. As for me, I've got things that need to be done, and limited 
  896. time in which to do them.  So the rational thing is to get busy. 
  897. Until next FOTD, take care, and where are those Herman Rings?
  898.  
  899.  
  900. Jim Muth
  901. jamth@mindspring.com
  902.  
  903.  
  904. START PARAMETER FILE=======================================
  905.  
  906. A_MidgetAtMidnight { ; time=2:05:12.08--SF7 on a P200
  907.   reset=2001 type=mandel passes=1
  908.   center-mag=-0.41357633605202350/+0.574830605134010\
  909.   40/1.332446e+007/1/157.499 params=0/0 float=y
  910.   maxiter=1200000 inside=0 logmap=3000 periodicity=10
  911.   colors=000zG0zG0zG0zI0zI0zI0zK0zK0zK0zM0zM0zM0zM0z\
  912.   O0zO0zO0zP0zQ0zP0zR0zR0zR0zT0zT0zT0zT0zV0zV0zV0zX0\
  913.   yX2yX2yZ2wZ2wZ2w`2v`3v`3va3ta3ta3ta3rb6rb6rc6qd6qd\
  914.   6qc6oc7ob7oc7md7me7mf7lg0oh2oi6mj7mkCmlElmIloMlqOj\
  915.   rRjtTjvXiwZiyaizdgzggzjdzldzodzrbztbzwbzyazzazzazz\
  916.   `zz`zz`zzZzzZzzZzz`zz`zz`zz`zz`zz`zz`zz`zy`zv`zt`y\
  917.   q`wmavlatiatdatbat`atXatVatRatOatMatIatERt0Vt0Zt3a\
  918.   tCdtIitOltVot`rtdvtlytqzyvyvtwtrvqqroqqloojmlimjdl\
  919.   ibjd`jbZiaVgZTgXRdVObXMbZIaXG`VC`TAZP7XC3XA2V70T30\
  920.   T20R00P00P00R00R00R00R00R00T00T00T00T00T00T00V00V0\
  921.   0V00V00V00X00X00X00X00X00Z00Z00Z00Z00Z00`00`00`00`\
  922.   00`00`00a00a00a00a00a00b00b00b02b02b02d02d02d02d03\
  923.   d03g03g03g03g03g06b03d03d03g03g23i23i32i62j62j72l7\
  924.   2lA2lC2mC0mE0oG0oG0oI0qI0qK0rM0rM0rO0tP0tP0vR0vR0v\
  925.   T0wV0wV0yX0yZ0zZ0z`0za0za0zb0zb0zd0zg0zg2zg2zg2zg2\
  926.   zg2zg2zg2zg2zg2zg2zg2zg2z
  927.   }
  928.  
  929. END PARAMETER FILE=========================================
  930.  
  931. - --------------------------------------------------------------
  932. Thanks for using Fractint, The Fractals and Fractint Discussion List
  933. Post Message:   fractint@lists.xmission.com
  934. Get Commands:   majordomo@lists.xmission.com "help"
  935. Administrator:  twegner@fractint.org
  936. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  937.  
  938. ------------------------------
  939.  
  940. Date: Wed, 20 Jun 2001 08:59:01 -1000
  941. From: "David Jones" <gnome@hawaii.rr.com>
  942. Subject: Re: (fractint) C-FOTD  20-06-01  (A Midget at Midnight [7])
  943.  
  944. On 20 Jun 01 at 8:22, JimMuth@aol.com wrote:
  945.  
  946. > Classic FOTD -- June 20, 2001 (Rating 7)
  947. > Fractal visionaries and enthusiasts:
  948. > Though the render time of today's FOTD is over 2 hours
  949. > on a Pentium 200mhz machine, this is at the SF7
  950. > resolution.
  951.  
  952. First time I ever actually ran the PAR, rather than go 
  953. look att he picture on the web. 27 minutes on a Duron 
  954. 700, running Fractint under OS/2 with an MP3 player 
  955. running simultaneously. Now lets try it at 2048x2048! 
  956. ;-)
  957.  
  958. Well worth it for such a delightful picture - I think 
  959. I'll do it more often! Thanks, Jim!
  960.  
  961. David
  962. gnome@hawaii.rr.com
  963.  
  964.  
  965. - --------------------------------------------------------------
  966. Thanks for using Fractint, The Fractals and Fractint Discussion List
  967. Post Message:   fractint@lists.xmission.com
  968. Get Commands:   majordomo@lists.xmission.com "help"
  969. Administrator:  twegner@fractint.org
  970. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  971.  
  972. ------------------------------
  973.  
  974. Date: Wed, 20 Jun 2001 14:06:03 -0500
  975. From: Programmer Dude <cjsonnack@mmm.com>
  976. Subject: Re: (fractint) C-FOTD  20-06-01  (A Midget at Midnight [7])
  977.  
  978. David Jones wrote:
  979.  
  980. > Now lets try it at 2048x2048!
  981.  
  982. And maybe make this hi-rez version available to the rest of us?....
  983.  
  984. FWIW, I'd be willing to put hi-rez versions of Jim's great images on my
  985. website for a brief while (brief while per image)....  I just don't have
  986. the time to actually *make* the images...
  987.  
  988. - -- 
  989. |_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? |
  990. |_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL  |
  991. |_____________________________________________|_______________________|
  992.  
  993. - --------------------------------------------------------------
  994. Thanks for using Fractint, The Fractals and Fractint Discussion List
  995. Post Message:   fractint@lists.xmission.com
  996. Get Commands:   majordomo@lists.xmission.com "help"
  997. Administrator:  twegner@fractint.org
  998. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  999.  
  1000. ------------------------------
  1001.  
  1002. End of fractint-digest V1 #574
  1003. ******************************
  1004.  
  1005.