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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #232
  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, June 8 1998          Volume 01 : Number 232
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Sun, 7 Jun 1998 17:48:19 EDT
  18. From: <RBarn0001@aol.com>
  19. Subject: (fractint) Bug correction on new Truemand formula parser
  20.  
  21. Well, the inevitable happened. When I tried to create a fractal animation
  22. using the formula parser, it didn't work. The bug was easy to fix, and the
  23. revised version is now available on my web site. I have also put a new fractal
  24. animation on the animation page. The animation was produced with fhe formula
  25. parser and a variation of one of Sylvie's formulas.
  26.  
  27. http://members.aol.com/RBarn0001
  28.  
  29. Ron Barnett
  30.  
  31. - --------------------------------------------------------------
  32. Thanks for using Fractint, The Fractals and Fractint Discussion List
  33. Post Message:   fractint@lists.xmission.com
  34. Get Commands:   majordomo@lists.xmission.com "help"
  35. Administrator:  twegner@phoenix.net
  36. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  37.  
  38. ------------------------------
  39.  
  40. Date: Sun, 7 Jun 1998 16:51:37 -0500 (CDT)
  41. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  42. Subject: (fractint) Cpd_Julia for Mike Traynor
  43.  
  44. I'm posting this to the list because Mike Traynor's isp will not
  45. accept email from Netcom.  I figure this is OK since some others
  46. may have missed the formula.
  47.  
  48. Mike wrote:
  49.  
  50. >Could you post the Cdp_Julia formula, or would it be easy for those of
  51. >us who are not formula adepts to make by cutting and pasting?
  52.  
  53. Here it is.  I had the name slightly wrong.  I'd forgotten I'd written
  54. the formula to do both Msets and Julia sets.  I've included a few of
  55. the original pars.
  56.  
  57.  
  58. frm:Cdp_Jul_Mand {; Copyright (c) Paul W. Carlson, 1998
  59.     ; real(p1) = 0 if Mset, otherwise Julia set
  60.     ; imag(p1) = maximum value of ratio (try 0.01 to 0.3)
  61.     ; p2       = Julia set coordinates (not used if Mset)
  62.     ; real(p3) = number of color ranges
  63.     ; imag(p3) = number of colors in a range
  64.     ;
  65.     z = iter = range_num = bailout = 0
  66.     IF (real(p1) == 0)
  67.     prev_w = 0
  68.     c = pixel
  69.     ELSE
  70.     prev_w = pixel
  71.     c = p2
  72.     ENDIF
  73.     max_r = imag(p1)
  74.     num_ranges = real(p3)
  75.     colors_in_range = imag(p3)
  76.     index_factor = (colors_in_range - 1) / max_r
  77.     :
  78.     w = prev_w * prev_w + c
  79.     ;
  80.     r = |prev_w| / |w|
  81.     prev_w = w
  82.     IF (r < max_r && iter > 0)
  83.     bailout = 1
  84.     z = index_factor * r + range_num * colors_in_range + 1
  85.     ENDIF
  86.     range_num = range_num + 1
  87.     IF (range_num == num_ranges)
  88.     range_num = 0
  89.     ENDIF
  90.     iter = iter + 1
  91.     z = z - iter
  92.     bailout == 0 && |w| < 4
  93. }
  94.  
  95. dragon_8e          { ; Copyright (c) Paul W. Carlson, 1998
  96.                      ; Julia set near period 8 bulb
  97.                      ; near Elephant Valley
  98.   reset=1960 type=formula formulafile=cdpjm.par
  99.   formulaname=cdp_jul_mand passes=1
  100.   center-mag=-4.44089e-016/3.33067e-016/0.8503401
  101.   params=1/0.07/0.35408308/0.095460802/8/30
  102.   float=y maxiter=5000 inside=253 outside=summ
  103.   colors=000z0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00zR<28>0\
  104.   C40zz<28>0CCGGz<28>00OfOz<28>I0K000<13>000
  105.   }
  106.  
  107. dragon_8s          { ; Copyright (c) Paul W. Carlson, 1998
  108.                      ; Julia set near period 8 bulb
  109.                      ; near Seahorse Valley
  110.   reset=1960 type=formula formulafile=cdpjm.par
  111.   formulaname=cdp_jul_mand passes=1
  112.   center-mag=-4.44089e-016/2.22045e-016/0.8912656
  113.   params=1/0.04/-0.3393105491995811/0.6264574211090803/8/30
  114.   float=y maxiter=5000 inside=253 outside=summ
  115.   colors=000zW0<28>c400zz<28>0CCz0f<28>O08zz0<28>aG0GGz<28>00Oz8\
  116.   8<28>O000zR<28>0C4fOz<28>I0K000<13>000
  117.   }
  118.  
  119. dragon_4e          { ; Copyright (c) Paul W. Carlson, 1998
  120.                      ; Julia set near period 4 bulb
  121.                      ; near Elephant Valley
  122.   reset=1960 type=formula formulafile=cdpjm.par
  123.   formulaname=cdp_jul_mand passes=1
  124.   center-mag=-3.33067e-016/0/0.8197279
  125.   params=1/0.07000000000000001/0.2880725730210543/0.4825050327\
  126.   926874/4/60
  127.   float=y maxiter=5000 inside=253 outside=summ
  128.   colors=000z88<58>O00zz0<58>aG00zR<58>0C4GGz<58>00O000<13>000
  129.   }
  130.  
  131.  
  132.  
  133. - --------------------------------------------------------------
  134. Thanks for using Fractint, The Fractals and Fractint Discussion List
  135. Post Message:   fractint@lists.xmission.com
  136. Get Commands:   majordomo@lists.xmission.com "help"
  137. Administrator:  twegner@phoenix.net
  138. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  139.  
  140. ------------------------------
  141.  
  142. Date: Sun, 7 Jun 1998 17:04:18 -0500 (CDT)
  143. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  144. Subject: (fractint) More about Four_Julias_z
  145.  
  146. I forgot to mention some things about the zoomable Four_Julias formula.
  147. When Sylvie send me her modification of the formula she mentioned this:
  148.  
  149. >  With this new version, the image can be rotated and zoomed into, but it
  150. >can't be interrupted with any key other than <tab> (this is due to the fact
  151. >that z0, delta_x and delta_y are initialized only once per image and that
  152. >they are reset to 0 when the image is resumed).
  153.  
  154. Paul Carlson
  155.  
  156.  
  157.  
  158.  
  159. - --------------------------------------------------------------
  160. Thanks for using Fractint, The Fractals and Fractint Discussion List
  161. Post Message:   fractint@lists.xmission.com
  162. Get Commands:   majordomo@lists.xmission.com "help"
  163. Administrator:  twegner@phoenix.net
  164. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  165.  
  166. ------------------------------
  167.  
  168. Date: Sun, 7 Jun 1998 16:58:06 -0700
  169. From: "Jay Hill" <ehill1@san.rr.com>
  170. Subject: Re: (fractint) More about Four_Julias_z
  171.  
  172. > From: Paul and/or Joyce Carlson <pjcarlsn@ix.netcom.com>
  173. > To: fractint@xmission.com
  174. > Subject: (fractint) More about Four_Julias_z
  175. > Date: Sunday, June 07, 1998 3:04 PM
  176. > I forgot to mention some things about the zoomable Four_Julias formula.
  177. > When Sylvie send me her modification of the formula she mentioned this:
  178. > >  With this new version, the image can be rotated and zoomed into, but it
  179. > >can't be interrupted with any key other than <tab> (this is due to the fact
  180. > >that z0, delta_x and delta_y are initialized only once per image and that
  181. > >they are reset to 0 when the image is resumed).
  182. > Paul Carlson
  183.  
  184. Paul has out done himself here, in fact he has four-up-ed himself! I am 
  185. reminded of my eighth-grade teacher who grew up as a boy with 4 sisters 
  186. to deal with. I asked him how that could be so bad (I have one sister). 
  187. I reasoned the 4 sisters would keep each other busy. Well, he replied 
  188. that they "4-up" on you. 
  189.  
  190. By the way, there is an 4 in one image upcoming in the Dr. J series 
  191. (Fractal-art list). But it will be zoomable but a different kind of four in 
  192. one. 
  193.  
  194. There is one more thing to note about zooming Paul's image. If you 
  195. try to pan, the image only draws the new part. You will also need to 
  196. do a slight zoom in or out. Here, let me try one here... boy this is 
  197. _neato_.
  198.  
  199. Jay
  200. PS. Hi Kathy and Wizzle.
  201.  
  202. 4juls_z1-z2        { ; Jay Hill's zoom of Paul Carlson's June 1998 image
  203.   reset=1960 type=formula formulafile=carlsonz.par
  204.   formulaname=four_julias_z passes=1
  205.   center-mag=0.389287/0.380634/2.700825/1/90
  206.   params=0.35408308/0.095460802/0.07/0.01/0.04/0.05
  207.   float=y maxiter=5000 inside=253 outside=summ
  208.   colors=000z0f<28>O08z88<28>O00zW0<28\
  209.   >c40zz0<28>aG00zR<28>0C40zz<28>0CCGG\
  210.   z<28>00OfOz<28>I0K000<9>000zzz000000000
  211.   }
  212.  
  213.  
  214. - --------------------------------------------------------------
  215. Thanks for using Fractint, The Fractals and Fractint Discussion List
  216. Post Message:   fractint@lists.xmission.com
  217. Get Commands:   majordomo@lists.xmission.com "help"
  218. Administrator:  twegner@phoenix.net
  219. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  220.  
  221. ------------------------------
  222.  
  223. Date: Sun, 7 Jun 1998 20:01:25 EDT
  224. From: <SKarl52884@aol.com>
  225. Subject: (fractint)partobat rte200
  226.  
  227. Greetings,
  228. I'm recieving "run time error 200 "   in partobat { the new version of it } on
  229. a pentium2\266.
  230. Is there a correction for this?
  231. All coments welcome.
  232. Steve
  233.  
  234. - --------------------------------------------------------------
  235. Thanks for using Fractint, The Fractals and Fractint Discussion List
  236. Post Message:   fractint@lists.xmission.com
  237. Get Commands:   majordomo@lists.xmission.com "help"
  238. Administrator:  twegner@phoenix.net
  239. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  240.  
  241. ------------------------------
  242.  
  243. Date: Sun, 7 Jun 1998 20:43:57 EDT
  244. From: <RParracho@aol.com>
  245. Subject: (fractint) PAR Quickie5
  246.  
  247. Good weather hiatus.
  248.  
  249. I'm tossed between the math and the art.  Should the math and choas destine
  250. the art or should we bend the math and apply structure to the chaos to give us
  251. a nice image.  What are the pros of one versus the pros of the other or maybe
  252. its just a personal preference.  
  253.  
  254. Quickie posting
  255. Lily_of_the_Halley { ; RSP 06JUN98
  256.   reset=1960 type=formula formulafile=rspf004.frm
  257.   formulaname=rspf_4032
  258.   center-mag=-0.549926/-4.44089e-016/0.5466667/1/-90 params=1/0/4/0
  259.   float=y maxiter=56 inside=255 periodicity=0
  260.   colors=KIfU87<5>zul<8>`46`00<2>S00P00N12<7>0FM<4>OXET`CXbB<6>xt0<9>`00<7\
  261.   >zyn<8>yUF<3>yHL<8>ZDQWCQTBRQASN9SK8TG7U<2>C7LA7I87E67B578375<6>BOH<5>ZO\
  262.   obOudRu<3>kbs<5>HEJ000B9D657000<13>Xcr<15>000232<10>5Pw<6>zo`<5>5Pw<6>00\
  263.   0CC9<13>wvk<2>rRf<7>IDgJFgKGgLJf<6>QUd<11>400<2>A00C00C00<11>N00000
  264.   }
  265.  
  266. Bizarre_1          { ; RSP 06JUN98
  267.   reset=1960 type=formula formulafile=rspf004.frm
  268.   formulaname=rspf_4050 passes=t
  269.   center-mag=-0.00742039/-0.354789/2.709851 params=1.01/0 float=y
  270.   maxiter=100 inside=255 periodicity=0 video=sf5
  271.   colors=0000II<6>0zz<9>r0r<9>000<219>xxx000yyyyyyzzz000066CCC
  272.   }
  273.  
  274. Math_Art1          { ; RSP 06JUN98
  275.   reset=1960 type=formula formulafile=rspf005.frm
  276.   formulaname=rspf_5030 passes=t
  277.   center-mag=-0.200313/0.713987/2.73224 params=0.25/0 float=y
  278.   maxiter=100 inside=255 periodicity=0
  279.   colors=KIf<2>NMfNOeOPeORePSeQUd<11>400<2>A00C00C00<12>O00<6>zul<8>`46`00\
  280.   <2>S00P00N12<7>0FM<4>OXET`CXbB<6>xt0<9>`00<7>zyn<8>yUF<3>yHL<8>ZDQWCQTBR\
  281.   QASN9SK8TG7U<2>C7LA7I87E67B578375<6>BOH<5>ZOobOudRu<3>kbs<5>HEJ000B9D657\
  282.   000<13>Xcr<15>000232<10>5Pw<6>zo`<5>5Pw<6>000CC9<13>wvk<2>rRf<7>IDgJFgKG\
  283.   g
  284.   }
  285.  
  286. Spiral_009         { ; RSP 07JUN98
  287.   reset=1960 type=barnsleyj1 passes=t
  288.   center-mag=0.525822/-0.300626/7.751938
  289.   params=-0.49784779/0.89781485427 float=y maxiter=256 bailoutest=manh
  290.   periodicity=0
  291.   colors=KIfcAA`45`00<3>P00N11K34<6>0FL<4>OXDT`BXbA<6>xt0<9>`00c85<6>zym<8\
  292.   >yUE<3>yHK<8>ZDPWCPTBQQARN9RK8SG7T<2>C7KA7H87D67A577374<6>BOG<5>ZOnbOtdR\
  293.   t<3>kbr<5>HEI000B9C656000<13>Xcq<13>456232000231<10>5Pv<6>zo_<5>5Pv<6>00\
  294.   0CC8<13>wvj<2>rRe<7>IDfJFfKGfLJe<6>QUc<9>856632400<2>A00C00C00<12>O00<6>\
  295.   zuk<6>fGF
  296.   }
  297.  
  298. frm:rspf_5030{    ;RSP 07JUN98
  299.        z=pixel:
  300.        g=sqr(z)*sqr(z)*z-z*sqr(z)+1,
  301.        h1=5*sqr(z)*sqr(z)-3*sqr(z),
  302.        h2=20*z*sqr(z)-6z,
  303.        h3=60*sqr(z)-6,
  304.        h=h1*h3/sqr(h2),
  305.        z=z-p1*g/h,
  306.        .0001<=|g|}
  307.  
  308. frm:rspf_4032    {;RSP 06JUN98
  309.   z=4*pixel: 
  310. zz=sqr(z),
  311. f=4*zz*z-3*z, 
  312. g=12*zz-3, 
  313. h=24*z,
  314. z=z-P1*f/(g-f*f/2/h)
  315. (1+real(z*h/g)) <=(0+P2) }
  316.  
  317. frm:rspf_4050    {;RSP 06JUN98
  318. c=50*pixel, z=(1,1): 
  319. zz=sqr(z),
  320. f=zz*zz*z-zz*z+c, 
  321. g=5*zz*zz-3*zz, 
  322. h=20*zz*z-6*z, 
  323. z=z-p1*f/(g-f*f/2/h), 
  324. .0001<=|f|}
  325.  
  326.  
  327.  
  328. - --------------------------------------------------------------
  329. Thanks for using Fractint, The Fractals and Fractint Discussion List
  330. Post Message:   fractint@lists.xmission.com
  331. Get Commands:   majordomo@lists.xmission.com "help"
  332. Administrator:  twegner@phoenix.net
  333. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  334.  
  335. ------------------------------
  336.  
  337. Date: Sun, 7 Jun 1998 20:36:20 -0500 (CDT)
  338. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  339. Subject: Re: (fractint) More about Four_Julias_z
  340.  
  341. Jay,
  342.  
  343. >There is one more thing to note about zooming Paul's image. If you 
  344. >try to pan, the image only draws the new part. You will also need to 
  345. >do a slight zoom in or out. Here, let me try one here... boy this is 
  346. >_neato_.
  347.  
  348. Thanks for the info.  Here's another thing I've discovered: if you
  349. use passes=g you will mess up all of the images except the one in
  350. the upper-left quadrant.  This is because the zooming code uses
  351. the values of the pixels (0,0), (0,1) and (1,0) to get horizontal
  352. and vertical distances between pixels and with passes=g the pixels
  353. at (0,1) and (1,0) are skipped on the first pass.
  354.  
  355. Paul Carlson
  356.  
  357.  
  358.  
  359. - --------------------------------------------------------------
  360. Thanks for using Fractint, The Fractals and Fractint Discussion List
  361. Post Message:   fractint@lists.xmission.com
  362. Get Commands:   majordomo@lists.xmission.com "help"
  363. Administrator:  twegner@phoenix.net
  364. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  365.  
  366. ------------------------------
  367.  
  368. Date: Sun, 7 Jun 1998 21:36:54 -0400
  369. From: JoWeber <JoWeber@compuserve.com>
  370. Subject: (fractint) Cpd_Julia for Mike Traynor
  371.  
  372. Hi,
  373.  
  374. >Could you post the Cdp_Julia formula, or would it be easy for those of
  375. >us who are not formula adepts to make by cutting and pasting?
  376.  
  377. >Here it is.  I had the name slightly wrong.  I'd forgotten I'd written
  378. >the formula to do both Msets and Julia sets.  I've included a few of
  379. >the original pars.
  380.  
  381. Very nice series. Use the following color-plugin to see a tattoo-effect.
  382. Cheers --Jo--
  383.  
  384. jowe_dragon          { ; color-plugin for Paul Carlson's dragons
  385.                                 ; e-mail to JoWeber@compuserve.com
  386.   colors=3D000r_FtaDvdByg8yh5yi3yg3<2>ga3<33>301<11>b0Ee0Ff5I<10>zzs<7>fV=
  387. 7cQ\
  388.   0`O0<2>SI0<6>P60<2>G00<4>0Qc<6>8bcAdcDed<11>tupxwrzyt<7>ylDxj2wiK<3>vc4=
  389. u\
  390.   a0ub3<3>vhJviNvjPwkR<7>zwu<13>wCM<7>H84<12>hMB<14>H84FB3PG3<6>zk0<3>0kk=
  391. <\
  392.   2>WgD<3>CXF<7>KSDLSDMRCOQBORA<2>OK8OH7OE6NB5PC6<7>eLAhMBiOD<3>nVJpXH
  393.   }
  394.  
  395.  
  396. - --------------------------------------------------------------
  397. Thanks for using Fractint, The Fractals and Fractint Discussion List
  398. Post Message:   fractint@lists.xmission.com
  399. Get Commands:   majordomo@lists.xmission.com "help"
  400. Administrator:  twegner@phoenix.net
  401. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  402.  
  403. ------------------------------
  404.  
  405. Date: Sun, 7 Jun 1998 21:44:54 -0400
  406. From: JoWeber <JoWeber@compuserve.com>
  407. Subject: (fractint)partobat rte200
  408.  
  409. Hi Steve,
  410. I sent the message to Michael,
  411. but he is away for vacation until June 12.
  412. Be patient.
  413. Cheers  --Jo--
  414.  
  415. - --------------------------------------------------------------
  416. Thanks for using Fractint, The Fractals and Fractint Discussion List
  417. Post Message:   fractint@lists.xmission.com
  418. Get Commands:   majordomo@lists.xmission.com "help"
  419. Administrator:  twegner@phoenix.net
  420. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  421.  
  422. ------------------------------
  423.  
  424. Date: Sun, 7 Jun 1998 22:04:06 EDT
  425. From: <SKarl52884@aol.com>
  426. Subject: Re: (fractint)partobat rte200
  427.  
  428. In a message dated 98-06-07 21:55:29 EDT, you write:
  429.  
  430. << Hi Steve,
  431.  I sent the message to Michael,
  432.  but he is away for vacation until June 12.
  433.  Be patient.
  434.  Cheers  --Jo-- >>
  435.  
  436. Thank you Joe....no hurry. Its on Machine # 2 ...
  437. I'll watch for any other suggestions.
  438. Cheers
  439. Steve
  440.  
  441. - --------------------------------------------------------------
  442. Thanks for using Fractint, The Fractals and Fractint Discussion List
  443. Post Message:   fractint@lists.xmission.com
  444. Get Commands:   majordomo@lists.xmission.com "help"
  445. Administrator:  twegner@phoenix.net
  446. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  447.  
  448. ------------------------------
  449.  
  450. Date: Sun, 7 Jun 1998 21:56:11 -0500 (CDT)
  451. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  452. Subject: Re: (fractint) Cpd_Julia for Mike Traynor
  453.  
  454. Hi Jo,
  455.  
  456. >Very nice series. Use the following color-plugin to see a tattoo-effect.
  457. >Cheers --Jo--
  458.  
  459. Thanks for the colormap.  Nice effect.  Just goes to show there's
  460. more than one way to paint a dragon!
  461.  
  462. Paul Carlson
  463.  
  464.  
  465.  
  466. - --------------------------------------------------------------
  467. Thanks for using Fractint, The Fractals and Fractint Discussion List
  468. Post Message:   fractint@lists.xmission.com
  469. Get Commands:   majordomo@lists.xmission.com "help"
  470. Administrator:  twegner@phoenix.net
  471. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  472.  
  473. ------------------------------
  474.  
  475. Date: Mon, 08 Jun 1998 17:26:41 +1200
  476. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  477. Subject: Re: (fractint) PAR Quickie5
  478.  
  479. At 20:43 07/06/98 EDT, RParracho@aol.com wrote:
  480. >
  481. >I'm tossed between the math and the art.  Should the math and choas destine
  482. >the art or should we bend the math and apply structure to the chaos to
  483. give us
  484. >a nice image.  What are the pros of one versus the pros of the other or maybe
  485. >its just a personal preference.  
  486. >
  487.  
  488. What's the difference? :-)
  489.  
  490. Really, the only that distinguishes mathematics from other art media is
  491. that it requires the learning of its own language (and to some extent, that
  492. language is an art form in its own right).
  493.  
  494. So mathematical art or artistic mathematics? I say it is a personal
  495. preference - it's the same thing anyway, so go with what turns you on the
  496. most!
  497.  
  498. Morgan L. Owens
  499.  
  500. "Music is the pleasure the human soul experiences from counting without
  501. being aware that it is counting."
  502.     Gottfried Leibniz
  503.  
  504. Ripples            { ; Cyberhippy Op Art
  505.                      ; with a faint wiff of the '60s
  506.                      ; 1024x768x256 for best effect
  507.   reset=1950 type=circle
  508.   corners=-1.173717/1.173717/-4.849146/4.849146/-0.02395341/-4.849146
  509.   params=2000000 float=y maxiter=2047 inside=255
  510.   colors=000<17>333333111333<9>555555666777777999999BBB<4>FFFGGGIII<9>RRR1\
  511.   11<6>222___<15>llllllnnn<2>qqqqqqrrrrrrttt<4>xxxxxxzzz<46>ggggggfffeee<4\
  512.   3>888888666<62>000
  513.   }
  514.  
  515.  
  516.  
  517. - --------------------------------------------------------------
  518. Thanks for using Fractint, The Fractals and Fractint Discussion List
  519. Post Message:   fractint@lists.xmission.com
  520. Get Commands:   majordomo@lists.xmission.com "help"
  521. Administrator:  twegner@phoenix.net
  522. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  523.  
  524. ------------------------------
  525.  
  526. Date: Mon, 8 Jun 1998 01:22:57 -0500 (CDT)
  527. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  528. Subject: (fractint) Four Mandels Formula
  529.  
  530. comment {
  531. Here is the Mset version of my Four_Julias_Z formula.  The
  532. same limitations apply plus these images cannot be rotated
  533. (maybe in a later version).  The par I've included is already
  534. a fairly deep zoom, so after displaying it you can press the
  535. "z" key, then the "F6" key, then the "F4" key, and then "Enter"
  536. twice to get the whole Mset (which probably won't look very
  537. good, but it will give you something to zoom into).
  538.  
  539. Paul Carlson
  540. }
  541.  
  542. frm:Four_Mandels     {; Copyright (c) Paul W. Carlson, 1998
  543.               ; Zooming added by Sylvie Gallet, 6/7/98
  544.     ; real(p1) = size factor, upper left  quadrant
  545.     ; imag(p1) = size factor, upper right quadrant
  546.     ; real(p2) = size factor, lower left  quadrant
  547.     ; imag(p2) = size factor, lower right quadrant
  548.     ;
  549.     z = bailout = iter = range_num = 0
  550.     w1 = w2 = w3 = w4 = 0
  551.     px = real(scrnpix), py = imag(scrnpix)
  552.     hmx = 0.5 * real(scrnmax)
  553.     hmy = 0.5 * imag(scrnmax)
  554.     IF ((px < 2) || (px > (real(scrnmax) - 3)) || \
  555.     (py < 2) || (py > (imag(scrnmax) - 3))  || \
  556.        ((px > hmx - 2) && (px < hmx + 1))      || \
  557.        ((py > hmy - 2) && (py < hmy + 1)))
  558.     z = 252
  559.     bailout = 1
  560.     IF (px == 0 && py == 0)
  561.         z0 = pixel
  562.     ENDIF
  563.     IF (px == 1 && py == 0)
  564.         delta_x = real(scrnmax) * real(pixel - z0)
  565.     ENDIF
  566.     IF (px == 0 && py == 1)
  567.         delta_y = flip(imag(scrnmax) * imag(pixel - z0))
  568.     ENDIF
  569.     ENDIF
  570.     IF (bailout == 0)
  571.     IF (px < hmx)
  572.         IF (py > hmy)
  573.         c = z0 + 2 * (pixel - z0) - delta_y
  574.         size = real(p2)
  575.         a1 = 0.6, b1 = 0.3, a2 = 0.2, b2 = 0.4
  576.         quad = 3
  577.         ELSE
  578.         c = z0 + 2 * (pixel - z0)
  579.         size = real(p1)
  580.         rad = 0.5
  581.         quad = 1
  582.         ENDIF
  583.     ELSEIF (py > hmy)
  584.         c = z0 + 2 * (pixel - z0) - delta_x - delta_y
  585.         size = imag(p2)
  586.         k = 0.5 + size
  587.         j = 0.5 - size
  588.         quad = 4
  589.     ELSE
  590.         c = z0 + 2 * (pixel - z0) - delta_x
  591.         size = imag(p1)
  592.         quad = 2
  593.     ENDIF
  594.     index_factor = 29 / size
  595.     ENDIF
  596.     :
  597.     IF (bailout == 0)
  598.     IF (quad == 1)
  599.         w1 = w1 * w1 + c
  600.         w = w1
  601.         ang = atan(imag(w1) / real(w1))
  602.         astroid = rad * (cos(ang)^3 + (0,1) * sin(ang)^3)
  603.         dist = abs(|w1| - |astroid|)
  604.     ELSEIF (quad == 2)
  605.         w2 = w2 * w2 + c
  606.         w = w2
  607.         dist = abs(|w2| - .25)
  608.     ELSEIF (quad == 3)
  609.         w3 = w3 * w3 + c
  610.         w = w3
  611.         ang = atan(imag(w3) / real(w3))
  612.         ell1 = a1 * cos(ang) + (0,1) * b1 * sin(ang)
  613.         dist1 = abs(cabs(w3) - cabs(ell1))
  614.         ell2 = b2 * cos(ang) + (0,1) * a2 * sin(ang)
  615.         dist2 = abs(cabs(w3) - cabs(ell2))
  616.         IF (dist1 < dist2)
  617.         dist = dist1
  618.         ELSE
  619.         dist = dist2
  620.         ENDIF
  621.     ELSEIF (quad == 4)
  622.         w4 = w4 * w4 + c
  623.         w = w4
  624.         awr = abs(real(w4)), awi = abs(imag(w4))
  625.         IF ((awr < k) && (awr > j) && \
  626.         (awi < k) && (awi > j))
  627.         awr5 = abs(awr - 0.5), awi5 = abs(awi - 0.5)
  628.         IF (awr5 <= awi5)
  629.             dist = awr5
  630.         ELSE
  631.             dist = awi5
  632.         ENDIF
  633.         ELSE
  634.         dist = 1.0e30
  635.         ENDIF
  636.     ENDIF
  637.     ENDIF
  638.     IF (dist < size && iter > 0)
  639.     bailout = 1
  640.     z = index_factor * dist + range_num * 30 + 1
  641.     ENDIF
  642.     range_num = range_num + 1
  643.     IF (range_num == 8)
  644.     range_num = 0
  645.     ENDIF
  646.     iter = iter + 1
  647.     z = z - iter
  648.     bailout == 0 && |w| < 4
  649. }
  650.  
  651. 4mandels_1       { ; Copyright (c) Paul W. Carlson, 1998
  652.   reset=1960 type=formula formulafile=4mands.frm
  653.   formulaname=four_mandels passes=1
  654.   center-mag=-1.99433313611100000/+0.00000000000000000/302955.5
  655.   params=0.06/0.2/0.1/0.3/21/0
  656.   float=y maxiter=256 inside=253 outside=summ periodicity=0
  657.   colors=000fOz<28>I0Kz0f<28>O08z88<28>O00zW0<28>c40zz0<28>aG00\
  658.   zR<28>0C40zz<28>0CCGGz<28>00O000<9>000zzzzzz000000
  659.   }
  660.  
  661.  
  662. - --------------------------------------------------------------
  663. Thanks for using Fractint, The Fractals and Fractint Discussion List
  664. Post Message:   fractint@lists.xmission.com
  665. Get Commands:   majordomo@lists.xmission.com "help"
  666. Administrator:  twegner@phoenix.net
  667. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  668.  
  669. ------------------------------
  670.  
  671. Date: Mon, 8 Jun 1998 03:21:04 EDT
  672. From: <JimBeau549@aol.com>
  673. Subject: (fractint) 3 pars
  674.  
  675. Something a little different....but the same! <g>  Enjoy~
  676.  
  677. Jim
  678.  
  679.  
  680.  
  681. Window05           { ; 0:01:10.63 75mhz 800x600
  682.                      ; 6/06/98 image(c) JamesWeaver
  683.   reset=1960 type=formula formulafile=gallet-6.frm
  684.   formulaname=gallet-6-06 function=cosh/cotan passes=1
  685.   center-mag=0/0/0.1/1/45 params=0.1/0/0.25/0/0.1/0 float=y
  686.   inside=bof60 decomp=255
  687.   colors=000zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>00\
  688.   0<15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<1\
  689.   0>3nn3rr5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<3>m3bj1jf1f<10>000<15\
  690.   >0f0<14>vy0
  691.   }
  692.  
  693.  
  694. Window09           { ; 0:01:10.80 75mhz 800x600
  695.                      ; 6/06/98 image(c) JamesWeaver
  696.   reset=1960 type=formula formulafile=gallet-6.frm
  697.   formulaname=gallet-6-06 function=sinh/tan passes=1
  698.   center-mag=0/0/0.1/1/45 params=0.1/0/0.25/0/0.1/0 float=y
  699.   inside=bof60 decomp=255
  700.   colors=0000R0<5>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB\
  701.   0i70f70<14>000<15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>7955\
  702.   74354033077<10>3nn3rr5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<3>m3bj1j\
  703.   f1f<10>000<8>0O0
  704.   }
  705.  
  706.  
  707. Window12           { ; 0:01:39.42 75mhz 800x600
  708.                      ; 6/06/98 image(c) JamesWeaver
  709.   reset=1960 type=formula formulafile=gallet-6.frm
  710.   formulaname=gallet-6-06 function=sinh/tan passes=1
  711.   center-mag=-1.77636e-015/7.99361e-015/0.2173913/1/44.999
  712.   params=0.1/0/-0.5/0/0.1/0 float=y inside=bof60 decomp=255
  713.   colors=0000R0<5>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB\
  714.   0i70f70<14>000<15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>7955\
  715.   74354033077<10>3nn3rr5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<3>m3bj1j\
  716.   f1f<10>000<8>0O0
  717.   }
  718.  
  719. - --------------------------------------------------------------
  720. Thanks for using Fractint, The Fractals and Fractint Discussion List
  721. Post Message:   fractint@lists.xmission.com
  722. Get Commands:   majordomo@lists.xmission.com "help"
  723. Administrator:  twegner@phoenix.net
  724. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  725.  
  726. ------------------------------
  727.  
  728. Date: Mon, 8 Jun 1998 04:27:41 -0400
  729. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  730. Subject: Re: (fractint) More about Four_Julias_z
  731.  
  732. Hi All,
  733.  
  734.   For panning, you don't need to zoom in or out: just select the same vid=
  735. eo
  736. mode.
  737.  
  738.   Other limitation: savetime=3D must be disabled.
  739.  
  740.   Cheers,
  741.  
  742.         - Sylvie
  743.  
  744. - --------------------------------------------------------------
  745. Thanks for using Fractint, The Fractals and Fractint Discussion List
  746. Post Message:   fractint@lists.xmission.com
  747. Get Commands:   majordomo@lists.xmission.com "help"
  748. Administrator:  twegner@phoenix.net
  749. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  750.  
  751. ------------------------------
  752.  
  753. Date: Mon, 8 Jun 1998 05:38:28 EDT
  754. From: <JimBeau549@aol.com>
  755. Subject: (fractint) 2 pars
  756.  
  757. Here are 2 more until tomorrow night. Enjoy~
  758.  
  759. Jim
  760. *********************
  761.  
  762.  
  763. Temple             { ; 0:03:33.39 75mhz 800x600
  764.                      ; 6/05/98 image(c) JamesWeaver
  765.   reset=1960 type=formula formulafile=triangl.frm
  766.   formulaname=tri-fn+fn function=log/sin passes=1
  767.   center-mag=-3.43793/1.72085e-015/5.600894/1/90 params=4/0.12/0.875/0
  768.   float=y maxiter=255 inside=0 decomp=256 periodicity=0
  769.   colors=000zzW<7>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>000\
  770.   <15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<10\
  771.   >3nn3rr5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<3>m3bj1jf1f<10>000<15>\
  772.   0f0<15>zz0<6>zzS
  773.   }
  774.  
  775.  
  776. Heart              { ; 0:03:33.61 75mhz 800x600
  777.                      ; 6/05/98 image(c) JamesWeaver
  778.   reset=1960 type=formula formulafile=triangl.frm
  779.   formulaname=tri-fn+fn function=log/sin passes=1
  780.   center-mag=-14.0615/4.88498e-015/1.181903/1/90 params=4/0.12/0.875/0
  781.   float=y maxiter=255 inside=0 decomp=256 periodicity=0
  782.   colors=000zzZ<6>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>000\
  783.   <15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<10\
  784.   >3nn3rr5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<3>m3bj1jf1f<10>000<15>\
  785.   0f0<15>zz0<7>zzW
  786.   }
  787.  
  788. - --------------------------------------------------------------
  789. Thanks for using Fractint, The Fractals and Fractint Discussion List
  790. Post Message:   fractint@lists.xmission.com
  791. Get Commands:   majordomo@lists.xmission.com "help"
  792. Administrator:  twegner@phoenix.net
  793. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  794.  
  795. ------------------------------
  796.  
  797. Date: Mon, 8 Jun 1998 06:10:12 EDT
  798. From: <JimBeau549@aol.com>
  799. Subject: (fractint) 2 barnsley pars
  800.  
  801. Here are 2 images from inverted barnsley fractals. Enjoy!~
  802.  
  803. Jim
  804. **************************
  805.  
  806. Razz_I             { ; 5min? 800x600
  807.                      ; 6/06/98 image(c) JamesWeaver
  808.   reset=1960 type=barnsleym1 passes=1
  809.   center-mag=-0.10274675828914450/-0.02784082095563272/693.3702/1/-87.5
  810.   params=1.276/0.21661 float=y maxiter=75 bailout=10000
  811.   bailoutest=manh inside=bof60 invert=0.09/-0.02975303/0 decomp=256
  812.   periodicity=-256
  813.   colors=000bb7<4>TU8RS8PQ7<8>795574354033077<13>4zz<15>zz0<15>z1z<15>000<\
  814.   15>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>00\
  815.   0<15>S5N<15>zz0<11>dd6
  816.   }
  817.  
  818.  
  819. Art_Deco           { ; 0:02:16.33 75mhz 800x600
  820.                      ; 6/07/98 image(c) JamesWeaver
  821.   reset=1960 type=barnsleym1 passes=t
  822.   center-mag=+0.07703608954146682/-0.29408065371064680/153.8425/1/90
  823.   params=0.707/0.606 float=y maxiter=25 bailout=10000 bailoutest=manh
  824.   inside=bof60 outside=atan invert=0.5/-0.02975303/0 decomp=255
  825.   periodicity=-256
  826.   colors=000ii5<5>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<13>4\
  827.   zz<15>zz0<15>z1z<15>000<15>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU0<1\
  828.   4>zz0<14>jB0i70f70<14>000<15>S5N<15>zz0<7>kk4
  829.   }
  830.  
  831. - --------------------------------------------------------------
  832. Thanks for using Fractint, The Fractals and Fractint Discussion List
  833. Post Message:   fractint@lists.xmission.com
  834. Get Commands:   majordomo@lists.xmission.com "help"
  835. Administrator:  twegner@phoenix.net
  836. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  837.  
  838. ------------------------------
  839.  
  840. Date: Mon, 8 Jun 1998 10:37:31 -0500 (CDT)
  841. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  842. Subject: (fractint) Correction to Four Mandels Formula
  843.  
  844. When I posted the Four_Mandels formula late (too late!) last
  845. night I said that the images could not be rotated.  That is
  846. true for the formula I posted.  However, I had made a 
  847. couple of unnecessary changes to Sylvie's code which killed
  848. the rotation capabilities of the formula.  To restore the
  849. rotation capabilities, in the block of code that reads:
  850.  
  851.         IF (px == 1 && py == 0)
  852.             delta_x = real(scrnmax) * real(pixel - z0)
  853.         ENDIF
  854.         IF (px == 0 && py == 1)
  855.             delta_y = flip(imag(scrnmax) * imag(pixel - z0))
  856.         ENDIF
  857.  
  858. change the line that reads:
  859.  
  860.             delta_x = real(scrnmax) * real(pixel - z0)
  861. to:
  862.             delta_x = real(scrnmax) * (pixel - z0)
  863.  
  864. and the line that reads:
  865.  
  866.             delta_y = flip(imag(scrnmax) * imag(pixel - z0))
  867. to:
  868.             delta_y = imag(scrnmax) * (pixel - z0)
  869.  
  870. which will change the code back to the way Sylvie originally
  871. had it.
  872.  
  873. So, why did I make those changes?  Essentially, I did two
  874. things I shouldn't have done: First, refusing to accept the
  875. fact that I can't program late at night the way I could
  876. twenty years ago, I was working on the formula way too late
  877. at night, and second, I made a change to make the formula
  878. work without understanding why it didn't work, breaking a
  879. cardinal rule of computer programming (and I think formulas
  880. of this complexity have crossed the line from formula writing
  881. into computer programming).
  882.  
  883. I originally used my 3Way rendering for the image in the
  884. first quadrant instead of the Astroid rendering that is in
  885. the present formula.  And I couldn't get any of the images
  886. to display properly.  Failing to find any error in the 3Way
  887. rendering code, I thought, "lets see what happens if I keep
  888. delta_x horizontal and delta_y vertical."  So I made the
  889. changes and, lo and behold, all the images displayed properly
  890. except for the first quadrant.  I then used the Astroid
  891. rendering for the first quadrant and all the images displayed
  892. properly.  Then, it being very late, I said, "good enough"
  893. and posted the formula without checking if the changes I had
  894. were really necessary.  It's now obvious to me that I had
  895. made some error in the cutting and pasting of the 3Way
  896. rendering code that affected all four images.
  897.  
  898. Anyhow, my apologies to all, especially to Sylvie - I should
  899. have never messed with her portion of the code - she's much
  900. better at formula writing than I am.  I should have sent the
  901. formula to her before I posted it, seeing as how I messed
  902. with her code - next time I will.  My only excuse is that
  903. around midnight several brain cells were fast asleep.
  904.  
  905. Paul Carlson
  906.  
  907.  
  908.  
  909. - --------------------------------------------------------------
  910. Thanks for using Fractint, The Fractals and Fractint Discussion List
  911. Post Message:   fractint@lists.xmission.com
  912. Get Commands:   majordomo@lists.xmission.com "help"
  913. Administrator:  twegner@phoenix.net
  914. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  915.  
  916. ------------------------------
  917.  
  918. Date: Mon, 8 Jun 1998 20:15:27 +0100
  919. From: "Christian Strik" <cstrik.isg@hetnet.nl>
  920. Subject: Re: (fractint)partobat rte200
  921.  
  922. Steve wrote
  923.  
  924. >Thank you Joe....no hurry. Its on Machine # 2 ...
  925. >I'll watch for any other suggestions.
  926. >Cheers
  927. >Steve
  928.  
  929. Hmm... If it is again because of the pascal crt error, you may use an
  930. executable patch available from http://www.merlyn.demon.co.uk/zipfiles
  931.  
  932. Christian
  933.  
  934.  
  935.  
  936.  
  937. - --------------------------------------------------------------
  938. Thanks for using Fractint, The Fractals and Fractint Discussion List
  939. Post Message:   fractint@lists.xmission.com
  940. Get Commands:   majordomo@lists.xmission.com "help"
  941. Administrator:  twegner@phoenix.net
  942. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  943.  
  944. ------------------------------
  945.  
  946. Date: Mon, 08 Jun 1998 11:53:43 -0700
  947. From: kathy roth <kroth@well.com>
  948. Subject: (fractint) brain cells
  949.  
  950. - --------------30FF19C660E0CE12F6D0EE30
  951. Content-Type: text/plain; charset=us-ascii
  952. Content-Transfer-Encoding: 7bit
  953.  
  954. >  My only excuse is that
  955. > around midnight several brain cells were fast asleep.
  956. >
  957. > Paul Carlson
  958. >
  959. Hey that's ok, I think you have lots of
  960. brain cells to spare.
  961.  
  962. - --------------30FF19C660E0CE12F6D0EE30
  963. Content-Type: text/html; charset=us-ascii
  964. Content-Transfer-Encoding: 7bit
  965.  
  966. <HTML>
  967.  
  968. <BLOCKQUOTE TYPE=CITE>
  969. <PRE> My only excuse is that
  970. around midnight several brain cells were fast asleep.
  971.  
  972. Paul Carlson</PRE>
  973. </BLOCKQUOTE>
  974. Hey that's ok, I think you have lots of
  975. <BR>brain cells to spare.</HTML>
  976.  
  977. - --------------30FF19C660E0CE12F6D0EE30--
  978.  
  979.  
  980. - --------------------------------------------------------------
  981. Thanks for using Fractint, The Fractals and Fractint Discussion List
  982. Post Message:   fractint@lists.xmission.com
  983. Get Commands:   majordomo@lists.xmission.com "help"
  984. Administrator:  twegner@phoenix.net
  985. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  986.  
  987. ------------------------------
  988.  
  989. Date: Mon, 8 Jun 1998 15:19:14 -0400
  990. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  991. Subject: (fractint) Correction to Four Mandels Formula
  992.  
  993. Hi Paul,
  994.  
  995. >> I should have sent the formula to her before I posted it, seeing as
  996. >> how I messed with her code - next time I will.
  997.  
  998.   The question is: will there be a next time? <vvvvbg!>
  999.  
  1000.   Cheers,
  1001.  
  1002.         - Sylvie
  1003.  
  1004. - --------------------------------------------------------------
  1005. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1006. Post Message:   fractint@lists.xmission.com
  1007. Get Commands:   majordomo@lists.xmission.com "help"
  1008. Administrator:  twegner@phoenix.net
  1009. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1010.  
  1011. ------------------------------
  1012.  
  1013. Date: Mon, 08 Jun 1998 13:12:29 -0700
  1014. From: kathy roth <kroth@well.com>
  1015. Subject: (fractint) PARS
  1016.  
  1017. I liked Gedeon's gp-dg25 and found this image-
  1018. was taken with how different types of color
  1019. maps bring out different aspects of the pattern.
  1020.  
  1021.  
  1022. 1stainedglass      { ; 6-7-98 kathy roth
  1023.                      ; map by wizzle
  1024.        ; frm by Phil DiGiorgi adapted from Paul Carlson
  1025.   reset=1960 type=formula formulafile=fractint.frm
  1026.   formulaname=pd-hc_grav2 function=abs/asin/log/asin passes=1
  1027.   center-mag=3.77476e-015/-3.77476e-015/0.9634695/1.1466/90
  1028.   params=2/5/0.11/0.11/0.11/0.11 float=y maxiter=1023 inside=0
  1029.   outside=summ logmode=fly invert=1/0/0 viewwindows=1/1/yes/0/0
  1030.   colors=000000<9>0zz<9>r0r<9>00\
  1031. 0<47>000111333<29>zzz<30>222000000<39>000Z\
  1032.   0AU00<6>m00<7>T0m<4>F0F<2>000<45>zzz
  1033.   }
  1034.  
  1035. 2stainedglass      { ; broccoli
  1036.                      ; map by Sylvie Gallet
  1037.    colors=aU0idI<21>FE2DD2CC1AA0AA0A\
  1038. B0<26>OREOSEOTEPUFQVG<29>xxxzzzzzz<29>i\
  1039.   _3hZ0gZ0<3>cW0bV0`T0<22>CB0AA0AA\
  1040. 0<27>W`HXaIYbJZcKZcL<29>yyxzzzzzz<27>snR\
  1041.   smPsmOrlMqkM<4>jeJ
  1042.   }
  1043.  
  1044. 3stainedglass      { ; satin & brocade
  1045.                      ; map by Sylvie Gallet
  1046.    colors=000000<24>``WbbYccZee`ffa<12>z\
  1047. zu<16>UUQSSOQQMOOLMMJKKH<8>22200000\
  1048.   0<75>000111223<29>cho<15>000<17>c0U<36>302
  1049.   }
  1050.  
  1051. 4stainedglass      { ; map by Sylve Gallet
  1052.   colors=442RRN<38>AA5AA5994883<4>550\
  1053. 000000000qxz<58>G_aFZ`FZ`FZ`<61>0AAyy\
  1054.   v<77>SSN
  1055.   }
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062. - --------------------------------------------------------------
  1063. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1064. Post Message:   fractint@lists.xmission.com
  1065. Get Commands:   majordomo@lists.xmission.com "help"
  1066. Administrator:  twegner@phoenix.net
  1067. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1068.  
  1069. ------------------------------
  1070.  
  1071. Date: Mon, 8 Jun 1998 16:24:05 EDT
  1072. From: <JimBeau549@aol.com>
  1073. Subject: (fractint) 3 little pars(manlam)
  1074.  
  1075. Here are 3 nice little pars....just started using partobat and it's really a
  1076. great timesaver!
  1077. Enjoy~
  1078.  
  1079. Jim
  1080. *******************************
  1081.  
  1082. manlam06           { ; 0:02:21.82 75mhz 800x600
  1083.                      ; 6/08/98 image(c) JamesWeaver
  1084.   reset=1960 type=manlam(fn||fn) function=cosxx/cotan passes=1
  1085.   center-mag=-0.330822/6.21725e-015/0.1897159/1/90 params=0.5/0/25
  1086.   float=y bailoutest=manh inside=bof60 outside=real periodicity=0
  1087.   colors=000zzZ<6>zzz<15>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>000\
  1088.   <15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<10\
  1089.   >3nn3rr5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<3>m3bj1jf1f<10>000<15>\
  1090.   0f0<15>zz0<7>zzW
  1091.   }
  1092.  
  1093.  
  1094. X00009             { ; 0:03:27.07 75mhz 800x600
  1095.                      ; 6/08/98 image(c) JamesWeaver
  1096.   reset=1960 type=manlam(fn||fn) function=cosh/cotan passes=1
  1097.   center-mag=0/0/0.1/1/90 params=0.05/0/25 float=y bailout=100
  1098.   bailoutest=manh inside=bof60 outside=real periodicity=0
  1099.   colors=000ZZZ<8>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>000<15>S5N\
  1100.   <15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<10>3nn3rr\
  1101.   5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<3>m3bj1jf1f<10>000<15>0f0<15>\
  1102.   zz0<15>zzz<5>bbb
  1103.   }
  1104.  
  1105.  
  1106. X00012             { ; 0:03:25.31 75mhz 800x600
  1107.                      ; 6/08/98 image(c) JamesWeaver
  1108.   reset=1960 type=manlam(fn||fn) function=ident/tan passes=1
  1109.   center-mag=0/0/0.1/1/90 params=0.05/0/25 float=y bailout=100
  1110.   bailoutest=manh inside=bof60 outside=real periodicity=0
  1111.   colors=000fff<10>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>000<15>S5\
  1112.   N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<10>3nn3r\
  1113.   r5nr7jr9frBbr<3>Qzb<9>zz0<6>z_S<5>zD4z90x87<3>m3bj1jf1f<10>000<15>0f0<15\
  1114.   >zz0<15>zzz<3>jjj
  1115.   }
  1116.  
  1117. - --------------------------------------------------------------
  1118. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1119. Post Message:   fractint@lists.xmission.com
  1120. Get Commands:   majordomo@lists.xmission.com "help"
  1121. Administrator:  twegner@phoenix.net
  1122. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1123.  
  1124. ------------------------------
  1125.  
  1126. Date: Mon, 8 Jun 1998 20:12:10 -0400
  1127. From: Lee Skinner <LeeHSkinner@compuserve.com>
  1128. Subject: (fractint) Correction to
  1129.  
  1130. Paul,
  1131.  
  1132.   Just to be safe, could you please repost that formula in it's entirety =
  1133. as
  1134. it should be?  With all of us making various cuts and pastes, there are
  1135. bound to be errors!  Somebody has already reported getting a "null pointe=
  1136. r
  1137. aassignment" when using the formula, although I didn't when I used the
  1138. version as originally posted.
  1139.  
  1140. Lee
  1141.  
  1142. - --------------------------------------------------------------
  1143. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1144. Post Message:   fractint@lists.xmission.com
  1145. Get Commands:   majordomo@lists.xmission.com "help"
  1146. Administrator:  twegner@phoenix.net
  1147. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1148.  
  1149. ------------------------------
  1150.  
  1151. Date: Mon, 8 Jun 1998 21:56:43 EDT
  1152. From: <JimBeau549@aol.com>
  1153. Subject: (fractint) 3 little pars(fn*z+z)
  1154.  
  1155. Here are 3 more really nice images!  Enjoy~
  1156.  
  1157. Jim
  1158. ***********************************
  1159.  
  1160.  
  1161. synapse06          { ; 0:00:21.53 75mhz 800x600
  1162.                      ; 6/08/98 image(c) JamesWeaver
  1163.   reset=1960 type=fn*z+z function=cotanh passes=t
  1164.   center-mag=-6.21725e-015/8.94076/0.5681818
  1165.   params=-0.9/0.875/0.975/0.75 float=y bailoutest=and
  1166.   inside=epsiloncross potential=255/400/0 symmetry=xyaxis
  1167.   colors=000z9rz5vz1z<15>000<15>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0aU\
  1168.   0<14>zz0<14>jB0i70f70<14>000<15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI\
  1169.   6FG6DF5<2>795574354033077<13>4zz<15>zz0<12>zDn
  1170.   }
  1171.  
  1172.  
  1173. synapse10          { ; 0:00:10.22 75mhz 800x600
  1174.                      ; 6/08/98 image(c) JamesWeaver
  1175.   reset=1960 type=fn*z+z function=cosxx passes=t
  1176.   center-mag=-2.66454e-015/1.77636e-015/0.4746835
  1177.   params=-0.9/0.875/0.975/0.75 float=y bailoutest=and
  1178.   inside=epsiloncross potential=255/400/0 symmetry=xyaxis
  1179.   colors=000zv4<14>z1z<15>000<15>0f0<15>zz0<15>zzz<15>000<12>TN0WO0YQ0`S0a\
  1180.   U0<14>zz0<14>jB0i70f70<14>000<15>S5N<15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6H\
  1181.   I6FG6DF5<2>795574354033077<13>4zz<15>zz0
  1182.   }
  1183.  
  1184.  
  1185. synapse17          { ; 0:00:09.01 75mhz 800x600
  1186.                      ; 6/08/98 image(c) JamesWeaver
  1187.   reset=1960 type=fn*z+z function=cosxx passes=t
  1188.   center-mag=-2.88658e-015/2.22045e-015/0.4998001
  1189.   params=-0.5/0.975/1.125/1.1 float=y bailoutest=and
  1190.   inside=epsiloncross potential=255/400/0 symmetry=xyaxis
  1191.   colors=000KKK<4>000<12>TN0WO0YQ0`S0aU0<14>zz0<14>jB0i70f70<14>000<15>S5N\
  1192.   <15>zz0<14>ZZ8XX8VW8TU8RS8<2>LM6JK6HI6FG6DF5<2>795574354033077<13>4zz<15\
  1193.   >zz0<15>z1z<15>000<15>0f0<15>zz0<15>zzz<9>OOO
  1194.   }
  1195.  
  1196. - --------------------------------------------------------------
  1197. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1198. Post Message:   fractint@lists.xmission.com
  1199. Get Commands:   majordomo@lists.xmission.com "help"
  1200. Administrator:  twegner@phoenix.net
  1201. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1202.  
  1203. ------------------------------
  1204.  
  1205. End of fractint-digest V1 #232
  1206. ******************************
  1207.  
  1208.