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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #226
  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          Friday, May 29 1998          Volume 01 : Number 226
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Fri, 29 May 1998 08:29:20 -0700
  18. From: Mark Christenson <mchris@hooked.net>
  19. Subject: Re: (fractint) FRM: gravipop
  20.  
  21. I think it's because you're not using w & v.  Try this:
  22.  
  23. gravipop {;might work?
  24.         ;5-28-98 kathy roth
  25.     x=xpixel, y=ypixel:
  26.     h=imag(p3)
  27.     w=fn1(x)
  28.   ;  x=fn3(p1/fn2(x*x)) + p2
  29.     x=fn3(p1/fn2(w*w)) + p2
  30.     v=fn1(y)
  31.   ;  y=fn3(p1/fn2(y*y)) +p2
  32.     y=fn3(p1/fn2(v*v)) +p2
  33.     x=x-h*sin(y+tan(3*y))
  34.     y=y-h*sin(x+tan(3*x))
  35.     |x+y|<real(p3)
  36.      }
  37.  
  38. One of these days I hope to have time to frac again.  I've been
  39. really frustrated not having time to check out all of these
  40. new formulae and pars, and I get cranky without a creative
  41. outlet. 
  42.  
  43.  
  44. Later, Bud
  45.  
  46.  
  47. - --------------------------------------------------------------
  48. Thanks for using Fractint, The Fractals and Fractint Discussion List
  49. Post Message:   fractint@lists.xmission.com
  50. Get Commands:   majordomo@lists.xmission.com "help"
  51. Administrator:  twegner@phoenix.net
  52. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  53.  
  54. ------------------------------
  55.  
  56. Date: Fri, 29 May 1998 11:54:30 -0400
  57. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  58. Subject: (fractint) gravipop
  59.  
  60. Hi Kathy,
  61.  
  62. >> Can anyone just send me a workable version of Popcorn Jul?
  63.  
  64. PopcornJul (origin) {; adaptation by Bradley Beacham  [74223,2745]
  65.        ; The next line sets h=3D0.05 if real(p1)<=3D0, else h=3Dreal(p1)
  66.   h =3D (0.05 * (real(p1)<=3D0) + real(p1) * (0<p1))
  67.   x =3D real(pixel), y =3D imag(pixel):
  68.     newx =3D x - h*sin((y) + tan(3*y))
  69.     newy =3D y - h*sin((x) + tan(3*x))
  70.     x =3D newx, y =3D newy
  71.     z =3D x + flip(y)
  72.       |z| < 4
  73.   ;SOURCE: pj.frm
  74. }
  75.  
  76. >> Here's a par from popcornjul:
  77. >>
  78. >> beach_at_kehena    { ; 5-28-98 kathy roth
  79.  
  80.   Very nice image!
  81.  
  82.   Cheers,
  83.  
  84.         - Sylvie
  85.  
  86. - --------------------------------------------------------------
  87. Thanks for using Fractint, The Fractals and Fractint Discussion List
  88. Post Message:   fractint@lists.xmission.com
  89. Get Commands:   majordomo@lists.xmission.com "help"
  90. Administrator:  twegner@phoenix.net
  91. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  92.  
  93. ------------------------------
  94.  
  95. Date: Fri, 29 May 1998 13:24:21 EDT
  96. From: <HWeber8606@aol.com>
  97. Subject: Re: (fractint) Partobat - problem solved!?
  98.  
  99. Hi Peter, hi Les,
  100.  
  101. thanks for your response about partobat 3.5. I will send your messages to
  102. Michael Peters.
  103.  
  104. Cheers --Jo--
  105.  
  106. - --------------------------------------------------------------
  107. Thanks for using Fractint, The Fractals and Fractint Discussion List
  108. Post Message:   fractint@lists.xmission.com
  109. Get Commands:   majordomo@lists.xmission.com "help"
  110. Administrator:  twegner@phoenix.net
  111. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  112.  
  113. ------------------------------
  114.  
  115. Date: Fri, 29 May 1998 13:24:20 EDT
  116. From: <HWeber8606@aol.com>
  117. Subject: (fractint) missing "O" on my site
  118.  
  119. Hi,
  120.  
  121. 'scuse me. I added the missing "o" and maps3 is downloadable from my site.
  122. Cheers --Jo--
  123.  
  124. - --------------------------------------------------------------
  125. Thanks for using Fractint, The Fractals and Fractint Discussion List
  126. Post Message:   fractint@lists.xmission.com
  127. Get Commands:   majordomo@lists.xmission.com "help"
  128. Administrator:  twegner@phoenix.net
  129. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  130.  
  131. ------------------------------
  132.  
  133. Date: Fri, 29 May 1998 10:37:13 -0700
  134. From: "Mike and Linda Allison" <gumbycat@ix.netcom.com>
  135. Subject: (fractint) Paul's frm; my par and colormap
  136.  
  137. This one is a little off balance but I like it anyway.  Do what you can
  138. with the colormap.
  139.  
  140. Great formula, Paul!  Thanks!
  141.  
  142. Linda
  143. http://www.fractalus.com/gumbycat/ (last update 5/29/98)
  144. http://www.geocities.com/Paris/5519 (last update 5/29/98)
  145. http://www.toptown.com/innercircle/gumbycat/index.html (last update
  146. 3/20/98)
  147.  
  148. - ------------------begin---------------
  149.  
  150. 0528pc01           { ; copyright Linda Allison created May 29, 1998
  151.                      ; gumbycat@ix.netcom.com
  152.                      ; calc time   0:01:28.59
  153.                      ; formula by Paul Carlson; colormap by Linda
  154. Allison
  155.   reset=1960 type=formula formulafile=0528pc01.par
  156.   formulaname=fb_halley_m4 passes=t
  157.  
  158. center-mag=+1.01281940334334200/+1.75425472636706300/290410.5/0.9719/29.
  159. \
  160.   999 params=1/0/0.9350000000000001/0/0.17/0 float=y maxiter=25000
  161.   inside=253 outside=summ
  162.  
  163. colors=A04onl<13>WQGUODSNC<11>000qqq<27>000wRF<6>mG8kE6jD6<2>fA5d94c83a7
  164. \
  165.  
  166. 2_61<6>J31H31E21B20<3>000g28<28>211pon<14>WQGUODSNC<11>000qqq<28>000wRF<
  167. \
  168.   8>lG8jF8iE7gD7fC6dA5<13>000g28<28>000e6Ed4Eb2E`0D<11>A04pon
  169.   }
  170.  
  171. frm:fb_halley_m4 {; Copyright (c) Paul W. Carlson, 1998
  172.     ; Halley solution of w^4 - w - c = 0
  173.     ; Always use float=y, outside=summ
  174.     ; p1 = relaxation factor
  175.     ; p2 = radius of center of ring (0.01 to 10)
  176.     ; p3 = one half thickness of ring (0.01 to p2)
  177.  
  178.     c = pixel
  179.     w = z = iter = bailout = 0
  180.     d0 = p2 + p3
  181.     d1 = 0.382683432365 * p2
  182.     d2 = 0.923879532511 * p2
  183.     dsqd = d0 * d0 + p2 * p2 - (d0 + d0) * d2
  184.     :
  185.     w2 = w * w, fnc = w2 * w2 - w - c, der = 4 * w * w2 - 1
  186.     k = p1 * fnc / (der - 12 * w2 * fnc / (der + der))
  187.     w = w - k
  188.     ;
  189.     IF ((abs(cabs(w) - p2) < p3) && iter > 0)
  190.      bailout = 1
  191.      wr = real(w), wi = imag(w)
  192.      awr = abs(wr), awi = abs(wi)
  193.      IF (awr >= awi)
  194.          dist = (awr - d2) * (awr - d2) + (awi - d1) * (awi - d1)
  195.          adjust = 1
  196.      ELSE
  197.          dist = (awr - d1) * (awr - d1) + (awi - d2) * (awi - d2)
  198.          adjust = 0
  199.      ENDIF
  200.      IF     (wr >= 0 && wi >= 0)
  201.          range_num = 1 - adjust
  202.      ELSEIF (wr < 0 && wi >= 0)
  203.          range_num = 2 + adjust
  204.      ELSEIF (wr < 0 && wi < 0)
  205.          range_num = 5 - adjust
  206.      ELSE
  207.          range_num = 6 + adjust
  208.      ENDIF
  209.      ratio = sqrt(dist / dsqd)
  210.      z = 29 * ratio + range_num * 30 + 1
  211.     ELSEIF (|k| < 0.000001)
  212.      bailout = 1
  213.      z = 252
  214.     ENDIF
  215.     iter = iter + 1
  216.     z = z - iter
  217.     bailout == 0
  218. }
  219.  
  220. - -----------------end-----------------------
  221.  
  222.  
  223.  
  224.  
  225.  
  226. - --------------------------------------------------------------
  227. Thanks for using Fractint, The Fractals and Fractint Discussion List
  228. Post Message:   fractint@lists.xmission.com
  229. Get Commands:   majordomo@lists.xmission.com "help"
  230. Administrator:  twegner@phoenix.net
  231. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  232.  
  233. ------------------------------
  234.  
  235. Date: Fri, 29 May 1998 11:03:31 -0700 (PDT)
  236. From: noel giffin <noel@triumf.ca>
  237. Subject: Re: (fractint) Permission denied to download Fractint from Spanky??!??
  238.  
  239.     Paul wrote:
  240.  
  241. > Going through other Spanky pages I find the Fractint page has been moved to
  242. > /www/fractint/fractint.html, but that still doesn't explain my getting a 403,
  243. > as a 404 is what should have occurred!
  244.  
  245.  
  246.     The fractint pages have not moved! They have been at:
  247.     
  248.     http://spanky.triumf.ca/www/fractint/fractint.html 
  249.     
  250.     for a few years now!
  251.     
  252.     As for the return code, here are the definitions.
  253.     
  254.     
  255. =====================================================================
  256. Forbidden 403 
  257.  
  258. The request is for something forbidden. Authorization will not help. 
  259.  
  260. Not found 404 
  261.  
  262. The server has not found anything matching the URI given 
  263. =====================================================================
  264.  
  265. By trying to access
  266.  
  267.     /fractint/fractint.html 
  268.     
  269. rather than
  270.  
  271.     /www/fractint/fractint.html
  272.     
  273. It looks,to the http server,that you are trying to access a directory
  274. tree that it is not permitted to serve, hence the 403 return code.
  275.  
  276.     Regards,
  277.     Noel 
  278.  
  279.  
  280. - --------------------------------------------------------------
  281. Thanks for using Fractint, The Fractals and Fractint Discussion List
  282. Post Message:   fractint@lists.xmission.com
  283. Get Commands:   majordomo@lists.xmission.com "help"
  284. Administrator:  twegner@phoenix.net
  285. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  286.  
  287. ------------------------------
  288.  
  289. Date: Fri, 29 May 1998 11:29:33 -0700
  290. From: Mark Christenson <mchris@hooked.net>
  291. Subject: Re: (fractint) FRM: gravipop
  292.  
  293. At 08:29 AM 5/29/98 -0700, you wrote:
  294. >I think it's because you're not using w & v.  Try this:
  295. >...
  296.  
  297. You may also have a problem with overwriting variables.
  298. Set up a dummy "x"...
  299.  
  300. gravipop {;might work?
  301.         ;5-28-98 kathy roth
  302.     x=xpixel, y=ypixel:
  303.     h=imag(p3)
  304.     w=fn1(x)
  305.   ;  x=fn3(p1/fn2(x*x)) + p2
  306.     x=fn3(p1/fn2(w*w)) + p2
  307.     v=fn1(y)
  308.   ;  y=fn3(p1/fn2(y*y)) +p2
  309.     y=fn3(p1/fn2(v*v)) +p2
  310.   ;  x=x-h*sin(y+tan(3*y))
  311.     x1=x-h*sin(y+tan(3*y)) ; dummy x
  312.     y=y-h*sin(x+tan(3*x))
  313.     x = x1 ; update x
  314.     |x+y|<real(p3)
  315.      }
  316.  
  317. Also, is your bailout test correct?
  318.  
  319.  
  320. Bud
  321.  
  322.  
  323. - --------------------------------------------------------------
  324. Thanks for using Fractint, The Fractals and Fractint Discussion List
  325. Post Message:   fractint@lists.xmission.com
  326. Get Commands:   majordomo@lists.xmission.com "help"
  327. Administrator:  twegner@phoenix.net
  328. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  329.  
  330. ------------------------------
  331.  
  332. Date: Fri, 29 May 1998 15:59:37 -0400
  333. From: Hailman@PrepNet.ucc.on.ca (Robert Hailman)
  334. Subject: RE Re: (fractint) In Memoriam 486
  335.  
  336. NERDS! NERDS! YOU ARE ALL NERDS! STOP THE NERDINESS! KILL THE NERDS! DIE NERDS!
  337. GO TO HELL!
  338. Send flames to me ASAP.
  339.  
  340. Another expression of my political unique political views,
  341.    Robert Hailman
  342.  
  343. cstrik.isg@hetnet.nl wrote:
  344. > I'm quite sure they were made of magnetic monopoles. Well, the cheap ones of
  345. > course. The 'elite' editions were often magnetic hexapoles.
  346. > Christian
  347.  
  348. - --------------------------------------------------------------
  349. Thanks for using Fractint, The Fractals and Fractint Discussion List
  350. Post Message:   fractint@lists.xmission.com
  351. Get Commands:   majordomo@lists.xmission.com "help"
  352. Administrator:  twegner@phoenix.net
  353. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  354.  
  355. ------------------------------
  356.  
  357. Date: Fri, 29 May 1998 16:50:34 EDT
  358. From: <JimBeau549@aol.com>
  359. Subject: (fractint) 3 little pars
  360.  
  361. Here's 3 more parmfiles for anyone who just wants to view fractals as *art* :)
  362. Enjoy~
  363.  
  364. Jim
  365.  
  366. ******************************************************************************
  367. ******************
  368.  
  369. Apache             { ; 2min 75mhz 800x600
  370.                      ; 5/29/98 image(c)JamesWeaver
  371.   reset=1920 type=formula formulafile=jack5.frm formulaname=ormandel15
  372.   function=conj passes=t
  373.   center-mag=-0.0420168/1.33227e-015/0.625/1/-90 params=-3/0
  374.   maxiter=125 outside=real potential=255/255/0 invert=1/0/0
  375.   colors=000404000<15>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<1\
  376.   4>jB0i70f70<14>000<15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>\
  377.   795574354033077<13>4zz<15>zz0<15>z1z<13>808
  378.   }
  379.  
  380. Rose               { ; 1.5min 75mhz 800x600
  381.                      ; 5/29/98 image(c) JamesWeaver
  382.   reset=1960 type=halley passes=t
  383.   center-mag=-4.88498e-015/0.11099/0.622417 params=5/0.2/0.025/-0.24
  384.   float=y maxiter=1000 inside=epsiloncross outside=real invert=1/0/0
  385.   periodicity=0
  386.   colors=0002I2<7>171151020000313717A20<12>cAP<10>H43E30A2A<2>000<15>hh0<1\
  387.   5>000<3>00D00H22I<10>PP`<7>77L55J33H00E00A007003000<2>A00<2>L80OA0RD0UG0\
  388.   YJ0<5>rZ0<11>400A00<2>000<15>0pp<12>0BB077044000222<14>hhh<15>000<27>007\
  389.   017037<13>4S4<6>2J2
  390.   }
  391.  
  392. A_Dance_with_Julia { ; 2.5min 75mhz 800x600
  393.                      ; 5/29/98 image(c) JamesWeaver
  394.   reset=1960 type=julia(fn||fn) function=cotanh/flip passes=t
  395.   center-mag=+0.61309814450000000/-0.35420227000000000/0.6420237/1/45
  396.   params=0.8/-1.1/1 bailoutest=manh outside=atan
  397.   colors=000OOO<5>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>000<15>S5N\
  398.   <15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<13>4zz<15\
  399.   >zz0<15>z1z<15>000<15>0f0<15>zz0<15>zzz<8>SSS
  400.   }
  401.  
  402.  
  403. - --------------------------------------------------------------
  404. Thanks for using Fractint, The Fractals and Fractint Discussion List
  405. Post Message:   fractint@lists.xmission.com
  406. Get Commands:   majordomo@lists.xmission.com "help"
  407. Administrator:  twegner@phoenix.net
  408. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  409.  
  410. ------------------------------
  411.  
  412. Date: Fri, 29 May 1998 17:00:28 EDT
  413. From: <HWeber8606@aol.com>
  414. Subject: (fractint) Graphics Developers
  415.  
  416. Hi,
  417.  
  418. well, I hope that there is no rule which said that it is forbidden what I have
  419. done.
  420. For all of you, who haven't access to Compuserve's 
  421. Graphics Developers Forum - but would like to see the work that there was
  422. :-((
  423. done - I added all the pars to my download page, sorted by years.
  424. Because of my limited webspace I had to delete all frm's (use George Martin's
  425. Orgform), doc's, Txt's and so on....
  426. I hope you enjoy the magnificent stuff, it gives you and your machine years of
  427. pleasure.
  428. Cheers --Jo--
  429.  
  430. http://ourworld.compuserve.com/homepages/JoWeber
  431. member of the Infinite Fractal Loop
  432.  
  433.  
  434. - --------------------------------------------------------------
  435. Thanks for using Fractint, The Fractals and Fractint Discussion List
  436. Post Message:   fractint@lists.xmission.com
  437. Get Commands:   majordomo@lists.xmission.com "help"
  438. Administrator:  twegner@phoenix.net
  439. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  440.  
  441. ------------------------------
  442.  
  443. Date: Fri, 29 May 1998 18:26:42 -0400
  444. From: davides <davides@pipeline.com>
  445. Subject: (fractint) For_Steve_Karl  (Par) 
  446.  
  447. Having a few minutes this evening, I anticipated looking at a few pars
  448. since there must be 17^36 pars scattered around inside this machine. After
  449. looking at some, I would either tinker a bit, discard, keep - whatever.
  450. First up: 001-Jester by Steve Karl. In which I tinkered a bit and came up
  451. with this (Send flames to your local tax collection agency):
  452.  
  453. ==========================================================================>
  454.  
  455. For_Steve_Karl     { ;  (c) David Shanholtzer May 29, 1998 t=0:00:46.58
  456.                      ;  P200 MMX 1024x768
  457.                      ; color map: by "O"
  458.   reset=1960 type=formula formulafile=fractint.frm
  459.   formulaname=gallet-6-08 function=cosxx/sin/zero passes=t
  460.   center-mag=1.77636e-015/-1.77636e-015/0.1626667 params=1/0/2/0/99/0
  461.   maxiter=1410065407 inside=99 potential=256/200/33
  462.   invert=2.61459764833333/0/0
  463.   colors=000<7>0000ZT<13>074<3>0A60B70B80B8<52>0mi0nj0mi<30>096FCC<18>wp`<\
  464.   26>FCCD00G00<24>`F0000bG0cH0dI0<41>G0008D<6>0KL000<9>000
  465.   }
  466.  
  467.  
  468. davides@pipeline.com
  469. ds30@umail.umd.edu
  470. Back up my hard drive?
  471. How do I put it in reverse?
  472.  
  473. - --------------------------------------------------------------
  474. Thanks for using Fractint, The Fractals and Fractint Discussion List
  475. Post Message:   fractint@lists.xmission.com
  476. Get Commands:   majordomo@lists.xmission.com "help"
  477. Administrator:  twegner@phoenix.net
  478. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  479.  
  480. ------------------------------
  481.  
  482. Date: Fri, 29 May 1998 18:25:09 -0500
  483. From: "William J. Hawley" <wjhawley@icon-stl.net>
  484. Subject: (fractint) Orgform.exe 
  485.  
  486. This may already be fix in new version  but I found Orgform gave an
  487. "unspecified exception" running in DOS under Win95 and just hangs in pure DOS
  488. on a P-II 350.
  489. Worked fine before the upgrade.
  490.  
  491. - --
  492.  
  493.                               William J. Hawley
  494.                   bhawley@compucom.com at work
  495.                      wjhawley@icon-stl.net at play
  496.  
  497. - --
  498.  
  499. When companies ship Styrofoam, what do they pack it in?
  500.  
  501.  
  502.  
  503. - --------------------------------------------------------------
  504. Thanks for using Fractint, The Fractals and Fractint Discussion List
  505. Post Message:   fractint@lists.xmission.com
  506. Get Commands:   majordomo@lists.xmission.com "help"
  507. Administrator:  twegner@phoenix.net
  508. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  509.  
  510. ------------------------------
  511.  
  512. Date: Fri, 29 May 1998 18:25:11 -0500 (CDT)
  513. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  514. Subject: (fractint) Popcorn Formula
  515.  
  516. comment {
  517. The formula popcorn_jul below produces the same images as
  518. the builtin type, provided that float=yes.  The builtin
  519. type can use integer math, but if it is used in the formula,
  520. the tan() function fails when 3*y or 3*x is close to a
  521. multiple of pi/2.  The popcorn1 par produces the same
  522. image as does the builtin type with the defaults.
  523.  
  524. Just to see what would happen, I applied one of my rendering
  525. methods to the formula to produce the formula pc_popcorn_jul.
  526. Pars popcorn2, 3 and 4 use this formula.  The images are,
  527. well, differnt, but they do look sort of artistic.
  528.  
  529. I'll probably try some other rendering method on the popcorn
  530. when I get a chance.
  531.  
  532. Paul Carlson
  533. }
  534.  
  535. frm:popcorn_jul { ; Paul Carlson, 1998
  536.     ; Always use float=yes
  537.     ;
  538.     ; real(p1) = h in popcorn formula
  539.     ; imag(p1) = bailout value
  540.     ;
  541.     x = real(pixel)
  542.     y = imag(pixel)
  543.     h = real(p1)
  544.     :
  545.     prev_x = x
  546.     x = x - h * sin(y + tan(3 * y))
  547.     y = y - h * sin(prev_x + tan(3 * prev_x))
  548.     z = x + flip(y)
  549.     |z| <= imag(p1)
  550. }
  551.  
  552. popcorn1           { ; Paul Carlson, 1998
  553.   reset=1960 type=formula formulafile=popform.frm
  554.   formulaname=popcorn_jul
  555.   corners=-3/3/-2.25/2.25 params=0.05/4 float=y
  556.   colors=00000e0e00eee00e0eeL0eeeLLLLLzLzLLzzzLLzLzzzLzzz000555\
  557.   <3>HHHKKKOOOSSSWWW___ccchhhmmmssszzz00z<3>z0z<3>z00<3>zz0<3>0\
  558.   z0<3>0zz<2>0GzVVz<3>zVz<3>zVV<3>zzV<3>VzV<3>Vzz<2>Vbzhhz<3>zh\
  559.   z<3>zhh<3>zzh<3>hzh<3>hzz<2>hlz00S<3>S0S<3>S00<3>SS0<3>0S0<3>\
  560.   0SS<2>07SEES<3>SES<3>SEE<3>SSE<3>ESE<3>ESS<2>EHSKKS<2>QKSSKSS\
  561.   KQSKOSKMSKK<2>SQKSSKQSKOSKMSKKSK<2>KSQKSSKQSKOSKMS00G<3>G0G<3\
  562.   >G00<3>GG0<3>0G0<3>0GG<2>04G88G<2>E8GG8GG8EG8CG8AG88<2>GE8GG8\
  563.   EG8CG8AG88G8<2>8GE8GG8EG8CG8AGBBG<2>FBGGBGGBFGBDGBCGBB<2>GFBG\
  564.   GBFGBDGBCGBBGB<2>BGFBGGBFGBDGBCG000<6>000
  565.   }
  566.  
  567. frm:pc_popcorn_jul { ; Copyright (c) Paul W. Carlson, 1998
  568.     ; Always use float=yes
  569.     ;
  570.     ; real(p1) = h in popcorn formula
  571.     ; imag(p1) = bailout value
  572.     ; real(p2) = controls width of elements
  573.     ; imag(p2)   not used
  574.     ; real(p3) = number of color ranges
  575.     ; imag(p3) = number of colors in a range
  576.     ;
  577.     z = iter = bailout = range_num = 0
  578.     x = real(pixel)
  579.     y = imag(pixel)
  580.     h = real(p1)
  581.     width = real(p2)
  582.     num_ranges = real(p3)
  583.     colors_in_range = imag(p3)
  584.     index_factor = (colors_in_range - 1) / width
  585.     :
  586.     prev_x = x
  587.     x = x - h * sin(y + tan(3 * y))
  588.     y = y - h * sin(prev_x + tan(3 * prev_x))
  589.     w = x + flip(y)
  590.     dist = abs(|w|-.25)
  591.     IF (dist < width && iter > 0)
  592.     bailout = 1
  593.     z = index_factor * dist + range_num * colors_in_range + 1
  594.     ENDIF
  595.     range_num = range_num + 1
  596.     IF (range_num == num_ranges)
  597.     range_num = 0
  598.     ENDIF
  599.     iter = iter + 1
  600.     z = z - iter
  601.     bailout == 0 && |w| < imag(p1)
  602. }
  603.  
  604. popcorn2           { ; Copyright (c) Paul W. Carlson, 1998
  605.   reset=1960 type=formula formulafile=pc_pop.frm
  606.   formulaname=pc_popcorn_jul
  607.   center-mag=0.0167448/0.620048/14.42221
  608.   params=0.05/16/0.05/0/8/30
  609.   float=y maxiter=252 inside=253 outside=summ
  610.   colors=000fOz<28>I0Kz0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00\
  611.   zR<28>0C40zz<28>0CCGGz<28>00O000<13>000
  612.   }
  613.  
  614. popcorn3           { ; Copyright (c) Paul W. Carlson, 1998
  615.   reset=1960 type=formula formulafile=pc_pop.frm
  616.   formulaname=pc_popcorn_jul
  617.   center-mag=0.0102518/0.407039/24.84469
  618.   params=0.05/16/0.04/0/8/30
  619.   float=y maxiter=252 inside=253 outside=summ
  620.   colors=000fOz<28>I0Kz0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00\
  621.   zR<28>0C40zz<28>0CCGGz<28>00O000<13>000
  622.   }
  623.  
  624. popcorn4           { ; Copyright (c) Paul W. Carlson, 1998
  625.   reset=1960 type=formula formulafile=pc_pop.frm
  626.   formulaname=pc_popcorn_jul
  627.   center-mag=0.00820949/0.605735/43.74066
  628.   params=0.05/16/0.04/0/8/30
  629.   float=y maxiter=252 inside=253 outside=summ
  630.   colors=000fOz<28>I0Kz0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00\
  631.   zR<28>0C40zz<28>0CCGGz<28>00O000<13>000
  632.   }
  633.  
  634.  
  635. - --------------------------------------------------------------
  636. Thanks for using Fractint, The Fractals and Fractint Discussion List
  637. Post Message:   fractint@lists.xmission.com
  638. Get Commands:   majordomo@lists.xmission.com "help"
  639. Administrator:  twegner@phoenix.net
  640. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  641.  
  642. ------------------------------
  643.  
  644. Date: Fri, 29 May 1998 18:34:37 -0500 (CDT)
  645. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  646. Subject: Re: (fractint) Paul's frm; my par and colormap
  647.  
  648. Beautiful image, Linda!  And thanks for the great colormap.
  649.  
  650. Paul Carlson
  651.  
  652.  
  653. - --------------------------------------------------------------
  654. Thanks for using Fractint, The Fractals and Fractint Discussion List
  655. Post Message:   fractint@lists.xmission.com
  656. Get Commands:   majordomo@lists.xmission.com "help"
  657. Administrator:  twegner@phoenix.net
  658. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  659.  
  660. ------------------------------
  661.  
  662. Date: Fri, 29 May 1998 21:32:34 EDT
  663. From: <RParracho@aol.com>
  664. Subject: (fractint) Quickie4 par/frm
  665.  
  666. I think i've become addicted to fractalizing!  I find my self just wanting to
  667. do it.
  668.  
  669. One day a week I like to spend exploring par,map, or frm files of someone
  670. elses work exclusively.
  671. (Not regularly but chaotically).  Paul Carlson came back to me with images
  672. that are great together
  673. with mine in one file.  The differing points of view on an image, map, par are
  674. refreshing and educational.
  675. This posting includes three pars evolved from Paul Carlsons 'butterfIly' using
  676. Newt_Fangs_Mset. 
  677. I am posting three of the strange places I visited.  
  678.  
  679. Celtic_Braid       { ; RSP 29MAY98
  680.   reset=1960 type=formula formulafile=rspf003.frm formulaname=rsp_3080
  681.   passes=t center-mag=-6.66134e-016/4.44089e-016/0.9861933 params=3/0
  682.   float=y maxiter=256 inside=0 periodicity=0
  683.   colors=000000zb0<12>740310000`QV<12>423111000S8`<12>304101000OUY<10>5794\
  684.   56234111000zVW<12>733311000e3L<11>703502201000kmx<12>567223000_mj<12>465\
  685.   1220000OJ<11>043021011000ohh<12>655222000www<12>777333000jQU<12>52321100\
  686.   0i0w<12>507203000CWn<5>6HS5FP4DL3BH28E16A146013000iXc<14>000_mj<13>122
  687.   }
  688.  
  689. Green_Purple       { ; RSP 29MAY98
  690.   reset=1960 type=formula formulafile=rspf003.frm formulaname=rsp_3080
  691.   passes=t center-mag=-0.109036/0.176311/0.9114 params=3/0.1 float=y
  692.   maxiter=512 inside=0 outside=real periodicity=0
  693.   colors=0004ly<9>VtCYu6Ys7<12>iIQ<18>w73x61w61<31>RUHPVIPVI<12>_VPPNG<3>_\
  694.   C6b93cA3<20>xjM<22>gI6fG5fG5<18>mPMnQNnROnSPnTQ<23>mxolzqlzo<18>Vy1<32>P\
  695.   T4OS5MVD<4>7ip
  696.   }
  697.  
  698. Filigre            { ; RSP 28MAY98
  699.   reset=1960 type=formula formulafile=rspf003.frm formulaname=rsp_3090
  700.   passes=t center-mag=0/0/0.6666667 params=-1/0 float=y maxiter=512
  701.   inside=0 outside=real logmap=yes periodicity=0
  702.   colors=000cdW<9>kxN<12>D8Q<9>bf9d_PfTeiLv<9>xic<3>GcnFjfDrY<2>CugCvkCuj<\
  703.   15>G`NH_LJYN<8>`Bjb8mb8m<38>OAjNBiPEk<4>ZWv<6>p8As42s42<61>spyspyspx<48>\
  704.   rf_
  705.   }
  706.  
  707. Abstract           { ; RSP 28MAY98
  708.   reset=1960 type=formula formulafile=rspf003.frm formulaname=rsp_3091
  709.   center-mag=0.724525/-0.0076309/18.05907 params=3/0.35/0/0 float=y
  710.   maxiter=512 inside=0 outside=real periodicity=0
  711.   colors=000KIF<84>y_PCFE<47>NceCFENde<17>RmpSnqSmq<25>LNwKLxKLx<3>LMuLYU<\
  712.   47>UngCFE<15>KIF
  713.   }
  714.  
  715. Super_Slinkie      { ; *RSP 29MAY98
  716.                      ; Mutant of "butterfly" by Paul W. Carlson
  717.   reset=1960 type=formula formulafile=list.par
  718.   formulaname=newt_fang_mset function=sin/sqr passes=t
  719.   center-mag=1.5708/8.88178e-016/0.3529607/1.1481/-90
  720.   params=0.65/0/12/12/8/30 float=y maxiter=253 inside=253 outside=summ
  721.   colors=000z0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00zR<28>0C40zz<28>0CCGG\
  722.   z<28>00OfOz<28>I0K000<13>000 orbitdelay=25
  723.   }
  724.  
  725. Fractal_Spanner    { ; *RSP 29MAY98
  726.                      ; Mutant of "butterfly" by Paul W. Carlson
  727.                      ; Using Newt_Fang_Mset
  728.   reset=1960 type=formula formulafile=_n.frm
  729.   formulaname=newt_fang_mset function=sin/sqr passes=t
  730.   center-mag=-0.467691/-0.895814/7.225695/1.1481/-90
  731.   params=0.65/0/12/12/8/30 float=y maxiter=253 inside=253 outside=summ
  732.   colors=000z0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00zR<28>0C40zz<28>0CCGG\
  733.   z<28>00OfOz<28>I0K000<13>000 orbitdelay=25
  734.   }
  735.  
  736. Old_Friend         { ; *RSP 29MAY98
  737.                      ; Mutant of "butterfly" by Paul W. Carlson
  738.                      ; Using Newt_Fang_Mset
  739.   reset=1960 type=formula formulafile=_n.frm
  740.   formulaname=newt_fang_mset function=sinh/tan passes=t
  741.   center-mag=-0.659698/-0.77642/26.55023/1.1481/-90
  742.   params=0.55/0/12/2/2/30 float=y maxiter=252 inside=253 outside=summ
  743.   colors=000z0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00zR<28>0C40zz<28>0CCGG\
  744.   z<28>00OfOz<28>I0K000<13>000 orbitdelay=25
  745.   }
  746.  
  747. frm:rsp_3080    {    ;*RSP 29MAY98
  748.   z=pixel,
  749.   n=p1: 
  750.   z=z^n*sin(1/z)}
  751.  
  752. frm:rsp_3090    {    ;*RSP 29MAY98
  753.   z=pixel,
  754.   n=p1: 
  755.   z=z^n*sin(n/z)}
  756.  
  757. frm:rsp_3091    {    ;*RSP 29MAY98
  758.   z=pixel,
  759.   bail=(64*(|p2|<=0)+p2),
  760.   n=(1*(|p1|<=0)+p1): 
  761.   z=z^n*sin(n/z)
  762.   |z|<=bail}
  763.  
  764. - --------------------------------------------------------------
  765. Thanks for using Fractint, The Fractals and Fractint Discussion List
  766. Post Message:   fractint@lists.xmission.com
  767. Get Commands:   majordomo@lists.xmission.com "help"
  768. Administrator:  twegner@phoenix.net
  769. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  770.  
  771. ------------------------------
  772.  
  773. Date: Fri, 29 May 1998 19:49:35 -0700
  774. From: kathy roth <kroth@well.com>
  775. Subject: (fractint) gravipop  (par and frm)
  776.  
  777. Thank you, Sylvie.  I have gotten it to work, and
  778. it does have the watercolor-like effect that I was hoping
  779. to get, although I inelegantly just put the gravijul
  780. formula in after the popcornjul, so I guess it iterates
  781. pocornjul and then feeds the new x and y into z and
  782. then iterates gravijul.
  783.          (Oh, also, I made a copy-and-paste error and repeated part
  784. of it in the first few pars I made, and oddly enough the images
  785. are nearly identical but ever so slightly different, so Agravipop
  786. lives!)
  787.  
  788. frm:gravipop { ;5-29-98 kathy roth
  789.             ;imag p3 must be positive
  790.             x=real(pixel), y=imag(pixel), h=imag(p3):
  791.             newx = x-h*sin((y) + tan(3*y))
  792.             newy = y-h*sin((x) + tan(3*x))
  793.             x=newx, y=newy
  794.             z=x + flip(y)
  795.             w = fn1(z)
  796.             z = fn3(p1/fn2(w*w)) + p2
  797.             |z| < real(p3)
  798.     }
  799.  
  800. frm:agravipop { ;5-29-98 kathy roth
  801.             ;my mistake!
  802.             ;imag p3 must be positive
  803.             x=real(pixel), y=imag(pixel), h=imag(p3):
  804.             newx = x-h*sin((y) + tan(3*y))
  805.             newy = y-h*sin((x) + tan(3*x))
  806.             x=newx, y=newy
  807.             z=x + flip(y)
  808.             newx = x-h*sin((y) + tan(3*y))
  809.             newy = y-h*sin((x) + tan(3*x))
  810.             x=newx, y=newy
  811.             z=x + flip(y)
  812.             w = fn1(z)
  813.             z = fn3(p1/fn2(w*w)) + p2
  814.             |z| < real(p3)
  815.     }
  816.  
  817. agrav1             { ; 5-29-98 kathy roth
  818.                      ; palette by Linda Allison
  819.   reset=1960 type=formula formulafile=1popco~1.frm
  820.   formulaname=agravipop function=cotanh/atanh/atan passes=t
  821.   center-mag=-0.252347/-0.701005/0.2051282/1/90 params=1/1/1/1/1/0.05
  822.   float=y inside=111 outside=atan decomp=256
  823.   colors=I8F<6>unr<7>8F8<7>ly\
  824. l<7>05A<7>cru<7>444<7>mmz<7>I8F<7>zmm<7>A00<7\
  825.   >zzg<7>N13<7>z_K<7>g50<7>zvn<7>I8\
  826. F<7>ghl<7>08C<7>ata<7>A0A<7>Zrk<7>C40<7\
  827.   >zii<7>F00<7>zrc<7>N57<7>yZJ<7>c\
  828. 20<7>zaV<7>F00<7>sog<7>I8F
  829.   }
  830.  
  831. agrav2             { ; 5-29-98 kathy roth
  832.                      ; palette by Linda Allison
  833.   reset=1960 type=formula formulafile=1popco~1.frm
  834.   formulaname=agravipop function=cotanh/atanh/atan passes=t
  835.   center-mag=-0.0233255/0.0236748/1.888146/1/90 params=1/1/1/1/1/0.05
  836.   float=y inside=111 outside=atan invert=1/0/0 decomp=256
  837.   colors=I8F<6>unr<7>8F8<7>lyl<7>05\
  838. A<7>cru<7>444<7>mmz<7>I8F<7>zmm<7>A00<7\
  839.   >zzg<7>N13<7>z_K<7>g50<7>zvn<7>I8F<7>g\
  840. hl<7>08C<7>ata<7>A0A<7>Zrk<7>C40<7\
  841.   >zii<7>F00<7>zrc<7>N57<7>yZJ<7>c20<7>z\
  842. aV<7>F00<7>sog<7>I8F
  843.   }
  844.  
  845. agrav3             { ; 5-29-98 kathy roth
  846.                      ; palette by Linda Allison
  847.   reset=1960 type=formula formulafile=1popco~1.frm
  848.   formulaname=gravipop function=cotanh/atanh/atan passes=t
  849.   center-mag=-0.00217967/0.156643/6.478437/1/180 params=1/1/1/1/1/0.05
  850.   float=y inside=111 outside=atan invert=1/0/0 decomp=256
  851.   colors=I8F<6>unr<7>8F8<7>lyl<7>0\
  852. 5A<7>cru<7>444<7>mmz<7>I8F<7>zmm<7>A00<7\
  853.   >zzg<7>N13<7>z_K<7>g50<7>zvn<7>I\
  854. 8F<7>ghl<7>08C<7>ata<7>A0A<7>Zrk<7>C40<7\
  855.   >zii<7>F00<7>zrc<7>N57<7>yZJ<7>c2\
  856. 0<7>zaV<7>F00<7>sog<7>I8F
  857.   }
  858.  
  859. agrav7             { ;wave_at_kehena
  860.                      ; 5-29-98 kathy roth
  861.                      ; palette by Sylvie Gallet
  862.   reset=1960 type=formula formulafile=1popco~1.frm
  863.   formulaname=agravipop function=atanh/atanh/atan passes=t
  864.   center-mag=0.0613823/-1.37103/3.205128 params=1/1/1/1/1/0.05 float=y
  865.   inside=111 outside=atan decomp=256
  866.   colors=zzz99C<7>000UeeUeeUeefss<3>H\
  867. ii<13>6IK5GI4EG4DE3BC39A<4>000svv<6>A\
  868.   UU<22>000zzz<6>UdW<18>69858646534322\
  869. 2000zzz<6>fbHcZAbYA<21>000zzz<7>mU5<\
  870.   22>000zzz<5>fSTbMNaMN<22>000\
  871. zzz<6>WQ_<18>868656545333222000zzz<7>PPZ<13>\
  872.   AAE
  873.   }
  874.  
  875.  
  876. agrav4             { ; 5-29-98 kathy roth
  877.                      ; palette by Linda Allison
  878.   reset=1960 type=formula formulafile=1popco~1.frm
  879.   formulaname=agravipop function=cotanh/atanh/atan passes=t
  880.   center-mag=0.170858/-3.95507/2.385212/1/90 params=1/1/1/1/1/0.05
  881.   float=y inside=111 outside=atan decomp=256
  882.   colors=I8F<6>unr<7>8F8<7>lyl<7>05\
  883. A<7>cru<7>444<7>mmz<7>I8F<7>zmm<7>A00<7\
  884.   >zzg<7>N13<7>z_K<7>g50<7>zvn<7>I8F<7>g\
  885. hl<7>08C<7>ata<7>A0A<7>Zrk<7>C40<7\
  886.   >zii<7>F00<7>zrc<7>N57<7>yZ\
  887. J<7>c20<7>zaV<7>F00<7>sog<7>I8F
  888.   }
  889.  
  890. agrav5             { ; underwater scene
  891.                      ; 5-29-98 kathy roth
  892.     colors=0df0fh<6>0xz<15>077<30>1Te\
  893. 1Uf000<30>000000122<12>BGJFJV<13>W`uXaw\
  894.   W_u<14>H5S<24>zo`<3>vkW0uw<33>699777\
  895. 6AA<10>0cc0_`0_c0000II0_`<21>000<15>\
  896.   0de
  897.   }
  898.  
  899. agrav3a            { ; blue sky
  900.                      ; 5-29-98
  901.                      ; palette by Sylvie Gallet
  902.     colors=frqqqr<24>JgnHfmHfm<27>Vno\
  903. WnoXnoYopZop<3>bqpdqqerqgsqhsq<14>xyrzz\
  904.   syzr<17>coVbnUbnU<31>9TB<15>wlL<14>yy\
  905. fzzhxyh<26>5Wd2Uc2Vc<16>9kc9lcAmcBm\
  906.   c<26>rrqtrqvrqxsrzts<4>srr
  907.   }
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915. - --------------------------------------------------------------
  916. Thanks for using Fractint, The Fractals and Fractint Discussion List
  917. Post Message:   fractint@lists.xmission.com
  918. Get Commands:   majordomo@lists.xmission.com "help"
  919. Administrator:  twegner@phoenix.net
  920. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  921.  
  922. ------------------------------
  923.  
  924. Date: Fri, 29 May 1998 21:59:37 -0500
  925. From: Bob Margolis <rttyman@wwa.com>
  926. Subject: (fractint) PAR: Fractal Excursions--Julias
  927.  
  928. Julia_19           { ; (c) by Bob Margolis, 1998
  929.   reset=1960 type=julia passes=1
  930.   center-mag=-4.09273e-012/5.57066e-012/0.001533216/1.3333
  931.   params=-1.368978552267218/-0.006854015395267692 float=y maxiter=250
  932.   invert=0.5/0/0 symmetry=none periodicity=0 viewwindows=1/1/yes/0/0
  933.   colors=zzz<15>E0SF0UH0X<12>407zzz<15>0QZ0S`0Uc<12>068zzz<15>Z0Z`0`c0c<12\
  934.   >808zzz<15>Kg0Lj0Nn0<12>470zzz<15>e04h05<13>301zzz<15>90eA0h<13>206zzz<1\
  935.   5>sW0wZ0<13>850zzz<15>0C00D0<13>020 cyclerange=1/1
  936.   }
  937.  
  938. Julia_20           { ; (c) by Bob Margolis, 1998
  939.   reset=1960 type=julia passes=1
  940.   center-mag=+0.00000000000000094/-0.00000000000000070/1927.345
  941.   params=-1.369777474770824/0.01233349857882306 float=y maxiter=1500
  942.   inside=bof61 outside=real distest=2/2/768/768 symmetry=xyaxis
  943.   periodicity=0 viewwindows=1/1/yes/0/0
  944.   colors=zzzc_q<8>90eA0h<13>206zzz<15>sW0wZ0<13>850zzz<15>0C00D0<13>020wwx\
  945.   <14>E0SF0UH0X<12>407zzz<15>0QZ0S`0Uc<12>068zzz<15>Z0Z`0`c0c<12>808zzz<15\
  946.   >Kg0Lj0Nn0<12>470zzz<15>e04h05<13>301zzz<5>fcs cyclerange=1/1
  947.   }
  948.  
  949. Julia_21           { ; (c) by Bob Margolis, 1998
  950.   reset=1960 type=julzpower passes=1
  951.   center-mag=-3.63798e-012/-7.34267/0.0001320463/1.75
  952.   params=-0.5618229724187631/-0.3159772088666649/3/0 float=y
  953.   maxiter=1000 invert=0.5/0/0 symmetry=xyaxis periodicity=0
  954.   viewwindows=1/1.75/yes/0/0
  955.   colors=zzzbWi<7>E0SF0UH0X<12>407zzz<15>0QZ0S`0Uc<12>068zzz<15>Z0Z`0`c0c<\
  956.   12>808zzz<15>Kg0Lj0Nn0<12>470zzz<15>e04h05<13>301zzz<15>90eA0h<13>206zzz\
  957.   <15>sW0wZ0<13>850zzz<15>0C00D0<13>020wwx<5>e_k cyclerange=1/1
  958.   }
  959.  
  960. Julia_22           { ; (c) by Bob Margolis, 1998
  961.   reset=1960 type=julzpower passes=b center-mag=0/0/0.6666667
  962.   params=0.3273988610891286/1.278119418133082/3/0 float=y maxiter=400
  963.   bailoutest=and fillcolor=105 outside=real potential=64/64/0
  964.   invert=0.5/0/0 symmetry=xyaxis periodicity=0 viewwindows=1/1/yes/0/0
  965.   colors=zzzzzz<15>sW0wZ0<13>850zzz<15>0C00D0<13>020wwx<14>E0SF0UH0X<12>40\
  966.   7zzz<15>0QZ0S`0Uc<12>068zzz<15>Z0Z`0`c0c<12>808zzz<15>Kg0Lj0Nn0<12>470zz\
  967.   z<15>e04h05<13>301zzz<15>90eA0h<13>206 cyclerange=1/1
  968.   }
  969.  
  970. Julia_23           { ; (c) by Bob Margolis, 1998
  971.   reset=1960 type=julzpower passes=1
  972.   center-mag=-4.44089e-016/4.44089e-016/0.9363296
  973.   params=0.4517283971636711/0.02396779830841721/3/0 float=y
  974.   maxiter=400 bailoutest=or symmetry=xyaxis periodicity=0
  975.   viewwindows=1/1/yes/0/0
  976.   colors=zzz<20>zzzD0P<8>407zzz<15>0QZ0S`0Uc<12>068zzz<15>Z0Z`0`c0c<12>808\
  977.   zzz<15>Kg0Lj0Nn0<12>470zzz<15>e04h05<13>301zzz<15>90eA0h<13>206zzz<15>sW\
  978.   0wZ0<13>850zzz<15>0C00D0<13>020 cyclerange=1/1
  979.   }
  980.  
  981. Julia_24           { ; (c) by Bob Margolis, 1998
  982.   reset=1960 type=julzpower passes=1
  983.   center-mag=-3.33067e-016/3.33067e-016/0.7788162
  984.   params=0.2871576143465159/0.7348347289566918/3/0 float=y maxiter=600
  985.   bailoutest=real symmetry=xyaxis periodicity=0
  986.   viewwindows=1/1/yes/0/0
  987.   colors=zzz<10>zzzzzzxocxocxochR0hR0hR0xocxocE0R<9>407zzz<15>0QZ0S`0Uc<12\
  988.   >068zzz<15>Z0Z`0`c0c<12>808zzz<15>Kg0Lj0Nn0<12>470zzz<15>e04h05<13>301zz\
  989.   z<15>90eA0h<13>206zzz<15>sW0wZ0<13>850zzz<15>0C00D0<13>020
  990.   cyclerange=1/1
  991.   }
  992.  
  993. Julia_25           { ; (c) by Bob Margolis, 1998
  994.   reset=1960 type=julzpower passes=1
  995.   center-mag=-1.33227e-014/2.10942e-015/0.7478269/1.75
  996.   params=0.3181991470478923/0.6822242657333791/3/0 float=y maxiter=900
  997.   bailoutest=manr inside=bof60 biomorph=147 symmetry=xyaxis
  998.   periodicity=0 viewwindows=1/1.75/yes/0/0
  999.   colors=zzz<31>zzz<15>0QZ0S`0Uc<12>068zzz<15>Z0Z`0`c0c<12>808zzz<15>Kg0Lj\
  1000.   0Nn0<12>470zzz<63>zzz<15>sW0wZ0<13>850zzz<15>0C00D0<13>020
  1001.   cyclerange=1/1
  1002.   }
  1003.  
  1004. Julia_26           { ; (c) by Bob Margolis, 1998
  1005.   reset=1960 type=julzpower passes=1
  1006.   center-mag=-8.32667e-017/-2.77556e-017/3.306573
  1007.   params=-0.5533187340563496/-0.132799603919759/3/0 float=y
  1008.   maxiter=900 bailoutest=manh symmetry=xyaxis periodicity=0
  1009.   viewwindows=1/1/yes/0/0
  1010.   colors=000<63>000Cnz<11>y0yz0z<2>x0xu0vs0to0rl0oh0kc0gZ0dU0_O0VI0RC0L60H\
  1011.   00CO00<3>bO0eU0iZ0lc0oh0rl0to0vs0wu0yx0<2>zz0<14>0zz<14>y0yz0z<2>x0xu0vs\
  1012.   0to0ql0n<2>Z0bU0YO0T<3>008K00<3>_O0cU0gZ0jc0nh0ql0so0us0wu0xx0zy0zz0zz0<\
  1013.   14>0zz<14>y0yz0z<2>x0xu0vs0so0pl0m<2>Z0`U0WO0Q<3>004<32>004
  1014.   cyclerange=1/1
  1015.   }
  1016.  
  1017. - --------------------------------------------------------------
  1018. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1019. Post Message:   fractint@lists.xmission.com
  1020. Get Commands:   majordomo@lists.xmission.com "help"
  1021. Administrator:  twegner@phoenix.net
  1022. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1023.  
  1024. ------------------------------
  1025.  
  1026. Date: Fri, 29 May 1998 20:18:42 -0700
  1027. From: kathy roth <kroth@well.com>
  1028. Subject: (fractint) gravipop
  1029.  
  1030. >I think it's because you're not using w & v.  Try this:
  1031. >...
  1032.  
  1033. Thanks, Bud.  I think my problem was with the body of
  1034. the formula and you have to look at the popcornjul formula.
  1035. I think it is iterating the x and y separately and
  1036. you need the newx and newy part, and a relationship between
  1037. newx, newy aand z.  I keep trying to make little variations
  1038. on gravijul but none of them have the versatility of  gravijul.
  1039. Hope you have more time soon.  Gotta make time for fractaling!
  1040.  
  1041.  
  1042.  
  1043. - --------------------------------------------------------------
  1044. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1045. Post Message:   fractint@lists.xmission.com
  1046. Get Commands:   majordomo@lists.xmission.com "help"
  1047. Administrator:  twegner@phoenix.net
  1048. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1049.  
  1050. ------------------------------
  1051.  
  1052. Date: Fri, 29 May 1998 22:34:11 -0500
  1053. From: Bob Margolis <rttyman@wwa.com>
  1054. Subject: (fractint) Off Topic:  Byte Magazine to End Print Edition
  1055.  
  1056. If you want the full story that was announced Friday, I'll send it to
  1057. you following your e-mail request.
  1058.  
  1059. Bob
  1060.  
  1061. - --------------------------------------------------------------
  1062. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1063. Post Message:   fractint@lists.xmission.com
  1064. Get Commands:   majordomo@lists.xmission.com "help"
  1065. Administrator:  twegner@phoenix.net
  1066. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1067.  
  1068. ------------------------------
  1069.  
  1070. Date: Sat, 30 May 1998 01:48:28 -0400
  1071. From: "Phil DiGiorgi" <phild@iinc.com>
  1072. Subject: (fractint) PAR what if...
  1073.  
  1074. I was checking out all those terrific pars that have been posted using Paul Carlson's ZF_Ang
  1075. formula last night, really neat images from Gedeon and Sylvie.   Played around a little with the
  1076. formula myself, and that fn setting really has some interesting effects.   So the thought occurs
  1077. to me, I wonder what that would do if I stuck it into the HC_Grav formula I've been messing with.
  1078. (Note the sophisticated mathematical insight here.)   Wherupon, unencumbered by any real
  1079. understanding of what I was doing, I pasted the line from one formula into the other in what
  1080. seemed to be an appropriate place, changed the variable names to match, loaded it up, and fed it
  1081. some parameters.   Here are the first few images that came out...
  1082.  
  1083. Side note to Paul:   Your formulas just amaze me, they are so much fun to work with!   Please
  1084. forgive my tinkering, I just can't help myself ;-)
  1085.  
  1086.  
  1087. Phil D.
  1088. phild@iinc.com
  1089.  
  1090.  
  1091.  
  1092. hcg2-101           { ;   t=  0:09:10.12   (c) P. DiGiorgi - May 30, 1998
  1093.                      ; Using a K6-266 at 1600x1200
  1094.   reset=1960 type=formula formulafile=pctest.frm
  1095.   formulaname=pd-HC_Grav2 function=sqrt/conj/recip/trunc passes=t
  1096.   center-mag=8.88178e-016/-1.77636e-015/0.2826667
  1097.   params=0.6/-0.8/0.91/0.04/0.15/0.06 float=y maxiter=255 inside=253
  1098.   outside=summ logmode=fly
  1099.   colors=000zsX<13>mgQlfQlfQkeQkeP<43>IGAwccuZZ<3>rMMqJJpHHo\
  1100.   EE<5>l00<47>J00sss<15>ffffffeeeeeeddd<41>GGG0`z0Zt<2>0Vn0Um0\
  1101.   Sk0Rj0Ri<3>0Nd0Nc0Mc0Lb<46>05I00C000000 cyclerange=1/252
  1102.   }
  1103.  
  1104. hcg2-102           { ;   t=  0:08:49.32   (c) P. DiGiorgi - May 29, 1998
  1105.                      ; Using a K6-266 at 1600x1200
  1106.   reset=1960 type=formula formulafile=pctest.frm
  1107.   formulaname=pd-HC_Grav2 function=sqrt/conj/recip/exp passes=t
  1108.   center-mag=1.45285/-1.32873/0.6572967/1/132.5
  1109.   params=0.62/-0.68/0.8/0.1/0.4/0.4 float=y maxiter=255 inside=253
  1110.   outside=summ logmode=fly
  1111.   colors=000zsX<13>mgQlfQlfQkeQjeP<43>DC7wccuZZ<3>rMMqJJpHHo\
  1112.   EE<5>l00<47>J00sss<61>5550cz0Zt<2>0Vn0Um0Sk0Rj0Ri<3>0Nd0Nc\
  1113.   0Mc<13>0ET0DS0DR0CR0CQ0BQ<26>00B00A00B00C000000
  1114.   cyclerange=1/252
  1115.   }
  1116.  
  1117. hcg2-103           { ;   t=  0:01:22.33   (c) P. DiGiorgi - May 29, 1998
  1118.                      ; Using a K6-266 at 1600x1200
  1119.   reset=1960 type=formula formulafile=pctest.frm
  1120.   formulaname=pd-HC_Grav2 function=sqr/ident/recip/sqr passes=t
  1121.   center-mag=-0.00781069/-0.0031258/0.8118091/1/112.499
  1122.   params=0.95/0/1.16/0/0.35/0.35 float=y maxiter=255 inside=253
  1123.   outside=summ logmode=fly
  1124.   colors=000sss<61>5550cz0Zt<2>0Vn0Um0Sk0Rj0Ri<3>0Nd0Nc0Mc<13>\
  1125.   0ET0DS0DR0CR0CQ0BQ<26>00B00A00BzsX<61>221wccuZZ<3>rMMqJJp\
  1126.   HHoEE<5>l00<47>40000C000000 cyclerange=1/252
  1127.   }
  1128.  
  1129. hcg2-104           { ;   t=  0:01:13.60   (c) P. DiGiorgi - May 29, 1998
  1130.                      ; Using a K6-266 at 1600x1200
  1131.   reset=1960 type=formula formulafile=pctest.frm
  1132.   formulaname=pd-HC_Grav2 function=log/sqr/recip/trunc passes=t
  1133.   center-mag=3.33436/3.55271e-015/0.2653649/1/-90
  1134.   params=2/0/0/0/0.6/0.6 float=y maxiter=255 inside=253 outside=summ
  1135.   logmode=fly
  1136.   colors=000sss<61>5550cz0Zt<2>0Vn0Um0Sk0Rj0Ri<3>0Nd0Nc0Mc<13>0E\
  1137.   T0DS0DR0CR0CQ0BQ<26>00B00A00BzsX<61>221wccuZZ<3>rMMqJJpHHo\
  1138.   EE<5>l00<47>40000C000000 cyclerange=1/252
  1139.   }
  1140.  
  1141. frm:pd-HC_Grav2     {; formula by P. DiGiorgi, May, 1998
  1142.        ; P. Carlson's Hi_Cycle method (modified)
  1143.        ; applied to Mark Christenson's Gravijul formula
  1144.     z = w = iter = range_num = bailout = 0
  1145.  pa = real(p3), pb = imag(p3)
  1146.   w = pixel
  1147.   c = p2
  1148.   i = (0,1)
  1149.      k = 1.2 - pb
  1150.      :
  1151.   u = fn1(w)
  1152.   w = fn3(p1/fn2(u*u))
  1153.   wr = real(w)
  1154.      w = w - wr + abs(wr) - c
  1155.   angle = atan(imag(w)/wr)
  1156.      ka = k * angle / pb
  1157.      rw = k * cos(angle) + pb * cos(ka)
  1158.      iw = k * sin(angle) + pb * sin(ka)
  1159.      ww = rw + i * iw
  1160.      ww = fn4(1 - ww)/ww
  1161.   dist = abs(|w|-|ww|)
  1162.      IF (dist < pa && iter > 1)
  1163.  bailout = 1
  1164.  index = 63 * dist / pa
  1165.  z = index + range_num * 63 + 1
  1166.      ENDIF
  1167.      iter = iter + 1
  1168.      range_num = range_num + 1
  1169.      IF (range_num == 4)
  1170.  range_num = 0
  1171.      ENDIF
  1172.      z = z - iter
  1173.      bailout == 0 && |w| < 100
  1174.  }
  1175.  
  1176.  
  1177.  
  1178.  
  1179. - --------------------------------------------------------------
  1180. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1181. Post Message:   fractint@lists.xmission.com
  1182. Get Commands:   majordomo@lists.xmission.com "help"
  1183. Administrator:  twegner@phoenix.net
  1184. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1185.  
  1186. ------------------------------
  1187.  
  1188. End of fractint-digest V1 #226
  1189. ******************************
  1190.  
  1191.