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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #209
  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, May 18 1998          Volume 01 : Number 209
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Sun, 17 May 1998 19:33:44 -0500 (CDT)
  18. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  19. Subject: (fractint) another Gedeon Euler formula
  20.  
  21. The bird watching crew just stopped by to use the
  22. bathroom.  They are at 85 species so it's going to be
  23. a while.  In the meantime, here's another of Gedeon's
  24. Euler formulas.
  25.  
  26. comment {
  27. This formula applies my 3Way rendering method to the
  28. second of Gedeon's Euler formulas.  The two pars are
  29. modifications of two of Gedeons pars, gp-eul02-05 and
  30. gp_eul02-06.  These pars execute very quickly.
  31.  
  32. Paul Carlson
  33. }
  34.  
  35. frm:Euler2_3Way {; Copyright (c) Paul W. Carlson, 1998
  36.     ; real(p3) = escape circle radius squared
  37.     ; imag(p3) = number of iterations to skip
  38.     z = iter = k = range_num = bailout = 0
  39.     w = fn1(pixel)
  40.     prev_modw2 = 1.0e20
  41.     rad2 = real(p3)
  42.     skip_ters = imag(p3)
  43.     num_ranges = 8
  44.     colors_in_range = 30
  45.     colors_in_range_1 = colors_in_range - 1:
  46.     ;
  47.     ;;;;;;;;;; Gedeon's Euler2 equation ;;;;;;;;;;;;;
  48.     w=fn2(w^p1) + p2 * fn3(exp(imag(w) * pi) - 1)
  49.     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  50.     IF ((prev_modw2 < rad2) && (|w| > rad2))
  51.     bailout = 1
  52.     IF (iter > skip_iters)
  53.         k = 1
  54.     ENDIF
  55.     index = colors_in_range_1 * (rad2 - prev_modw2) / rad2
  56.     z = (index + range_num * colors_in_range + 1) * k
  57.     ENDIF
  58.     prev_modw2 = |w|
  59.     range_num = range_num + 1
  60.     IF (range_num == num_ranges)
  61.     range_num = 0
  62.     ENDIF
  63.     iter = iter + 1
  64.     z = z - iter
  65.     bailout == 0 && |w| <= rad2
  66. }
  67.  
  68. 3w-eul02-05        { ; Copyright (c) Paul W. Carlson, 1998
  69.              ; t=  0:00:48.94, 1024x768, 60MHz Pentium
  70.   reset=1960 type=formula formulafile=g_euler2.frm
  71.   formulaname=euler2_3way function=ident/log/asin passes=t
  72.   center-mag=-0.00262146/-0.015462/0.5946586/1.2858
  73.   params=21/0/0.21/0/64/0
  74.   float=y maxiter=1023 inside=253 outside=summ
  75.   colors=000c40<14>xU0zW0yU0<11>c40aG0<15>zz0<12>aG00C4<15>0zR<\
  76.   12>0C40CC<15>0zz<12>0CC00O<14>FFwGGzFFw<11>00OSA`<14>eNxfOzeN\
  77.   w<10>K2OO08<15>z0f<13>O08O00<15>z88<12>O00000<13>000
  78.   }
  79.  
  80. 3w-eul02-06        { ; Copyright (c) Paul W. Carlson, 1998
  81.              ; t=  0:01:20.63, 1024x768, 60MHz Pentium
  82.   reset=1960 type=formula formulafile=g_euler2.frm
  83.   formulaname=euler2_3way function=sqr/log/asinh passes=t
  84.   center-mag=0.001899/0.00980135/0.4541629/1.2858
  85.   params=17/0/1.11/0/2048/0
  86.   float=y maxiter=1023 inside=253 outside=summ
  87.   colors=0000CC<15>0zz<12>0CC00O<14>FFwGGzFFw<11>00OSA`<14>eNxf\
  88.   OzeNw<10>K2OO08<15>z0f<13>O08O00<15>z88<12>O00000<13>000c40<1\
  89.   4>xU0zW0yU0<11>c40aG0<15>zz0<12>aG00C4<15>0zR<12>0C4
  90.   }
  91.  
  92.  
  93. - --------------------------------------------------------------
  94. Thanks for using Fractint, The Fractals and Fractint Discussion List
  95. Post Message:   fractint@lists.xmission.com
  96. Get Commands:   majordomo@lists.xmission.com "help"
  97. Administrator:  twegner@phoenix.net
  98. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  99.  
  100. ------------------------------
  101.  
  102. Date: Sun, 17 May 1998 19:48:05 -0500 (CDT)
  103. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  104. Subject: Re: (fractint) Re: Another Paul Carlson Formula -- More Pars
  105.  
  106. Earl,
  107.  
  108. >I understand.  It hard to stop when you are having fun, and I am 
  109. >having fun with the spir_ang_fnc formula.
  110.  
  111. Great!  I'd be having a little more fun if I'd gotten more than
  112. 4 hours sleep last night - up at 4 AM to have breakfast with the
  113. bird watcher.
  114.  
  115. Anyhow, the images from your pars are beautiful!
  116.  
  117. Paul Carlson
  118.  
  119.  
  120.  
  121.  
  122.  
  123. - --------------------------------------------------------------
  124. Thanks for using Fractint, The Fractals and Fractint Discussion List
  125. Post Message:   fractint@lists.xmission.com
  126. Get Commands:   majordomo@lists.xmission.com "help"
  127. Administrator:  twegner@phoenix.net
  128. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  129.  
  130. ------------------------------
  131.  
  132. Date: Sun, 17 May 1998 20:48:41 EDT
  133. From: SKarl52884 <SKarl52884@aol.com>
  134. Subject: (fractint) food for thought\tools of expression
  135.  
  136. Food for thought: The formula, a tool surely. To what purpose? Expression of
  137. ???
  138. Whatever one chooses??? Sometimes (for me) it can be so subconscious that the
  139. intention is not known. Free association takes over. A glimpse of a shape and
  140. my direction changes. I search to uncover something I see....in the
  141. formula....on the screen...or in the depths of my being?
  142.      The good tools allow me to go deep....not into the screen...but into
  143. self. The subconscious...the unknown. (thanks you frm writers) 
  144. Its very subjective and personal. And I beging to wonder.   What is possible
  145. within the original intention of the composition of the frm? 
  146.       At its best....it might be to allow endless possibilities.
  147. To allow the shapes of the human subconscious to become seen by physical eyes.
  148. To allow ones vision to be shared with an other, and in doing so create
  149. connection,
  150. showing our common ground our common spirit our deepest fears and longings,
  151. and our highest potential for bliss...for love....for shareing.....ideas
  152. ....and visions.
  153. ~~~~~~~~^~~~~~~~~^~~~~~~~~^~~~~~~~~^~~~~~~~~
  154. Steve  
  155.     
  156.  
  157. - --------------------------------------------------------------
  158. Thanks for using Fractint, The Fractals and Fractint Discussion List
  159. Post Message:   fractint@lists.xmission.com
  160. Get Commands:   majordomo@lists.xmission.com "help"
  161. Administrator:  twegner@phoenix.net
  162. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  163.  
  164. ------------------------------
  165.  
  166. Date: Sun, 17 May 1998 20:16:13 -0500
  167. From: "Pat Bodine" <hukmut@gccweb.net>
  168. Subject: Re: (fractint) Re: Another Paul Carlson Formula -- More Pars
  169.  
  170. Hello. My name is Patrick Bodine and I have been lurking in the background
  171. for quite a while. I am a long time user of fractint but I have never
  172. inputted my own parameters. Frankly I don't know how. I never knew you could
  173. until I subscribed to this list. I have however saved and printed as many as
  174. I could hoping that sometime in the future they could be accessed. I first
  175. purchased the book with the program many years ago and have just been
  176. zooming in . I later bought the cd and also just went a-zooming along
  177. blissfully ignorant of the possibilities. It has been a long time since the
  178. old Commodore days when I would start a picture, go to bed, and see it the
  179. next day! If you could just find the time to send me some instructions, I
  180. would greatly appreciate it. I seem to have misplaced my book (it is
  181. probably in storage somewhere). I also downloaded the latest version but it
  182. also has eluded my understanding.Again any help would be greatly
  183. appreciated. THANKS
  184.  
  185.  
  186. - -----Original Message-----
  187. From: Paul and/or Joyce Carlson <pjcarlsn@ix.netcom.com>
  188. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  189. Date: Sunday, May 17, 1998 7:49 PM
  190. Subject: Re: (fractint) Re: Another Paul Carlson Formula -- More Pars
  191.  
  192.  
  193. >Earl,
  194. >
  195. >>I understand.  It hard to stop when you are having fun, and I am
  196. >>having fun with the spir_ang_fnc formula.
  197. >
  198. >Great!  I'd be having a little more fun if I'd gotten more than
  199. >4 hours sleep last night - up at 4 AM to have breakfast with the
  200. >bird watcher.
  201. >
  202. >Anyhow, the images from your pars are beautiful!
  203. >
  204. >Paul Carlson
  205. >
  206. >
  207. >
  208. >
  209. >
  210. >--------------------------------------------------------------
  211. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  212. >Post Message:   fractint@lists.xmission.com
  213. >Get Commands:   majordomo@lists.xmission.com "help"
  214. >Administrator:  twegner@phoenix.net
  215. >Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  216. >
  217. >
  218.  
  219.  
  220. - --------------------------------------------------------------
  221. Thanks for using Fractint, The Fractals and Fractint Discussion List
  222. Post Message:   fractint@lists.xmission.com
  223. Get Commands:   majordomo@lists.xmission.com "help"
  224. Administrator:  twegner@phoenix.net
  225. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  226.  
  227. ------------------------------
  228.  
  229. Date: Sun, 17 May 1998 20:36:54 -0500
  230. From: "Earl Simpson" <esimpn@intcomm.net>
  231. Subject: Re: (fractint) Re: Another Paul Carlson Formula -- More Pars
  232.  
  233. - -----Original Message-----
  234. From: Pat Bodine <hukmut@gccweb.net>
  235. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  236. Date: Sunday, May 17, 1998 8:13 PM
  237. Subject: Re: (fractint) Re: Another Paul Carlson Formula -- More Pars
  238.  
  239.  
  240. Patrick wrote,
  241.  
  242.  
  243. >Hello. My name is Patrick Bodine and I have been lurking in the backgrou=
  244. nd
  245. >for quite a while. I am a long time user of fractint but I have never
  246. >inputted my own parameters. Frankly I don't know how. I never knew you
  247. could
  248. >until I subscribed to this list
  249.  
  250. << snipped>>
  251.  
  252. Patrick,
  253.  
  254. I am somewhat of a newbie myself, therefore not of much use in answering
  255. your question.
  256. Hopefully you have the latest copy of Fractint, if not you can download i=
  257. t
  258. at the following site:
  259.  
  260. FractInt
  261.     At Spanky =97
  262.         http://spanky.triumf.ca/www/fractint/fractint.html
  263.     Mirror site =97
  264.         http://fractal.mta.ca/fractint/fractint.html
  265.     FractInt Documentation =97
  266.         http://spanky.triumf.ca/www/fractint/findex.html
  267.  
  268.  
  269. Once you have it installed, start the program then press F1 TWICE which w=
  270. ill
  271. get you to the Main Help Index.
  272. There are instructions there on how to print the documentation for Fracti=
  273. nt.
  274. (Roughly 200 pages), but then you will have a ready source for informatio=
  275. n.
  276.  
  277. This is the best advice I have to offer you.
  278.  
  279. Lots of luck and hopefully will we see some of your pars shortly.
  280.  
  281. Earl Simpson
  282.  
  283.  
  284. - --------------------------------------------------------------
  285. Thanks for using Fractint, The Fractals and Fractint Discussion List
  286. Post Message:   fractint@lists.xmission.com
  287. Get Commands:   majordomo@lists.xmission.com "help"
  288. Administrator:  twegner@phoenix.net
  289. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  290.  
  291. ------------------------------
  292.  
  293. Date: Mon, 18 May 1998 00:06:36 -0400
  294. From: "Peter Gavin" <pgavin@mindspring.com>
  295. Subject: (fractint) A coupl'a pars...
  296.  
  297. This is a multi-part message in MIME format.
  298.  
  299. - ------=_NextPart_000_0001_01BD81F0.D34B3F20
  300. Content-Type: multipart/alternative;
  301.     boundary="----=_NextPart_001_0002_01BD81F0.D352E040"
  302.  
  303.  
  304. - ------=_NextPart_001_0002_01BD81F0.D352E040
  305. Content-Type: text/plain;
  306.     charset="iso-8859-1"
  307. Content-Transfer-Encoding: quoted-printable
  308.  
  309. I came up with these pars wheil looking at the standard Mandelbrot set =
  310. with an inversion radius of 2...  It looks alot different with summ =
  311. instead of iter for the outside color...  The first one's a short zoom =
  312. in, the second one's a little farther.  They draw pretty fast (about 20 =
  313. sec's), but I recommend a high res screen (at least for the first one :) =
  314.  )
  315.  
  316.  
  317. Peter Gavin
  318. <pgavin@mindspring.com>
  319.  
  320. // End transmission
  321.  
  322.  
  323. Singularity        { ; Wild interference pattern caused by very, very =
  324. large
  325.                      ; values of z after their escape.
  326.   reset=3D1960 type=3Dmandel passes=3D3 center-mag=3D0/0/40 params=3D0/0 =
  327. float=3Dy
  328.   maxiter=3D256 inside=3D0 outside=3Dsumm invert=3D2/0/0 symmetry=3Dnone
  329.   =
  330. colors=3D000<14>j0j<15>000<15>zzz<15>000<15>vf0<15>000<14>0Lg0Nj0Mh<14>00=
  331. 0\
  332.   <15>z00<15>000<78>n0nz0z<15>000
  333.   }
  334.  
  335. 80's Hair          { ; Use Solid-Guessing or 2- or 3-pass mode.
  336.                      ; You can see come kind of layers, the the 'scales' =
  337. on
  338.                      ; hair.
  339.   reset=3D1960 type=3Dmandel
  340.   center-mag=3D-0.01278605408927992/-0.00305962190352021/73637.7
  341.   params=3D0/0 float=3Dy maxiter=3D256 inside=3D0 outside=3Dsumm =
  342. invert=3D2/0/0
  343.   symmetry=3Dnone
  344.   =
  345. colors=3D000<14>j0j<15>000<15>zzz<15>000<15>vf0<15>000<14>0Lg0Nj0Mh<14>00=
  346. 0\
  347.   <15>z00<15>000<79>z0z<15>000
  348.   }
  349.  
  350.  
  351. - ------=_NextPart_001_0002_01BD81F0.D352E040
  352. Content-Type: text/html;
  353.     charset="iso-8859-1"
  354. Content-Transfer-Encoding: quoted-printable
  355.  
  356. <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  357. <HTML>
  358. <HEAD>
  359.  
  360. <META content=3D"text/html; charset=3Diso-8859-1" =
  361. http-equiv=3DContent-Type>
  362. <META content=3D'"MSHTML 4.72.2106.6"' name=3DGENERATOR>
  363. </HEAD>
  364. <BODY bgColor=3D#ffffff>
  365. <DIV><FONT color=3D#000000 size=3D2></FONT>
  366. <DIV><SPAN class=3D650030104-18051998><FONT color=3D#000000 =
  367. face=3DVerdana size=3D2>I=20
  368. came up with these pars wheil looking at the standard Mandelbrot set =
  369. with an=20
  370. inversion radius of 2...  It looks <EM>alot</EM> different with =
  371. summ=20
  372. instead of iter for the outside color...  The first one's a short =
  373. zoom in,=20
  374. the second one's a little farther.  They draw pretty fast (about 20 =
  375. sec's),=20
  376. but I recommend a high res screen (at least for the first one :) =20
  377. )</FONT></SPAN></DIV>
  378. <DIV><SPAN class=3D650030104-18051998><FONT color=3D#000000 =
  379. face=3DVerdana=20
  380. size=3D2></FONT></SPAN><FONT face=3D"" size=3D2></FONT> </DIV>
  381. <DIV><FONT face=3D"" size=3D2><BR>Peter Gavin<BR><<A=20
  382. href=3D"mailto:pgavin@mindspring.com">pgavin@mindspring.com</A>><BR><B=
  383. R><EM><FONT=20
  384. face=3D"" size=3D1>// End transmission</FONT></EM></FONT></DIV></DIV>
  385. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  386. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  387. <DIV><FONT color=3D#000000=20
  388. size=3D2>Singularity        { ; Wild=20
  389. interference pattern caused by very, very=20
  390. large<BR>          &nbs=
  391. p;         =20
  392. ; values of z after their escape.<BR>  reset=3D1960 type=3Dmandel =
  393. passes=3D3=20
  394. center-mag=3D0/0/40 params=3D0/0 float=3Dy<BR>  maxiter=3D<SPAN=20
  395. class=3D650030104-18051998><FONT color=3D#000000 face=3DVerdana=20
  396. size=3D2>256</FONT></SPAN> inside=3D0 outside=3Dsumm invert=3D2/0/0=20
  397. symmetry=3Dnone<BR><SPAN class=3D650030104-18051998><FONT =
  398. color=3D#000000 face=3DVerdana=20
  399. size=3D2> =20
  400. </FONT></SPAN>colors=3D000<14>j0j<15>000<15>zzz<15&g=
  401. t;000<15>vf0<15>000<14>0Lg0Nj0Mh<14>000\<BR> =
  402. ;=20
  403. <15>z00<15>000<78>n0nz0z<15>000<BR>  =
  404. }</FONT></DIV>
  405. <DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
  406. <DIV><FONT color=3D#000000 size=3D2>80's=20
  407. Hair          { ; Use=20
  408. Solid-Guessing or 2- or 3-pass=20
  409. mode.<BR>          &nbs=
  410. p;         =20
  411. ; You can see come kind of layers, the the 'scales'=20
  412. on<BR>           &=
  413. nbsp;        =20
  414. ; hair.<BR>  reset=3D1960 type=3Dmandel<BR> =20
  415. center-mag=3D-0.01278605408927992/-0.00305962190352021/73637.7<BR>  =
  416.  
  417. params=3D0/0 float=3Dy maxiter=3D<SPAN class=3D650030104-18051998><FONT =
  418. color=3D#000000=20
  419. face=3DVerdana size=3D2>256</FONT></SPAN> inside=3D0 outside=3Dsumm=20
  420. invert=3D2/0/0<BR>  symmetry=3Dnone<BR> =20
  421. colors=3D000<14>j0j<15>000<15>zzz<15>000<15>=
  422. ;vf0<15>000<14>0Lg0Nj0Mh<14>000\<BR> =20
  423. <15>z00<15>000<79>z0z<15>000<BR>  =
  424. }</FONT></DIV>
  425. <DIV> </DIV></BODY></HTML>
  426.  
  427. - ------=_NextPart_001_0002_01BD81F0.D352E040--
  428.  
  429. - ------=_NextPart_000_0001_01BD81F0.D34B3F20
  430. Content-Type: application/octet-stream;
  431.     name="SNGLARTY.PAR"
  432. Content-Transfer-Encoding: quoted-printable
  433. Content-Disposition: attachment;
  434.     filename="SNGLARTY.PAR"
  435.  
  436. Singularity        { ; Wild interference pattern caused by very, very =
  437. large
  438.                      ; values of z after their escape.
  439.   reset=3D1960 type=3Dmandel passes=3D3 center-mag=3D0/0/40 params=3D0/0 =
  440. float=3Dy
  441.   maxiter=3D65536 inside=3D0 outside=3Dsumm invert=3D2/0/0 =
  442. symmetry=3Dnone
  443.   periodicity=3D0
  444.   =
  445. colors=3D000<14>j0j<15>000<15>zzz<15>000<15>vf0<15>000<14>0Lg0Nj0Mh<14>00=
  446. 0\
  447.   <15>z00<15>000<78>n0nz0z<15>000
  448.   }
  449.  
  450. 80's Hair          { ; Use Solid-Guessing or 2- or 3-pass mode.
  451.                      ; You can see come kind of layers, the the 'scales' =
  452. on
  453.                      ; hair.
  454.   reset=3D1960 type=3Dmandel
  455.   center-mag=3D-0.01278605408927992/-0.00305962190352021/73637.7
  456.   params=3D0/0 float=3Dy maxiter=3D65536 inside=3D0 outside=3Dsumm =
  457. invert=3D2/0/0
  458.   symmetry=3Dnone periodicity=3D0
  459.   =
  460. colors=3D000<14>j0j<15>000<15>zzz<15>000<15>vf0<15>000<14>0Lg0Nj0Mh<14>00=
  461. 0\
  462.   <15>z00<15>000<79>z0z<15>000
  463.   }
  464.  
  465.  
  466. - ------=_NextPart_000_0001_01BD81F0.D34B3F20--
  467.  
  468.  
  469. - --------------------------------------------------------------
  470. Thanks for using Fractint, The Fractals and Fractint Discussion List
  471. Post Message:   fractint@lists.xmission.com
  472. Get Commands:   majordomo@lists.xmission.com "help"
  473. Administrator:  twegner@phoenix.net
  474. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  475.  
  476. ------------------------------
  477.  
  478. Date: Mon, 18 May 1998 01:25:50 +0000
  479. From: "Dave Irwin" <irwin@netcom.ca>
  480. Subject: Re: (fractint) Pixel Counting
  481.  
  482. > Date:          Sun, 17 May 1998 09:26:58 -0700 (PDT)
  483. > From:          "James R. McKenzie" <whookam88@yahoo.com>
  484. > Subject:       Re: (fractint) Pixel Counting
  485. > To:            fractint@lists.xmission.com
  486. > Reply-to:      fractint@lists.xmission.com
  487.  
  488. > Paint Shop Pro counts colors, so does Graphic Workshop for Windows.
  489. > Both are available in 16 - Bit and 32 - Bit Windows versions.  You
  490. > should be able to find them on any Shareware repositiory.
  491. Thanks James.
  492.                           I downloaded - and discarded!! - both of 
  493. these programs. Paint Shop Pro came the closest by offering a 
  494. Histogram of red, green and blue content but what I am looking for is 
  495. something which will count the actual occurences of individual 
  496. colours in a graphic by pixel count. It will require a program that 
  497. analyses each pixel in the graphic and counts the occurence of each 
  498. colour in the palette.
  499.             Thanks James for your contribution. I hope someone can 
  500. suggest something as described above.
  501.  
  502. Dave in Toronto
  503.  
  504.  
  505.  
  506. Dave Irwin
  507. Toronto Ontario Canada
  508. irwin@netcom.ca http://www.netcom.ca/~irwin
  509. Time is the THIRD Dimension
  510.  
  511. - --------------------------------------------------------------
  512. Thanks for using Fractint, The Fractals and Fractint Discussion List
  513. Post Message:   fractint@lists.xmission.com
  514. Get Commands:   majordomo@lists.xmission.com "help"
  515. Administrator:  twegner@phoenix.net
  516. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  517.  
  518. ------------------------------
  519.  
  520. Date: Sun, 17 May 1998 22:59:43 -0700
  521. From: kathy roth <kroth@well.com>
  522. Subject: (fractint) Fractal-art threatened...
  523.  
  524. - --------------1793C0B10383014EA7FE50D7
  525. Content-Type: text/plain; charset=us-ascii
  526. Content-Transfer-Encoding: 7bit
  527.  
  528. Tim Wegner wrote:
  529.  
  530. > I'd entertain suggestions for splitting this forum to make it work better
  531. > for
  532. > members.  Should we consider a PAR and FRM only list, and another for
  533. > questions and discussion? The truck is splitting the forum in such a way
  534. > that
  535. > one doesn't have all the traffic.
  536. >
  537. > Tim
  538. >
  539. Hi.  The volume is certainly high- if you go away for a few days
  540. it's sort of overwhelming.  But I think this is a measure of how
  541. successful it is.  I like the combination of pars and commentary
  542. on the same list.  Some fractals can stand on their own as art, but
  543. very often it's interesting because someone says "This is what I was
  544. thinking about" or "I saw this and then found this" etc.  I find it more
  545.  
  546. interesting than people's web pages, although these have some very
  547. beautiful
  548. images.  So I hope you keep the same format, and just hope most
  549. people are careful to post things of general interest.
  550.      It's actually really nice- people are very varied in age, computer
  551. experience (generally inverse) and everything else so I hope you leave
  552. it as
  553. it is.
  554.  
  555. - --------------1793C0B10383014EA7FE50D7
  556. Content-Type: text/html; charset=us-ascii
  557. Content-Transfer-Encoding: 7bit
  558.  
  559. <HTML>
  560. Tim Wegner wrote:
  561. <BLOCKQUOTE TYPE=CITE>
  562. <PRE>I'd entertain suggestions for splitting this forum to make it work better
  563. for 
  564. members.  Should we consider a PAR and FRM only list, and another for 
  565. questions and discussion? The truck is splitting the forum in such a way
  566. that 
  567. one doesn't have all the traffic.
  568.  
  569. Tim</PRE>
  570. </BLOCKQUOTE>
  571. Hi.  The volume is certainly high- if you go away for a few days
  572. <BR>it's sort of overwhelming.  But I think this is a measure of how
  573. <BR>successful it is.  I like the combination of pars and commentary
  574. <BR>on the same list.  Some fractals can stand on their own as art,
  575. but
  576. <BR>very often it's interesting because someone says "This is what I was
  577. <BR>thinking about" or "I saw this and then found this" etc.  I find
  578. it more
  579. <BR>interesting than people's web pages, although these have some very
  580. beautiful
  581. <BR>images.  So I hope you keep the same format, and just hope most
  582. <BR>people are careful to post things of general interest.
  583. <BR>     It's actually really nice- people are very
  584. varied in age, computer
  585. <BR>experience (generally inverse) and everything else so I hope you leave
  586. it as
  587. <BR>it is.</HTML>
  588.  
  589. - --------------1793C0B10383014EA7FE50D7--
  590.  
  591.  
  592. - --------------------------------------------------------------
  593. Thanks for using Fractint, The Fractals and Fractint Discussion List
  594. Post Message:   fractint@lists.xmission.com
  595. Get Commands:   majordomo@lists.xmission.com "help"
  596. Administrator:  twegner@phoenix.net
  597. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  598.  
  599. ------------------------------
  600.  
  601. Date: Mon, 18 May 1998 07:28:12 -0500 (CDT)
  602. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  603. Subject: Re: (fractint) Fractal-art threatened...
  604.  
  605. >So I hope you keep the same format, and just hope most
  606. >people are careful to post things of general interest.
  607.  
  608. I agree with Kathy.
  609.  
  610. Paul Carlson
  611.  
  612.  
  613.  
  614. - --------------------------------------------------------------
  615. Thanks for using Fractint, The Fractals and Fractint Discussion List
  616. Post Message:   fractint@lists.xmission.com
  617. Get Commands:   majordomo@lists.xmission.com "help"
  618. Administrator:  twegner@phoenix.net
  619. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  620.  
  621. ------------------------------
  622.  
  623. Date: Mon, 18 May 1998 08:30:57 -0500
  624. From: "Earl Simpson" <esimpn@intcomm.net>
  625. Subject: Re: (fractint) Fractal-art threatened...
  626.  
  627. - -----Original Message-----
  628. From: Paul and/or Joyce Carlson <pjcarlsn@ix.netcom.com>
  629. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  630. Date: Monday, May 18, 1998 7:32 AM
  631. Subject: Re: (fractint) Fractal-art threatened...
  632.  
  633.  
  634. >>So I hope you keep the same format, and just hope most
  635. >>people are careful to post things of general interest.
  636. >
  637. >I agree with Kathy.
  638. >
  639. >Paul Carlson
  640. >
  641. Ditto
  642.  
  643. Earl Simpson
  644.  
  645.  
  646. - --------------------------------------------------------------
  647. Thanks for using Fractint, The Fractals and Fractint Discussion List
  648. Post Message:   fractint@lists.xmission.com
  649. Get Commands:   majordomo@lists.xmission.com "help"
  650. Administrator:  twegner@phoenix.net
  651. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  652.  
  653. ------------------------------
  654.  
  655. Date: Mon, 18 May 1998 09:12:44 -0700
  656. From: "Mike and Linda Allison" <gumbycat@ix.netcom.com>
  657. Subject: Re: (fractint) Having a wonderful time!
  658.  
  659. >Good to see you having fun.....here's what I came up with from your
  660. formula plus
  661. >a few other things based on recent postings to the list.....
  662.  
  663.  
  664. Nice, Angela!  Heart_over is my favorite!
  665. Linda
  666.  
  667.  
  668.  
  669.  
  670.  
  671. - --------------------------------------------------------------
  672. Thanks for using Fractint, The Fractals and Fractint Discussion List
  673. Post Message:   fractint@lists.xmission.com
  674. Get Commands:   majordomo@lists.xmission.com "help"
  675. Administrator:  twegner@phoenix.net
  676. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  677.  
  678. ------------------------------
  679.  
  680. Date: Mon, 18 May 1998 12:56:01 -0400
  681. From: Gedeon Peteri <gedeon@InfoAve.Net>
  682. Subject: (fractint) birdwatching
  683.  
  684. Sometimes this list is the beneficiary of some odd confluence of events.
  685. Yesterday Joyce Carlson went birdwatching and left Paul at home.
  686.  
  687. Gedeon
  688.  
  689. - --
  690. ************************************************
  691. http://www.geocities.com/~gedeonp/index.html
  692. http://www.geocities.com/SoHo/Coffeehouse/4094/
  693. ************************************************
  694.  
  695.  
  696.  
  697. - --------------------------------------------------------------
  698. Thanks for using Fractint, The Fractals and Fractint Discussion List
  699. Post Message:   fractint@lists.xmission.com
  700. Get Commands:   majordomo@lists.xmission.com "help"
  701. Administrator:  twegner@phoenix.net
  702. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  703.  
  704. ------------------------------
  705.  
  706. Date: Mon, 18 May 1998 13:05:16 -0400
  707. From: Gedeon Peteri <gedeon@InfoAve.Net>
  708. Subject: (fractint) Paul Carlson frm and pars
  709.  
  710. Paul,
  711.  
  712. You outdid yourself yesterday! Naturally I am delighted that you saw fit
  713. to "carlsonize" a couple of my formulas. In particular, however, I would
  714. like to comment on your "Satan." A very fine image it is. With a series
  715. of figures raising their arms in supplication, to paraphrase your
  716. comments, and finding ever more ominous figures looming in the
  717. background, this image well deserves to be elevated above some ordinary
  718. Halloween poster. Indeed, I venture to say, it is fit to be a modern
  719. frontispiece to Dante's Inferno, with the often quoted line as the
  720. caption: "All hope abandon, ye who enter here." Mind you, I am not
  721. suggesting that you were in _that_ gloomy mood yesterday!
  722.  
  723. Gedeon
  724.  
  725. - --
  726. ************************************************
  727. http://www.geocities.com/~gedeonp/index.html
  728. http://www.geocities.com/SoHo/Coffeehouse/4094/
  729. Member Infinite Fractal Loop
  730. Last updated: May 17, 1998
  731. ************************************************
  732.  
  733.  
  734.  
  735. - --------------------------------------------------------------
  736. Thanks for using Fractint, The Fractals and Fractint Discussion List
  737. Post Message:   fractint@lists.xmission.com
  738. Get Commands:   majordomo@lists.xmission.com "help"
  739. Administrator:  twegner@phoenix.net
  740. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  741.  
  742. ------------------------------
  743.  
  744. Date: Mon, 18 May 1998 13:05:30 -0400
  745. From: "RJ Corradino" <rjcor@countless-codes.com>
  746. Subject: (fractint) Weekend Aftermath
  747.  
  748. Welp...this is what I get for not checking my email over the weekend(I was
  749. away).  I still have tons of messages to sort out, and a bazillion pars to
  750. look at.  They all sound very interesting though, so it should be fun :)
  751.  
  752. Now, for the topics that I *have* read through...
  753.  
  754. Fractals and Poetry- I haven't gotten a chance to see the par that you sent,
  755. Les, but from the discussion about it that I've seen it sounds like it may
  756. be the way to go.  I'm very interested in FracText(or anything similar) if
  757. you do decide to post it on your page.  You said that it may not work well
  758. for longer poems, but I doubt longer poems would fit on a fractal without
  759. interfering with the image anyway.  I think my best bet would be to get a
  760. web page going, and use only a line or three from each poem on the fractal
  761. itself.  Then I can include the full text next to the fractal.  As far as
  762. getting this page up and running, it may take me a while.  As Angela
  763. suggested, I want to read up on design etc. a bit more first.  Also, I have
  764. a lot of other stuff that I want to include in addition to fractals(mostly
  765. humor and writing stuff).  So it'll be a few weeks before I get everything
  766. together...
  767.  
  768. Fractal chat- I'm really sorry I missed this.  I'll definately try to stop
  769. in for the next one though...for me weekends aren't too good(at least not
  770. this month), but weekday afternoons(Eastern time) are great.  Did anyone
  771. take a log of the last session?  Maybe they could post some excerpts :)
  772.  
  773. - -RJ
  774.  
  775.  
  776.  
  777. - --------------------------------------------------------------
  778. Thanks for using Fractint, The Fractals and Fractint Discussion List
  779. Post Message:   fractint@lists.xmission.com
  780. Get Commands:   majordomo@lists.xmission.com "help"
  781. Administrator:  twegner@phoenix.net
  782. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  783.  
  784. ------------------------------
  785.  
  786. Date: Mon, 18 May 1998 14:07:22 -0400
  787. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  788. Subject: (fractint) one last formula today
  789.  
  790. Hi Paul,
  791.  
  792. >> Run the coshm3 par first.  With that image on the screen run the four
  793. >> colormap pars.  I'm interested in which set of colors you think looks
  794. >> best with this image
  795.  
  796.   Nice images!  My favorite colormap is gold_green.
  797.  
  798.   Here are two colormaps:
  799.  
  800. sg_coshm3-1        { ; Color plug-in for Paul Carlson's coshm3
  801.                      ; Copyright Sylvie Gallet, May 18, 1998
  802.                      ; <sylvie_gallet@compuserve.com>
  803.   colors=3D442svs<31>iogiogioghnfhnfgme<48>LRLLRKKQKKPK<20>9D99C98B87A779=
  804. 7<9\
  805.   >000zxn<6>yvkxvkxvkxvkxvj<44>keQjdPjdPicPicO<12>bXJbXJaWJaWJ`VI<40>B95A=
  806. 8\
  807.   5985874863<4>442331432
  808.   }
  809.  
  810. sg_coshm3-2        { ; Color plug-in for Paul Carlson's coshm3
  811.                      ; Copyright Sylvie Gallet, May 18, 1998
  812.                      ; <sylvie_gallet@compuserve.com>
  813.   colors=3D442qxz<58>G_aFZ`FZ`FZ`<61>0AAyyv<117>AA5AA5994883<4>5500000000=
  814. 00
  815.   }
  816.  
  817.   Cheers,
  818.  
  819.         - Sylvie
  820.  
  821. - --------------------------------------------------------------
  822. Thanks for using Fractint, The Fractals and Fractint Discussion List
  823. Post Message:   fractint@lists.xmission.com
  824. Get Commands:   majordomo@lists.xmission.com "help"
  825. Administrator:  twegner@phoenix.net
  826. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  827.  
  828. ------------------------------
  829.  
  830. Date: Mon, 18 May 1998 19:55:21 +0100
  831. From: "Christian Strik" <cstrik.isg@hetnet.nl>
  832. Subject: Re: (fractint) Fractal-art threatened...
  833.  
  834. >>>So I hope you keep the same format, and just hope most
  835. >>>people are careful to post things of general interest.
  836. >>
  837. >>I agree with Kathy.
  838. >>
  839. >>Paul Carlson
  840. >>
  841. >Ditto
  842. >
  843. >Earl Simpson
  844. >
  845.  
  846. So do I.
  847.  
  848. Christian
  849.  
  850.  
  851.  
  852.  
  853.  
  854. - --------------------------------------------------------------
  855. Thanks for using Fractint, The Fractals and Fractint Discussion List
  856. Post Message:   fractint@lists.xmission.com
  857. Get Commands:   majordomo@lists.xmission.com "help"
  858. Administrator:  twegner@phoenix.net
  859. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  860.  
  861. ------------------------------
  862.  
  863. Date: Mon, 18 May 1998 14:32:20 -0400
  864. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  865. Subject: Re: (fractint) Calc method
  866.  
  867. >> MetalComplexNewton { ; complexnewton using black metal colors
  868. =2E..
  869. >>   inside=3Depsiloncross outside=3Dreal decomp=3D256 colors=3D@blackmet=
  870. =2Emap
  871.                                                         ^^^^^^^^^^^^^
  872.   It's probably a very nice map but I don't have it! :-)
  873.  
  874.         - Sylvie
  875.  
  876. - --------------------------------------------------------------
  877. Thanks for using Fractint, The Fractals and Fractint Discussion List
  878. Post Message:   fractint@lists.xmission.com
  879. Get Commands:   majordomo@lists.xmission.com "help"
  880. Administrator:  twegner@phoenix.net
  881. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  882.  
  883. ------------------------------
  884.  
  885. Date: Mon, 18 May 1998 13:39:15 -0500
  886. From: Bob Margolis <rttyman@wwa.com>
  887. Subject: (fractint) Pars for the course
  888.  
  889. Julia_01           { ; by Bob Margolis
  890.   reset=1960 type=julia passes=1
  891.   center-mag=-4.44089e-016/4.44089e-016/0.8503402
  892.   params=0.3007615816051071/0.02016914662938262 float=y maxiter=1050
  893.   inside=bof61 symmetry=xyaxis
  894.   colors=004<11>004004006<5>00E00F00E<6>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0u\
  895.   j0xn0yr0yv0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2c\
  896.   L3hO4lR5oU7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<\
  897.   3>O82UA3ZC5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O\
  898.   82<3>000000610C21I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTs\
  899.   BOoALl9Hh8Dc7AZ67U55O43I31<2>000000500<2>I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk\
  900.   0yj0tj0mi0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO\
  901.   0HQ0LS0O<3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<3>C03901601300000000<3>602703905<\
  902.   2>C0BD0EE0GE0JF0M<2>G0V<4>E0GD0EC0BB09A07<2>602 cyclerange=1/1
  903.   }
  904.  
  905. Julia_02           { ; by Bob Margolis
  906.   reset=1960 type=julzpower passes=1
  907.   center-mag=-8.88178e-016/6.66134e-016/1.103753
  908.   params=0.1345727852001021/-0.8054681505759588/3/0 float=y
  909.   maxiter=750 inside=bof61 symmetry=xyaxis
  910.   colors=00000C<29>00C00C00A<3>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0y\
  911.   v0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5o\
  912.   U7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3Z\
  913.   C5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>0000\
  914.   00610C21I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh\
  915.   8Dc7AZ67U55O43I31<2>000000500<2>I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi\
  916.   0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ0LS0O<\
  917.   3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<3>C03901601300000000<3>602703905<2>C0BD0EE\
  918.   0GE0JF0M<2>G0V<3>E0K cyclerange=1/1
  919.   }
  920.  
  921. Julia_03           { ; by Bob Margolis
  922.   reset=1960 type=julzpower passes=1
  923.   center-mag=-4.44089e-016/2.22045e-016/0.7788162
  924.   params=-0.8174485771157198/-0.1152135986416612/4/0 float=y
  925.   maxiter=1000 inside=bof61 symmetry=xyaxis
  926.   colors=00D<21>00D00D00E00F<7>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0y\
  927.   v0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5o\
  928.   U7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3Z\
  929.   C5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>0000\
  930.   00610C21I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh\
  931.   8Dc7AZ67U55O43I31<2>000000500<2>I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi\
  932.   0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ0LS0O<\
  933.   3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<3>C03901601300000000<3>602703905<2>C0BD0EE\
  934.   0GE0JF0M<2>G0V<4>E0GD0EC0BB09 cyclerange=1/1
  935.   }
  936.  
  937. Julia_04           { ; by Bob Margolis
  938.   reset=1960 type=julzpower passes=1 center-mag=0/0/0.8912656
  939.   params=0.5124921334470296/0.6679819260122206/5/0 float=y
  940.   maxiter=1000 inside=bof61 symmetry=xyaxis
  941.   colors=00000C00E00F<7>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0yv0zz0yv\
  942.   0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_\
  943.   9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3ZC5cE7hG\
  944.   9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>000000610C2\
  945.   1I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh8Dc7AZ6\
  946.   7U55O43I31<2>000000500<2>I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0\
  947.   Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ0LS0O<3>V0fW0\
  948.   jV0f<2>T0TS0OQ0LO0HM0D<3>C03901601300000000<3>602703905<2>C0BD0EE0GE0JF0\
  949.   M<2>G0V<4>E0GD0EC0BB09A07<3>401300100<4>000001001002003<5>00B
  950.   cyclerange=1/1
  951.   }
  952.  
  953. Julia_05           { ; by Bob Margolis
  954.   reset=1960 type=julzpower passes=1
  955.   center-mag=-4.44089e-016/2.22045e-016/0.8130081
  956.   params=0.08570614352786257/0.7678397143005842/6/0 float=y
  957.   maxiter=1000 inside=bof61 symmetry=xyaxis
  958.   colors=000B09<2>704602401300100<4>000001001002003<7>00E00F00E<6>004640<2\
  959.   >OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0yv0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG\
  960.   0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU\
  961.   7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3ZC5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSyS\
  962.   PxQMuOJsMGoKElIB<2>ZC5UA3O82<3>000000610C21I31O43U55Z67c7Ah8Dl9HoALsBOuC\
  963.   TxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh8Dc7AZ67U55O43I31<2>000000500<2>I04<3\
  964.   >Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>00\
  965.   0000300601901<2>I07K0AM0EO0HQ0LS0O<3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<3>C0390\
  966.   1601300000000<3>602703905<2>C0BD0EE0GE0JF0MF0PG0SG0V<6>C0B
  967.   cyclerange=1/1
  968.   }
  969.  
  970. Julia_06           { ; by Bob Margolis
  971.   reset=1960 type=julia passes=1
  972.   center-mag=-4.44089e-016/2.22045e-016/0.8130081
  973.   params=-0.8123750554073483/0.2025471583367798 float=y maxiter=1250
  974.   inside=bof61 symmetry=xyaxis
  975.   colors=000A07<3>401300100<4>000001001002003<7>00E00F00E<6>004640<2>OG0UK\
  976.   0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0yv0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>00\
  977.   0000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2\
  978.   >ZI2UF1OC1<3>000000<3>O82UA3ZC5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuO\
  979.   JsMGoKElIB<2>ZC5UA3O82<3>000000610C21I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyE\
  980.   azFfzGjyFeyEaxDXuCTsBOoALl9Hh8Dc7AZ67U55O43I31<2>000000500<2>I04<3>Y0I`0\
  981.   Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>00000030\
  982.   0601901<2>I07K0AM0EO0HQ0LS0O<3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<3>C0390160130\
  983.   0000000<3>602703905<2>C0BD0EE0GE0JF0M<2>G0V<4>E0GD0EC0BB09
  984.   cyclerange=1/1
  985.   }
  986.  
  987. Julia_07           { ; by Bob Margolis
  988.   reset=1960 type=julzpower passes=1
  989.   center-mag=-2.22045e-016/0/0.7473842
  990.   params=-0.07222313374597349/0.7796226668545837/3/0 float=y
  991.   maxiter=1000 inside=bof61 symmetry=xyaxis
  992.   colors=000<35>000001001002003<7>00E00F00E<6>004640<2>OG0UK0ZO0cS0hW0lZ0o\
  993.   b0sf0uj0xn0yr0yv0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1U\
  994.   F1ZI2cL3hO4lR5oU7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>0\
  995.   00000<3>O82UA3ZC5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>Z\
  996.   C5UA3O82<3>000000610C21I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEax\
  997.   DXuCTsBOoALl9Hh8Dc7AZ67U55O43I31<2>000000500<2>I04<3>Y0I`0Mb0Se0Wg0ai0gj\
  998.   0mj0tk0yj0tj0mi0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K\
  999.   0AM0EO0HQ0LS0O<3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<3>C03901601300000000
  1000.   cyclerange=1/1
  1001.   }
  1002.  
  1003. Julia_08           { ; by Bob Margolis
  1004.   reset=1960 type=julzpower passes=1
  1005.   center-mag=-4.44089e-016/3.33067e-016/1.103753
  1006.   params=0.6221280586536566/1.064642091867106/4/0 float=y maxiter=1250
  1007.   inside=bof61 symmetry=xyaxis
  1008.   colors=00000C00E00F<7>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0yv0zz0yv\
  1009.   0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_\
  1010.   9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3ZC5cE7hG\
  1011.   9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>000000610C2\
  1012.   1I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh8Dc7AZ6\
  1013.   7U55O43I31<2>000000500<2>I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0\
  1014.   Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ0LS0O<3>V0fW0\
  1015.   jV0f<2>T0TS0OQ0LO0HM0D<3>C03901601300000000<3>602703905<2>C0BD0EE0GE0JF0\
  1016.   M<2>G0V<4>E0GD0EC0BB09A07<3>401300100<4>000001001002003<5>00B
  1017.   cyclerange=1/1
  1018.   }
  1019.  
  1020. Julia_09           { ; by Bob Margolis
  1021.   reset=1960 type=julzpower passes=1
  1022.   center-mag=-2.22045e-016/2.22045e-016/0.8079006
  1023.   params=0.5190214540116791/-0.6662212693824701/5/0 float=y
  1024.   maxiter=1250 inside=bof61 symmetry=xyaxis
  1025.   colors=000C0B<2>905703602401300100<4>000001001002003<7>00E00F00E<6>00464\
  1026.   0<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0yv0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK\
  1027.   0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX\
  1028.   8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3ZC5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyT\
  1029.   SySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>000000610C21I31O43U55Z67c7Ah8Dl9HoALsB\
  1030.   OuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh8Dc7AZ67U55O43I31<2>000000500<2>I0\
  1031.   4<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2\
  1032.   >000000300601901<2>I07K0AM0EO0HQ0LS0O<3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<3>C0\
  1033.   3901601300000000<3>602703905<2>C0BD0EE0GE0JF0M<2>G0V<5>D0E
  1034.   cyclerange=1/1
  1035.   }
  1036.  
  1037. Julia_10           { ; by Bob Margolis
  1038.   reset=1960 type=julzpower passes=1
  1039.   center-mag=-2.22045e-016/0/0.8912656
  1040.   params=-0.5154296808960336/0.4189331997468939/6/0 float=y
  1041.   maxiter=1000 inside=bof61 symmetry=xyaxis
  1042.   colors=00C<15>00C00C00E00F<7>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0y\
  1043.   v0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5o\
  1044.   U7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3Z\
  1045.   C5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>0000\
  1046.   00610C21I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh\
  1047.   8Dc7AZ67U55O43I31<2>000000500901E02I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj\
  1048.   0mi0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ0LS\
  1049.   0O<3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<4>901<2>000000<3>602703905<2>C0BD0EE0GE\
  1050.   0JF0M<2>G0V<4>E0GD0EC0BB09A07<4>300 cyclerange=1/1
  1051.   }
  1052.  
  1053. Julia_11           { ; by Bob Margolis
  1054.   reset=1960 type=julia passes=1
  1055.   center-mag=-2.22045e-016/2.22045e-016/0.9712963
  1056.   params=-0.202868791106461/-0.677020266297127 float=y maxiter=1500
  1057.   inside=bof61 symmetry=xyaxis
  1058.   colors=000<19>000<3>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0yv0zz0yv0yr0xn0uj0s\
  1059.   f0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_9xbByeCygEz\
  1060.   jFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3ZC5cE7hG9lIBoKEsMGu\
  1061.   OJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>000000610C21I31O43U55Z\
  1062.   67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh8Dc7AZ67U55O43I31<\
  1063.   2>000000500901E02I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0Wb0S`0MY\
  1064.   0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ0LS0O<3>V0fW0jV0f<2>T\
  1065.   0TS0OQ0LO0HM0D<4>901<2>000000<3>602703905<2>C0BD0EE0GE0JF0M<2>G0V<4>E0GD\
  1066.   0EC0BB09A07<3>401300100<5>001 cyclerange=1/1
  1067.   }
  1068.  
  1069. Julia_12           { ; by Bob Margolis
  1070.   reset=1960 type=julzpower passes=1
  1071.   center-mag=-6.66134e-016/4.44089e-016/0.9861933
  1072.   params=-0.4044005662551436/-0.6389802197802203/3/0 float=y
  1073.   maxiter=750 inside=bof61 symmetry=xyaxis
  1074.   colors=00E<5>00E00F00E<6>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0<2>zz0<2\
  1075.   >xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_9xb\
  1076.   B<2>zjF<2>xbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000620<2>O82UA3ZC5cE7hG9lIBoK\
  1077.   EsMGuOJxQM<2>zVV<2>xQMuOJsMGoKElIB<2>ZC5UA3O82I61<2>000000610C21I31O43U5\
  1078.   5Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGj<2>xDXuCTsBOoALl9Hh8Dc7AZ67U55O43I31<2\
  1079.   >000000500901E02I04M07<2>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0Wb0S`0\
  1080.   MY0IU0EQ0AM07I04E02<2>000000300601901C03F05I07K0A<2>Q0LS0OT0T<2>V0fW0jV0\
  1081.   f<2>T0TS0OQ0LO0HM0DK0A<3>901<2>000000100<2>602703905<2>C0BD0EE0GE0JF0M<2\
  1082.   >G0V<4>E0GD0EC0BB09A07905<2>401300100<4>000001001002003004005
  1083.   }
  1084.  
  1085. Julia_13           { ; by Bob Margolis
  1086.   reset=1960 type=julzpower passes=1
  1087.   center-mag=-4.44089e-016/2.22045e-016/0.8912656
  1088.   params=-0.4388273813325392/0.46474359648211/4/0 float=y maxiter=750
  1089.   inside=bof61 symmetry=xyaxis
  1090.   colors=00B<15>00B00B00D00E00F<7>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0y\
  1091.   r0yv0zz0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4l\
  1092.   R5oU7sX8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82U\
  1093.   A3ZC5cE7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>0\
  1094.   00000610C21I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl\
  1095.   9Hh8Dc7AZ67U55O43I31<2>000000500901E02I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj\
  1096.   0tj0mi0gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ\
  1097.   0LS0O<3>V0fW0jV0f<2>T0TS0OQ0LO0HM0D<4>901<2>000000<3>602703905<2>C0BD0EE\
  1098.   0GE0JF0M<2>G0V<4>E0GD0EC0BB09A07<3>401 cyclerange=1/1
  1099.   }
  1100.  
  1101. Julia_14           { ; by Bob Margolis
  1102.   reset=1960 type=julzpower passes=1
  1103.   center-mag=-2.22045e-016/2.22045e-016/0.9363296
  1104.   params=0.01762221742800402/0.5970399331964116/5/0 float=y
  1105.   maxiter=750 inside=bof61 symmetry=xyaxis
  1106.   colors=00E<6>00E00E00C<5>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0yr0yv0zz\
  1107.   0yv0yr0xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX\
  1108.   8u_9xbByeCygEzjFygEyeCxbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000<3>O82UA3ZC5cE\
  1109.   7hG9lIBoKEsMGuOJxQMySPyTSzVVyTSySPxQMuOJsMGoKElIB<2>ZC5UA3O82<3>00000061\
  1110.   0C21I31O43U55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGjyFeyEaxDXuCTsBOoALl9Hh8Dc7\
  1111.   AZ67U55O43I31<2>000000500901E02I04<3>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0\
  1112.   gg0ae0Wb0S`0MY0IU0EQ0AM07I04E02<2>000000300601901<2>I07K0AM0EO0HQ0LS0O<3\
  1113.   >V0fW0jV0f<2>T0TS0OQ0LO0HM0D<4>901<2>000000<3>602703905<2>C0BD0EE0GE0JF0\
  1114.   M<2>G0V<4>E0GD0EC0BB09A07<3>401300100<4>000001001002003004005
  1115.   cyclerange=1/1
  1116.   }
  1117.  
  1118. Julia_15           { ; by Bob Margolis
  1119.   reset=1960 type=julzpower passes=1
  1120.   center-mag=-2.22045e-016/2.22045e-016/0.9861933
  1121.   params=-0.5325997775952228/-0.3598714168738875/6/0 float=y
  1122.   maxiter=750 inside=bof61 symmetry=xyaxis
  1123.   colors=00B<12>00B00B009<3>004640<2>OG0UK0ZO0cS0hW0lZ0ob0sf0uj0xn0<2>zz0<\
  1124.   2>xn0uj0sf0ob0lZ0<2>ZO0UK0OG0<3>000000<2>I90OC1UF1ZI2cL3hO4lR5oU7sX8u_9x\
  1125.   bB<2>zjF<2>xbBu_9sX8oU7lR5<2>ZI2UF1OC1<3>000000620<2>O82UA3ZC5cE7hG9lIBo\
  1126.   KEsMGuOJxQM<2>zVV<2>xQMuOJsMGoKElIB<2>ZC5UA3O82I61<2>000000610C21I31O43U\
  1127.   55Z67c7Ah8Dl9HoALsBOuCTxDXyEazFfzGj<2>xDXuCTsBOoALl9Hh8Dc7AZ67U55O43I31<\
  1128.   2>000000500901E02I04M07<2>Y0I`0Mb0Se0Wg0ai0gj0mj0tk0yj0tj0mi0gg0ae0Wb0S`\
  1129.   0MY0IU0EQ0AM07I04E02<2>000000300601901C03F05I07K0A<2>Q0LS0OT0T<2>V0fW0jV\
  1130.   0f<2>T0TS0OQ0LO0HM0DK0A<3>901<2>000000100<2>602703905<2>C0BD0EE0GE0JF0M<\
  1131.   2>G0V<4>E0GD0EC0BB09A07905<2>401300100<6>001 cyclerange=1/1
  1132.   }
  1133.  
  1134. - --------------------------------------------------------------
  1135. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1136. Post Message:   fractint@lists.xmission.com
  1137. Get Commands:   majordomo@lists.xmission.com "help"
  1138. Administrator:  twegner@phoenix.net
  1139. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1140.  
  1141. ------------------------------
  1142.  
  1143. End of fractint-digest V1 #209
  1144. ******************************
  1145.  
  1146.