home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n119 < prev    next >
Internet Message Format  |  1998-03-01  |  41KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #119
  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         Monday, March 2 1998         Volume 01 : Number 119
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Thu, 26 Feb 1998 19:05:38 -0500
  18. From: DeRobertis <derobert@erols.com>
  19. Subject: Re: (fractint) Mac Port of FracInt?
  20.  
  21. >DeRobertis,
  22. >
  23. > - I'm interesting in porting FracInt to the mac, but I have no clue about
  24. > - these silly .asm files!
  25. >
  26. >Those "silly" .asm files are what makes FractInt fast on the PC. :)
  27.  
  28. Note to self: sarcasm does not carry well in text...
  29.  
  30. >If
  31. >you're going to port to the Mac, you need to either (a) use the Xfractint
  32. >code, which doesn't use any of the assembly, or (b) write PowerPC versions
  33. >of the various assembly routines.
  34.  
  35. How much of a speed gain would putting critical sections in assembly gain?
  36. I could learn PPCAsm, if nessisary.
  37.  
  38. >
  39. >The biggest problem you will have porting to the Mac is the switch to an
  40. >event-driven programming model.  In DOS, the program is doing things,
  41. >constantly checking to see if there's input.  For a windowed environment,
  42. >typically you must wait for the OS to tell you something has happened.
  43. >It's a different approach, and sometimes switching a program from one to
  44. >the other isn't easy!
  45.  
  46. Is this the way it is in XWindows? Hmmm....maybe I'd better get down to
  47. reading the megs of sources as soon as I finish fixing the other Mac.
  48.  
  49. Anyway, it might be possible to write some quick things to get it running
  50. on the Mac soon. However, it may take time to do a complete Macinization of
  51. it.
  52.  
  53.  
  54. PS: How much of this will need to be re-written to work under a 32-bit
  55. environment?
  56.  
  57. PS(2): What are the sizes of int's, long's, float's, and double's over
  58. there? Where is it important that I preserve these?
  59.  
  60. (On a Mac PPC, short's are two bytes, int's and long's are 4, floats 4,
  61. doubles 8, and long doubles 16. floats/doubles/long doubles differ under
  62. the old 68K)
  63.  
  64.  
  65.  
  66. - -
  67. - ------------------------------------------------------------
  68. Thanks for using Fractint, The Fractals and Fractint Discussion List
  69. Post Message:   fractint@xmission.com
  70. Get Commands:   majordomo@xmission.com "help"
  71. Administrator:  twegner@phoenix.net
  72. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  73.  
  74. ------------------------------
  75.  
  76. Date: Thu, 26 Feb 1998 20:17:20 -0500
  77. From: Gedeon Peteri <gedeon@InfoAve.Net>
  78. Subject: Re: (fractint) Formula in par file
  79.  
  80.  Thanks Jay! As usual, your suggestion worked this time too.
  81. Gedeon
  82.  
  83.  
  84. > Solution: Enter the par file in question, start the image anew. Then hit
  85. > r to read in the partly done image. It should continue, since it is now
  86. > pointed to the par file.
  87. >
  88. > Jay
  89.  
  90.  
  91.  
  92.  
  93. - -
  94. - ------------------------------------------------------------
  95. Thanks for using Fractint, The Fractals and Fractint Discussion List
  96. Post Message:   fractint@xmission.com
  97. Get Commands:   majordomo@xmission.com "help"
  98. Administrator:  twegner@phoenix.net
  99. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  100.  
  101. ------------------------------
  102.  
  103. Date: Thu, 26 Feb 1998 21:57:45 EST
  104. From: Genealogy1 <Genealogy1@aol.com>
  105. Subject: (fractint) The MAN(delbrot) in a bronze mask...
  106.  
  107. I thought this image may be of interest to some of you.
  108.  
  109. - --Bob Carr--
  110.  
  111. Carr3357(YAXIS){;Modified Sylvie Gallet frm.1996
  112. ;passes=1 needs to be used with this PHC formula
  113. pixel=-abs(real(pixel))+flip(imag(pixel))
  114. b5=((tan(pixel)-sin(pixel))*(conj(pixel)-flip(pixel)))-conj(0.08/pixel)+0.15
  115. b4=pixel*b5
  116. c=whitesq*b4-(whitesq==0)*b4
  117. z=whitesq*b5^0.745-(whitesq==0)*b5
  118. c1=1.5*z^1.2,c2=2.25*z,c3=3.375*z,c4=5.0625*z
  119. l1=real(p1),l2=imag(p1),l3=real(p2),l4=imag(p2)
  120. bailout=16,iter=0:
  121. t1=(iter==l1),t2=(iter==l2),t3=(iter==l3),t4=(iter==l4)
  122. t=1-(t1||t2||t3||t4),z=z*t,c=c*t+c1*t1+c2*t2+c3*t3+c4*t4
  123. z=z*z+c
  124. iter=iter+1
  125. (conj(|z|))<=bailout
  126. }
  127.  
  128. Carr3357           { ; The Man(delbrot) in a bronze mask.
  129.                      ; This image is copyright protected !
  130.   reset=1960 type=formula formulafile=43gCarr.frm formulaname=Carr3357
  131.   passes=1 center-mag=0.0010622/0.0168262/0.7896518/1/180
  132.   params=200/300/400/550 float=y maxiter=647 periodicity=0
  133.   colors=000<4>000300<11>M03O04R15U16<2>Z18_18`19a1Aa1A`19`18<3>U16S15P04<\
  134.   2>F03C02801401100310<5>QG1TI1YL2`N2<5>wa3wa3tZ3pX3lV3hS2dP2`N2YL2TI1<5>7\
  135.   40310001<3>00P00V00Z11c11h<3>11v12w12y<2>12y12x11v<2>11m11i11d00_00W<2>0\
  136.   0E00700200B<2>I8COBCUDCZFDcIDhKDmLEpNEsOEvQExQFyRFzRFzRFyRFxQFvQE<2>mMEi\
  137.   KDdID<3>J9CD6B63B11B332<3>PHKVLPZOScSWgW_k_bobeqfgtjivmkwqlwtlxtlwqlvmkt\
  138.   jirfhobel_c<2>_OTWLQQHL<3>432581<4>OZ3Sc4Wg4_k5co5gq5kt6ou6sw6vw6vw6sw6o\
  139.   v6<2>co5_l5Wh4<2>LV3HQ2DK2<2>130000<15>zWF<15>000<12>`Fw<6>D5L
  140.   }
  141.  
  142.  
  143. - -
  144. - ------------------------------------------------------------
  145. Thanks for using Fractint, The Fractals and Fractint Discussion List
  146. Post Message:   fractint@xmission.com
  147. Get Commands:   majordomo@xmission.com "help"
  148. Administrator:  twegner@phoenix.net
  149. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  150.  
  151. ------------------------------
  152.  
  153. Date: Thu, 26 Feb 1998 19:22:58 -0800
  154. From: "Jay Hill"<jrhill@nosc.mil>
  155. Subject: Re: (fractint) The MAN(delbrot) in a bronze mask...
  156.  
  157. >Carr3357           { ; The Man(delbrot) in a bronze mask.
  158. >                     ; This image is copyright protected !
  159.  
  160.  
  161. The copyright is in danger!  You must include your name and date!
  162.  
  163. Scary picture!
  164.  
  165. Jay
  166.  
  167.  
  168.  
  169. - -
  170. - ------------------------------------------------------------
  171. Thanks for using Fractint, The Fractals and Fractint Discussion List
  172. Post Message:   fractint@xmission.com
  173. Get Commands:   majordomo@xmission.com "help"
  174. Administrator:  twegner@phoenix.net
  175. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  176.  
  177. ------------------------------
  178.  
  179. Date: Thu, 26 Feb 1998 21:16:48 -0800
  180. From: Wizzle <wizzle@cci-internet.com>
  181. Subject: Re: (fractint) The MAN(delbrot) in a bronze mask...
  182.  
  183. Actually....
  184.  
  185. There is no need to assert a copyright at all to have a copyright.....one
  186. just does, if the work is original and is one of the thingys which can be
  187. copyrighted. Note that a math formula can NOT be copyrighted....so assert
  188. away....it doesn't help.  Works of art....books, pictures, etc. are
  189. copyright-able.  Recently, an algorithm sufficiently complex to be called a
  190. program appears to be copyright-able. But there are oodles of grey zones in
  191. the intellectual properties arena.....which is why lawyers who specialize
  192. in this area are so very well paid and have job security.
  193.  
  194. Anyway....a copyright has been cleverly characterized as "the right to
  195. sue." So, unless one is willing to sue and can show that they have been
  196. harmed, asserting a copyright is a waste of time.  
  197.  
  198. I do think that trying to collect for infringement of a copyrighted fractal
  199. would keep the lawyers arguing for ages since the fractal is, on one
  200. hand....the product of a mathematical formula and an algorithm which is
  201. most likely in the public domain. However, a Good fractal does not appear
  202. to be the product of math alone......hence the great Fractint contest of
  203. 1997.  
  204.  
  205. When is the next contest, btw?? That was great fun.
  206.  
  207. Angela .....I manage contracts for a major corporation and we do a lot of
  208. thinking about intellectual properties...but I am not a lawyer  
  209.  
  210.  
  211. At 07:22 PM 2/26/98 -0800, you wrote:
  212. >
  213. >>Carr3357           { ; The Man(delbrot) in a bronze mask.
  214. >>                     ; This image is copyright protected !
  215. >
  216. >
  217. >The copyright is in danger!  You must include your name and date!
  218. >
  219. >Scary picture!
  220. >
  221. >Jay
  222. >
  223.  
  224. - -
  225. - ------------------------------------------------------------
  226. Thanks for using Fractint, The Fractals and Fractint Discussion List
  227. Post Message:   fractint@xmission.com
  228. Get Commands:   majordomo@xmission.com "help"
  229. Administrator:  twegner@phoenix.net
  230. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  231.  
  232. ------------------------------
  233.  
  234. Date: Thu, 26 Feb 1998 23:31:51 -0800
  235. From: "Jay Hill" <ehill1@san.rr.com>
  236. Subject: (fractint) Re copyright and FotN
  237.  
  238. Hi wizzle,
  239.  
  240. - ----------
  241. > From: Wizzle <wizzle@cci-internet.com>
  242. > To: fractint@lists.xmission.com
  243. > Subject: Re: (fractint) The MAN(delbrot) in a bronze mask...
  244. > Date: Thursday, February 26, 1998 9:16 PM
  245. > Actually....
  246. > There is no need to assert a copyright at all to have a copyright.....one
  247. > just does, if the work is original and is one of the thingys which can be
  248.  
  249. Well, we should not do this all over again, I just might note that my 
  250. wife is a publisher, with about a dozen books now.  There is a specific 
  251. way you should note your copyright, it is
  252.  
  253. (c) name, date.
  254.  
  255. A copy right is good for 70 years, so you need to date it. And if you 
  256. don't state your name, how can anyone ask permission for copying? 
  257. You could not defend an no-name posting.
  258.  
  259. How about that, Fractal of the Night (and Fractal of the Day) were 
  260. mentioned by PC World, way cool!  Paul Lee posted a notice that 
  261. the Fractal-Art list got a review in their Tip of the Day, itself 
  262. another list sponsored by PC World.
  263.  
  264. One more thing. You may be following Dr. J's crazy adventures over in 
  265. Fractal-Art, (the parent of Fractint list). While Dr. J may have all the 
  266. time in fractal space to explore, I am finding less time to follow him 
  267. lately. Back here in the real world, I am a real rocket scientist. You 
  268. may have noticed some of my posts hail from nosc.mil, when I'm 
  269. taking a quick brake, of course. Well, that is the Navy lab here in 
  270. San Diego where I work as a contractor. During the month of March, 
  271. I am testing our product for delivery and will be working graveyard shift, 
  272. 10 hours a day 7 days a week. So, likely, I'll see you only fractaly in 
  273. the duration. 
  274.  
  275. It has been pretty tough getting the posting out the last few nights. 
  276. We had a power outage one night (in a storm) and my long hours have 
  277. already begun. My computer sits on a board with ends resting on two 
  278. other tables. The other night, one edge dropped off, sending the 
  279. computer face down on the carpet and the monitor into my lap. 
  280. External ZIP drive, key board, speakers, mouse and Internet 
  281. connection box flying.  Without crashing Win95,  I closed everything 
  282. down and shut it off, then put it all back!  Lucky this time.
  283.  
  284. Anyway, Jim Muth deserves a big hand for his FotD for about a year 
  285. now.  It has been a real challenge keeping pace with him. I have 
  286. learned a lot working with Dr. J and it has been fun.  
  287.  
  288. Stay dry, warm and healthy,
  289. Jay
  290.  
  291. Read all the FotN here:
  292. http://home.san.rr.com/jayrhill/
  293.  
  294.  
  295.  
  296.  
  297. - -
  298. - ------------------------------------------------------------
  299. Thanks for using Fractint, The Fractals and Fractint Discussion List
  300. Post Message:   fractint@xmission.com
  301. Get Commands:   majordomo@xmission.com "help"
  302. Administrator:  twegner@phoenix.net
  303. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  304.  
  305. ------------------------------
  306.  
  307. Date: Fri, 27 Feb 1998 19:44:01 EST
  308. From: Barmallei <Barmallei@aol.com>
  309. Subject: (fractint) this space left blank intentionally
  310.  
  311. I have been making some of my own fractals using the formula parser, but i
  312. have a problem which i cannot figure out. how do you color, in the parser,
  313. according to the
  314. basin of attraction? Like the way the Newtbasin does to the newton method. 
  315. does anyone have any suggestions?
  316.  
  317. - -
  318. - ------------------------------------------------------------
  319. Thanks for using Fractint, The Fractals and Fractint Discussion List
  320. Post Message:   fractint@xmission.com
  321. Get Commands:   majordomo@xmission.com "help"
  322. Administrator:  twegner@phoenix.net
  323. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  324.  
  325. ------------------------------
  326.  
  327. Date: Sat, 28 Feb 1998 00:36:04 -0800
  328. From: "Jay Hill" <ehill1@san.rr.com>
  329. Subject: Re: (fractint) this space left blank intentionally
  330.  
  331. I bet you end up with giant if else frm files like Paul Carlson's.
  332. Make a list of the basins and check each one.  Yuck.
  333. Jay
  334.  
  335. - ----------
  336. > From: Barmallei <Barmallei@aol.com>
  337. > To: fractint@xmission.com
  338. > Subject: (fractint) this space left blank intentionally
  339. > Date: Friday, February 27, 1998 4:44 PM
  340. > I have been making some of my own fractals using the formula parser, but i
  341. > have a problem which i cannot figure out. how do you color, in the parser,
  342. > according to the
  343. > basin of attraction? Like the way the Newtbasin does to the newton method. 
  344. > does anyone have any suggestions?
  345.  
  346. - -
  347. - ------------------------------------------------------------
  348. Thanks for using Fractint, The Fractals and Fractint Discussion List
  349. Post Message:   fractint@xmission.com
  350. Get Commands:   majordomo@xmission.com "help"
  351. Administrator:  twegner@phoenix.net
  352. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  353.  
  354. ------------------------------
  355.  
  356. Date: Sun, 1 Mar 1998 03:21:56 -0500
  357. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  358. Subject: (fractint) A test.... + a par
  359.  
  360. Hi All,
  361.  
  362.   I haven't got any message for about 24 hours so I am wondering if the
  363. list is down...
  364.  
  365. gravijul-v2 { ; Variation on Mark Christenson's gravijul by Sylvie Gallet=
  366.  
  367.    z =3D pixel :
  368.    w =3D fn1(real(z)) , x =3D fn3(p1/fn2(w*w))
  369.    w =3D fn1(imag(z)) , y =3D fn3(p1/fn2(w*w))
  370.    z =3D x + flip(y) + p2
  371.     |z| < p3
  372.   }
  373.  
  374. sg_gravijul-v2_03  { ; .                                    t=3D  0:02:17=
  375. =2E48
  376.                      ; Copyright Sylvie Gallet, Feb 27, 1998
  377.                      ; <sylvie_gallet@compuserve.com>
  378.                      ; t=3Dcalc time using a Pentium 166 at 1600 x 1200
  379.   reset=3D1960 type=3Dformula formulafile=3Dsg_gravj.par
  380.   formulaname=3Dgravijul-v2 function=3Dtan/sqrt/recip passes=3D1
  381.   center-mag=3D0.177926/0.615303/0.5038743/1/122.5
  382.   params=3D1.1/0/0.2/0/2.95/2 float=3Dy maxiter=3D300 inside=3D0
  383.   invert=3D1/0.2/0.15 decomp=3D256
  384.   colors=3D000605<8>`0Rzzwb0T<9>000B08<34>b0Tzzwb0U<34>403302000<22>YYT__=
  385. V``\
  386.   WbbYccZ<6>nniookqqmrrottp<3>zzw<14>YYUWWRUUQ<13>222000000<82>302
  387.   }
  388.  
  389.   Cheers,
  390.  
  391.         - Sylvie
  392.  
  393. - ----------------------------------------------------------------------
  394.  E-mail:
  395.    Sylvie_Gallet@CompuServe.com
  396.  Visit my exhibit at Museun of Computer Art:
  397.    http://www.dorsai.org/~moca/
  398.  My Fractal Galleries:
  399.    http://spanky.triumf.ca/www/fractint/sylvie/gallet.html
  400.    http://ourworld.compuserve.com/homepages/Sylvie_Gallet/homepage.htm
  401. - ----------------------------------------------------------------------
  402.  
  403. - -
  404. - ------------------------------------------------------------
  405. Thanks for using Fractint, The Fractals and Fractint Discussion List
  406. Post Message:   fractint@xmission.com
  407. Get Commands:   majordomo@xmission.com "help"
  408. Administrator:  twegner@phoenix.net
  409. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  410.  
  411. ------------------------------
  412.  
  413. Date: Sun, 01 Mar 1998 01:59:27 -0800
  414. From: kathy roth <kroth@well.com>
  415. Subject: (fractint) gravijul-v2
  416.  
  417. I think the list is working - maybe everyone's afraid of making
  418. an off-topic post.  Here's another gravijul-2.  What a versatile
  419. formula.
  420.  
  421. tile_floor         { ; kathy roth
  422.                      ; frm by Sylvie Gallet
  423.   reset=1960 type=formula formulafile=gravij~2.frm
  424.   formulaname=gravijul-v2 function=tan/sqrt/recip passes=1
  425.   center-mag=-1.59872e-014/8.88178e-015/0.04930966 params=1/1/1/1/1/1
  426.   float=y maxiter=300 inside=0 decomp=256
  427.  colors=0004ZV<4>1VQ0UP1UP<11>GaPHaPIb\
  428. PKcPKcQLdR<19>bvkcwmbvl<30>MS2LR0MS\
  429.  0<36>st4<5>TZQLSXGO`CLd<7>Ums<5>hrwhr\
  430. wgqv<31>OOlNNlOOl<45>wwm<15>0mm<7>8\
  431.   eb9da9da<6>5_W
  432.   }
  433.  
  434. tile_repeat         { ; kathy roth
  435.                      ; frm by Sylvie Gallet
  436.   reset=1960 type=formula formulafile=fractint.frm
  437.   formulaname=gravijul-v2 function=tan/sqrt/recip passes=1
  438.   center-mag=-1.59872e-014/8.88178e-015/0.04930966 params=1/1/1/1/1/1
  439.   float=y maxiter=300 inside=0 decomp=256
  440.  colors=000_zn<6>LO3<8>px9<5>KMGFGIBBM\
  441. <14>WWz<7>J9J<15>zWz<7>J09<15>z0W<7\
  442.   >J90<15>zW0<7>JJ0<15>zz0<7>99J<15>WWz\
  443. <7>0J9<15>0zW<7>0JJ<14>0xx0zz2tt<6>\
  444.   JE9<15>yjU<7>BJF<14>Zwl
  445.   }
  446.  
  447.  
  448.  
  449. - -
  450. - ------------------------------------------------------------
  451. Thanks for using Fractint, The Fractals and Fractint Discussion List
  452. Post Message:   fractint@xmission.com
  453. Get Commands:   majordomo@xmission.com "help"
  454. Administrator:  twegner@phoenix.net
  455. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  456.  
  457. ------------------------------
  458.  
  459. Date: Sun, 01 Mar 1998 06:34:28 -0800
  460. From: Peter Jakubowicz <pfjakub@earthlink.net>
  461. Subject: (fractint) Colors
  462.  
  463. Hi,
  464. Does anyone have a colormap they might be willing to share that wld create
  465. the effect of a bug in amber? I have tried and I am unable to do this
  466. myself, and now I shall go to bed; but it is discouraging to create images
  467. that otherwise would be cool if the colors were right. So I'd really
  468. appreciate it if if maybe someone cld at least give some general tips
  469. toward getting these colors. I am Sylvie Gallet's triangle formulas and
  470. using the Fractint color editor. And once again: the desired effect is: A
  471. BUG PRESERVED IN AMBER.
  472. Thank you.
  473.  
  474. <post scriptum>
  475.  
  476. I recently obtained a copy of Fractals for Windows. Now the authors of this
  477. book are very enthusiastic about Winfract (this was circa 1991). However,
  478. it is unclear what version of that program the book addresses, because the
  479. installation program doesn't work Win95. 
  480. I considered playing with the current version (18.21, I think) available on
  481. the Fractint page, but for seem reason this seems to be discouraged (it
  482. says something like, OK, if you _really_ want it, here it is, but be
  483. forewarned). Has anyone used this w/ happy results? Also if someone has an
  484. executable version of the Winfract version that shipped w/ the book and
  485. wouldn't mind sending it to me, or can tell me where I might download this,
  486. I would appreciate that, too. My mail server allows huge binary
  487. attachments. As a very last resort I wld re-compile it; however, I have a
  488. relatively small hard drive and don't really have room to put my Borland
  489. 4.xx compiler back on. I'd have to delete somthing big, like Windoze.
  490. Goodbye.  
  491.  
  492.  
  493. - -
  494. - ------------------------------------------------------------
  495. Thanks for using Fractint, The Fractals and Fractint Discussion List
  496. Post Message:   fractint@xmission.com
  497. Get Commands:   majordomo@xmission.com "help"
  498. Administrator:  twegner@phoenix.net
  499. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  500.  
  501. ------------------------------
  502.  
  503. Date: Sun, 1 Mar 1998 03:57:06 -0800 (PST)
  504. From: FIRSTNAME LASTNAME <whookam88@yahoo.com>
  505. Subject: Re: (fractint) A test.... + a par
  506.  
  507. - ---Sylvie Gallet <Sylvie_Gallet@compuserve.com> wrote:
  508. >
  509. > Hi All,
  510. >   I haven't got any message for about 24 hours so I am wondering if
  511. the
  512. > list is down...
  513. > gravijul-v2 { ; Variation on Mark Christenson's gravijul by Sylvie
  514. Gallet
  515. >    z = pixel :
  516. >    w = fn1(real(z)) , x = fn3(p1/fn2(w*w))
  517. >    w = fn1(imag(z)) , y = fn3(p1/fn2(w*w))
  518. >    z = x + flip(y) + p2
  519. >     |z| < p3
  520. >   }
  521. > sg_gravijul-v2_03  { ; .                                    t= 
  522. 0:02:17.48
  523. >                      ; Copyright Sylvie Gallet, Feb 27, 1998
  524. >                      ; <sylvie_gallet@compuserve.com>
  525. >                      ; t=calc time using a Pentium 166 at 1600 x 1200
  526. >   reset=1960 type=formula formulafile=sg_gravj.par
  527. >   formulaname=gravijul-v2 function=tan/sqrt/recip passes=1
  528. >   center-mag=0.177926/0.615303/0.5038743/1/122.5
  529. >   params=1.1/0/0.2/0/2.95/2 float=y maxiter=300 inside=0
  530. >   invert=1/0.2/0.15 decomp=256
  531. >  
  532. colors=000605<8>`0Rzzwb0T<9>000B08<34>b0Tzzwb0U<34>403302000<22>YYT__V``\
  533. >   WbbYccZ<6>nniookqqmrrottp<3>zzw<14>YYUWWRUUQ<13>222000000<82>302
  534. >   }
  535. >   Cheers,
  536. >         - Sylvie
  537.  
  538.  
  539. Thank GOD!  I thought it was just my setup.  I haven't gotten mail at
  540. either of my accounts.  Maybe it's SUNSPOTS.  Who knows?  Call Mulder
  541. & Scully, maybe they'll find out.  8->
  542.  
  543.  
  544.  
  545.                       L8R
  546.  
  547.  
  548.                 James R. McKenzie
  549.  
  550.  
  551.  
  552. _________________________________________________________
  553. DO YOU YAHOO!?
  554. Get your free @yahoo.com address at http://mail.yahoo.com
  555.  
  556.  
  557. - -
  558. - ------------------------------------------------------------
  559. Thanks for using Fractint, The Fractals and Fractint Discussion List
  560. Post Message:   fractint@xmission.com
  561. Get Commands:   majordomo@xmission.com "help"
  562. Administrator:  twegner@phoenix.net
  563. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  564.  
  565. ------------------------------
  566.  
  567. Date: Sun, 1 Mar 1998 09:22:25 -0500
  568. From: "Jason Hine" <tumnus@together.net>
  569. Subject: Re: (fractint) Approx. M w/geom (longish)
  570.  
  571. Mrvn wonders:
  572. >What I now wonder is, if anyone knows how to construct a good
  573. >aproximation of the mset by gemoetrical shapes.
  574.  
  575.  
  576. Well, I've done a little experimentation, and come up with a method for finding
  577. the tangent points for all the buds off the main cardioid.  It is an iterative
  578. process in that you need to know the tangent point of some bulbs before you can
  579. calculate the tangent points of other bulbs.  Once again, I *intend* to have a
  580. graphical description up on my web page by the end of the weekend, but I can't
  581. promise this.  Below is the verbal description.
  582.  
  583. We will be concerned only with calculating tangents for bulbs off the upper
  584. (Quadrants I & II) half of the main cardioid, since the bottom half is a mirror
  585. image of the upper.  Consider that there is a series of largest bulbs off the
  586. main cardioid, starting with the huge period 2 bulb, then including the period 3
  587. bulb, the period 4 bulb, etc., where the next bulb is always the next largest
  588. one to be found travelling in a certain direction along the edge of the
  589. cardioid.   Let us call this first series A.
  590.  
  591. The procedure for finding the tangent point of any of the bulbs in series A was
  592. described in detail in my last email on this subject... what we are interested
  593. in is knowing the angle, which we'll call theta, to use in the procedure.  For
  594. series A,
  595.  
  596.      theta = 360/p
  597.  
  598. where p is the period of the bulb in question.  Therefore, theta = 180 for the
  599. period 2 bulb, 120 for the period 3 bulb, and so on.
  600.  
  601. But what about the bulbs between these bulbs?  Let's look at the period 5 bulb
  602. to be found approximately halfway between the period 2 and 3 bulbs.  The period
  603. 5 bulb (which will be abbreviated as p5 from now on, to be read as 'the bulb
  604. where the period equals 5') can be thought of as the largest bulb in *two*
  605. 'smaller' series of bulbs which consist of the larger, smoothly shrinking bulbs
  606. on either side of p5.  The series extending clockwise from p5 consists of
  607. {p5,p8,p11,...,p(3p+2)}, and the series extending counter-clockwise from p5
  608. consists of {p5,p7,p9,...,p(2p+3)}.
  609.  
  610. Now, we need to be able to recognize these so-called series of bulbs because in
  611. order to find theta for a bulb, we must know the tangent point of a bulb which
  612. 'bounds' its series.  For example, the p5 bulb's clockwise series is bounded by
  613. p3, and its counter-clockwise series by p2.  Let's denote a bounding bulb as
  614. b(p), and the angle theta for the bounding bulb as theta(b(p)) (note: no
  615. multiplication is meant to be implied here - it is just a labelling method).
  616. Using this notation, we can define theta for any bulb off the main cardioid as:
  617.  
  618. theta = theta(b(p)) +/- theta(b(p)) / p
  619.  
  620. The +/- will be a plus sign if the bounding bulb is clockwise from the bulb in
  621. question, and a minus sign if the bounding bulb is counter-clockwise from the
  622. bulb in question.
  623.  
  624. Let's work through an example or two.  As we've already determined, the p5
  625. bulb's bounding bulbs are p2 and p3. To find theta for p5, we need to know theta
  626. for at least one of these bounding bulbs; we have already done this above.  To
  627. find theta for p5 using the p2 bulb:
  628.  
  629. theta = 180 - 180/5 = 144
  630.  
  631. Or, to find it using p3:
  632.  
  633. theta = 120 + 120/5 = 144
  634.  
  635. As one more example, consider p11 between our p5 and p3 bulbs.  What are p11's
  636. boundary bulbs?  They are the bulbs which define the 'series' to which p11
  637. belongs.  To determine this series, start with p11 and move along the edge of
  638. the cardioid until a bulb is found which fits the description of a 'local
  639. maximum' in regards to size (not period number).  Moving counter-clockwise, we
  640. encounter the p8 bulb (which is larger than p11 in size), but if we move almost
  641. the same distance again, we encounter p5 - this is one bounding bulb of the
  642. series to which p11 belongs.  Looking clockwise from p11, the next largest bulb
  643. is p3 - this is the other bounding bulb.  And because we have already figured
  644. out theta for p5 and p3, we can find theta for p11 as either:
  645. theta = 120 + 120/11
  646. or
  647. theta = 144 - 144/11
  648.  
  649. I will really try to get some graphics going on my web page this afternoon,
  650. really!
  651. Cheers, Jason
  652.  
  653.  
  654.  
  655. - -
  656. - ------------------------------------------------------------
  657. Thanks for using Fractint, The Fractals and Fractint Discussion List
  658. Post Message:   fractint@xmission.com
  659. Get Commands:   majordomo@xmission.com "help"
  660. Administrator:  twegner@phoenix.net
  661. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  662.  
  663. ------------------------------
  664.  
  665. Date: Sun, 01 Mar 1998 08:15:28 -0800
  666. From: Wizzle <wizzle@cci-internet.com>
  667. Subject: Re: (fractint) Colors
  668.  
  669. I discuss Winfract vs. Fractint in some depth at
  670.  
  671. http://wizzle.simplenet.com/fractals/hints/tips-fractint.htm
  672.  
  673. It's a perfectly good program, but it does have some limitations.  On the
  674. other hand...for organizing files....particularly looking at color maps
  675. with an eye to deleting some or renaming files....it is very useful, I find. 
  676.  
  677. Angela
  678.  
  679. ps....bugmaps sent as attachments via separate email
  680.  
  681. >BUG PRESERVED IN AMBER.
  682. >Thank you.
  683. >
  684. ><post scriptum>
  685. >
  686. >I recently obtained a copy of Fractals for Windows. Now the authors of this
  687. >book are very enthusiastic about Winfract (this was circa 1991). However,
  688. >it is unclear what version of that program the book addresses, because the
  689. >installation program doesn't work Win95. 
  690. >I considered playing with the current version (18.21, I think) available on
  691. >the Fractint page, but for seem reason this seems to be discouraged (it
  692. >says something like, OK, if you _really_ want it, here it is, but be
  693. >forewarned). Has anyone used this w/ happy results? <<snipped here and there>>
  694.  
  695. - -
  696. - ------------------------------------------------------------
  697. Thanks for using Fractint, The Fractals and Fractint Discussion List
  698. Post Message:   fractint@xmission.com
  699. Get Commands:   majordomo@xmission.com "help"
  700. Administrator:  twegner@phoenix.net
  701. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  702.  
  703. ------------------------------
  704.  
  705. Date: Sun, 01 Mar 1998 13:40:09 -0500
  706. From: alex dukay <dukay@interlog.com>
  707. Subject: Re: (fractint) A test.... + a par
  708.  
  709. please don't repeat an entire message...
  710. like Sylvie Gallet's last posting
  711. Alex
  712.  
  713. - -
  714. - ------------------------------------------------------------
  715. Thanks for using Fractint, The Fractals and Fractint Discussion List
  716. Post Message:   fractint@xmission.com
  717. Get Commands:   majordomo@xmission.com "help"
  718. Administrator:  twegner@phoenix.net
  719. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  720.  
  721. ------------------------------
  722.  
  723. Date: Sun, 1 Mar 1998 16:19:26 -0500
  724. From: "Peter Gavin" <pgavin@mindspring.com>
  725. Subject: (fractint) 3d Mandexp fractals
  726.  
  727. Can someone explain to me how I can make a 3D fractal, if I use "c= x + yi"
  728. (the current point) and "w" is the third coordinate, and plug them into the
  729. formula
  730.  
  731. "z(n+1) = z(n) ^ w + c"
  732.  
  733. It's kinda like sliding the mandexp set through a third dimension and using
  734. that corrdinate as the real exponent component.  If this is possible, and
  735. you understand what I am saying, email me back...
  736.  
  737. Thanks,
  738. Pete
  739. pgavin@mindspring.com
  740.  
  741.  
  742.  
  743. - -
  744. - ------------------------------------------------------------
  745. Thanks for using Fractint, The Fractals and Fractint Discussion List
  746. Post Message:   fractint@xmission.com
  747. Get Commands:   majordomo@xmission.com "help"
  748. Administrator:  twegner@phoenix.net
  749. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  750.  
  751. ------------------------------
  752.  
  753. Date: Sun, 1 Mar 1998 16:59:04 -0500
  754. From: "Jason Hine" <tumnus@together.net>
  755. Subject: (fractint) Re: A Geom Construction of the M-set
  756.  
  757. To all interested,
  758.  
  759. Ok, I've got a few pictures to help with my description of how to find the
  760. tangent points for all the bulbs off the main cardioid.  I'm not sure where to
  761. take it from here... I can see how the buds off the period 2 bulb might be
  762. described, but what about period 3?  How does one describe the line which
  763. represents the 'x-axis' for the period 3 bulb?  I'd check out relative areas of
  764. bulbs, but I think this has already been done - anyone have two cents to add?
  765.  
  766. Anyway, For a mediocre improvement of my last couple emails on this subject,
  767. check out:
  768.  
  769. http://boralf.agsci.colostate.edu/~jason/fracpages/geo_mset.htm
  770.  
  771. Laters, Jason Hine
  772.  
  773.  
  774. - -
  775. - ------------------------------------------------------------
  776. Thanks for using Fractint, The Fractals and Fractint Discussion List
  777. Post Message:   fractint@xmission.com
  778. Get Commands:   majordomo@xmission.com "help"
  779. Administrator:  twegner@phoenix.net
  780. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  781.  
  782. ------------------------------
  783.  
  784. Date: Sun, 01 Mar 1998 17:27:39 -0600
  785. From: Janet Preslar <preslar@memphisonline.com>
  786. Subject: (fractint) Video RAM
  787.  
  788. Does anyone have any experience using 8MB Video RAM (as opposed to 4MB) with
  789. Fractint?
  790.  
  791. Janet
  792.  
  793.  
  794. - -
  795. - ------------------------------------------------------------
  796. Thanks for using Fractint, The Fractals and Fractint Discussion List
  797. Post Message:   fractint@xmission.com
  798. Get Commands:   majordomo@xmission.com "help"
  799. Administrator:  twegner@phoenix.net
  800. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  801.  
  802. ------------------------------
  803.  
  804. Date: Sun, 01 Mar 1998 19:11:55 -0500
  805. From: Jason Lee <jl003f@uhura.cc.rochester.edu>
  806. Subject: (fractint) Re: Colors
  807.  
  808. At 06:34 AM 3/1/98 -0800, you wrote:
  809.  
  810. >Hi,
  811. >Does anyone have a colormap they might be willing to share that wld create
  812. >the effect of a bug in amber? 
  813. <POST SNIPPUM>   ;)
  814.  
  815. I believe that lyapunov.map would be a good place to start.  The colors are
  816. relatively close.  However, you might need to do a bit of cycling or actual
  817. map editing to get it right, depending on what you're trying to amberize(?).
  818.  
  819.  
  820. >I considered playing with the current version (18.21, I think) available on
  821. >the Fractint page, but for seem reason this seems to be discouraged (it
  822. >says something like, OK, if you _really_ want it, here it is, but be
  823. >forewarned). Has anyone used this w/ happy results? 
  824.  
  825. I have.  It's good for if I want to pop into Fractint and do a quick render
  826. of something (like the Mandelbrot Set) at low-res so that I can play with
  827. it in Photoshop.  
  828.  
  829.  
  830. >Also if someone has an
  831. >executable version of the Winfract version that shipped w/ the book and
  832. >wouldn't mind sending it to me, or can tell me where I might download this,
  833. >I would appreciate that, too. 
  834.  
  835. I wonder if that actually was 18.21...  I haven't seen any updates to
  836. Winfract for awhile.
  837.  
  838. - -Jason
  839.  
  840. - -
  841. - ------------------------------------------------------------
  842. Thanks for using Fractint, The Fractals and Fractint Discussion List
  843. Post Message:   fractint@xmission.com
  844. Get Commands:   majordomo@xmission.com "help"
  845. Administrator:  twegner@phoenix.net
  846. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  847.  
  848. ------------------------------
  849.  
  850. Date: Sun, 01 Mar 1998 16:26:23 -0800
  851. From: Mark Christenson <mchris@hooked.net>
  852. Subject: (fractint) Sender: owner-fractint@lists.xmission.com
  853.  
  854. comment { commentary and pars by Mark "Bud" Christenson 3/1/98
  855.  
  856. Wow, Sylvie!  Awesome variant!  Now I need to get some work done.
  857. In the mean time, check out the product of several wasted hours...
  858.  
  859. Bud
  860.  
  861. }
  862.  
  863. gjv2-01            { ; "Grade", (c)  Bud 3/1/98
  864.                      ; frm gjv2 by Sylvie Gallet
  865.   reset=1930 type=formula formulafile=filist.frm
  866.   formulaname=gravijul-v2 function=acos/sqrt/recip passes=t
  867.   center-mag=0/0/0.3899791 params=0/0.8/0/0/4/0
  868.   float=y maxiter=300 inside=0 decomp=256
  869.   colors=000yx0yy0zz0<64>1z00z00z00y0<12>0l00k00j2<15>0MY0L_1L_<3>8JX00K33\
  870.  
  871. M76PA9RCASEBTGDU<2>LFUNGVPHVQIWRIW<3>ZMY_NZaOZbOZ<3>hR_iR_kS_mT_nU`
  872. pV`rW\
  873.   a<10>yjhzliznk<6>zxxzzzyzz<30>4WW2VV2UV1TU<15>0FF<15>s_0<27>yw0
  874.   }
  875.  
  876. gjv2-02            { ; "Induction", (c)  Bud 3/1/98
  877.                      ; frm gjv2 by Sylvie Gallet
  878.   reset=1930 type=formula formulafile=filist.frm
  879.   formulaname=gravijul-v2 function=atanh/sqrt/recip passes=t
  880.   center-mag=0/0/0.3462885 params=0/0.9/0/0/4/0
  881.   float=y maxiter=300 inside=0 decomp=256
  882.   colors=000yx0yy0zz0<64>1z00z00z00y0<12>0l0mmz<5>Hgk<3>7`d4Zb3W`<4>0JU00K\
  883.  
  884. <7>76PA9R<2>GDUIEUJEULFUNGVPHVQIW<4>ZMY_NZaOZbOZdPZ<2>hR_iR_kS_mT_<2
  885. >rWa\
  886.   sXbsZb<8>yjhzliznk<6>zxxzzzyzz<30>4WW2VV2UV<16>0FF<8>Z77b66d86<4>oN3rQ3t\
  887.   T2wW1xa1zh0zq0zz0zz0zZ0<6>zz0vn0<10>yw0
  888.   }
  889.  
  890. gjv2-04            { ; "Internal Reflections", (c)  Bud 3/1/98
  891.                      ; frm gjv2 by Sylvie Gallet
  892.   reset=1930 type=formula formulafile=filist.frm
  893.   formulaname=gravijul-v2 function=sin/log/acosh passes=t
  894.   center-mag=0/0.78/0.426 params=0/1.2/0/0/4/0 float=y
  895.   maxiter=300 inside=0 decomp=256
  896.  
  897. colors=GG`<3>CCYCCYCDY<17>CRTCRTCSSCSSCTS<12>CeRDeRFfR<30>xyDzzCzyC<6>
  898. wo\
  899.  
  900. CwmCwmC<15>naEnaEm`D<5>kXDjWDjVDiUCiTChSC<3>gPBfOAfNAeM9eL9<20>W11V00V
  901. 11\
  902.   <14>_CC_DD_EE`FF`FF`GG<25>nddoeepggqhh<3>unnupovqqvrr<3>yxxzzzzzz<47>HH`
  903.   cyclerange=0/255
  904.   }
  905.  
  906. frm:gravijul-v2 { ; Variation on Mark Christenson's gravijul by Sylvie Gallet
  907.    z = pixel :
  908.    w = fn1(real(z)) , x = fn3(p1/fn2(w*w))
  909.    w = fn1(imag(z)) , y = fn3(p1/fn2(w*w))
  910.    z = x + flip(y) + p2
  911.     |z| < p3
  912.   }
  913.  
  914.  
  915.  
  916. - -
  917. - ------------------------------------------------------------
  918. Thanks for using Fractint, The Fractals and Fractint Discussion List
  919. Post Message:   fractint@xmission.com
  920. Get Commands:   majordomo@xmission.com "help"
  921. Administrator:  twegner@phoenix.net
  922. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  923.  
  924. ------------------------------
  925.  
  926. Date: Sun, 1 Mar 1998 18:26:10 -0600
  927. From: "Tim Wegner" <twegner@phoenix.net>
  928. Subject: (fractint) (Fwd) Fix needed for F-tint 20
  929.  
  930. Can anyone else duplicate this problem? With Bob's permission I am 
  931. posting some mail he sent me privately. I can't duplicate this. The 
  932. built-in limit seems to be 2000 formula entries in a file. If I can 
  933. duplicate the problem I will look into it.
  934.  
  935. Tim
  936.  
  937. - ------- Forwarded Message Follows -------
  938. Date:          Thu, 26 Feb 1998 21:23:43 -0600
  939. From:          Bob Margolis <rttyman@wwa.com>
  940. Reply-to:      rttyman@wwa.com
  941. To:            twegner@phoenix.net
  942. Subject:       Fix needed for F-tint 20
  943.  
  944. Hi Tim:
  945.  
  946. I've noticed a problem with Fractint with regards to the number of
  947. formulas that can be stored in one file. Because of this problem, I
  948. limit myself to having no more than 100 formulas in a file. I discovered
  949. that when I had somewhere around 150 formulas, the formula names listed
  950. on the selection menu would run up against each other like this:
  951. formula1formula2formula3 etc. It didn't matter how few characters there
  952. were, the same thing would happen even if they were frm1frm2frm3frm4frm
  953. etc. This problem does not occur with parameter files ot color map
  954. files. Would you kindly rectify this snafu in FractInt20? I'd be
  955. eternally grateful to you.
  956.  
  957. Bob Margolis
  958.  
  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: Sun, 01 Mar 1998 16:49:28 -0800
  971. From: Mark Christenson <mchris@hooked.net>
  972. Subject: (fractint) gravijul-v2 (second transmission)
  973.  
  974. comment { commentary and pars by Mark "Bud" Christenson 3/1/98
  975.  
  976. Sorry for the screwed-up subject line in my last msg.
  977.  
  978. Wow, Sylvie!  Awesome variant!  Now I need to get some work done.
  979. In the mean time, check out the product of several wasted hours...
  980.  
  981. Bud
  982.  
  983. }
  984.  
  985. gjv2-01            { ; "Grade", (c)  Bud 3/1/98
  986.                      ; frm gjv2 by Sylvie Gallet
  987.   reset=1930 type=formula formulafile=filist.frm
  988.   formulaname=gravijul-v2 function=acos/sqrt/recip passes=t
  989.   center-mag=0/0/0.3899791 params=0/0.8/0/0/4/0
  990.   float=y maxiter=300 inside=0 decomp=256
  991.   colors=000yx0yy0zz0<64>1z00z00z00y0<12>0l00k00j2<15>0MY0L_1L_<3>8JX00K33\
  992.  
  993. M76PA9RCASEBTGDU<2>LFUNGVPHVQIWRIW<3>ZMY_NZaOZbOZ<3>hR_iR_kS_mT_nU`
  994. pV`rW\
  995.   a<10>yjhzliznk<6>zxxzzzyzz<30>4WW2VV2UV1TU<15>0FF<15>s_0<27>yw0
  996.   }
  997.  
  998. gjv2-02            { ; "Induction", (c)  Bud 3/1/98
  999.                      ; frm gjv2 by Sylvie Gallet
  1000.   reset=1930 type=formula formulafile=filist.frm
  1001.   formulaname=gravijul-v2 function=atanh/sqrt/recip passes=t
  1002.   center-mag=0/0/0.3462885 params=0/0.9/0/0/4/0
  1003.   float=y maxiter=300 inside=0 decomp=256
  1004.   colors=000yx0yy0zz0<64>1z00z00z00y0<12>0l0mmz<5>Hgk<3>7`d4Zb3W`<4>0JU00K\
  1005.  
  1006. <7>76PA9R<2>GDUIEUJEULFUNGVPHVQIW<4>ZMY_NZaOZbOZdPZ<2>hR_iR_kS_mT_<2
  1007. >rWa\
  1008.   sXbsZb<8>yjhzliznk<6>zxxzzzyzz<30>4WW2VV2UV<16>0FF<8>Z77b66d86<4>oN3rQ3t\
  1009.   T2wW1xa1zh0zq0zz0zz0zZ0<6>zz0vn0<10>yw0
  1010.   }
  1011.  
  1012. gjv2-04            { ; "Internal Reflections", (c)  Bud 3/1/98
  1013.                      ; frm gjv2 by Sylvie Gallet
  1014.   reset=1930 type=formula formulafile=filist.frm
  1015.   formulaname=gravijul-v2 function=sin/log/acosh passes=t
  1016.   center-mag=0/0.78/0.426 params=0/1.2/0/0/4/0 float=y
  1017.   maxiter=300 inside=0 decomp=256
  1018.  
  1019. colors=GG`<3>CCYCCYCDY<17>CRTCRTCSSCSSCTS<12>CeRDeRFfR<30>xyDzzCzyC<6>
  1020. wo\
  1021.  
  1022. CwmCwmC<15>naEnaEm`D<5>kXDjWDjVDiUCiTChSC<3>gPBfOAfNAeM9eL9<20>W11V00V
  1023. 11\
  1024.   <14>_CC_DD_EE`FF`FF`GG<25>nddoeepggqhh<3>unnupovqqvrr<3>yxxzzzzzz<47>HH`
  1025.   cyclerange=0/255
  1026.   }
  1027.  
  1028. frm:gravijul-v2 { ; Variation on Mark Christenson's gravijul by Sylvie Gallet
  1029.    z = pixel :
  1030.    w = fn1(real(z)) , x = fn3(p1/fn2(w*w))
  1031.    w = fn1(imag(z)) , y = fn3(p1/fn2(w*w))
  1032.    z = x + flip(y) + p2
  1033.     |z| < p3
  1034.   }
  1035.  
  1036.  
  1037.  
  1038. - -
  1039. - ------------------------------------------------------------
  1040. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1041. Post Message:   fractint@xmission.com
  1042. Get Commands:   majordomo@xmission.com "help"
  1043. Administrator:  twegner@phoenix.net
  1044. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1045.  
  1046. ------------------------------
  1047.  
  1048. Date: Mon, 2 Mar 1998 18:24:41 -0500
  1049. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  1050. Subject: (fractint) gravijul-v2 (second transmission)
  1051.  
  1052. Hi Bud,
  1053.  
  1054. >> Wow, Sylvie!  Awesome variant!  Now I need to get some work done. In
  1055. >> the mean time, check out the product of several wasted hours...
  1056.  
  1057.   Wow!
  1058.  
  1059.   Here is another one:
  1060.  
  1061. sg_gravijul-v3_07  { ; .                                    t=3D  0:00:49=
  1062. =2E38
  1063.                      ; Copyright Sylvie Gallet, Mar 01, 1998
  1064.                      ; <sylvie_gallet@compuserve.com>
  1065.                      ; t=3Dcalc time using a Pentium 166 at 1600 x 1200
  1066.   reset=3D1960 type=3Dformula formulafile=3Dsg_gravj.par
  1067.   formulaname=3Dgravijul-v3 function=3Dflip/asin/asin passes=3D1
  1068.   center-mag=3D4.44089e-016/0/0.03026086/1/45 params=3D32/0/8/0/6/0
  1069.   float=3Dy maxiter=3D256 decomp=3D256 periodicity=3D0
  1070.   colors=3DrrrcYK<10>VMBUKAUKA<40>vvbwwcwvc<32>UPF000<106>000UKA<30>vubww=
  1071. cwv\
  1072.   c<21>dZL000 cyclerange=3D1/254
  1073.   }
  1074.  
  1075. sg_gravijul-v3_08  { ; .                                    t=3D  0:00:57=
  1076. =2E78
  1077.                      ; Copyright Sylvie Gallet, Mar 02, 1998
  1078.                      ; <sylvie_gallet@compuserve.com>
  1079.                      ; t=3Dcalc time using a Pentium 166 at 1600 x 1200
  1080.   reset=3D1960 type=3Dformula formulafile=3Dsg_gravj.par
  1081.   formulaname=3Dgravijul-v3 function=3Dasinh/log/asinh passes=3D1
  1082.   center-mag=3D1.77636e-015/-1.55431e-015/0.08372294/1/150
  1083.   params=3D13.5/0/-11.5/0/2.5/0 float=3Dy maxiter=3D511 decomp=3D256
  1084.   periodicity=3D0
  1085.   colors=3DpnX<5>vubwwcwvc<25>`VI_UHYTG<5>RMBPKAPKA<17>e`MfaNgbOhcPidQieQ=
  1086. <17\
  1087.   >vvbwwcwvc<23>aYM`XLZVK<13>332000000<77>000000100211<11>GD7HE8IF9JGAKHA=
  1088. <\
  1089.   10>XTJYUJZVK_WK`XL<2>c_Md`NeaOfbPgcQ<6>olW cyclerange=3D0/255
  1090.   }
  1091.  
  1092. sg_gravijul-v3_09  { ; .                                    t=3D  0:01:01=
  1093. =2E96
  1094.                      ; Copyright Sylvie Gallet, Mar 03, 1998
  1095.                      ; <sylvie_gallet@compuserve.com>
  1096.                      ; t=3Dcalc time using a Pentium 166 at 1600 x 1200
  1097.   reset=3D1960 type=3Dformula formulafile=3Dsg_gravj.par
  1098.   formulaname=3Dgravijul-v3 function=3Dcotanh/flip/log passes=3D1
  1099.   center-mag=3D0/2.77556e-017/0.6987274/0.6283/-18.855/14.713
  1100.   params=3D-3.6/0/1/0/3.14159265358979/0 float=3Dy maxiter=3D256 inside=3D=
  1101. 0
  1102.   decomp=3D256 periodicity=3D0
  1103.   colors=3D806<19>604604714<8>D54000<31>WM1WM1XN1YN2ZO2<9>fU7gV7hW8iW9<16=
  1104. >qe\
  1105.   LqfMrfNrfN<18>zpZ000<5>000zwh<30>qiYphXphXogWnfV<28>QLBPKBNJA<12>221000=
  1106. 0\
  1107.   00<45>000 cyclerange=3D0/255
  1108.   }
  1109.  
  1110. frm:gravijul-v3 { ; Variation on Mark Christenson's gravijul by Sylvie
  1111. Gallet
  1112.    z =3D pixel:
  1113.    w =3D fn1(z)
  1114.    z =3D fn3(fn2(w*w)^p1) + p2
  1115.     |z| < p3
  1116.   }
  1117.  
  1118.   Cheers,
  1119.  
  1120.         - Sylvie
  1121.  
  1122. - -
  1123. - ------------------------------------------------------------
  1124. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1125. Post Message:   fractint@xmission.com
  1126. Get Commands:   majordomo@xmission.com "help"
  1127. Administrator:  twegner@phoenix.net
  1128. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1129.  
  1130. ------------------------------
  1131.  
  1132. End of fractint-digest V1 #119
  1133. ******************************
  1134.  
  1135.