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

  1. From: fractint-owner@xmission.com (fractint Digest)
  2. To: fractint-digest@xmission.com
  3. Subject: fractint Digest V1 #8
  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        Tuesday, August 26 1997        Volume 01 : Number 008
  11.  
  12.  
  13.  
  14. In this issue:
  15.  
  16.     Re: (fractint) New Coloring Methods 
  17.     (fractint) Matrox Millenium cards
  18.     (fractint) [Announcement] Image Arithmetic 2.0 is released!
  19.     Re: (fractint) Matrox Millenium cards
  20.     Re: (fractint) Matrox Millenium cards
  21.     Re: (fractint) Matrox Millenium cards
  22.     Re: (fractint) Matrox Millenium cards
  23.     Re: (fractint) Matrox Millenium cards
  24.     (fractint) About me
  25.     (fractint) Introducing myself
  26.     Re: (fractint) Matrox Millenium cards
  27.     (fractint) downloading files
  28.     Re: (fractint) Matrox Millenium cards
  29.     Re: (fractint) downloading files
  30.     Re: (fractint) Introducing myself
  31.     Re: (fractint) Introducing myself 
  32.     Re: (fractint) downloading files
  33.     Re: (fractint) Introducing myself
  34.     Re: (fractint) New Coloring Methods
  35.     Re: (fractint) Introducing myself
  36.     Re: (fractint) New Coloring Methods
  37.     Re: (fractint) Introducing myself
  38.     Re: (fractint) New Coloring Methods
  39.     (fractint) Deep zoom bug
  40.  
  41. See the end of the digest for information on subscribing to the fractint
  42. or fractint-digest mailing lists and on how to retrieve back issues.
  43.  
  44. ----------------------------------------------------------------------
  45.  
  46. Date: Mon, 25 Aug 1997 10:39:05 -0600
  47. From: Rich Thomson <rthomson@ptc.com>
  48. Subject: Re: (fractint) New Coloring Methods 
  49.  
  50. In article <970822205207_17241903@emout12.mail.aol.com> ,
  51.     RBarn0001@aol.com  writes:
  52. > << Also, when you have arrives at a few good formula examples of 
  53. >  coloring methods, we can add them to fractint.frm.  >>
  54. > Tim, when I get back from vacation, I going to explore whether some of
  55. > Damien's ideas can be used to implement the Linas Vepstas true coloring
  56. > algorithm. I think it can be done, especially in conjunction with
  57. > iterates.tga.
  58.  
  59. Hmm... I was thinking that when truecolor support is added, that you
  60. would simply write a formula saying how the pixel would be colored.
  61. We have formulas for complex numbers (two components), but formulas
  62. involving colors have to carry around three components (perhaps even
  63. four if you allow alpha channel support).  Colors also have a color
  64. space associated with them.  RGB and HSV are useful colorspaces and
  65. you might want to add support for others.  Here's a stab at some
  66. intrinsic functions that would be useful in writing color formulas:
  67.  
  68.     colormap(x)
  69.     Does colormap lookup for index x.  If x has a fraction, then
  70.     interpolate between floor(x) and ceil(x).  Lookup is done modulo
  71.     the colormap length.
  72.  
  73.     rgb(r, g, b)
  74.     Specify an RGB color, r/g/b in 0-1 range
  75.  
  76.     rgba(r, g, b, a)
  77.     Specify an RGB color with alpha coverage
  78.  
  79.     hsv(h, s, v)
  80.     Specify an HSV color, hue in 0-360 range (or 0-2Pi), s/v in 0-1
  81.     range.
  82.  
  83.     hsva(h, s, v, a)
  84.     Specify an HSV color with alpha coverage
  85.  
  86.     interpolate(c1, c2, t)
  87.     Interpolate between c1 and c2 by t: t*c1 + (1-t)*c2
  88.  
  89. When 24-bit support is finally added please don't overlook the alpha
  90. channel (32-bit support).  Many cards can support 32-bit pixels in
  91. the frame buffer and PNG can support transparency by having an alpha
  92. channel.  I have gotten many wonderful effects from the M-set by using
  93. the alpha channel keyed to the iteration somehow.  This is a powerful
  94. feature and being able to write a formula to describe the coloring
  95. will make it very handy.  I suppose one would write two formulas, one
  96. for "inside" coloring and another for "outside" coloring.  I'd like to
  97. see the inside/outside options made available somehow in the color
  98. formula.  For instance, the decomposition options should be easy to
  99. write in the color formulas.
  100. - --
  101.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  102.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  103.      3D Paint: The Power to Create in 3D;        Rich Thomson
  104.      email me for more info                rthomson@ptc.com
  105.  
  106. - ------------------------------------------------------------
  107. Thanks for using Fractint, The Fractals and Fractint Discussion List
  108. Post Message:   fractint@xmission.com
  109. Get Commands:   majordomo@xmission.com "help"
  110. Administrator:  twegner@phoenix.net
  111. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  112.  
  113. ------------------------------
  114.  
  115. Date: Mon, 25 Aug 1997 10:55:16 -0600
  116. From: Bob Norton <rnorton@unm.edu>
  117. Subject: (fractint) Matrox Millenium cards
  118.  
  119. Does anyone know how to get Fractint working with a Matrox Millenium video
  120. chip? It won't work with any of the Fractint drivers that I've tried. It's
  121. an MGA 2064W B2 R2 chip with 4 Megs of VRAM. 
  122.  
  123. - ------------------------------------------------------------
  124. Thanks for using Fractint, The Fractals and Fractint Discussion List
  125. Post Message:   fractint@xmission.com
  126. Get Commands:   majordomo@xmission.com "help"
  127. Administrator:  twegner@phoenix.net
  128. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  129.  
  130. ------------------------------
  131.  
  132. Date: Mon, 25 Aug 1997 11:51:58 -0700
  133. From: noring@netcom.com (Jon Noring)
  134. Subject: (fractint) [Announcement] Image Arithmetic 2.0 is released!
  135.  
  136. Hello,
  137.  
  138. I just got the following announcement from Richard van Paasen, which will
  139. be of great interest to fractal artists and enthusiasts.
  140.  
  141. Enjoy!
  142.  
  143. Jon Noring
  144.  
  145. *****************************************************************************
  146.  
  147. >From: R.L.F.v.Paasen@stud.tue.nl
  148. >Date: Mon, 25 Aug 1997 20:04:34 +0000
  149. >Subject: Image Arithmetic 2.0 is released!
  150. >Reply-to: R.L.F.v.Paasen@stud.tue.nl
  151.  
  152.  
  153. Announcement Image Arithmetic v2.0 
  154.  
  155. A new tool for processing images 
  156. with very high resolutions.
  157.  
  158. - ------------------------------------------------------------
  159. Download it from: <http://huizen.dds.nl/~buddha/>
  160.  
  161. * Image Arithmetic is a suite of FAST and EFFICIENT
  162.   image processing tools that perform arithmetic on 
  163.   several images to combine them into one larger image.
  164.  
  165. * Image Arithmetic is a tool that can be used beside
  166.   the "big one". It is designed for GRAPHIC ARTISTS
  167.   who are working with images at large resolutions.
  168.  
  169. * Image Arithmetic can TILE, ADD, SUBTRACT, MULTIPLY, 
  170.   and compute DIFFERENCE to combine several images 
  171.   into one large image.
  172.  
  173. * Image Arithmetic is specially designed to handle
  174.   images with very HIGH RESOLUTIONS: up to 65535 x 65535.
  175.   Furthermore, it has virtually no memory requirements.
  176.  
  177. * Features of Image Arithmetic are:
  178.   - Adds, subtracts, multiplies and computes difference
  179.     of two or three images
  180.   - Tiles a matrix of up to 36x36 images into one image. 
  181.   - Creates huge images, up to a resolution of 65535x65535
  182.   - Has virtually no memory requirements
  183.   - Performs fast, robust computation
  184.   - Supports both truecolour and colour mapped images:
  185.     TARGA, PCX, JPEG and PNG
  186.   - Has an easy-to-use, task-oriented interface
  187.   - Comes with a help file, covering a wide range of 
  188.     image arithmetic topics
  189.   - Image Arithmetic is a 32-bit application and runs 
  190.     under Windows 95 and Windows 3.11 (with win32s). 
  191.  
  192. Image Arithmetic can be downloaded from
  193.     <http://huizen.dds.nl/~buddha/>
  194.  
  195. Richard van Paasen.
  196.  
  197. *****************************************************************************
  198.  
  199.  
  200. _____________________________________________________________________________
  201.  OmniMedia Digital Publishing | E-Books: http://www.awa.com/library/omnimedia
  202.  9671 S. 1600 West St.        | Digital/Fractal Art: (coming soon!)
  203.  South Jordan, UT 84095       |
  204.  801-253-4037                 | E-mail: omnimedia@netcom.com
  205. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  206.  
  207.  
  208. - ------------------------------------------------------------
  209. Thanks for using Fractint, The Fractals and Fractint Discussion List
  210. Post Message:   fractint@xmission.com
  211. Get Commands:   majordomo@xmission.com "help"
  212. Administrator:  twegner@phoenix.net
  213. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  214.  
  215. ------------------------------
  216.  
  217. Date: Mon, 25 Aug 1997 17:09:16 -0400
  218. From: nick.grasso@hrads.com (Grasso, Nick)
  219. Subject: Re: (fractint) Matrox Millenium cards
  220.  
  221. Bob Norton <rnorton@unm.edu> wrote:
  222.  
  223. >Does anyone know how to get Fractint working with a Matrox Millenium video
  224. >chip? It won't work with any of the Fractint drivers that I've tried. It's
  225. >an MGA 2064W B2 R2 chip with 4 Megs of VRAM. 
  226.  
  227. I have a Matrox Millennium 4Mb card and it works fine with fractint. I know
  228. there are other fractint users that have this card also. Are you using the
  229. FRACTINT.CFG file that came with Fractint 19.6? All the VESA Autodetect
  230. modes work for me as well as the Millennium 1600x1200 mode. What exactly is
  231. happening? What operating system are you using? Plain DOS or DOS mode under
  232. Windows 95?
  233.  
  234. Nick
  235. nick.grasso@hrads.com
  236.  
  237.  
  238. - ------------------------------------------------------------
  239. Thanks for using Fractint, The Fractals and Fractint Discussion List
  240. Post Message:   fractint@xmission.com
  241. Get Commands:   majordomo@xmission.com "help"
  242. Administrator:  twegner@phoenix.net
  243. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  244.  
  245. ------------------------------
  246.  
  247. Date: Mon, 25 Aug 1997 17:22:27 -0600
  248. From: "Tim Wegner" <twegner@phoenix.net>
  249. Subject: Re: (fractint) Matrox Millenium cards
  250.  
  251. Bob Norton asked:
  252.  
  253. > Does anyone know how to get Fractint working with a Matrox Millenium video
  254. > chip? It won't work with any of the Fractint drivers that I've tried. It's
  255. > an MGA 2064W B2 R2 chip with 4 Megs of VRAM. 
  256.  
  257. I can't speak for this board in particular, but there's a general 
  258. answer. Fractint supports VESA 256 color modes, so the problem boils 
  259. down to getting your board to support VESA. Most boards either have 
  260. VESA built into the BIOS or have a little TSR program that adds VESA 
  261. support. Failing that, there is a shareware TSR called UNIVESA that 
  262. works pretty well for nearly every video board under the sun.
  263.  
  264. Remember that Fractint does not yet support truecolor - we're talking 
  265. 256 color VESA modes. (Fractint does have some truecolor drivers 
  266. built in, but they don't do anything yet.)
  267.  
  268. Tim 
  269.  
  270. - ------------------------------------------------------------
  271. Thanks for using Fractint, The Fractals and Fractint Discussion List
  272. Post Message:   fractint@xmission.com
  273. Get Commands:   majordomo@xmission.com "help"
  274. Administrator:  twegner@phoenix.net
  275. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  276.  
  277. ------------------------------
  278.  
  279. Date: Mon, 25 Aug 1997 17:16:53 -0600
  280. From: Bob Norton <rnorton@unm.edu>
  281. Subject: Re: (fractint) Matrox Millenium cards
  282.  
  283. The Matrox chip is built into the motherboard of an Intergraph TD-310 with
  284. 2 200MHz Pentium Pro CPU's running NT4.0. On all but the simplest 2 color
  285. modes I get a red screen that says my video card does not support this
  286. mode. I am using the v19.6 FRACTINT.CFG file.
  287.  
  288. At 05:09 PM 8/25/97 -0400, Nick wrote:
  289. >I have a Matrox Millennium 4Mb card and it works fine with fractint. I know
  290. >there are other fractint users that have this card also. Are you using the
  291. >FRACTINT.CFG file that came with Fractint 19.6? All the VESA Autodetect
  292. >modes work for me as well as the Millennium 1600x1200 mode. What exactly is
  293. >happening? What operating system are you using? Plain DOS or DOS mode under
  294. >Windows 95?
  295.  
  296.  
  297. - ------------------------------------------------------------
  298. Thanks for using Fractint, The Fractals and Fractint Discussion List
  299. Post Message:   fractint@xmission.com
  300. Get Commands:   majordomo@xmission.com "help"
  301. Administrator:  twegner@phoenix.net
  302. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  303.  
  304. ------------------------------
  305.  
  306. Date: Mon, 25 Aug 1997 17:20:36 -0600
  307. From: Bob Norton <rnorton@unm.edu>
  308. Subject: Re: (fractint) Matrox Millenium cards
  309.  
  310. I have heard rumors that my video BIOS version may have VESA problems.
  311. Unfortunately, the motherboard manufacturer didn't bother to implement the
  312. BIOS udpate jumper that is needed to load the new BIOS. The message here is
  313. NEVER buy an Intergraph. Where might I find a copy of UNIVESA?
  314.  
  315. At 05:22 PM 8/25/97 -0600, Tim wrote:
  316. >I can't speak for this board in particular, but there's a general 
  317. >answer. Fractint supports VESA 256 color modes, so the problem boils 
  318. >down to getting your board to support VESA. Most boards either have 
  319. >VESA built into the BIOS or have a little TSR program that adds VESA 
  320. >support. Failing that, there is a shareware TSR called UNIVESA that 
  321. >works pretty well for nearly every video board under the sun.
  322.  
  323.  
  324. - ------------------------------------------------------------
  325. Thanks for using Fractint, The Fractals and Fractint Discussion List
  326. Post Message:   fractint@xmission.com
  327. Get Commands:   majordomo@xmission.com "help"
  328. Administrator:  twegner@phoenix.net
  329. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  330.  
  331. ------------------------------
  332.  
  333. Date: Mon, 25 Aug 1997 21:06:35 -0600
  334. From: "Tim Wegner" <twegner@phoenix.net>
  335. Subject: Re: (fractint) Matrox Millenium cards
  336.  
  337. > I have heard rumors that my video BIOS version may have VESA problems.
  338. > Unfortunately, the motherboard manufacturer didn't bother to implement the
  339. > BIOS udpate jumper that is needed to load the new BIOS. The message here is
  340. > NEVER buy an Intergraph. Where might I find a copy of UNIVESA?
  341.  
  342. First, there's an interesting page that discusses this problem at
  343.  
  344. http://www.animatedsoftware.com/faqs/vesa_err.htm
  345.  
  346. On this page there's the following link:
  347.  
  348. http://www.animatedsoftware.com/ftp/p11_ftps.htm
  349.  
  350. I can't tell you if this a good or latest version - I found this info 
  351. searching for Univesa.
  352.  
  353. In the process of doing this, I remembered that the company is 
  354. scitech. I looked up their page, and found this:
  355.  
  356. http://www.scitechsoft.com/sdd.html
  357.  
  358. They have apparently changed the name of the product. The link listed 
  359. earlier must be older.
  360.  
  361. Let us know if this works.
  362.  
  363. Tim Wegner
  364.  
  365.  
  366. - ------------------------------------------------------------
  367. Thanks for using Fractint, The Fractals and Fractint Discussion List
  368. Post Message:   fractint@xmission.com
  369. Get Commands:   majordomo@xmission.com "help"
  370. Administrator:  twegner@phoenix.net
  371. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  372.  
  373. ------------------------------
  374.  
  375. Date: Tue, 26 Aug 97 14:26:13 +0100
  376. From: "Guenther Pfannhauser" <ongel@ibm.net>
  377. Subject: (fractint) About me
  378.  
  379. Hi all!
  380.  
  381. Since I've joined this group a few days ago, I got many interesting
  382. mails. As I can read, new users like to tell a little bit about
  383. themselves. So I shall do the same. (You can read this before going to
  384. bed, if you have sleeping-problems.:-)
  385.  
  386. My "first contact" (not the movie) with FRACTINT was, I  think 1990. In
  387. this time I read somthing about fractals in a scientific magazin and
  388. thought: "What the hell is that! It looks great!" So, therefore I
  389. bought some shareware to create my own nice fractals. But - I hope no
  390. one will treat me now - FRACTINT wasn't my first choice! But it was
  391. included in that shareware-package. I used a DOS-program (I've
  392. forgotten the name) with nice menus and mouse controlling (a little bit
  393. "windows-spoiled") and found FRACTINT complicated to use. This program
  394. was only able to create a mandelbrot-set and was also very, very, very
  395. SLOW. As I get bored about this program (a few weeks after I started it
  396. the first time) I tested the other programs I found in my package. And
  397. one of these was FRACTINT 16.11. After printing the manual (took a very
  398. loong time on my matrix printer) I read it :-). I have read of course,
  399. only
  400. these parts I needed to create a simple mandelbrot-set. I was amazed.
  401. It took only seconds to finish the image - the other program needed
  402. more than 10 minutes! - on my 286.
  403.  
  404. So at this point I wanted to know more about fractals. So I bought a
  405. book. Which one? At that time I thought a book from the "discoverer" of
  406. fractals Ben=F4it Mandelbrot couldn't be the worst. It really wasn't, bu=
  407. t
  408. it's a very hard stuff to read.
  409.  
  410. Now some things are different since my first fractal-creation:
  411. Everything
  412. changes (my operating-system - now using OS/2), get's faster (my
  413. computer, FRACTINT), older (myself) but also better (FRACTINT and
  414. myself again ;-).
  415.  
  416. Okay that's it!
  417.  
  418. If you are still awake I've a question (I think Jacco Burger has asked
  419. this Q already):
  420. How can I download the older mails of the list and more interresting:
  421. which file should I
  422. download?
  423.  
  424. Thanks and bye to all!
  425. GP
  426.  
  427. - -------
  428. E-mail: ongel@ibm.net
  429. visit my homepage: http://www2.htl-hl.ac.at/~3825/
  430. - -------
  431. LIVE LONG AND PROSPER!
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440. - ------------------------------------------------------------
  441. Thanks for using Fractint, The Fractals and Fractint Discussion List
  442. Post Message:   fractint@xmission.com
  443. Get Commands:   majordomo@xmission.com "help"
  444. Administrator:  twegner@phoenix.net
  445. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  446.  
  447. ------------------------------
  448.  
  449. Date: Tue, 26 Aug 1997 15:26:42 +0000
  450. From: Peter Otterstaetter <peter.otterstaetter@zxa.basf-ag.de>
  451. Subject: (fractint) Introducing myself
  452.  
  453. - --Message-Boundary-737
  454. Content-description: Mail message body
  455. Content-Type: text/plain; charset="US-ASCII"
  456.  
  457. Hi friends,
  458. My name is Peter Otterstaetter.  I'm a computer specialist and work
  459. for the chemical industrie. I generate models for business processes
  460. and advise our customers using the right modelling methods. Fractals
  461. are a hobby of mine and I spend a lot of my spare time in exploring
  462. fractals with fractint. Mostly I use formulas and/or parameters from
  463. other authors and zoom in or out but sometimes I generate my own
  464. pictures.
  465.  
  466. Some examples attached.
  467.  
  468. Enjoy
  469.  
  470. Peter
  471.  
  472. Attachments:
  473. neu.par
  474. - ----------------------------------------------------------------------
  475. Peter Otterstaetter
  476. BASF Aktiengesellschaft
  477. Zentralbereich Informatik
  478. ZXA/U Anwendungsentwicklung
  479. D-67056 Ludwigshafen
  480. E-mail: peter.otterstaetter@zxa.basf-ag.de
  481. - ----------------------------------------------------------------------
  482. All things come to those who wait. They come, but often come too late.
  483.     From Lady Mary M. Curie: Tout Vient a Qui Sait Attendre (1890)
  484. - ----------------------------------------------------------------------
  485.  
  486.  
  487. - --Message-Boundary-737
  488. Content-description: Text from file 'NEU.PAR'
  489. Content-Type: text/plain; charset="US-ASCII"
  490.  
  491.  
  492. P_Untitled         { ; ZoomOut from Melissa D. Binde "Untitled I" image
  493.                      ; peter.otterstaetter@zxa.basf-ag.de
  494.   reset=1960 type=barnsleyj1 passes=t
  495.   center-mag=-6.82175e-005/7.75e-007/1.303227
  496.   params=-0.02250748872756958/1.029216051101685 float=y maxiter=5000
  497.   bailoutest=manr fillcolor=2
  498.   colors=00000U60Z<56>wzzF9g<98>00AO9n<46>mJnM8n<34>J8fM8nJ8f<9>I7d
  499.   }
  500.  
  501. P_SG-8-04          { ; ZoomIn into one of Sylvie Gallet's images
  502.                      ; (Gallet-8-04 formula)
  503.                      ; peter.otterstaetter@zxa.basf-ag.de
  504.   reset=1960 type=formula formulafile=fractint.frm
  505.   formulaname=Gallet-8-04
  506.   center-mag=0.671149/0.425616/7.882359/1/47.499 params=5/0/2.7/1.3
  507.   float=y maxiter=2000 inside=0 biomorph=128 periodicity=0
  508.   colors=000L00<4>R00S00V50<4>fT0iY0lb0og0ne3<15>800<10>jED<32>52231121100\
  509.   0000<30>000001001012013<39>4OW5PX5PX6QX<2>8RX9SYATYBUZDV_<39>zzzendfod02\
  510.   3<14>1Uf<2>1P_1NX1LU1JR1HP<7>123000100<13>J00
  511.   }
  512.  
  513.  
  514. Autobahn           { ; fractal highway
  515.                      ; peter.otterstaetter@zxa.basf-ag.de
  516.   reset=1720 type=lyapunov passes=1
  517.   center-mag=+2.99999999999999900/+3.25000000000008100/1.333333
  518.   params=0/0.5/0 float=y maxiter=500 inside=0
  519.   colors=000JG9<34>JaTKbUKbUKbU<67>YB5<3>4Fj<14>M`kOblOal<36>41y41y52x<76>\
  520.   qeAqeAqdA<8>q_E
  521.   }
  522.  
  523. Fraktal-Insel      { ; fractal island
  524.                      ; peter.otterstaetter@zxa.basf-ag.de
  525.   reset=1960 type=mandel
  526.   center-mag=-0.76076526975644600/-0.09017845962456950/31915.43/-5.1363/18\
  527.   0 params=0/0 float=y maxiter=5000 inside=0
  528.   colors=000<22>000pruwwztuxwwzsuxvvyrtwuvyrtvtuxqsvsuxprurtworurtvnqtqsvm\
  529.   qsprumpsorulprnqtkormqsjoqmpsinqlprhmpkorhmojoqgloinqflnhmpeknhmodkmgloc\
  530.   jlflnbjleknbikdkmahkcjl`hjbjl_gibikZgiahkYfh`hjYfh_giXegZgiWegYfhVdfYfhU\
  531.   ceXegTceWegTbdVdfSbdUceRacTceQabTbdP`bSbdO`aRacN_aQabNZ`P`bMZ_O`aLY_N_aK\
  532.   YZNZ`JXZMZ_IXYLY_IWYKYZHWXJXZGVWIXYFUWIWYEUVHWXDTVGVWDTUFUWCSTEUVBSTDTVA\
  533.   RSDTU9RSCST8QRBST7PQARS8QR9RS7PQ8QR7MN7PQ6JK7MN5GH6JK4DD5GH3AA4DD277<11>\
  534.   0ZP<2>LlfSpmZusfzzfrt<3>dJXcARaAQ<14>000<54>000
  535.   }
  536.  
  537. Erleuchtet         { ; buddha
  538.                      ; peter.otterstaetter@zxa.basf-ag.de
  539.   reset=1960 type=quatjul passes=1
  540.   center-mag=+0.00782013685239835/+0.41460234680572730/2.109705
  541.   params=-0.745/0/0.113/0.05/0/0 float=y maxiter=200 inside=0
  542.   periodicity=0
  543.   colors=000xyyyxzyxxxxxwxxxwyxwwwwwvwwwvxwvvvvvuvvvuwvuuuuutuuutvutttttst\
  544.   ttsutsssssrsssrtsrrrrrqrrrqsrqqqqqpqqqprqpppppopppoqpooooonooonponnnnnmn\
  545.   nnmonmmmmmlmmmlnmlllllklllkmlkkkkkjkkkjlkjjjjjijjjikjiiiiihiiihjihhhhhgh\
  546.   hhgihgggggfgggfhgfffffefffegfeeeeedeeedfedddddcdddcedcccccbcccbdcbbbbbab\
  547.   bbacbaaaaa`aaa`ba`````_```_a`_____Z___Z`_ZZZZZYZZZY_ZYYYYYXYYYXZYXXXXXWX\
  548.   XXWYXWWWWWVWWWVXWVVVVVUVVVUWVUUUUUTUUUTVUTTTTTSTTTSUTSSSSSRSSSRTSRRRRRQR\
  549.   RRQSRQQQQQPQQQPRQPPPPPOPPPOQPOOOOONOOONPONNNNNMNNNMONMMMMMLMMMLNMLLLLLKL\
  550.   LLKMLKKKKKJKKKJLKJJJJJIJJJIKJIIIIIHIIIHJIHHHHHGHHHGIHGGGGGFGGGFHGFFFFFEF\
  551.   FFEGFEEEEEDEEEDFEDDDDDCDDDCEDCCCCCBCCCBDCBBBBBABBBACBAAAAA9AAA9BA9999989\
  552.   998A98888878887987777767776876666656665765555545554654444434443543333323\
  553.   3324322222122213211111011102100<2>000zzzyzzzyzzyyyyy
  554.   }
  555.  
  556.  
  557. - --Message-Boundary-737--
  558.  
  559. - ------------------------------------------------------------
  560. Thanks for using Fractint, The Fractals and Fractint Discussion List
  561. Post Message:   fractint@xmission.com
  562. Get Commands:   majordomo@xmission.com "help"
  563. Administrator:  twegner@phoenix.net
  564. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  565.  
  566. ------------------------------
  567.  
  568. Date: Tue, 26 Aug 1997 10:14:58 -0400
  569. From: nick.grasso@hrads.com (Grasso, Nick)
  570. Subject: Re: (fractint) Matrox Millenium cards
  571.  
  572. >At 05:09 PM 8/25/97 -0400, Nick wrote:
  573. >>I have a Matrox Millennium 4Mb card and it works fine with fractint. I know
  574. >>there are other fractint users that have this card also. Are you using the
  575. >>FRACTINT.CFG file that came with Fractint 19.6? All the VESA Autodetect
  576. >>modes work for me as well as the Millennium 1600x1200 mode. What exactly is
  577. >>happening? What operating system are you using? Plain DOS or DOS mode under
  578. >>Windows 95?
  579.  
  580. Bob Norton <rnorton@unm.edu> wrote:
  581. >The Matrox chip is built into the motherboard of an Intergraph TD-310 with
  582. >2 200MHz Pentium Pro CPU's running NT4.0. On all but the simplest 2 color
  583. >modes I get a red screen that says my video card does not support this
  584. >mode. I am using the v19.6 FRACTINT.CFG file.
  585.  
  586. Bob: I think your problem is that NT will not run *any* DOS program in SVGA
  587. modes. I have read several messages on various newsgroups saying that NT
  588. will not run fractint (or other SVGA programs) under NT except maybe in
  589. 320x200x256 or other simple modes. I have NT 4.0 but do not use it for DOS
  590. apps. I use OS/2 for fractint. When I get home tonight I'll try running
  591. fractint under NT and let you know. Can you boot to plain DOS and try
  592. fractint? This would at least tell you if your Matrox chip is OK.
  593.  
  594. Nick
  595. nick.grasso@hrads.com
  596.  
  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: Tue, 26 Aug 1997 17:53:06 +0200
  608. From: Jacco Burger <JACCO.BURGER@BU.TUDELFT.NL>
  609. Subject: (fractint) downloading files
  610.  
  611. Hi there,
  612.  
  613. Some days ago I asked this question about downloading a file with previous
  614. messages. In the meantime I noticed there are others with the same
  615. question, so I decided to send this message.
  616.  
  617. I received a reply from Damien Jones (if there is a Academy Award for
  618. Fractint-wizards, I would nominate him). This is the trick: send a message
  619. to majordomo@xmission.com with in the body:
  620.  
  621. get fractint archive/fractint.9708
  622.  
  623. Warning: the file that you get in return is quite large. If you decide to
  624. make a printout I suggest you delete the ' Thanks for using Fractint, The
  625. Fractals and Fractint Discussion List ' and the next few lines which are at
  626. the end of every message. That saves quite a few pages.
  627.  
  628. I haven't read all of it yet, but I can really recommend to download this
  629. file if you have joined the Fractint-list recently!
  630.  
  631. Jacco Burger
  632.  
  633. - ------------------------------------------------------------
  634. Thanks for using Fractint, The Fractals and Fractint Discussion List
  635. Post Message:   fractint@xmission.com
  636. Get Commands:   majordomo@xmission.com "help"
  637. Administrator:  twegner@phoenix.net
  638. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  639.  
  640. ------------------------------
  641.  
  642. Date: Tue, 26 Aug 1997 11:33:59 -0600
  643. From: hluna@interware.com.mx (Horacio Luna)
  644. Subject: Re: (fractint) Matrox Millenium cards
  645.  
  646. > Bob: I think your problem is that NT will not run *any* DOS program in
  647. > SVGA
  648. > modes. I have read several messages on various newsgroups saying that
  649. > NT
  650. > will not run fractint (or other SVGA programs) under NT except maybe
  651. > in
  652. > 320x200x256 or other simple modes. I have NT 4.0 but do not use it for
  653. > DOS
  654. > apps. I use OS/2 for fractint. When I get home tonight I'll try
  655. > running
  656. > fractint under NT and let you know. Can you boot to plain DOS and try
  657. > fractint? This would at least tell you if your Matrox chip is OK.
  658. >
  659. > Nick
  660. > nick.grasso@hrads.com
  661. >
  662.  
  663. I have to tell that I USE fractint on win nt 4.0 in a 200 mhz pp, it
  664. runs very smooth in all resolutions, even 1024 x 768 with 256 colors,
  665. never have to boot in dos mode, but I cant think what else could be the
  666. problem for Bob, I also dont remeber the name of the video card on the
  667. machine, it only gives me 256 colors in 1024 x 768, true color only when
  668. it is in 640 x 480.
  669.  
  670. Regards
  671.  
  672.  
  673. - ------------------------------------------------------------
  674. Thanks for using Fractint, The Fractals and Fractint Discussion List
  675. Post Message:   fractint@xmission.com
  676. Get Commands:   majordomo@xmission.com "help"
  677. Administrator:  twegner@phoenix.net
  678. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  679.  
  680. ------------------------------
  681.  
  682. Date: 26 Aug 97 12:30:46 EDT
  683. From: George Martin <76440.1143@CompuServe.COM>
  684. Subject: Re: (fractint) downloading files
  685.  
  686. Amanda, is that you?
  687.  
  688.  
  689. - ------------------------------------------------------------
  690. Thanks for using Fractint, The Fractals and Fractint Discussion List
  691. Post Message:   fractint@xmission.com
  692. Get Commands:   majordomo@xmission.com "help"
  693. Administrator:  twegner@phoenix.net
  694. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  695.  
  696. ------------------------------
  697.  
  698. Date: Tue, 26 Aug 1997 09:39:48 -0700
  699. From: "Jay Hill"<jrhill@NOTESGW.NOSC.MIL>
  700. Subject: Re: (fractint) Introducing myself
  701.  
  702. Peter Otterstaetter posted this par without the formula.
  703.  
  704. What if the frm:  ?
  705.  
  706. P_SG-8-04          { ; ZoomIn into one of Sylvie Gallet's images
  707.                      ; (Gallet-8-04 formula)
  708.                      ; peter.otterstaetter@zxa.basf-ag.de
  709.   reset=1960 type=formula formulafile=fractint.frm
  710.   formulaname=Gallet-8-04
  711.   center-mag=0.671149/0.425616/7.882359/1/47.499 params=5/0/2.7/1.3
  712.   float=y maxiter=2000 inside=0 biomorph=128 periodicity=0
  713.   colors=000L00<4>R00S00V50<4>fT0iY0lb0og0ne3<15>800<10>jED<32>52231121100\
  714.   0000<30>000001001012013<39>4OW5PX5PX6QX<2>8RX9SYATYBUZDV_<39>zzzendfod02\
  715.   3<14>1Uf<2>1P_1NX1LU1JR1HP<7>123000100<13>J00
  716.   }
  717.  
  718.  
  719.  
  720. - ------------------------------------------------------------
  721. Thanks for using Fractint, The Fractals and Fractint Discussion List
  722. Post Message:   fractint@xmission.com
  723. Get Commands:   majordomo@xmission.com "help"
  724. Administrator:  twegner@phoenix.net
  725. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  726.  
  727. ------------------------------
  728.  
  729. Date: Tue, 26 Aug 1997 10:42:10 -0600
  730. From: Rich Thomson <rthomson@ptc.com>
  731. Subject: Re: (fractint) Introducing myself 
  732.  
  733. In article <882564FF.005B7253.00@NOTESGW.NOSC.MIL> ,
  734.     "Jay Hill"<jrhill@notesgw.nosc.mil>  writes:
  735. > Peter Otterstaetter posted this par without the formula.
  736. > What if the frm:  ?
  737.  
  738. He's using a formula from the fractint.frm file distributed with
  739. fractint.
  740. - --
  741.   ``Between stimulus and response is the will to choose.''  -- Steven Covey
  742.  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  743.      3D Paint: The Power to Create in 3D;        Rich Thomson
  744.      email me for more info                rthomson@ptc.com
  745.  
  746. - ------------------------------------------------------------
  747. Thanks for using Fractint, The Fractals and Fractint Discussion List
  748. Post Message:   fractint@xmission.com
  749. Get Commands:   majordomo@xmission.com "help"
  750. Administrator:  twegner@phoenix.net
  751. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  752.  
  753. ------------------------------
  754.  
  755. Date: Tue, 26 Aug 1997 14:20:27 -0400
  756. From: wdecker@csc.com
  757. Subject: Re: (fractint) downloading files
  758.  
  759. Thanks for the hint, Jacco. I discovered that the files are also available
  760. at:
  761.  
  762. ftp.xmission.com/pub/lists/fractint/archive.
  763.  
  764. FTP is possibly a better way to access these files if you have restrictions
  765. on the volume of mail in your inbox.
  766.  
  767. Bill Decker
  768.  
  769.  
  770.  
  771. - ------------------------------------------------------------
  772. Thanks for using Fractint, The Fractals and Fractint Discussion List
  773. Post Message:   fractint@xmission.com
  774. Get Commands:   majordomo@xmission.com "help"
  775. Administrator:  twegner@phoenix.net
  776. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  777.  
  778. ------------------------------
  779.  
  780. Date: Tue, 26 Aug 1997 15:12:56 -0400
  781. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  782. Subject: Re: (fractint) Introducing myself
  783.  
  784. Jay Hill wrote:
  785.  
  786. >> Peter Otterstaetter posted this par without the formula.
  787. >>
  788. >> What if the frm:  ?
  789.  
  790.   The formula is not in Fractint.frm.  Here it is:
  791.  
  792. Gallet-8-04 { ; Sylvie Gallet, sylvie_gallet@compuserve.com, Mar 1997
  793.               ; Requires periodicity =3D 0
  794.               ; p1 =3D exponent
  795.               ; p2 > 1
  796.    z =3D zn =3D pixel , ex =3D p1 - 1
  797.    IF (p2 || imag(p2))
  798.       k =3D p2
  799.    ELSE
  800.       k =3D 1
  801.    ENDIF
  802.    :
  803.    znex =3D zn^ex , num =3D znex*zn - 1 , mnum =3D |num|
  804.    den =3D p1*znex , zn =3D zn - num/den
  805.    IF ( mnum > |z^p1-1|)
  806.       z =3D zn * k
  807.    ENDIF
  808.    mnum >=3D 0.001
  809.    }
  810.  
  811.         -  Sylvie Gallet
  812.  
  813. - ------------------------------------------------------------------
  814.     sylvie_gallet@compuserve.com
  815.     http://spanky.triumf.ca/www/fractint/sylvie/gallet.html
  816. - ------------------------------------------------------------------
  817.  
  818.  
  819. - ------------------------------------------------------------
  820. Thanks for using Fractint, The Fractals and Fractint Discussion List
  821. Post Message:   fractint@xmission.com
  822. Get Commands:   majordomo@xmission.com "help"
  823. Administrator:  twegner@phoenix.net
  824. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  825.  
  826. ------------------------------
  827.  
  828. Date: Tue, 26 Aug 1997 21:45:45 -0400 (EDT)
  829. From: RBarn0001@aol.com
  830. Subject: Re: (fractint) New Coloring Methods
  831.  
  832. In a message dated 97-08-22 23:49:39 EDT, you write:
  833.  
  834. << The biggest problem is that you need access to the last z value for the
  835.  no-stepping algorithm, and you really need more than 256 colors to do a
  836.  good job.   >>
  837. Damien:
  838. My TrueMand Program uses Fracting color maps and interpolates between the
  839. colors to provide smooth transitions and therefore have "millions" of colors.
  840. TrueMand uses the Vepstas algorithm. Check out the TrueColor gallery on my
  841. web page (via IFL :-) ). The last z value is available in Fractint as LastSq
  842. (I may have the name wrong, but its something like that). My intent is that
  843. the pseudo continuous iteration value be calculated within the formula
  844. parser, then multiplied by, say 1000, and the integer part equated to Z.Real,
  845. using the real option in Fractint. That should provide iterates.tga with the
  846. pseudo-continuous interation value times 1000. After appropriate treatment of
  847. iterates.tga, a 256000 color fractal should result.
  848. Ron Barnett
  849.  
  850. - ------------------------------------------------------------
  851. Thanks for using Fractint, The Fractals and Fractint Discussion List
  852. Post Message:   fractint@xmission.com
  853. Get Commands:   majordomo@xmission.com "help"
  854. Administrator:  twegner@phoenix.net
  855. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  856.  
  857. ------------------------------
  858.  
  859. Date: Tue, 26 Aug 1997 22:17:41, -0500
  860. From: VRCH78B@prodigy.com (MR CHARLES F CROCKER)
  861. Subject: Re: (fractint) Introducing myself
  862.  
  863. Hi
  864.  
  865. Lets carry the quotes one level deeper but condense them. The subject line
  866. gets a little off track.
  867.  
  868. >>>Jay Hill wrote "Peter Otterstaetter posted" and Sylvie Gallet answered
  869. with the formula.
  870.  
  871. Fractint can be mislead into writing the wrong source for a formula into a
  872. parameter file. This really doesn't hurt because it is very thorough in
  873. searching your formula directory when the named source is wrong.But, there
  874. always is a but, it will only find one. Orgform is very thorough in
  875. compiling any formula file you give it, even filing away duplicate names
  876. and formulas in a seperate file. After a period of use the directory
  877. becomes a little disorganized. Fractint presents the list nicely organized
  878. but when it does a search it goes through the files in the order they
  879. appear in the directory. At the moment my setup has the _l_dup.frm
  880. appearing before the _l.frm file so it ends the search at the duplicated
  881. name, with sometimes disasterious results. Tim Wegner is open to
  882. suggestions that anyone might make about what search method they would like
  883. to see.
  884.  
  885. To get even farther away from the subject I notice that when anyone with a
  886. Compuserve address posts a parameter file that every equal sign is followed
  887. by 3D. Apparently their mail program is set for a line length of 72 and any
  888. line it wraps ends with =, and any line that starts with an equal sign the
  889. next character is turned into its ASCII hex code. Anyone else notice this?
  890. It could cause some problems for a beginner. This wouldn't be the first
  891. time I have seen a strange happening that as far as I can tell nobody else sees.
  892.  
  893. Charles
  894.  
  895. - ------------------------------------------------------------
  896. Thanks for using Fractint, The Fractals and Fractint Discussion List
  897. Post Message:   fractint@xmission.com
  898. Get Commands:   majordomo@xmission.com "help"
  899. Administrator:  twegner@phoenix.net
  900. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  901.  
  902. ------------------------------
  903.  
  904. Date: Tue, 26 Aug 1997 22:20:07 -0400
  905. From: "Damien M. Jones" <dmj@emi.net>
  906. Subject: Re: (fractint) New Coloring Methods
  907.  
  908. Ron,
  909.  
  910.  - My intent is that the pseudo continuous iteration value be calculated
  911.  - within the formula parser, then multiplied by, say 1000, and the integer
  912.  - part equated to Z.Real, using the real option in Fractint. That should
  913.  - provide iterates.tga with the pseudo-continuous interation value times
  914. 1000.
  915.  
  916. As I was trying to indicate, ITERATES.TGA seems to only provide the
  917. iteration count, regardless of what other coloring options you may have
  918. chosen.  Using outside=real will have no effect on the contents of
  919. ITERATES.TGA.
  920.  
  921. Damien M. Jones  /  temporary sanity designs  /  http://www.emi.net/~dmj/
  922.    dmj@emi.net  /  my gallery: http://www.geocities.com/SoHo/Lofts/2605/
  923.  
  924.  
  925. - ------------------------------------------------------------
  926. Thanks for using Fractint, The Fractals and Fractint Discussion List
  927. Post Message:   fractint@xmission.com
  928. Get Commands:   majordomo@xmission.com "help"
  929. Administrator:  twegner@phoenix.net
  930. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  931.  
  932. ------------------------------
  933.  
  934. Date: Tue, 26 Aug 1997 21:46:31 -0600
  935. From: "Tim Wegner" <twegner@phoenix.net>
  936. Subject: Re: (fractint) Introducing myself
  937.  
  938. Charles Crocker wrote:
  939.  
  940. > Fractint can be mislead into writing the wrong source for a formula into a
  941. > parameter file. This really doesn't hurt because it is very thorough in
  942. > searching your formula directory when the named source is wrong.
  943.  
  944. I would like suggestions for a better behavior by fractint in 
  945. searching for formulas. In fact there probably needs to be more than 
  946. one behavior that the user can select.
  947.  
  948. I'm very ambivalent about the ability of Fractint to search for 
  949. formulas. As Charles pointed out, it means that if multiple formulas 
  950. with a given name exist, you're not sure which is being used.
  951.  
  952. Maybe Fractint should have a "thorough" option where it seaches ALL 
  953. frm files even if it finds a formula, and presents the user with a 
  954. choice of which one to use, or at least give a warning, instead of 
  955. quietly quitting when a formula is found. This would slow 
  956. performance of course.
  957.  
  958. Tim
  959.  
  960.  
  961. - ------------------------------------------------------------
  962. Thanks for using Fractint, The Fractals and Fractint Discussion List
  963. Post Message:   fractint@xmission.com
  964. Get Commands:   majordomo@xmission.com "help"
  965. Administrator:  twegner@phoenix.net
  966. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  967.  
  968. ------------------------------
  969.  
  970. Date: Tue, 26 Aug 1997 21:46:31 -0600
  971. From: "Tim Wegner" <twegner@phoenix.net>
  972. Subject: Re: (fractint) New Coloring Methods
  973.  
  974. > As I was trying to indicate, ITERATES.TGA seems to only provide the
  975. > iteration count, regardless of what other coloring options you may have
  976. > chosen.  Using outside=real will have no effect on the contents of
  977. > ITERATES.TGA.
  978.  
  979. I am more than happy to add more parameters to ITERATES.TGA, such as 
  980. the x and y orbit values. I also promised to check into iterates.tga 
  981. and make sure it is working OK, but I haven't done this yet.
  982.  
  983. We are about to start a truecolor development effort, and I'll be 
  984. looking for people who want to participate.
  985.  
  986. Tim
  987.  
  988.  
  989.  
  990. - ------------------------------------------------------------
  991. Thanks for using Fractint, The Fractals and Fractint Discussion List
  992. Post Message:   fractint@xmission.com
  993. Get Commands:   majordomo@xmission.com "help"
  994. Administrator:  twegner@phoenix.net
  995. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  996.  
  997. ------------------------------
  998.  
  999. Date: Tue, 26 Aug 1997 23:16:15, -0500
  1000. From: VRCH78B@prodigy.com (MR CHARLES F CROCKER)
  1001. Subject: (fractint) Deep zoom bug
  1002.  
  1003. Hi
  1004.  
  1005. A few days ago Damien Jones posted two parameter files showing an odd
  1006. effect in a pure Mandelbrot plot that was due to changing the bailout value
  1007. when in extended precision. I did a little exploring in the area and came
  1008. up with some even odder results. Here are two highlights.
  1009.  
  1010. Julia?             { ; Bailout 24
  1011.                      ; Funny background dividing lines.
  1012.                      ; Looks like a Julia even though it can't be.
  1013.                      ; P90 320X200 time  0:13:44.77
  1014.   reset=1960 type=mandel passes=1
  1015.   center-mag=0.28044855475171592214234254/0.48353563883582895058143262/2.4\
  1016.   71965e+021 params=0/0 float=y maxiter=10000 bailout=24 inside=0
  1017.   periodicity=0
  1018.   colors=000001<10>N0DP0ER0ET0FV0GX0J<9>p0U<4>zcqyUkwKfuA_s0U<7>c0Na0M_0K<\
  1019.   17>000100211511622<2>D44F55G55<5>T9AVABXAD<3>dDFfDGhEHjFIlFJnGKpGKrPTtY`\
  1020.   vgjxprzzzyqswhiu_bsRUqHL<4>gFHeEGcDGaCF_CFYBDWADUAB<5>I67G56D55B44944733\
  1021.   <3>000<14>TM0VN0XP0ZR0zS0bz0dVz000hY0<3>pc0rd4tf8veCxgGzgKyfGwfCud8sd4qd\
  1022.   0<25>210000011<13>0TF0VG0XJ<4>0fN0hO0jQ<2>0pT6rVCtYIvaOxdUzfOycIwaCuY6sW\
  1023.   0qS<25>020
  1024.   }
  1025.  
  1026. Crystal_defect     { ; Bailout 32
  1027.                      ; ;
  1028.                      ; ;
  1029.                      ; P90 320X200 time  0:04:25.78
  1030.   reset=1960 type=mandel
  1031.   center-mag=0.2804485547517159221410074068362/0.4835356388358289505882034\
  1032.   10628/6.41868e+026 params=0/0 float=y maxiter=10000 bailout=32
  1033.   inside=0
  1034.   colors=000001<10>N0DP0ER0ET0FV0GX0J<9>p0U<4>zcqyUkwKfuA_s0U<7>c0Na0M_0K<\
  1035.   17>000100211511622<2>D44F55G55<5>T9AVABXAD<3>dDFfDGhEHjFIlFJnGKpGKrPTtY`\
  1036.   vgjxprzzzyqswhiu_bsRUqHL<4>gFHeEGcDGaCF_CFYBDWADUAB<5>I67G56D55B44944733\
  1037.   <3>000<14>TM0VN0XP0ZR0zS0bz0dVz000hY0zz00`0nb0pc0rd4z00veCxgGzgKyfGwfCud\
  1038.   8sd4qd0<25>210000011<13>0TF0VG0XJ<4>0fN0hO0jQ<2>0pT6rVCtYIvaOxdUzfOycIwa\
  1039.   CuY6sW0qS<25>020
  1040.   }
  1041.  
  1042. I changed a few colors to make it easier to see the transitions. Zooming
  1043. out from Julia? shows the path I took in and the amount of structure that
  1044. shows up. Reducing the bailout to clear up the background doesn't work. At
  1045. 16 or lower the image disappears. It is tempting to guess that there is a
  1046. baby Minibrot at the center of the four arm spiral. It persists up to a
  1047. magnification of 2E30 where I quit. Is this one of the whirlpools of self
  1048. similarity Tim speaks of?
  1049.  
  1050. I don't remember what led me to Crystal_defect but other odd things happen
  1051. here. Gradually raising the bailout at first makes the pattern more
  1052. distinct and then more pixel colors appear. At 255 almost the whole
  1053. screen is chaotic. At 256 the whole screen goes high count. Zooming in on
  1054. the chaotic area doesn't seem to change anything up to at least 2E29. Here
  1055. my patience gave out again.
  1056.  
  1057. Zooming in on the single red pixel in the Crystal_defect shows form
  1058. attached to the apparent random speckles, but few red pixels appear for
  1059. several maximum zooms. By about 2.7E36 the pattern is parallel red lines
  1060. that are broken by what seem to be incipient new patterns. I gave up again.
  1061.  
  1062. All of which doesn't give any answers but it's fun to speculate.
  1063.  
  1064. Charles
  1065.  
  1066. - ------------------------------------------------------------
  1067. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1068. Post Message:   fractint@xmission.com
  1069. Get Commands:   majordomo@xmission.com "help"
  1070. Administrator:  twegner@phoenix.net
  1071. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1072.  
  1073. ------------------------------
  1074.  
  1075. End of fractint Digest V1 #8
  1076. ****************************
  1077.  
  1078. To subscribe to fractint Digest, send the command:
  1079.  
  1080.     subscribe fractint-digest
  1081.  
  1082. in the body of a message to "majordomo@xmission.com".  If you want to
  1083. subscribe something other than the account the mail is coming from, such
  1084. as a local redistribution list, then append that address to the
  1085. "subscribe" command; for example, to subscribe "local-fractint":
  1086.  
  1087.     subscribe fractint-digest local-fractint@your.domain.net
  1088.  
  1089. A non-digest (direct mail) version of this list is also available; to
  1090. subscribe to that instead, replace all instances of "fractint-digest"
  1091. in the commands above with "fractint".
  1092.  
  1093. Back issues are available for anonymous FTP from ftp.xmission.com, in
  1094. pub/lists/fractint/archive.  These are organized by date.
  1095.  
  1096.