From: owner-fractint-digest@lists.xmission.com (fractint-digest) To: fractint-digest@lists.xmission.com Subject: fractint-digest V1 #344 Reply-To: fractint-digest Sender: owner-fractint-digest@lists.xmission.com Errors-To: owner-fractint-digest@lists.xmission.com Precedence: bulk fractint-digest Tuesday, December 22 1998 Volume 01 : Number 344 ---------------------------------------------------------------------- Date: Thu, 17 Dec 1998 03:38:45 -0500 From: Sylvie Gallet Subject: (fractint) A(nother) par Hi David, >> As it is the season, the following par may be useful, for anyone so >> inclined, as a "bow" on a wrapped gift. The formula may be useful too! ;-) Could you please post it? Cheers, - Sylvie - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 17 Dec 1998 05:39:54 -0500 From: davides Subject: Re: (fractint) A(nother) par At 03:38 AM 12/17/1998 -0500, you wrote: >Hi David, > The formula may be useful too! ;-) Could you please post it? > > Cheers, > > - Sylvie The following should be the formula. Kerry Mitchell posted this a long time ago which shows how right on top of things I am... :). First line "(c) Kerry Mitcheel 26 Aug 1998" I inserted just now and is taken from the acompanying narrative supplied with the formula.) general_man { (c) Kerry Mitchell 26 Aug 1998 ; ; "general circle & line" coloring method for Mandelbrot ; c = pixel = Mandelbrot parameter ; p1 = x-circle center ; real(p2) = x-circle radius ; imag(p2) = y-line a ; real(p3) = y-line b ; imag(p3) = y-line c ; bailout hardcoded to 10^12 ; use "decomp=256" coloring ; c=pixel, zc=0, bailout=1e12, iter=1, rmin=1e12 cenx=p1, radx=real(p2), rad2x=radx*radx ay=imag(p2), by=real(p3), cy=imag(p3): iter=iter+1, zc=sqr(zc)+c tempx=|zc-cenx|-rad2x tempy=ay*real(zc)+by*imag(zc)+cy temp=tempx+flip(tempy), r=|temp| if (rbailout)||(iter==maxit)) iter=-1 endif iter>0 } davides@pipeline.com ds30@umail.umd.edu Back up my hard drive? How do I put it in reverse? - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 17 Dec 1998 07:21:47 -0500 (EST) From: aq936@freenet.carleton.ca (Michael Traynor) Subject: Re: (fractint) A(nother) par David wrote: >At 03:38 AM 12/17/1998 -0500, you wrote: >>Hi David, >> The formula may be useful too! ;-) Could you please post it? >> >> Cheers, >> >> - Sylvie > >The following should be the formula. Kerry Mitchell posted this a long time >ago which shows how right on top of things I am... :). First line "(c) >Kerry Mitcheel 26 Aug 1998" I inserted just now and is taken from the >acompanying narrative supplied with the formula.) > >general_man { (c) Kerry Mitchell 26 Aug 1998 > ; > ; "general circle & line" coloring method for Mandelbrot I believe Kerry posted this and the related formulas re-named. There were 3 mandelbrot and 3 julia formulas for 2 general circles, 2 general lines and general circle & line colouring methods. You should check your orgform.log file to find these and edit the par accordingly. - -- Mike Traynor People who like this sort of thing will find this the sort of thing they like. Abraham Lincoln - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 17 Dec 1998 13:51:15 -0500 From: Sylvie Gallet Subject: Re: (fractint) A(nother) par Hi All, >> The following should be the formula. Kerry Mitchell posted this a long= >> time ago which shows how right on top of things I am... :). First lin= e >> "(c) Kerry Mitcheel 26 Aug 1998" I inserted just now and is taken from= >> the acompanying narrative supplied with the formula.) >> >> general_man { (c) Kerry Mitchell 26 Aug 1998 Thank you David. = >> I believe Kerry posted this and the related formulas re-named. There >> were 3 mandelbrot and 3 julia formulas for 2 general circles, 2 genera= l >> lines and general circle & line colouring methods. You should check >> your orgform.log file to find these and edit the par accordingly. You're right Mike! It has been renamed as general_man-c&l. Cheers, - Sylvie - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Thu, 17 Dec 1998 23:11:58 -0800 From: Mark Christenson Subject: (fractint) testing... Haven't seen any messages today... just checking. - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Fri, 18 Dec 1998 10:56:44 -0600 From: Lee&SusanLane Subject: Re: (fractint) St Clair's sstools.ini Hi Les, Thanks for the useful tips. Actually, I have found that I don't mind starting Fractint with a viewwindow since I often go to it anyway. And if instead I want to recall a gif, the full window is automatically restored by fastrestore=yes. Another question: how can I make a par file of an image generated by the plasma formula? Thanks, Lee - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Fri, 18 Dec 1998 17:00:11 -0600 (CST) From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson) Subject: (fractint) Two more pars comment { Here's two more pars for the same formula that I posted last time. These are enough different that I thought you might enjoy them. Paul Carlson } czxmasm06 {; Copyright (c) Paul W. Carlson, 1998 reset=1960 type=formula formulafile=czxmas.frm formulaname=CoszzcM passes=t center-mag=-0.41279341815445920/+1.32216762589338600/343.3101\ /1/18.499 params=0.15/0/2/125 float=y maxiter=500 inside=253 outside=summ colors=400T11<31>x77z88z88<89>O000T0<48>0o00o00o00o00o0<11>0j\ 00j00j00j00j0<8>0f00f00f00f00e0<41>0T0000000zzz000000 } czxmasm07 {; Copyright (c) Paul W. Carlson, 1998 reset=1960 type=formula formulafile=czxmas.frm formulaname=CoszzcM passes=t center-mag=-1.00624/6.63303/14.89821/1/-90 params=0.7/0/2/125 float=y maxiter=500 inside=253 outside=summ colors=400T11<31>x77z88z88<89>O000T0<48>0o00o00o00o00o0<11>0j\ 00j00j00j00j0<8>0f00f00f00f00e0<41>0T0000000zzz000000 } frm:CoszzcM {; Copyright (c) Paul W. Carlson, 1998 ; real(p1) = controls size of elements ; imag(p1) not used ; real(p2) = number of color ranges ; imag(p2) = number of colors in a range ; pw = z = iter = range_num = bailout = 0 c = pixel max_ratio = real(p1) num_ranges = real(p2) colors_in_range = imag(p2) factor = (colors_in_range - 1) / max_ratio : w = cos(pw * pw) + c ; ratio = |pw| / |w| pw = w IF (ratio < max_ratio && iter > 0) bailout = 1 z = factor * ratio + range_num * colors_in_range + 1 ENDIF range_num = range_num + 1 IF (range_num == num_ranges) range_num = 0 ENDIF iter = iter + 1 z = z - iter bailout == 0 && |w| < 1.0e20 } - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Fri, 18 Dec 1998 20:20:16 EST From: JimBeau549@aol.com Subject: (fractint) 5 pars (3 barnsley,2 mandel) Hi Folks, Here's a few *fun* barnsley fractals and a couple of deep zooms of a mandelbrot. Merry Season. :) Enjoy~ Jim - ------------------------------------------------------------------------------ Bridge_of_Sighs { ; image(c)1998 JimWeaver barnsleym1 t=02min33sP75 reset=1960 type=barnsleym1 passes=t center-mag=+0.27383377644739580/+0.06964716365185705/741.4537/1.455/68.3\ 33/3.205 params=-0.975/0.606 float=y maxiter=50 bailout=32767 bailoutest=manh inside=bof60 invert=0.1/0.1961/0.0216 decomp=256 colors=000UaX<5>IRRFPPDPMBPJ8OF7MD6KC<2>295153000<4>000<3>0F0<13>FZ6H`7K\ `7<13>zi0zf0zc0y_0wX1uT3sP6pM9<3>a7JY3LT0O<5>00b00d00fKAf1Kd200700<13>XZ\ cZafZbg<13>Pzv<2>Axx5wy0uy0tz<2>0mz0jz0gy0dy0`x0Yw0Uw<2>0Js0Fr0Bp07n04m0\ 0k<4>00`30Z<5>W0K410<13>zR0<5>fU6043<13>7zj<14>EO5<4>DX9<2>SLH<5>bVLHez<\ 13>FKWEITFJW<6>SQjQOi443<9>joe<6>XcZ } Christmas_Spiral { ; image(c)1998 JimWeaver barnsleym1 t=02min32sP75 ; bridge02.gif reset=1960 type=barnsleym1 passes=t center-mag=+0.27314374864695720/+0.06663102688193329/694.709/1/24.39/20.\ 905 params=-0.975/0.606 float=y maxiter=50 bailout=10000 bailoutest=and inside=bof60 invert=0.1/0.1961/0.0216 decomp=256 colors=000S_W<4>IRRFPPDPMBPJ8OF7MD6KC<2>295153000<4>000<3>0F0<13>FZ6H`7K\ `7<13>zi0zf0zc0y_0wX1uT3sP6pM9<3>a7JY3LT0O<5>00b00d00fKAf1Kd200700<13>XZ\ cZafZbg<13>Pzv<2>Axx5wy0uy0tz<2>0mz0jz0gy0dy0`x0Yw0Uw<2>0Js0Fr0Bp07n04m0\ 0k<4>00`30Z<5>W0K410<13>zR0<5>fU6043<13>7zj<14>EO5<4>DX9<2>SLH<5>bVLHez<\ 13>FKWEITFJW<6>SQjQOi443<9>joe<7>UaX } crimzn03.gif { ; image(c)1998 JimWeaver mandel4 t=04min20sP75 reset=1960 type=mandel4 passes=b center-mag=+0.60306415520940990/+0.56863751258860900/1.202561e+012/1/22.\ 502/-0.004 params=0/0 float=y maxiter=1000 bailout=32767 colors=000a`h<10>oisqitrjutjvukw<2>zmz<4>witvhstgp<7>n`em_dm_d<23>WHBVG9\ UF8TE6SD5RC3QB2PA0<2>RE4SG6RG6<23>742632315<3>111000100<31>XIMYJNZJN_JN<\ 7>gNRhORhOSiPT<5>lSZmT_nU`nVaoWb<3>q_fragsbhtdiufj<4>xpsyrtytvyvwzxyzzz<\ 30>2WW0VV0UU<13>0GG0FF1FG<5>9KMAKNBLOCLPEMQ<3>IPUKQVLRWNSXOTY<9>``g } crimzn04.gif { ; image(c)1998 JimWeaver mandel t=02min02sP75 reset=1960 type=mandel passes=t center-mag=-1.59581491888848600/+0.00184210888665474/9.540911e+010/1/-15\ 5 params=0/0 float=y maxiter=32767 bailout=32767 colors=000734<25>XIMYJNZJN_JN<7>gNRhORhOSiPT<5>lSZmT_nU`nVaoWb<3>q_frags\ bhtdiufj<4>xpsyrtytvyvwzxyzzz<30>2WW0VV0UU<13>0GG0FF1FG<5>9KMAKNBLOCLPEM\ Q<3>IPUKQVLRWNSXOTY<21>oisqitrjutjvukw<2>zmz<4>witvhstgp<7>n`em_dm_d<23>\ WHBVG9UF8TE6SD5RC3QB2PA0<2>RE4SG6RG6<23>742632315<3>111000100<4>633 } barnsley_spiral { ; image(c)1998 JimWeaver barnsleym1 t=02min32sP75 reset=1960 type=barnsleym1 passes=t center-mag=+0.27629650636462950/+0.05784370007947479/826.3539/1/-107.5 params=-0.707/0.3854 float=y maxiter=50 bailout=32767 bailoutest=and inside=bof60 invert=0.09/0.196/0.0127 decomp=256 colors=0Fr<3>00k<4>00`30Z<5>W0K410830000C50<11>zR0<5>fU6043<13>7zj<14>EO\ 5<4>DX9<2>SLH<5>bVLHez<13>FKWEITFJW<6>SQjQOi443<9>joe<13>IRRFPPDPMBPJ8OF\ 7MD6KC<2>295153000<4>000<3>0F0<13>FZ6H`7K`7<13>zi0zf0zc0y_0wX1uT3sP6pM9<\ 3>a7JY3LT0O<5>00b00d00fKAf1Kd200700<13>XZcZafZbg<13>Pzv<2>Axx5wy0uy0tz<2\ >0mz0jz0gy0dy0`x0Yw0Uw<2>0Js cyclerange=0/255 } - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Sat, 19 Dec 1998 10:45:46 -0800 From: "Angela Wilczynski" Subject: (fractint) Happy Holidays Just wanted to drop a line wishing everyone happy holidays and merry fractaling. I've been diverted with a new hobby.....trains. I've been riding them, photographing them and generally having a great time. May you and yours have a wonderful holiday season and the best and most properous of New Years. Angela aka wizzle - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Sat, 19 Dec 1998 20:43:41 EST From: JimBeau549@aol.com Subject: (fractint) 1 par....plus a question Hi Folks, Here's a really strange ok-36.frm fractal. Does anyone know how I can detect any .dll extension files that are redundant?(Windows3.1) I know there's lots of them that don't have a program anymore to make use of them and they're taking up loads of precious memory, but I can't tell which ones are critical and which ones are trash. :( If anyone knows of a way to do this I'd be very grateful for a line directing me how. Thanks and enjoy the image.~ Jim Weaver - ------------------------------------------------------------------------------ - --------------- K36x001.gif { ; image(c)1998 JimWeaver ok-36 t=01min16sP75 reset=1960 type=formula formulafile=fractint.frm formulaname=ok-36 function=cotan/cosxx/cosh/cosxx passes=t center-mag=1.90246/1.82627/2.519707/1/110 params=0.2/0/0/0 float=y maxiter=25 inside=bof60 outside=atan colors=000LE9<4>XRJZUL`WMbZOd`QfcS<8>xwezzgzzgyyfyyf<2>xwewvdvtcusbtqaso\ `rmZ<3>kbSi_QfWNdTLbPI_LGXHDVCAS77O33P34<14>z_K<12>kB4j93i72g50h83jE8kHC\ <2>nPJoSMoUOpWQ<4>sdYtf_uhauibvkdvme<5>yvmsoh<2>kfbid`ga_e_YcYX<4>WPQVNP\ TLOSKNRIMPGL<3>KAGJ9FH7FI8F<10>ibfleiohlrkounr<2>tmqtmqslpskp<3>phmoglne\ k<2>kahj_fhYegWceUa<2>`NXZLVXITVFR<4>J0FK0Funrunrxwx<14>KBIOBI<3>OBIPBIP\ CJQCJRDJ<5>XINZJO_LP<2>ePSgQUiSVkUW<2>rZ_u`awcb<31>A00<2>JB7 } - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Sun, 20 Dec 1998 05:12:17 EST From: JimBeau549@aol.com Subject: Re: (fractint) 1 par....plus a question Hi, I found a program called CLEAN, that will scan and detect .dll files that don't have programs calling on them, so please disregard my previous posting. Thanks~ Jim - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Sun, 20 Dec 1998 23:19:49 -0600 From: Lee&SusanLane Subject: Re: (fractint) Two more pars Hello Paul, I have really enjoyed your holiday show: the seahorse, elephant, the czxmas.par and especially those flexballs. I have also enjoyed many images of yours on the net, but I haven't found a collection of your pars. Have you posted one? Lee Lane - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Mon, 21 Dec 1998 00:32:39 -0500 From: Gedeon Peteri Subject: Re: (fractint) Two more pars All of Paul Carlson's formulas and pars are available on my Geocities web site. See link below. Gedeon Lee&SusanLane wrote: > Hello Paul, > > I have really enjoyed your holiday show: the seahorse, elephant, the > czxmas.par and especially those flexballs. I have also enjoyed many > images of yours on the net, but I haven't found a collection of your > pars. Have you posted one? > > Lee Lane - -- - -------------------------------------------------------------- Fractals: http://www.geocities.com/~gedeonp/index.html Member Infinite Fractal Loop Last updated: December 11, 1998 - new page added Photography: http://members.xoom.com/gedeonp/index.html Last updated: November 8, 1998 - -------------------------------------------------------------- - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Mon, 21 Dec 1998 23:02:10 -0000 From: "Les St Clair" Subject: (fractint) "Fractasia" web page kicked into touch Hi folks, I have, for legal reasons, just changed my "Fractasia" web site to the new (and I think, jollier) name of "Fractastier". If you would like to read more of the fearsome letter which begins... ">I am Brian P. Barnes, inventor and owner of the trademarks "Fractasia" and "Fractasia Fractals".< go to and click on the piggy icon. Happy Christmas :)) - - Les - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Mon, 21 Dec 1998 19:01:54 -0500 From: Ron Barnett Subject: (fractint) Some new formulae and pars Here are some new formulae and pars based upon Kerry Mitchell's ghost method, but using exponential smoothing rather than the Vepstas log method. The following are the formulae to use: ======================================================================== ======== MandExpGhost = { ; Ron Barnett, 1998 - modified from Kerry Mitchell ; ; colors Mandelbrot set by combining the smoothed iteration ; with a background of rays from the center ; ; use decomp=256 ; real(p1) = bailout ; imag(p1) = "ghost" adjustment: set to 0 for only ; background rays, try 2 ; calculation performed on variable zc, z used for coloring ; maxr = real(p1), scale = imag(p1)*pi/128 iterexp = 0, iter = 1, zc = 0, c = pixel, background = pixel: iterexp = iterexp + exp(-cabs(zc)), iter = iter + 1, zc = sqr(zc)+c ; ; bailout ; compute smoothed iteration as "angle" ; multiply angle by background to get final z ; set z to background for interior points ; set "iteration done" flag (iter=-1) ; IF ((|zc| > maxr) || (iter == maxit)) smooth = iterexp*scale ang = cos(smooth)+flip(sin(smooth)) z = background*ang IF (iter == maxit) z = background ENDIF iter = -1 ENDIF iter > 0 } JMaskghost = { ; Ron Barnett, 1998 ; use decomp=256 ; real(p1) = bailout ; imag(p1) = "ghost" adjustment: maxr = real(p1), scale = imag(p1)*pi/128 iterexp = 0, iter = 1, zc = fn1(pixel), background = pixel: iterexp = iterexp + exp(-cabs(zc)), iter = iter + 1 zc = P2*fn2(zc)^2 + P3 IF ((cabs(zc) > maxr) || (iter == maxit)) smooth = iterexp*scale ang = cos(smooth)+flip(sin(smooth)) z = background*ang IF (iter == maxit) z = background ENDIF iter = -1 ENDIF iter > 0 } CmplxNewtghost = { ; Ron Barnett, 1998 ; use decomp=256 ; real(p1) = bailout ; imag(p1) = "ghost" adjustment: ; p2 = complex power ; p3 = complex root maxr = real(p1), scale = imag(p1)*pi/128 oldz = 0 iterexp = 0, iter = 1, zc = pixel, background = pixel: iterexp = iterexp + exp(-1/cabs(oldz - zc)), iter = iter + 1 oldz = zc z1 = (p2-1)*zc^p2 + p3 z2 = p2*zc^(p2-1) zc = z1/z2 IF ((0.000001 > cabs(oldz-zc)) || (iter == maxit)) smooth = iterexp*scale ang = cos(smooth)+flip(sin(smooth)) z = background*ang IF (iter == maxit) z = background ENDIF iter = -1 ENDIF iter > 0 } ============================================================== Here are the actual pars: MandExpGhost { ; . t= 0:01:02.12 ; Ron Barnett, Dec 1998 ; On a Toshiba Pentium II at 800 x 600 reset=1960 type=formula formulafile=rebexp01.frm formulaname=mandexpghost passes=1 corners=-2.5/1.5/-1.5/1.5 params=1000000/10 float=y maxiter=100 inside=0 decomp=256 periodicity=0 colors=e0W<42>10W00W00W00V<65>W0GW0GW1H<63>WxyWyzWzzWzz<50>z1Wz0Wz0W<20>\ f0W cyclerange=0/255 } calipers { ; . t= 0:02:49.38 ; Copyright Ron Barnett, Dec 1998 ; On a Toshiba Pentium II at 800 x 600 reset=1960 type=formula formulafile=rebexp01.frm formulaname=JMaskghost function=acos/cosh center-mag=-2.22045e-016/0/0.6666667/1/-90 params=100/50/1/0/-0.766/0 float=y maxiter=1000 inside=0 decomp=256 periodicity=0 colors=mJ9<32>zVFzVGzWGzWGyVG<32>X1GW0GW0GW0G<80>zy0zz0zy0<48>W10W00W00<\ 47>mI9 cyclerange=0/255 } dirty_spiral { ; . t= 0:24:03.94 ; Copyright Ron Barnett, Dec 98 ; On a Toshiba Pentium II at 800 x 600 reset=1960 type=formula formulafile=rebexp01.frm formulaname=jmaskghost function=atan/sin center-mag=-0.138173/0.415693/6.666667 params=1000/5/1/0/0/0.5932500000000001 float=y maxiter=5000 inside=0 decomp=256 periodicity=0 colors=vSG<29>X1GW0GW0GW0G<80>zy0zz0zy0<48>W10W00W00<46>mI9mI9mJ9mJ9nK9<\ 28>yUFzVFzVFzVGzWGzWG<2>wTG cyclerange=0/255 } Complex Spiral { ; . t= 0:05:34.61 ; Copyright Ron Barnett, Dec 1998 ; On a Cyrix 6x86(P200+) at 800 x 600 reset=1960 type=formula formulafile=rebexp01.frm formulaname=CmplxNewtghost passes=1 center-mag=0.238245/0.19598/1.718213 params=1000000/4/1/4/1/3 float=y maxiter=256 inside=0 decomp=256 periodicity=0 colors=WWW<50>lD6lC6lD6<79>zy0zz0zz0zz0<64>XH0WG0WG0WG0<50>WWW cyclerange=0/255 } ======================================================================== ====== Ron Barnett - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Mon, 21 Dec 1998 18:13:47 -0600 From: "Paul N. Lee" Subject: Re: (fractint) "Fractasia" web page kicked into touch Les St Clair wrote: > > I have, for legal reasons, just changed my > "Fractasia" web site to the new (and I think, > jollier) name of "Fractastier". > > If you would like to read more of the fearsome > letter which begins... > "I am Brian P. Barnes, inventor and owner of the > trademarks "Fractasia" and "Fractasia Fractals". > > go to > and click on the piggy icon. > It looks like he has only had the Domain Name of Fractasia since it was created on January 05, 1998 (which is going through the YAHOO servers). I don't believe it is a registered trademark by that individual. Check out the following links for the word "fractasia": http://www.dnai.com/~wahl/dynamic.dsproducts.fp.html http://www.thezone.co.uk/data/POP_-07-2.html http://www.moviesource.com/vanguard/cat/catani.html I believe the above are references to a video animation produced by PRISM LEISURE in the USA around two years ago. Information about Registered Trademarks (including databases that may be searched) can be found at the following: http://system.directhit.com/fcgi-bin/TopTen.fcg?q=registered+trademarks&r=36150.3820717593 And there is a link to Spanky's on this webpage using "fractasia": http://www.buffnet.net/~strider/page10.htm Not to mention several other around the WWW. Brian also was using an email address of mailto:brianp@texas.net on October 18, 1998 when he was on the Usenet Newsgroups. P.N.L. - -------------------------------------------------------------- http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Mon, 21 Dec 1998 20:07:10 -0500 From: Paul DeCelle Subject: Re: (fractint) "Fractasia" web page kicked into touch Les St Clair wrote: > > Hi folks, > > I have, for legal reasons, just changed my "Fractasia" web site to the new (and > I think, jollier) name of "Fractastier". Too bad - This guy's position sounds pretty bogus to me. %#@*ing lawyers! Paul DeCelle - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Mon, 21 Dec 1998 21:36:26 -0500 From: davides Subject: (fractint) Par Sometime ago (October) I came up with this while fiddling around. It is really nothing special, a simple spiral, but I liked the colors, and tilting it some seems to add to it. The title seems apprpriate. new_galaxy { ; (c) David Shanholtzer Oct 22, 1998 t=0:00:24.94 ; P200 MMX 1024x768 ; color map: dav74 reset=1960 type=mandel passes=1 center-mag=-0.05852240317310889/+0.66656728061455950/48031.38/1/0/55.274 params=0/0 float=y maxiter=50000 colors=08NT0T<6>K0KMC7<6>yhW<13>E53000<26>00D00E01F01G02G<6>06M07M08O<48\ >0cw0cw0bv<48>00EA20<10>yhW<22>A20K0K<30>l0lm0ml0l<14>U0U } davides@pipeline.com ds30@umail.umd.edu Back up my hard drive? How do I put it in reverse? - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 02:52:19 EST From: JimBeau549@aol.com Subject: (fractint) 1 par Hi , Merry Christmas and Happy New Years to all and here's my favorite pic of the day. Also, I'm planning on getting a new PC in a few days and am thinking about a 350Mhz, 10Gb HD, 96Dram. When I ran Fractint on my first PC(33Mhz,4Mb ram), an image that would take let's say....34mins,...now takes 54 seconds on my P75. Will this same image be finished in something like 1 second on a 350Mhz??? If so, then I'm gonna go on a fractal frenzy for a few weeks after I get a new one. :) Watch out~ Jim Weaver - ------------------------------------------------------------------------------ - ---------- Tempest { ; image(c)1998 JimWeaver ok-31 t=04min41sP75 reset=1920 type=formula formulafile=fractint.frm formulaname=ok-31 function=sqr/sqr passes=t center-mag=-0.0102638/0.0240531/0.9277018/1/-90 params=0.1/0/0.605/0.9 float=y maxiter=1000 periodicity=0 colors=000D8L<10>212000101<4>748000704B7C<2>F9HHAIIBJJCKKDL<8>WOUXPVYPWX\ RXZRX<13>EBJDAHC9GB8E97C<4>424212212<7>212212000101321<17>UJDWKEYLFZMG`N\ IaPJ<6>lZV<20>000<25>QKHRLISMJUNKWOLXQM<2>bTQcVReWSfXUfYV<3>hbbhcdhbc<2>\ h_ZhZXgYVfXT<24>011123314<18>MEaNEbOFdPFeQGg<4>VOiXQjWPj<3>SJiRHhQGf<11>\ E9N } - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 02:48:54 -0600 From: "Paul N. Lee" Subject: Re: (fractint) Upgrade (Video card?) problerm Karl Scherer wrote: > > Could please someone help me or give me some advids > with the following urgent problem? > > One week ago I upgraded my PC from Pentium 233 to > Pentium II, 400 Mhz, which has a AGP 6326 video card > (8MB) included. Since then Fractint does not work > anymore, saying "This video mode is not abailable > with your adapter" to all video modes selected. When > I exit Fractint, the mouse still can be moved, but > I cannot click any icon anymore and have to restart > the PC. Is Fractint not ready for this video card > or have I done something wrong?? Since I am in the > middle of creating a lot of pictures, I am desparately > in search for some help or upgrade of Fractint! > > Any response is very much appreciated. > Thanks for your help, Karl > I do not know if you have gotten a resolution yet, but there is a small program known as "VESA to Config". The actual executable module VESA2CFG.EXE, checks the existence of a VBE (VESA BIOS Extension), either built into the VGA BIOS ROM, or installed as a TSR driver. If a VBE is detected, an appropriate CFG file is created. You can use this information to adjust the FRACTINT.CFG file that comes with Fractint. Exact details about this should probably come from somebody more familiar with both of these areas, but a ZIP file is available at the following location: http://home.att.net/~Fractals_1/vesa2cfg.zip Some of the information contained within is self explanatory, but it is lacking a complete description. P.N.L. - -------------------------------------------------------------- http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 02:53:52 -0600 From: "Paul N. Lee" Subject: Re: (fractint) Upgrade (Video card?) problerm Paul N. Lee wrote: > > following location: > http://home.att.net/~Fractals_1/vesa2cfg.zip > Sorry, my mistake, that should be: http://home.att.net/~Fractals_4/vesa2cfg.zip P.N.L. - -------------------------------------------------------------- http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 07:23:52 EST From: PKyleCA@aol.com Subject: Re: (fractint) "Fractasia" web page kicked into touch In a message dated 12/21/98 5:06:04 PM Pacific Standard Time, PaulDC@prodigy.net writes: << Too bad - This guy's position sounds pretty bogus to me. %#@*ing lawyers! >> LAWYERS: (noun). Those who use the "law" to take whats 'yers' - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 11:35:00 -0600 From: "Paul N. Lee" Subject: Re: (fractint) "Fractasia" web page kicked into touch PKyleCA@aol.com wrote: > > PaulDC@prodigy.net writes: > > << Too bad - This guy's position sounds pretty bogus to me. > %#@*ing lawyers! >> > > LAWYERS: (noun). Those who use the "law" to take whats 'yers' > LAWYER, n. One skilled in the circumvention of the law. P.N.L. - -------------------------------------------------------------- http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 13:14:17 -0500 From: Paul DeCelle Subject: Re: (fractint) "Fractasia" web page kicked into touch Paul N. Lee wrote: > > PKyleCA@aol.com wrote: > > > > PaulDC@prodigy.net writes: > > > > << Too bad - This guy's position sounds pretty bogus to me. > > %#@*ing lawyers! >> > > > > LAWYERS: (noun). Those who use the "law" to take whats 'yers' > > > > LAWYER, n. One skilled in the circumvention of the law. > > P.N.L. How 'bout "Fractazia"? or "Fractmania"? or even "Fractalia"? Hee, hee - - could have some fun with this... - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 20:59:59 -0000 From: "Les St Clair" Subject: Re: (fractint) "Fractasia" web page kicked into touch Hi Paul, >How 'bout "Fractazia"? or "Fractmania"? or even "Fractalia"? Hee, hee >- could have some fun with this... Thanks for all the suggestions - now you've got me thinking!. I'll definitely do a sensible re-vamp of my pages over the Christmas holiday (and I'll lose the piggy too - it was a bit of a knee-jerk reaction ;-). Cheers, Les - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 18:08:01 EST From: Damascena@aol.com Subject: Re: (fractint) 1 par In a message dated 12/21/98 11:56:32 PM Pacific Standard Time, JimBeau549@aol.com writes: > Will this same image be finished in something like 1 second on a > 350Mhz??? If so, then I'm gonna go on a fractal frenzy for a few weeks > after > I get a new one. :) Jim, you're pretty prolific now, I'm *terrified*! Jim Weaver, artistic and bright, Got a 'puter much faster than light; He started at one And the image was done At seven the previous night. (Leaving plenty of time for the next 2,500 or so, before dinner!) Dama - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 15:12:01 -0800 (PST) From: Ken Childress Subject: Re: (fractint) 1 par > > Will this same image be finished in something like 1 second on a > > 350Mhz??? If so, then I'm gonna go on a fractal frenzy for a few weeks > > after > > I get a new one. :) > > Jim, you're pretty prolific now, I'm *terrified*! > > Jim Weaver, artistic and bright, > Got a 'puter much faster than light; > He started at one > And the image was done > At seven the previous night. ROTFL. Is this the first entry into the Fractal Limerick contest? Ken... - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ Date: Tue, 22 Dec 1998 18:28:12 -0500 From: Tom Conally Subject: Re: (fractint)limerick At 03:12 PM 12/22/98 -0800, you wrote: >> > Will this same image be finished in something like 1 second on a >> > 350Mhz??? If so, then I'm gonna go on a fractal frenzy for a few weeks >> > after >> > I get a new one. :) >> >> Jim, you're pretty prolific now, I'm *terrified*! >> >> Jim Weaver, artistic and bright, >> Got a 'puter much faster than light; >> He started at one >> And the image was done >> At seven the previous night. > >ROTFL. > >Is this the first entry into the Fractal Limerick contest? So are we going to combine fractals and limericks- we could call it fractalimeria. Bet that hasn't been claimed. There once was a fractal design it looked like a tree, just a pine we took a sharp pencil and played with a stencil and before long it was really benign Tom Conally In every boomerang there is a perfect throw. Your life, Grasshopper, is to practice till you find that throw and become one with that boomerang! Boomerangs http://www.angelfire.com/nc/conally Paradise http://www.netpath.net/~conally/ Fractal Images http://members.tripod.com/~afractal - -------------------------------------------------------------- Thanks for using Fractint, The Fractals and Fractint Discussion List Post Message: fractint@lists.xmission.com Get Commands: majordomo@lists.xmission.com "help" Administrator: twegner@phoenix.net Unsubscribe: majordomo@lists.xmission.com "unsubscribe fractint" ------------------------------ End of fractint-digest V1 #344 ******************************