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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #143
  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        Tuesday, March 24 1998        Volume 01 : Number 143
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Sun, 22 Mar 1998 10:48:07 -0600 (CST)
  18. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  19. Subject: Re: (fractint) Celtic formula and pars
  20.  
  21. >I enjoyed the formula and images, but I made a change to the colors to
  22. >be more appropriate for last Tuesday's Holiday festivities.  They are
  23. >attached as MAP files.
  24. >
  25. >P.N.L. 
  26.  
  27. Thanks!  I'll give them a try.
  28.  
  29. I'm going to be offline for a while.  My monitor died and I'm using
  30. a borrowed one that I have to return in a few minutes.
  31.  
  32. Paul Carlson
  33.  
  34.  
  35. - -
  36. - ------------------------------------------------------------
  37. Thanks for using Fractint, The Fractals and Fractint Discussion List
  38. Post Message:   fractint@xmission.com
  39. Get Commands:   majordomo@xmission.com "help"
  40. Administrator:  twegner@phoenix.net
  41. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  42.  
  43. ------------------------------
  44.  
  45. Date: Sun, 22 Mar 1998 12:10:51 -0500
  46. From: Sylvie Gallet <Sylvie_Gallet@compuserve.com>
  47. Subject: (fractint) formula
  48.  
  49. Hi Kathy,
  50.  
  51. >> I was looking at a fractal in "The Science of Fractal Images" with a
  52. >> very simple formula but a different coloring method.  (page 160 if
  53. >> you have it).
  54.  
  55.   The coloring method is: inside=3Dblack, outside=3Dwhite.
  56.  
  57. >> So can anyone put this into a fractint formula?  It's a cool picture.
  58. >>  (Sorry about the length of this.)
  59.  
  60.   The following formula doesn't give exactly the same image but it's
  61. probably due to the way Fractint handles large values of z.
  62.  
  63. sfi-p160 { ; Sylvie Gallet, Mar 1998
  64.   z =3D pixel :
  65.   z =3D e^(z-1)                       ; z =3D 1/e * e^z
  66.   if (z >=3D 50 && cos(imag(z)) >=3D 0)
  67.     continue =3D 0
  68.   else
  69.     continue =3D 1
  70.   endif
  71.   continue
  72. }
  73.  
  74. sfi-p160           { ; .                                    t=3D  0:05:56=
  75. =2E52
  76.                      ; Copyright Sylvie Gallet, Mar 22, 1998
  77.                      ; <sylvie_gallet@compuserve.com>
  78.                      ; t=3Dcalc time using a Pentium 166 at 1600 x 1200
  79.   reset=3D1960 type=3Dformula formulafile=3Dfractint.frm
  80.   formulaname=3Dsfi-p160 passes=3D1 center-mag=3D4.18766/0/0.4106049 floa=
  81. t=3Dy
  82.   maxiter=3D25 inside=3D0 outside=3D1
  83.   colors=3D000zzz0e00eee00e0eeL0eeeLLLLLzLzLLzzzLLzLzzzLzzz000555<3>HHHKK=
  84. KOO\
  85.   OSSSWWW___ccchhhmmmssszzz00z<3>z0z<3>z00<3>zz0<3>0z0<3>0zz<2>0GzVVz<3>z=
  86. V\
  87.   z<3>zVV<3>zzV<3>VzV<3>Vzz<2>Vbzhhz<3>zhz<3>zhh<3>zzh<3>hzh<3>hzz<2>hlz0=
  88. 0\
  89.   S<3>S0S<3>S00<3>SS0<3>0S0<3>0SS<2>07SEES<3>SES<3>SEE<3>SSE<3>ESE<3>ESS<=
  90. 2\
  91.   >EHSKKS<2>QKSSKSSKQSKOSKMSKK<2>SQKSSKQSKOSKMSKKSK<2>KSQKSSKQSKOSKMS00G<=
  92. 3\
  93.   >G0G<3>G00<3>GG0<3>0G0<3>0GG<2>04G88G<2>E8GG8GG8EG8CG8AG88<2>GE8GG8EG8C=
  94. G\
  95.   8AG88G8<2>8GE8GG8EG8CG8AGBBG<2>FBGGBGGBFGBDGBCGBB<2>GFBGGBFGBDGBCGBBGB<=
  96. 2\
  97.   >BGFBGGBFGBDGBCG000<6>000
  98.   }
  99.  
  100.   Cheers,
  101.  
  102.         - Sylvie
  103.  
  104.  
  105. - -
  106. - ------------------------------------------------------------
  107. Thanks for using Fractint, The Fractals and Fractint Discussion List
  108. Post Message:   fractint@xmission.com
  109. Get Commands:   majordomo@xmission.com "help"
  110. Administrator:  twegner@phoenix.net
  111. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  112.  
  113. ------------------------------
  114.  
  115. Date: Sun, 22 Mar 1998 15:15:08 -0600
  116. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  117. Subject: Re: (fractint) Celtic formula and pars
  118.  
  119. Paul and/or Joyce Carlson wrote:
  120. >
  121. > Paul N. Lee wrote:
  122. > >
  123. > > I enjoyed the formula and images, but I made a change
  124. > > to the colors to be more appropriate for last Tuesday's
  125. > > Holiday festivities.  They are attached as MAP files.
  126. > >
  127. >
  128. > Thanks!  I'll give them a try.
  129. > I'm going to be offline for a while.  My monitor died and I'm
  130. > using a borrowed one that I have to return in a few minutes.
  131. >
  132.  
  133. Sorry folks for the "long" email.  I forgot that the MAP files would not
  134. be "clickable" attachments (because of being straight ASCII text).  I'll
  135. just save the COLORS in the PAR next time before posting.
  136.  
  137.  
  138.  
  139. James R. McKenzie wrote:
  140. > Am I supposed to replace a color map and if so which one?
  141. > I've never cracked open the maps all that much, damn they're
  142. > huge.  BTW do you actually "type" this stuff in by hand?
  143. > If so you must go through <TAB> keys quite quickly.
  144. >
  145.  
  146. There are a couple of ways of supplying predefined colors to FractInt. 
  147. In the PAR, there is a parameter known as COLORS which usually looks
  148. like this:
  149.      colors=000<7>000000200<29>zKU<30>211000000<14>000010030<29>\
  150.      0z0<30>020000000<14>000110330<29>zz0<30>220000000<21>000
  151.  
  152. The other method is to create a palette MAP file that is read in by
  153. FractInt in the same manner that PAR and FRM files are accessed.  This
  154. is the method I use most often.  (An excellant utility for doing this is
  155. Ron E. Barnett's MakeMAP program.)  These color-maps are ASCII text
  156. files set up as a series of RGB triplet values (one triplet per line,
  157. encoded as the red, green, and blue [RGB] components of the color).
  158.  
  159. When you are running FractInt, there are various commands that may be
  160. given.  You can save and restore color palettes for use with any image. 
  161. To load a palette onto an existing image, use the [L] command in
  162. color-cycling [C] or palette-editing [E] mode.  To save a palette, use
  163. the [S] command in those modes.  You can also just use the [G] command
  164. to allow you to enter the following:
  165.      MAP=filename
  166. where the above "filename" is an existing MAP file either in it's own
  167. directory or in the FractInt directory.  Your SSTOOLS.INI could point to
  168. a default directory and file as follows:
  169.      MAP=F:\Fracta~2\Fractint\Ver_19_6\Map\volcano.map
  170.  
  171. >
  172. > PARS, FRMS and MAPS are add-ins.  I run 'em don't hack 'em.
  173. > I just need to know which file[s] do I replace, if any, in
  174. > order to use the map originally sent in this message.
  175. >
  176.  
  177. If you wish to try out the MAPs that I regretably sent out as
  178. attachments, then save just the data from each one as a seperate file
  179. with the extension of MAP.  Then follow the above notes.  Further
  180. information may be obtained from some of the following:
  181.      FRACTINT.DOC
  182.      http://spanky.triumf.ca/www/fractint/palette_maps.html
  183.      http://spanky.triumf.ca/www/fractint/commands.html#cycling_anchor
  184.      http://spanky.triumf.ca/www/fractint/commands.html#palette_anchor
  185.      Hit [F1] while running FractInt and look for either color-cycling
  186.          or palette-editing.
  187.  
  188. P.N.L.
  189.  
  190. - -
  191. - ------------------------------------------------------------
  192. Thanks for using Fractint, The Fractals and Fractint Discussion List
  193. Post Message:   fractint@xmission.com
  194. Get Commands:   majordomo@xmission.com "help"
  195. Administrator:  twegner@phoenix.net
  196. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  197.  
  198. ------------------------------
  199.  
  200. Date: Sun, 22 Mar 1998 16:01:23 -0600
  201. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  202. Subject: (fractint) Smaller Image Sizes for Fractals....
  203.  
  204. .
  205.  
  206. The Windows version of ImageVice (from low-cost software champion BoxTop
  207. Software) is soon to hit the streets.  ImageVice is a tool for Web and
  208. multimedia designers that makes Web pages load up to three times faster
  209. and allows the designer to store up to three times the content in the
  210. same space.  BoxTop Software now has a fully functional and nonexpiring
  211. demo of ImageVice 1.1 at its Web site: 
  212.  
  213.        http://www.boxtopsoft.com/
  214.  
  215. This program will work its magic with ANY image, just as the Macintosh
  216. version has done for some months now.  ImageVice can make GIF, PICT, BMP
  217. and PNG (the most popular multimedia formats) images as much as 70
  218. percent smaller. 
  219.  
  220. ImageVice works as a file filter that is plug-in compatible with Adobe
  221. Photoshop 3.0 or greater and other host applications supporting the 3.0
  222. Photoshop filter plug-in API.  It's available for Macintosh, Windows 95,
  223. and NT. 
  224.  
  225. Fred Showker, editor of DT&G Magazine, says, "This new multimedia color
  226. reduction and compression tool breaks all records for the smallest GIF,
  227. PNG, PICT and BMP files -- we're talking over 75 percent reduction
  228. here.  In our testing we're finding it even better than JPEG
  229. compression!"
  230.  
  231. - -
  232. - ------------------------------------------------------------
  233. Thanks for using Fractint, The Fractals and Fractint Discussion List
  234. Post Message:   fractint@xmission.com
  235. Get Commands:   majordomo@xmission.com "help"
  236. Administrator:  twegner@phoenix.net
  237. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  238.  
  239. ------------------------------
  240.  
  241. Date: Sun, 22 Mar 1998 16:27:07 -0600
  242. From: "Tim Wegner" <twegner@phoenix.net>
  243. Subject: (fractint) Posting from other accounts
  244.  
  245. Just a reminder. This list doesn't let you post messages if the 
  246. return address doesn't match the address you are subscribed under. 
  247. This is to prevent spammers from blasting the list. So far it has 
  248. worked well; we have avoided spam.
  249.  
  250. Unfortunately this can be a bit of an annoyance to list users, since 
  251. you can't post from other accounts or place NO_SPAM in your return 
  252. address.
  253.  
  254. Tim
  255.  
  256. - -
  257. - ------------------------------------------------------------
  258. Thanks for using Fractint, The Fractals and Fractint Discussion List
  259. Post Message:   fractint@xmission.com
  260. Get Commands:   majordomo@xmission.com "help"
  261. Administrator:  twegner@phoenix.net
  262. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  263.  
  264. ------------------------------
  265.  
  266. Date: Sun, 22 Mar 1998 10:07:17 -0000
  267. From: "Les St Clair" <les_stclair@crosstrees.prestel.co.uk>
  268. Subject: Re: (fractint) Colormaps Ahoy
  269.  
  270. Jay wrote...
  271.  
  272. >>.. you can do it in very little space as one file containing
  273. only pars required to create the images. The color part can be copied
  274. out into any other par<<
  275.  
  276. I sent a mail about this several days ago but I don't think it ever arrived!
  277.  
  278. There are other advantages to organizing maps as par files, here's my original
  279. mail:
  280.  
  281. Here's some thoughts on collecting color maps for Fractint...
  282.  
  283. Save them as par files then delete everything except the title/info plus the
  284. "colors=" statement.
  285.  
  286. This is easy to do and has several advantages over the more usual .map method:
  287. 1. You can use long filenames
  288. 2. Include descriptions, dates, author and other info.
  289. 3. Whole collections can be bundled into one file to maintain themes, favourite
  290. artists etc.
  291. 4. The files take up much less storage space (the attached example occupies
  292. 1.07K, compared with 3 x 3.25K for the same (less?) info in .map format)
  293.  
  294. To use this type of "map" just load it as a par file (using the <2> or <@>
  295. keys), choose the map you want, and it will replace the colors in whatever image
  296. you currently have on screen.
  297.  
  298. Les01_map          { ; My first Fractint Color Map c.1995
  299.                      ; by Les St Clair <les_stclair@compuserve.com>
  300.   colors=000<5>D01F01G01<6>T01V01V11<28>qaArcBqbB<29>F22D01D04<15>00y<29>0\
  301.   03001101<30>z0q<15>W0S001<29>IaJJcKJcK<42>223213102001101
  302.   }
  303.  
  304. Les03_map          { ; My third Fractint Color Map c.1995
  305.                      ; by Les St Clair <les_stclair@compuserve.com>
  306.   colors=000CB4<3>H86I76K67L58<23>a1Tb0Ua0U<23>E08C07B07907<3>125<3>56B67D\
  307.   78F89HAAJ<16>XSpZUrYUq<11>MK`<2>MHPMFLMEHNCCKBBIA9F87<4>MCGODHPFH<3>VPIX\
  308.   RIZUJ_WK<16>zzZxxY<16>0CC<45>MiYNjZNiZ<27>FDBEBAF99<10>8D38D39D3AC3BB4
  309.   }
  310.  
  311. Les06_map          { ; A modified color map. Original artist unkown!
  312.                      ; by Les St Clair <les_stclair@compuserve.com>
  313.                      ; One of my favourites
  314.   colors=000<15>000000223<6>KKQNNTQQXTT_VWa<6>loslpr<14>OI5<11>pgTriVulYxn\
  315.   _zpa<4>jdWgaVcZT`WSYUR<4>HGM<11>724602702<24>U0AV0BW0BX0CY0C<2>`0Da0Db2D\
  316.   <14>zVF<14>b2Da0D`0D<3>X0BW0BV0BU0BT0A<9>J06J06H06G06<15>kmn<6>D92<3>LG4\
  317.   OI5QK7<12>vlYxn_yo`zpa<14>OI5000<10>000
  318.   }
  319.  
  320. BTW, Angela,  these are just examples, I'm not proposing them for inclusion in
  321. any new Fractint collection :)
  322.  
  323. cheers, Les
  324.  
  325.  
  326.  
  327.  
  328.  
  329. - -
  330. - ------------------------------------------------------------
  331. Thanks for using Fractint, The Fractals and Fractint Discussion List
  332. Post Message:   fractint@xmission.com
  333. Get Commands:   majordomo@xmission.com "help"
  334. Administrator:  twegner@phoenix.net
  335. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  336.  
  337. ------------------------------
  338.  
  339. Date: Sun, 22 Mar 1998 19:31:42 -0500
  340. From: davides <davides@pipeline.com>
  341. Subject: (fractint) Re: combo's 4 & 5
  342.  
  343. Greetings,
  344.  
  345. Sometimes there can be so many irons in the fire, so to speak, that time
  346. for attempts at original material simply is not there. Which is one reason
  347. for collecting gifs, pars, and color maps. A slight modification here,
  348. another there, and a nice looking image comes up...
  349.  
  350. The below are two recent combinations: 
  351.  
  352. combo4             { ; by David Shanholtzer, 1998
  353.                      ; Original by "O" (Silk Series)
  354.                      ; Modified slightly by D.Shanholtzer
  355.                      ; color map: jacco169
  356.   reset=1960 type=fn*fn function=recip/cotan passes=1
  357.   center-mag=-0.00221252505215186/-0.00407982261974527/1.823868/1/90
  358.   float=y maxiter=500 bailoutest=and inside=0 outside=atan
  359.   potential=255/255/0
  360.   colors=000mfn<24>yxxyyxxww<8>menlcmlbm<24>TAXS8WS8W<24>738627627627<13>6\
  361.   16616705704<4>600510610<13>RBESCFUDGVEHWFHXHI<25>xkSzmTylT<2>viQugPsfPqd\
  362.   O<24>000<6>B96CA7EB9<16>dXRfZTf_U<30>zzy
  363.   }
  364.  
  365. combo5             { ; by David Shanholtzer, 1998
  366.                      ; Original by "O" (Silk Series)
  367.                      ; Modified slightly by D.Shanholtzer
  368.                      ; color map: jacco170
  369.   reset=1960 type=fn*fn function=recip/cotan passes=1
  370.   center-mag=-0.00221252505215186/-0.00407982261974527/1.823868/1/90
  371.   float=y maxiter=500 bailoutest=and inside=0 outside=atan
  372.   potential=255/255/0
  373.   colors=twr222<45>rupwzwuxtwzwuxsvyvtwrvyutvruxtsvquxsruptwrruotvrqtnstqp\
  374.   snrrpoqmqponolonnmmknlmlkjmjkkiikhjjghjeiiegichhcfhaggaef_ff_deYdeYddWcc\
  375.   XcbUbbVbaSaaTa`P``R`_N__P_YLYZNZXJXYLYWHWXJXUFVWHWTDUVFVSBTUDUQ8RSBTP7QR\
  376.   ASQ8RR9SP7QQ8RM7NP7QJ6KM7NG5HJ6KD4DG5HA3AD4D727F4EA28H5FD3AJ5GG4CL6HJ5EN\
  377.   6IM5GP7JP6IR7KS7K<2>X9NaAQaFTbKXeM_<2>lWjn_nrbrtevzfz<2>lMhhFac8WZ0PX0OV\
  378.   0MT0LR0J<24>201000000<61>000
  379.   }
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390. davides@pipeline.com
  391. Back up my hard drive?
  392. How do I put it in reverse?
  393.  
  394. - -
  395. - ------------------------------------------------------------
  396. Thanks for using Fractint, The Fractals and Fractint Discussion List
  397. Post Message:   fractint@xmission.com
  398. Get Commands:   majordomo@xmission.com "help"
  399. Administrator:  twegner@phoenix.net
  400. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  401.  
  402. ------------------------------
  403.  
  404. Date: Sun, 22 Mar 1998 18:43:14 -0800
  405. From: "Jay Hill" <ehill1@san.rr.com>
  406. Subject: Re: (fractint) Colormaps Ahoy
  407.  
  408. > From: Les St Clair <les_stclair@crosstrees.prestel.co.uk>
  409. > Jay wrote...
  410. > >>.. you can do it in very little space as one file containing
  411. > only pars required to create the images. The color part can be copied
  412. > out into any other par<<
  413. > I sent a mail about this several days ago but I don't think it ever arrived!
  414. [...]
  415. > Save them as par files then delete everything except the title/info plus the
  416. > "colors=" statement.
  417.  
  418. Please note the other (perhaps new) ideas in my post. There are 
  419. certain color maps which are valid over a limited color cycle range 
  420. or have other limitations. These can be included as I did, and when 
  421. they load, they don't mess-up the rest of the image parameters. 
  422. But the image does recompute. If it is only the colors= parameter 
  423. loading, the image does not recompute.
  424.  
  425. Comments should be included identifying the author and date. 
  426. Also other remarks can communicate recommendations.
  427.  
  428. These additional parameters are especially useful for Paul Carlson's, 
  429. Kerry Mitchell's and several others on this list.
  430.  
  431. Jay
  432.  
  433.  
  434. - -
  435. - ------------------------------------------------------------
  436. Thanks for using Fractint, The Fractals and Fractint Discussion List
  437. Post Message:   fractint@xmission.com
  438. Get Commands:   majordomo@xmission.com "help"
  439. Administrator:  twegner@phoenix.net
  440. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  441.  
  442. ------------------------------
  443.  
  444. Date: Mon, 23 Mar 1998 05:32:20 PST
  445. From: "Koppens,Ton" <Ton_Koppens.rxnl@eur.xerox.com>
  446. Subject: (fractint) Nuclear PAR
  447.  
  448. Last night I enjoyed myself playing with one of the nuclear FRM's.
  449. I hope you may find some merit in the results.
  450.  
  451. Greetings,
  452.  
  453. Ton Koppens
  454.  
  455. ==============================================================================
  456.  
  457. nma0-01            { ; CalcTime   0:05:13.36 at1024x768 on a 486DX 100
  458.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  459.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  460.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  461.   center-mag=0.613881/-0.011734/7.751938
  462.   params=0/0/0.02459884/0.873277/0.24863/0.9742235 float=y
  463.   colors=000HARH7S<3>NpZ<22>GAWG9WHAV<44>lnUlnUkkR<8>gO5gM3fL5<32>F4kF4lG5\
  464.   j<20>LQ5LR4KQ6<14>9BX<9>d`G<24>12j<28>TYcTZcSWe<5>MEnMBoLAn<6>G6kMu7<10>\
  465.   HEP
  466.   }
  467.  
  468. nma0-02            { ; CalcTime   0:05:13.36 at1024x768 on a 486DX 100
  469.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  470.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  471.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  472.   center-mag=0.613881/-0.011734/7.751938
  473.   params=0/0/0.02459884/0.873277/0.24863/0.9742235 float=y
  474.   colors=000<3>210220210330320440420540530650530760640870740980850A80850B9\
  475.   0960CA0A60DB0B70EC0B70FD0C70GD0D80HE0D80IF0E90JG0F90KH0GA0LH0GA0MI0HB0NJ\
  476.   0IB0OK0JC0PL0JC0QL0KD0RM0LD0SN0ME0TO0ME0UP0NF0VQ0OF0WQ0OF0XR0PG0YS0QG0ZT\
  477.   0RH0_U0RH0`U0SI0aV0TI0bW0UJ0cX0UJ0dY0VK0eY0WK0fZ0XL0g_0XL0h`0YM0ia0ZM0jb\
  478.   0_M0kc1`N0le2aO0mf3cP0nh5dQ0oi6eR0pk7fS0ql9hT0rnAiT0soBjU0tqDkV0urEmW0vt\
  479.   FnX0wuHoY0xwIpZ0yxJr_0zzLq_0yyLpZ0xwLoY0wvLnX0vtLmW0usLkW0tqLjV0spLiU0rn\
  480.   LhT0qmLgS0pkLeS0ojLdR0nhLcQ0mgLbP0leLaO0kdL_N0jbKZM0ibKYM0haKXL0g`KXL0f_\
  481.   KWL0eZKVK0dZKUK0cYKUJ0bXKTJ0aWKTJ0aWKSJ0`VKRI0_UKRI0ZTLQH0YSLPH0XSLOG0WR\
  482.   MOG0VQMNF0UPMMF0TONME0SNNLE0RNNKD0QMOJD0PLOJD0OKOIC0NJOHC0MJPHB0LIPGB0KH\
  483.   PFA0JGQEA0IFQE90HEQD90GERC80FDRC80ECRB70DBSA70CAS970BAS960A9S86098T75087\
  484.   T75076T64065U54055U43044U43033V32022V22011V11000W
  485.   }
  486.  
  487. nma0-03            { ; CalcTime   0:07:18.80 at1024x768 on a 486DX 100
  488.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  489.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  490.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  491.   center-mag=+0.70198240469208170/-0.00904302477183861/45.06941/1/0/52.001
  492.   params=0/0/0.02459884/0.873277/0.24863/0.9742235 float=y
  493.   colors=000HARH7S<3>NpZ<22>GAWG9WHAV<44>lnUlnUkkR<8>gO5gM3fL5<32>F4kF4lG5\
  494.   j<20>LQ5LR4KQ6<14>9BX<9>d`G<24>12j<28>TYcTZcSWe<5>MEnMBoLAn<6>G6kMu7<10>\
  495.   HEP
  496.   }
  497.  
  498. nma0-04            { ; CalcTime   0:20:11.87 at1024x768 on a 486DX 100
  499.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  500.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  501.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  502.   center-mag=+0.70071661046516790/+0.00686753585397625/156.3127/1.1817/0/4\
  503.   5.262 params=0/0/0.02459884/0.873277/0.24863/0.9742235 float=y
  504.   maxiter=483 decomp=256 biomorph=1
  505.   colors=000<46>x00z00z10<45>zx0zz0zz1<59>zzxzzzzzzzzzzzz<29>zzFzzDzyD<29>\
  506.   zF1zD0yD0<29>210
  507.   }
  508.  
  509. nma0-05            { ; CalcTime   0:28:19.89 at1024x768 on a 486DX 100
  510.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  511.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  512.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  513.   passes=t
  514.   center-mag=+0.69742282648574110/+0.00449873372098380/2100.123/1.3743/0/4\
  515.   .447 params=0/0/0.02459884/0.873277/0.24863/0.9742235 float=y
  516.   maxiter=483 outside=atan decomp=256 biomorph=1
  517.   colors=000<3>210220210330320440420540530650530760640870740980850A80850B9\
  518.   0960CA0A60DB0B70EC0B70FD0C70GD0D80HE0D80IF0E90JG0F90KH0GA0LH0GA0MI0HB0NJ\
  519.   0IB0OK0JC0PL0JC0QL0KD0RM0LD0SN0ME0TO0ME0UP0NF0VQ0OF0WQ0OF0XR0PG0YS0QG0ZT\
  520.   0RH0_U0RH0`U0SI0aV0TI0bW0UJ0cX0UJ0dY0VK0eY0WK0fZ0XL0g_0XL0h`0YM0ia0ZM0jb\
  521.   0_M0kc1`N0le2aO0mf3cP0nh5dQ0oi6eR0pk7fS0ql9hT0rnAiT0soBjU0tqDkV0urEmW0vt\
  522.   FnX0wuHoY0xwIpZ0yxJr_0zzLq_0yyLpZ0xwLoY0wvLnX0vtLmW0usLkW0tqLjV0spLiU0rn\
  523.   LhT0qmLgS0pkLeS0ojLdR0nhLcQ0mgLbP0leLaO0kdL_N0jbKZM0ibKYM0haKXL0g`KXL0f_\
  524.   KWL0eZKVK0dZKUK0cYKUJ0bXKTJ0aWKTJ0aWKSJ0`VKRI0_UKRI0ZTLQH0YSLPH0XSLOG0WR\
  525.   MOG0VQMNF0UPMMF0TONME0SNNLE0RNNKD0QMOJD0PLOJD0OKOIC0NJOHC0MJPHB0LIPGB0KH\
  526.   PFA0JGQEA0IFQE90HEQD90GERC80FDRC80ECRB70DBSA70CAS970BAS960A9S86098T75087\
  527.   T75076T64065U54055U43044U43033V32022V22011V11000W
  528.   }
  529.  
  530. nma0-06            { ; CalcTime   0:02:33.13 at1024x768 on a 486DX 100
  531.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  532.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  533.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  534.   passes=t center-mag=0/0/0.6666667
  535.   params=0/0/-0.65478678/-1.8748678674/0.00566886/0.15866 float=y
  536.   maxiter=647 outside=atan decomp=256 biomorph=1
  537.   colors=000<3>210220210330320440420540530650530760640870740980850A80850B9\
  538.   0960CA0A60DB0B70EC0B70FD0C70GD0D80HE0D80IF0E90JG0F90KH0GA0LH0GA0MI0HB0NJ\
  539.   0IB0OK0JC0PL0JC0QL0KD0RM0LD0SN0ME0TO0ME0UP0NF0VQ0OF0WQ0OF0XR0PG0YS0QG0ZT\
  540.   0RH0_U0RH0`U0SI0aV0TI0bW0UJ0cX0UJ0dY0VK0eY0WK0fZ0XL0g_0XL0h`0YM0ia0ZM0jb\
  541.   0_M0kc1`N0le2aO0mf3cP0nh5dQ0oi6eR0pk7fS0ql9hT0rnAiT0soBjU0tqDkV0urEmW0vt\
  542.   FnX0wuHoY0xwIpZ0yxJr_0zzLq_0yyLpZ0xwLoY0wvLnX0vtLmW0usLkW0tqLjV0spLiU0rn\
  543.   LhT0qmLgS0pkLeS0ojLdR0nhLcQ0mgLbP0leLaO0kdL_N0jbKZM0ibKYM0haKXL0g`KXL0f_\
  544.   KWL0eZKVK0dZKUK0cYKUJ0bXKTJ0aWKTJ0aWKSJ0`VKRI0_UKRI0ZTLQH0YSLPH0XSLOG0WR\
  545.   MOG0VQMNF0UPMMF0TONME0SNNLE0RNNKD0QMOJD0PLOJD0OKOIC0NJOHC0MJPHB0LIPGB0KH\
  546.   PFA0JGQEA0IFQE90HEQD90GERC80FDRC80ECRB70DBSA70CAS970BAS960A9S86098T75087\
  547.   T75076T64065U54055U43044U43033V32022V22011V11000W
  548.   }
  549.  
  550. nma0-07            { ; CalcTime   0:06:02.78 at1024x768 on a 486DX 100
  551.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  552.                      ; e-mail:Ton Koppens.RXNL@eur.xerox.com
  553.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  554.   passes=t center-mag=-0.59824/0.246415/13.33333/1/0/-52.001
  555.   params=0/0/-0.65478678/-1.8748678674/0.00566886/0.15866 float=y
  556.   maxiter=647 outside=atan decomp=256 biomorph=1
  557.   colors=000<3>210220210330320440420540530650530760640870740980850A80850B9\
  558.   0960CA0A60DB0B70EC0B70FD0C70GD0D80HE0D80IF0E90JG0F90KH0GA0LH0GA0MI0HB0NJ\
  559.   0IB0OK0JC0PL0JC0QL0KD0RM0LD0SN0ME0TO0ME0UP0NF0VQ0OF0WQ0OF0XR0PG0YS0QG0ZT\
  560.   0RH0_U0RH0`U0SI0aV0TI0bW0UJ0cX0UJ0dY0VK0eY0WK0fZ0XL0g_0XL0h`0YM0ia0ZM0jb\
  561.   0_M0kc1`N0le2aO0mf3cP0nh5dQ0oi6eR0pk7fS0ql9hT0rnAiT0soBjU0tqDkV0urEmW0vt\
  562.   FnX0wuHoY0xwIpZ0yxJr_0zzLq_0yyLpZ0xwLoY0wvLnX0vtLmW0usLkW0tqLjV0spLiU0rn\
  563.   LhT0qmLgS0pkLeS0ojLdR0nhLcQ0mgLbP0leLaO0kdL_N0jbKZM0ibKYM0haKXL0g`KXL0f_\
  564.   KWL0eZKVK0dZKUK0cYKUJ0bXKTJ0aWKTJ0aWKSJ0`VKRI0_UKRI0ZTLQH0YSLPH0XSLOG0WR\
  565.   MOG0VQMNF0UPMMF0TONME0SNNLE0RNNKD0QMOJD0PLOJD0OKOIC0NJOHC0MJPHB0LIPGB0KH\
  566.   PFA0JGQEA0IFQE90HEQD90GERC80FDRC80ECRB70DBSA70CAS970BAS960A9S86098T75087\
  567.   T75076T64065U54055U43044U43033V32022V22011V11000W
  568.   }
  569.  
  570. nma0-08            { ; CalcTime   0:02:27.42 at1024x768 on a 486DX 100
  571.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  572.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  573.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  574.   passes=t center-mag=0/0/0.6666667
  575.   params=0/0/2.4136413/0.05464/1.0884/0.0589 float=y maxiter=147
  576.   outside=mult decomp=126 biomorph=1
  577.   colors=111aFBYFFVHFTHHMKPKKNMKFMKKfFBYHKMNHTKKQKNbHFaHHYKFVKHTKPQNKnFBaK\
  578.   KMPUVNKTNRMPPTNNbKHfKKaNHQPZYNNTPUQPRVPNTPKTPPhKHVPZYPPTRRaPKTRZVRUkNKhP\
  579.   KbPPTU`VR`aRPTUUkPNTUdaRZYUZYURTZbVZUaUUTZlhURfUPfUUaUbVZ`YZbaZ`hZPY`hbZ\
  580.   dfZ`a`ZbZZY`lkZUa`db``abjb`jh`Zf`dp`Pn`RaddbbhpbRadpnbUbdlfddhbdfdpfdjhd\
  581.   hrdUpdZndbhdlndhkdjhhpnhdkhhbjvhhthjqkhqnhpnhjphlkjphlvuj`pjppjjpjtnltrl\
  582.   jnlppllkpvvlbvlhulprlqnpvppvrptppqrppvpdpqvrpvvppvptrqvuqtvqlrtvuqvvqvyt\
  583.   jutvvtqvtvvttyvtvvvyvpyvvvvwyvyyvwywwywyyyyyyw111<24>111w`_1163116136113\
  584.   1363191361633191863893163393BC33666936F3BC38F3696396896FC6BC66986J6898BC\
  585.   83M68J86C8HJ8BF8FCB8F88M86K8FK88FB6JB8CBFFBHFBBQ8BJBKFFFJBFQB8MBBKBHFFKK\
  586.   FBJFHTBBQBFMFFKFKJHFYBBTFFQFBMHBJHKKHHVFBVFHTHBQHFKHPQHKMHN
  587.   }
  588.  
  589. nma0-09            { ; CalcTime   0:02:42.36 at1024x768 on a 486DX 100
  590.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  591.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  592.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  593.   passes=t center-mag=-0.00391007/1.06975/4.901961/1/0/-52.001
  594.   params=0/0/2.4136413/0.05464/1.0884/0.0589 float=y maxiter=147
  595.   outside=mult decomp=126 biomorph=1
  596.   colors=111aFBYFFVHFTHHMKPKKNMKFMKKfFBYHKMNHTKKQKNbHFaHHYKFVKHTKPQNKnFBaK\
  597.   KMPUVNKTNRMPPTNNbKHfKKaNHQPZYNNTPUQPRVPNTPKTPPhKHVPZYPPTRRaPKTRZVRUkNKhP\
  598.   KbPPTU`VR`aRPTUUkPNTUdaRZYUZYURTZbVZUaUUTZlhURfUPfUUaUbVZ`YZbaZ`hZPY`hbZ\
  599.   dfZ`a`ZbZZY`lkZUa`db``abjb`jh`Zf`dp`Pn`RaddbbhpbRadpnbUbdlfddhbdfdpfdjhd\
  600.   hrdUpdZndbhdlndhkdjhhpnhdkhhbjvhhthjqkhqnhpnhjphlkjphlvuj`pjppjjpjtnltrl\
  601.   jnlppllkpvvlbvlhulprlqnpvppvrptppqrppvpdpqvrpvvppvptrqvuqtvqlrtvuqvvqvyt\
  602.   jutvvtqvtvvttyvtvvvyvpyvvvvwyvyyvwywwywyyyyyyw111<24>111w`_1163116136113\
  603.   1363191361633191863893163393BC33666936F3BC38F3696396896FC6BC66986J6898BC\
  604.   83M68J86C8HJ8BF8FCB8F88M86K8FK88FB6JB8CBFFBHFBBQ8BJBKFFFJBFQB8MBBKBHFFKK\
  605.   FBJFHTBBQBFMFFKFKJHFYBBTFFQFBMHBJHKKHHVFBVFHTHBQHFKHPQHKMHN
  606.   }
  607.  
  608. nma0-10            { ; CalcTime   0:03:34.81 at1024x768 on a 486DX 100
  609.                      ; Image Copyright 22 Mar 1998 by Ton Koppens
  610.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  611.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  612.   passes=t center-mag=-0.0295816/1.01337/36.04383/1/0/-58.832
  613.   params=0/0/2.4136413/0.05464/1.0884/0.0589 float=y maxiter=483
  614.   outside=mult decomp=256 biomorph=1
  615.   colors=111aFBYFFVHFTHHMKPKKNMKFMKKfFBYHKMNHTKKQKNbHFaHHYKFVKHTKPQNKnFBaK\
  616.   KMPUVNKTNRMPPTNNbKHfKKaNHQPZYNNTPUQPRVPNTPKTPPhKHVPZYPPTRRaPKTRZVRUkNKhP\
  617.   KbPPTU`VR`aRPTUUkPNTUdaRZYUZYURTZbVZUaUUTZlhURfUPfUUaUbVZ`YZbaZ`hZPY`hbZ\
  618.   dfZ`a`ZbZZY`lkZUa`db``abjb`jh`Zf`dp`Pn`RaddbbhpbRadpnbUbdlfddhbdfdpfdjhd\
  619.   hrdUpdZndbhdlndhkdjhhpnhdkhhbjvhhthjqkhqnhpnhjphlkjphlvuj`pjppjjpjtnltrl\
  620.   jnlppllkpvvlbvlhulprlqnpvppvrptppqrppvpdpqvrpvvppvptrqvuqtvqlrtvuqvvqvyt\
  621.   jutvvtqvtvvttyvtvvvyvpyvvvvwyvyyvwywwywyyyyyyw111<24>111w`_1163116136113\
  622.   1363191361633191863893163393BC33666936F3BC38F3696396896FC6BC66986J6898BC\
  623.   83M68J86C8HJ8BF8FCB8F88M86K8FK88FB6JB8CBFFBHFBBQ8BJBKFFFJBFQB8MBBKBHFFKK\
  624.   FBJFHTBBQBFMFFKFKJHFYBBTFFQFBMHBJHKKHHVFBVFHTHBQHFKHPQHKMHN
  625.   }
  626.  
  627. nma0-11            { ; CalcTime   0:04:19.30 at1024x768 on a 486DX 100
  628.                      ; Image Copyright 23 Mar 1998 by Ton Koppens
  629.                      ; e-mail:Ton_Koppens.RXNL@eur.xerox.com
  630.   reset=1960 type=formula formulafile=_n.frm formulaname=Nuclear_M_a_0
  631.   passes=t
  632.   center-mag=-0.08552221195721327/+1.03499727770534500/720.8766/1/0/-58.83\
  633.   2 params=0/0/2.4136413/0.05464/1.0884/0.0589 float=y maxiter=483
  634.   outside=mult decomp=256 biomorph=1
  635.   colors=00zzzz00zyyy00yxxx00xwww00wvvv00vttt00tsss00srrr00rqqq00qppp00onn\
  636.   n00nmmm00mlll00lkkk00jjjj00ihhh00hggg00gfff00eeee00dccc00cbbb00baaa00a``\
  637.   `00____00ZYYY00YXXX00XWWW00VVVV00UUUU00TSSS00SRRR00QQQQ00PPPP00OOOO00NMM\
  638.   M00LLLL00KKKK00JJJJ00IHHH00HGGG00FFFF00EEEE00DDDD00CBBB00AAAA00999900888\
  639.   8007777005555004444003333002222000<3>00111100222200333300444400555500555\
  640.   500666600777700888800999900AAAA00AAAA00BBBB00CCCC00DDDD00EEEE00FFFF00FFF\
  641.   F00GGGG00HHHH00IIII00JJJJ00KKKK00LLLL00LLLL00MMMM00NNNN00OOOO00PPPP00QQQ\
  642.   Q00QQQQ00RRRR00SSSS00TTTT00UUUU00VVVV00VVVV00WWWW00XXXX00YYYY00ZZZZ00___\
  643.   _00____00````00aaaa00bbbb00cccc00dddd00eeee00eeee00ffff00gggg00hhhh00iii\
  644.   i00jjjj00jjjj00kkkk00llll00mmmm00nnnn00oooo00oooo00pppp00qqqq00rrrr00sss\
  645.   s00tttt00tttt00uuuu00vvvv00wwww00xxxx00yyyy00zzzz
  646.   }
  647.  
  648. frm:Nuclear_M_a_0 { ; p2, p3 parameters. Use float=y. a is Mandel parameter,
  649.                 ; critical point 0.
  650.   a=pixel, c=p2, k=p3, a2=a*a, ac=a*c, r3=sqrt(3), r3a2=r3*a2
  651.   a6=3*a2, r3ac=r3*ac, ack=k*ac
  652.   z=0:
  653.   z2=sqr(z)
  654.   z3=z*z2
  655.   z=(r3a2*z3-a6*z2-r3ac*z-ac)/(r3*z+1)+ack,
  656.   lastsqr<=1000000
  657.   ;SOURCE: 200398.frm
  658. }
  659.  
  660. - -
  661. - ------------------------------------------------------------
  662. Thanks for using Fractint, The Fractals and Fractint Discussion List
  663. Post Message:   fractint@xmission.com
  664. Get Commands:   majordomo@xmission.com "help"
  665. Administrator:  twegner@phoenix.net
  666. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  667.  
  668. ------------------------------
  669.  
  670. Date: Mon, 23 Mar 1998 05:37:15 -0800 (PST)
  671. From: Jon Noring <noring@netcom.com>
  672. Subject: (fractint) Lossy or Lossless? (was Re: Smaller Image Sizes for Fractals...)
  673.  
  674. "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net> wrote:
  675.  
  676. >The Windows version of ImageVice (from low-cost software champion BoxTop
  677. >Software) is soon to hit the streets.  ImageVice is a tool for Web and
  678. >multimedia designers that makes Web pages load up to three times faster
  679. >and allows the designer to store up to three times the content in the
  680. >same space.  BoxTop Software now has a fully functional and nonexpiring
  681. >demo of ImageVice 1.1 at its Web site:
  682. >
  683. >       http://www.boxtopsoft.com/
  684. >
  685. >This program will work its magic with ANY image, just as the Macintosh
  686. >version has done for some months now.  ImageVice can make GIF, PICT, BMP
  687. >and PNG (the most popular multimedia formats) images as much as 70
  688. >percent smaller.
  689. >
  690. >ImageVice works as a file filter that is plug-in compatible with Adobe
  691. >Photoshop 3.0 or greater and other host applications supporting the 3.0
  692. >Photoshop filter plug-in API.  It's available for Macintosh, Windows 95,
  693. >and NT.
  694. >
  695. >Fred Showker, editor of DT&G Magazine, says, "This new multimedia color
  696. >reduction and compression tool breaks all records for the smallest GIF,
  697. >PNG, PICT and BMP files -- we're talking over 75 percent reduction
  698. >here.  In our testing we're finding it even better than JPEG
  699. >compression!"
  700.  
  701.  
  702. O.K., I may have missed some of the discussion on the Fractint mailing list
  703. about my questions on ImageVice, so forgive me if this is "deja vu".
  704.  
  705. Is ImageVice a lossy, or a lossless format?  If lossless (or it has a lossless
  706. setting), how do file sizes compare with PNG, etc.?
  707.  
  708. Jon Noring
  709.  
  710.  
  711. - -
  712. - ------------------------------------------------------------
  713. Thanks for using Fractint, The Fractals and Fractint Discussion List
  714. Post Message:   fractint@xmission.com
  715. Get Commands:   majordomo@xmission.com "help"
  716. Administrator:  twegner@phoenix.net
  717. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  718.  
  719. ------------------------------
  720.  
  721. Date: Mon, 23 Mar 1998 14:59:14 -0500
  722. From: "Bert Tyler" <bert_tyler@oef.com>
  723. Subject: (fractint) Interesting Fractal Website
  724.  
  725. I was cruising through the Newsbytes web site (www.newsbytes.com) this
  726. morning - it's a pretty good place to scan for computer industry related
  727. news items - and found a reference in its "Internet News" section to a
  728. fractals area.
  729.  
  730. I took a quick peek at it, and it looks fairly interesting. Check out
  731. http://www.cln.org/themes/fractals.html (CLN stands for "Community Learning
  732. Network", and its fractals theme page is mostly about learning about
  733. fractals).
  734.  
  735. It looks like there's lots of interesting stuff in there.
  736.  
  737.  
  738.  
  739.  
  740. - -
  741. - ------------------------------------------------------------
  742. Thanks for using Fractint, The Fractals and Fractint Discussion List
  743. Post Message:   fractint@xmission.com
  744. Get Commands:   majordomo@xmission.com "help"
  745. Administrator:  twegner@phoenix.net
  746. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  747.  
  748. ------------------------------
  749.  
  750. Date: Mon, 23 Mar 1998 20:14:58 -0000
  751. From: Edward Avis <EPA@datcon.co.uk>
  752. Subject: (fractint) Xfractint for AXP
  753.  
  754. Where can I get xfractint precompiled for DEC Alpha?  It doesn't say on the xfractint pages.
  755.  
  756. Will xfractint make use of multiple CPUs?
  757.  
  758. - --
  759. Ed Avis
  760. epa@datcon.co.uk
  761. http://members.tripod.com/~mave/index.html
  762.  
  763. - -
  764. - ------------------------------------------------------------
  765. Thanks for using Fractint, The Fractals and Fractint Discussion List
  766. Post Message:   fractint@xmission.com
  767. Get Commands:   majordomo@xmission.com "help"
  768. Administrator:  twegner@phoenix.net
  769. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  770.  
  771. ------------------------------
  772.  
  773. Date: Mon, 23 Mar 1998 13:48:14 -0800 (PST)
  774. From: "James R. McKenzie" <whookam88@yahoo.com>
  775. Subject: Re: (fractint) Interesting Fractal Website
  776.  
  777. Thanks, 
  778.  
  779. I can point to this link when people ask me about FRACTINT or Fractals
  780. in general and I get questions about 'em alot. 
  781.  
  782.  
  783.                                  L8R
  784.  
  785.  
  786.                            James R. McKenzie
  787.  
  788.  
  789.                           WHOOKAM88@YAHOO.COM
  790.  
  791.  
  792.  
  793.  
  794. _________________________________________________________
  795. DO YOU YAHOO!?
  796. Get your free @yahoo.com address at http://mail.yahoo.com
  797.  
  798.  
  799. - -
  800. - ------------------------------------------------------------
  801. Thanks for using Fractint, The Fractals and Fractint Discussion List
  802. Post Message:   fractint@xmission.com
  803. Get Commands:   majordomo@xmission.com "help"
  804. Administrator:  twegner@phoenix.net
  805. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  806.  
  807. ------------------------------
  808.  
  809. Date: Mon, 23 Mar 1998 18:07:06 -0800
  810. From: Peter Jakubowicz <pfjakub@earthlink.net>
  811. Subject: (fractint) sci.fractals
  812.  
  813. hi
  814. does anyone know what the deal w/ sci.fractals is? no more fractal posts --
  815. just mindless drivel, apparently by  nine-year olds w/ bad social skills.
  816.  
  817.  
  818. - -
  819. - ------------------------------------------------------------
  820. Thanks for using Fractint, The Fractals and Fractint Discussion List
  821. Post Message:   fractint@xmission.com
  822. Get Commands:   majordomo@xmission.com "help"
  823. Administrator:  twegner@phoenix.net
  824. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  825.  
  826. ------------------------------
  827.  
  828. Date: Mon, 23 Mar 1998 18:24:58 -0500
  829. From: "Jason Hine" <tumnus@together.net>
  830. Subject: Re: (fractint) sci.fractals
  831.  
  832. Peter laments:
  833.  
  834. >does anyone know what the deal w/ sci.fractals is? no more fractal posts --
  835. >just mindless drivel, apparently by  nine-year olds w/ bad social skills.
  836.  
  837. The FBI and Secret Service are buying off all the people who just a little more
  838. about fractals than us, for work on a top secret mission, codenamed Yellow
  839. Submarine, which, when completed, will accomplish many amazing things, including
  840. the apparently impossible task of teaching nine-year-olds reasonable social
  841. skills.  Nah, that could never happen.  :-)
  842.  
  843. Sorry, I don't do pars in payment for off-topic posts... trust me, it's better
  844. that way!  Jason
  845.  
  846.  
  847. - -
  848. - ------------------------------------------------------------
  849. Thanks for using Fractint, The Fractals and Fractint Discussion List
  850. Post Message:   fractint@xmission.com
  851. Get Commands:   majordomo@xmission.com "help"
  852. Administrator:  twegner@phoenix.net
  853. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  854.  
  855. ------------------------------
  856.  
  857. Date: Mon, 23 Mar 1998 21:01:55 -0500
  858. From: "Turner Rentz" <treyr@atr.net>
  859. Subject: Re: (fractint) Hardware
  860.  
  861. Get the Matrox Millenium 4 MB card if you can.
  862.  
  863. - -----Original Message-----
  864. From: Peter Jakubowicz <pfjakub@earthlink.net>
  865. To: fractint@xmission.com <fractint@xmission.com>
  866. Date: Saturday, March 21, 1998 10:52 AM
  867. Subject: (fractint) Hardware
  868.  
  869.  
  870. >Hi,
  871. >Has anyone run Fractint w/a Diamond Permedia II video card. I am about to
  872. >purchase a new computer that comes with that and wld be interested if I wld
  873. >have a problem with Fractint w/ that. The salesperson has never heard of
  874. >Fractint. Also, is a Sony 17'' monitor w/ .25 dot pitch that runs at
  875. >1600x1200 sufficient for viewing fractals. Pls answer me personally, so as
  876. >not to clog up the list, as I have just done.
  877. >Thank you
  878. >
  879. >
  880. >-
  881. >------------------------------------------------------------
  882. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  883. >Post Message:   fractint@xmission.com
  884. >Get Commands:   majordomo@xmission.com "help"
  885. >Administrator:  twegner@phoenix.net
  886. >Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  887.  
  888.  
  889. - -
  890. - ------------------------------------------------------------
  891. Thanks for using Fractint, The Fractals and Fractint Discussion List
  892. Post Message:   fractint@xmission.com
  893. Get Commands:   majordomo@xmission.com "help"
  894. Administrator:  twegner@phoenix.net
  895. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  896.  
  897. ------------------------------
  898.  
  899. Date: Mon, 23 Mar 1998 20:05:46 -0800
  900. From: kathy roth <kroth@well.com>
  901. Subject: (fractint) ministry of silly pars
  902.  
  903. It's the thing on the dollar bill in Fractal-land.
  904.  
  905. thing_on_the_dollar_bill   { ; 3-23-98 kathy roth
  906.                      ; frm carr 3371 by Bob Carr
  907.   reset=1960 type=formula formulafile=carr3371.frm
  908.   formulaname=Carr3371 center-mag=0.00169221/1.19867/22.6437
  909.   params=0/0/0/0
  910.   colors=00000e0e00eee00e0eeL0eeeLLLLLzLzLLzzzL\
  911. LzLzzzLzzz000555<3>HHHKKKOO\
  912.  OSSSWWW___ccchhhmmmssszzz00z<3>z0z<3>\
  913. z00<3>zz0<3>0z0<3>0zz<2>0GzVVz<3>zV\
  914.   z<3>zVV<3>zzV<3>VzV<3>Vzz<2>Vbzhhz<3>\
  915. zhz<3>zhh<3>zzh<3>hzh<3>hzz<2>hlz00\
  916.  S<3>S0S<3>S00<3>SS0<3>0S0<3>0SS<2>07SEES\
  917. <3>SES<3>SEE<3>SSE<3>ESE<3>ESS<2\
  918.  >EHSKKS<2>QKSSKSSKQSKOSKMSKK<2>SQ\
  919. KSSKQSKOSKMSKKSK<2>KSQKSSKQSKOSKMS00G<3\
  920.  >G0G<3>G00<3>GG0<3>0G0<3>0GG<2>04G88G<2>\
  921. E8GG8GG8EG8CG8AG88<2>GE8GG8EG8CG\
  922.  8AG88G8<2>8GE8GG8EG8CG8AGBBG<2>\
  923. FBGGBGGBFGBDGBCGBB<2>GFBGGBFGBDGBCGBBGB<2\
  924.   >BGFBGGBFGBDGBCG000<6>000
  925.   }
  926.  
  927. Carr3371 (YAXIS) {; Modified Sylvie Gallet frm.1996
  928.                   ; Rewritten for if..else by George Martin 3/9/98
  929.                   ; passes=1 needs to be used with this PHC formula
  930.   pixel=-abs(real(pixel))+flip(imag(pixel))
  931.   tenthinvpixel = .1/pixel
  932.   b6=conj(tenthinvpixel)
  933.   b7=flip(.1*tenthinvpixel)
  934.   b8=cabs(.02*tenthinvpixel+cabs(0.02*tenthinvpixel))
  935.   b4=abs(pixel^2)*conj(flip(pixel^3))\
  936.      -conj(tenthinvpixel-flip(0.1*tenthinvpixel))
  937.   b5=(pixel^3)*cabs(pixel+0.125)^4-b7-b6+1.75*b8-0.2
  938.   IF (whitesq)
  939.     z = origz = b5^0.7456
  940.     c = (-0.7456,-0.13214)+conj(.1*b4)
  941.   ELSE
  942.     z = origz = -b5
  943.     c = (-0.7456,-0.13214)+conj(.1*(-b4))
  944.   ENDIF
  945.   bailout=16, imagp1 = imag(p1), imagp2 = imag(p2), iter=0
  946.   :
  947.   IF (iter == p1)
  948.     z=0
  949.     c=(-0.7456,-0.13214)+conj(.15*origz^1.2)
  950.   ELSEIF (iter == imagp1)
  951.     z=0
  952.     c=(-0.7456,-0.13214)+conj(.225*origz)
  953.   ELSEIF (iter == p2)
  954.     z=0
  955.     c=(-0.7456,-0.13214)+conj(.3375*origz)
  956.   ELSEIF (iter == imagp2)
  957.     z=0
  958.     c=(-0.7456,-0.13214)+conj(.50625*origz)
  959.   ENDIF
  960.   z=z*z+c
  961.   iter=iter+1
  962.   |z|<=bailout
  963. }
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972. - -
  973. - ------------------------------------------------------------
  974. Thanks for using Fractint, The Fractals and Fractint Discussion List
  975. Post Message:   fractint@xmission.com
  976. Get Commands:   majordomo@xmission.com "help"
  977. Administrator:  twegner@phoenix.net
  978. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  979.  
  980. ------------------------------
  981.  
  982. Date: Tue, 24 Mar 1998 10:22:23 -0500 (EST)
  983. From: Ian Kaplan <ijk@force.stwing.upenn.edu>
  984. Subject: Re: (fractint) sci.fractals
  985.  
  986. > hi
  987. > does anyone know what the deal w/ sci.fractals is? no more fractal posts --
  988. > just mindless drivel, apparently by  nine-year olds w/ bad social skills.
  989.  
  990. In the age of SPAM, public newsgroups are very high-maintenence. Keeping 
  991. a newsgroup from drowning in spam requries a couple of things-
  992.  
  993. people on the group who go after spammers pretty vigorously;
  994. enough traffic that the spam gets drowned out anyhow;
  995. and a willingness on the part of posters to use hidden reply-to names, 
  996. dummy accounts, filters and so on to avoid spam mail...
  997.  
  998. sci.fractals was probably never quite busy enough to do this...
  999.  
  1000.  
  1001. - -
  1002. - ------------------------------------------------------------
  1003. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1004. Post Message:   fractint@xmission.com
  1005. Get Commands:   majordomo@xmission.com "help"
  1006. Administrator:  twegner@phoenix.net
  1007. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1008.  
  1009. ------------------------------
  1010.  
  1011. Date: Tue, 24 Mar 1998 16:47:41 -0500
  1012. From: davides <davides@pipeline.com>
  1013. Subject: (fractint) combo6
  1014.  
  1015. <fontfamily><param>Times New Roman</param><bigger><bigger>
  1016.  
  1017. The below is a modification of a modification with a par:
  1018.  
  1019.  
  1020. 051597-002-m1-m2-m3   {; Linda Allison May 15,1997
  1021.  
  1022.                  ; modified by Sylvie Gallet
  1023.  
  1024.            ; modified again by Linda Allison
  1025.  
  1026.            ; and again by David Shanholtzer
  1027.  
  1028.  ; 1st parameter: real(p1) = bailout
  1029.  
  1030.  ; 2nd parameter: imag(p1) = number of sides
  1031.  
  1032.  z = 0
  1033.  
  1034.  c = 0.4 * log(sqr(pixel^imag(p1))) :
  1035.  
  1036.  z2 = fn1(z) + c , sqz2 = fn2(z2)
  1037.  
  1038.  z = c * (1-sqz2)/(1+sqz2)
  1039.  
  1040.  |z| <<= p1
  1041.  
  1042. }
  1043.  
  1044.  
  1045. =============================================================
  1046.  
  1047. </bigger></bigger></fontfamily><bigger>
  1048.  
  1049. combo6             { ; A variation of a variation of a formula by Linda
  1050. A.
  1051.  
  1052. </bigger><bigger>                     ; David Shanholtzer, 1998
  1053.  
  1054.                      ; Color map: Dav23
  1055.  
  1056.                      ; cycle for effect
  1057.  
  1058.   reset=1960 type=formula formulafile=fractint.frm
  1059.  
  1060.   formulaname=051597-002-m1-m2-m function=sin/sin passes=1
  1061.  
  1062.   center-mag=9.715e-006/1.0165e-005/0.6666712 params=20/10 float=y
  1063.  
  1064.   maxiter=2000 inside=maxiter outside=summ decomp=256
  1065.  
  1066.  
  1067. colors=AIIEQQAII<<60>JcdKdeKbc<<9>AIIZF0<<50>vi0wj0wj0wj0<<75>ZF0AII<<2>AIIAJ\
  1068.  
  1069.   JAJJAKKBKK<<39>KdeHYY
  1070.  
  1071.   }
  1072.  
  1073. </bigger>
  1074.  
  1075. davides@pipeline.com
  1076.  
  1077. Back up my hard drive?
  1078.  
  1079. How do I put it in reverse?
  1080.  
  1081. - -
  1082. - ------------------------------------------------------------
  1083. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1084. Post Message:   fractint@xmission.com
  1085. Get Commands:   majordomo@xmission.com "help"
  1086. Administrator:  twegner@phoenix.net
  1087. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1088.  
  1089. ------------------------------
  1090.  
  1091. End of fractint-digest V1 #143
  1092. ******************************
  1093.  
  1094.