From: owner-fractint-digest@lists.xmission.com (fractint-digest) To: fractint-digest@lists.xmission.com Subject: fractint-digest V1 #359 Reply-To: fractint-digest Sender: owner-fractint-digest@lists.xmission.com Errors-To: owner-fractint-digest@lists.xmission.com Precedence: bulk fractint-digest Thursday, February 4 1999 Volume 01 : Number 359 ---------------------------------------------------------------------- Date: Mon, 1 Feb 1999 00:09:32 EST From: TEXART4U2@aol.com Subject: (fractint) Can I load my customm color maps (.pal) in real time during color cycling? I have been using ver 19.6 to color cycle color compositions. I edit the palates to achieve a smooth or musical effect. Some work better than others of course. And then after composing various 256 color subroutines I want to splice them together or learn how to load them so that they "play" without the delay that occurs when I pause to load the new palate. I have tried to edit a custom text file, adding the text information from multiple subroutines, and loading it, but only the first 256 colors load. Any ideas on how to do this in Fractint? I also want to know if I can respecify key loaded color maps other than "default" = Dkey. IE: the number keys (1-9), the alt & shift + number keys. I use the preprogrammed colors for studies, but my own palate tastes are different. I also want to know what "routine" or filename controls the randomization colors from the enter key...Is this something that I could use to load a group of my precreated files from memory so they would load instantly. I have not been programming any source tools but I have a good eye toward color editing, and have been rewarded with the power of fractint for the past 3 years. I would appreciate if if someone had suggestions or could point me toward some tools that might help me to sequence my color compositions. Thanks. Tom Baggs Texart4U2@AOL.com - -------------------------------------------------------------- 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, 1 Feb 1999 21:37:37 +1100 From: "Mark Townsend" Subject: (fractint) First images to the list For the last 10 days or so I've been experimenting with colouring formulas. I'm still learning but I thought that it was about time I sent in some images. I won't say much about the formula--except that I knew less about the decomp colouring method then than I do now: which is very little. The first image, "Paradise Lost" reminded me of the paintings of Hieronymus Bosch, the second of maybe some later science fiction painter. This stuff is a nightmare for the spelling checker. Mark Townsend marktown@netspace.net.au Paradise_Lost { ; Copyright Mark Townsend, 28-01-99 reset=1960 type=formula formulafile=*.frm formulaname=mt_990128f function=tanh/recip/cos/exp center-mag=-1.26192/1.46107/2.87233/1.0492 params=1/1/0.1/0.1/-0.3/0.7 float=y maxiter=256 inside=128 outside=real decomp=256 periodicity=0 colors=dO9<2>ZJ2XH0VG0<3>N90080000<126>LPH00J<2>50P71R93U<9>TNlVOmXQoZSp\ `Uq<3>havjcwlew<2>rkytmzvozxqzzrz<3>rkypiyngxlew<2>f_udYtbWr<2>XQnVPmTNk\ RLi<9>71R50P30N10KJ60<6>YH0<7>lUImWLoYNpZPq`R<3>vf_whbwjd<2>ynkzpmzrozsq\ zus<3>yojymhxkfwjd<2>ueYtcWrbT<2>nYNmWKkUIiTGhREfQB cyclerange=0/255 } Into_the_Machine { ; Copyright Mark Townsend, 31-01-99 reset=1960 type=formula formulafile=*.frm formulaname=mt_990128f function=exp/sin/tan/ident center-mag=-1.12549/0.863527/6.59508 params=16/16/0.05/0.05/0.3/0.6 float=y maxiter=256 inside=0 decomp=256 colors=tmy<4>ohxngxmfxlewkdwjcw<14>WPnVPmUOlTNkSMj<20>71R60Q50P40O<3>00J\ J60<13>YH0ZI1_J3<18>oYOpZPq_Qq`RraSsaU<13>ymhyniynkyolzpm<4>ztrzusztr<9>\ xlgxkfxjewjdwicwha<14>nXMmWKlVJkUIjUH<13>YI1XH0WH0<11>J7000J<5>50P60Q71R\ 82S<12>LFeMGfNHf<10>YRoZSp_Tq`UqaVrbWs<13>piyqjyrkyslytmz<4>yrzzrzyrz<3>\ unz cyclerange=0/255 } frm:mt_990128f { Mark Townsend, 28-01-99 ; real p1 coloring speed of points captured by the Y axis ; imag p1 coloring speed of points captured by the X axis ; real p2 bailout point for orbits nearing the Y axis ; imag p2 bailout point for orbits nearing the X axis ; p3 Julia coordinates ; fn1 function for the fractal formula ('ident' for Julia) ; fn2 function for coloring points captured by the Y axis ; fn3 function for coloring points captured by the X axis ; fn4 function for the outside coloring ; use decomp=256 ; ; This is an implementation of Pickover's 'epsilon cross' ; method on a generalised Julia fractal. The user can set ; how near the orbit has to get to the axes before bailing ; out. The larger the values given to p2 the wider the ; 'stalks'. The values should be positive or 0 to turn the ; stalks off. Points within the stalks are coloured by the ; angle of z at bailout, messed up by a function. The outside ; is coloured by the angle of z on it's closest approach to the ; origin, again through a function. ; ; *********************************** z = pixel, c = p3, iter = 1, s = 1e9: ; *********************************** z = fn1(sqr(z)) + c ; find the closest z to to the origin if (|z| < |s|) s = z endif if (abs(real(z)) < real(p2)) ; caught by Y axis z = fn2(z)^real(p1) iter = 0 elseif (abs(imag(z)) < imag(p2)) ; caught by X axis z = fn3(z)^imag(p1) iter = 0 elseif (|z| > 4) z = fn4(s) iter = 0 endif iter > 0 } - -------------------------------------------------------------- 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, 2 Feb 1999 00:38:03 +1100 From: "Mark Townsend" Subject: Re: (fractint) First images to the list Sorry, I just noticed that I left out the semicolon before the first comment in the formula. Fractint still seems to generate the images OK, but for the sake of completeness can anybody who cares replace the first line of the the formula with this: frm:mt_990128f { ;Mark Townsend, 28-01-99 Thank you. Mark Townsend marktown@netspace.net.au - -------------------------------------------------------------- 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, 1 Feb 1999 09:06:10 -0500 From: wdecker@csc.com Subject: Re: (fractint) Visitor Almost every time I post a par I save the message first and run it through Fractint to be sure I've constructed it correctly. When I don't do that, I make mistakes. I should have learned by now. Replace the first line of the Visitor par's formula with: frm:bills-rotate3 { Bill Decker - -------------------------------------------------------------- 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, 01 Feb 1999 17:49:30 -0500 From: Gedeon Peteri Subject: (fractint) new and revised web pages I added a new page of Ultra Fractal images of some Sylvie Gallet formulas to my Geocities web site. In addition, I revised the Paul Carlson page, adding some new Ultra Fractal images, and replacing others. The Paul Carlson formula and par collection is still available there for download. I hope you enjoy your visit. Gedeon - -- - -------------------------------------------------------------- Fractals: http://www.geocities.com/~gedeonp/index.html Member Infinite Fractal Loop Last updated: February 1, 1999 - new and updated pages 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: Tue, 02 Feb 1999 18:29:39 +0000 From: "Axel Schwanh?u?er" Subject: Re: (fractint) high res. pictures 4096*2732 Michael Traynor wrote: > >I would like to create large high res. Fractint Pictures with Fractint > >19.6. My goal are 4096*2732 points 256colors. I didn't find an easier > >way to create manually the > >four 1024 * 768 pictures by evaluating the x-y-coordinates ba my own > >hands. > >And then putting them together in a pciture-edding-Program like Corel. > > > >Does anybody has an idea to make this more efficient? > > Axel, > > In fractint, hit "b" for the save pars screen. Toward the bottom there > are places for you to specify x and y multiples. If you put a "2" in > each, fractint will divide the screen in 4, 2 rows, 2 columns and save the > pars for the four images, together with a file called makemig.bat (IIRC). > When you run makemig.bat from the command prompt it will batch generate the > four images and piece them together into a multi-image gif file, and if you > remove the "rem" at the beginning of the next to last line of makemig.bat > (the line that refers to simplgif) it will convert the multi-image gif to > a straightforward gif (since many viewers don't handle multi-image gifs). > There is more in the fractint documentation. > > You can use this technique to make images up to 64Kx64K, if you have the > machine to handle it. Even for smaller images, it helps to have lots of > memory, as to make the simple gif image the machine needs enough memory > (or disk space) to hold 3 copies, uncompressed. > > Sometimes there are problems at the edges of the component images, > particularly if you use a guessing method for drawing, so I usually use > the one pass method to avoid the problem. > > One thing to remember is that by dividing up the images, you are > effectively zooming into the original. You might need to up the interation > count in the original (or edit the pars, which are in fractint.par) and > you need to be careful when you are near the limits of fp math, as a zoom > my put you into arbitrary precision, and really slow things down. > > Hope this helps (and isn't wrong - but I'm sure someone will set me > straight if it is). > > -- > 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" Thank you very much! It (sometimes) works! Axel - -------------------------------------------------------------- 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, 02 Feb 1999 12:51:59 -0500 From: Paul Derbyshire Subject: Re: (fractint) high res. pictures 4096*2732 At 06:29 PM 2/2/99 +0000, you wrote: [About three gigabytes of quoted material, including signatures and fractint list footers deleted] >It (sometimes) works! > >Axel Ladies and gentlemen, we have a newbie! - -- .*. "Clouds are not spheres, mountains are not cones, coastlines are not - -() < circles, and bark is not smooth, nor does lightning travel in a `*' straight line." ------------------------------------------------- -- B. Mandelbrot |http://surf.to/pgd.net _____________________ ____|________ Paul Derbyshire pderbysh@usa.net Programmer & Humanist|ICQ: 10423848| - -------------------------------------------------------------- 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: Wed, 03 Feb 1999 22:41:06 -0600 From: Bob Margolis Subject: (fractint) Mathematical Constants Hello Fractal Artisans; If you need some mathematical constants to plug into the fractal formulas you devise, be sure to check out the Table of Mathematical Constants at: http://www.mathsoft.com/asolve/constant/table.html . Bob Margolis - -------------------------------------------------------------- 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: Wed, 03 Feb 1999 23:55:18 -0500 From: Paul Derbyshire Subject: Re: (fractint) high res. pictures 4096*2732 At 12:51 PM 2/2/99 -0500, I wrote: >Ladies and gentlemen, we have a newbie! but it only showed up at 23:54 2/3/99 ... 36 hours later!!! What the fuck's the matter with the listserv? - -- .*. "Clouds are not spheres, mountains are not cones, coastlines are not - -() < circles, and bark is not smooth, nor does lightning travel in a `*' straight line." ------------------------------------------------- -- B. Mandelbrot |http://surf.to/pgd.net _____________________ ____|________ Paul Derbyshire pderbysh@usa.net Programmer & Humanist|ICQ: 10423848| - -------------------------------------------------------------- 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, 4 Feb 1999 08:17:31 EST From: Genealogy1@aol.com Subject: Re: (fractint) high res. pictures 4096*2732 Hi Fractal folks, I was appalled by the language used by Paul Derbyshire on his latest post. I would vote for his immediate expulsion from the FRACTINT list serve. - --Bob Carr-- - -------------------------------------------------------------- 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, 04 Feb 1999 08:30:07 -0500 From: Paul Derbyshire Subject: Re: (fractint) high res. pictures 4096*2732 At 08:17 AM 2/4/99 EST, you wrote: >Hi Fractal folks, > >I was appalled by the language used by Paul Derbyshire on his latest post. I >would vote for his immediate expulsion from the FRACTINT list serve. Excuse me? This is a) off topic and b) an unprovoked attack on me. Nobody died and left you Internet Censor. If a message offends you, don't read it. :P - -- .*. "Clouds are not spheres, mountains are not cones, coastlines are not - -() < circles, and bark is not smooth, nor does lightning travel in a `*' straight line." ------------------------------------------------- -- B. Mandelbrot |http://surf.to/pgd.net _____________________ ____|________ Paul Derbyshire pderbysh@usa.net Programmer & Humanist|ICQ: 10423848| - -------------------------------------------------------------- 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, 04 Feb 1999 07:29:07 -0600 From: Kenneth Cole Subject: Re: (fractint) high res. pictures 4096*2732 Hello, Although I didn't approve of the language, I respect his work greatly. I totally disagree with any negative comments or actions about Paul. Everyone gets frustrated when you expect things to work and they don't. I know I do. Ken Cole Genealogy1@aol.com wrote: > > Hi Fractal folks, > > I was appalled by the language used by Paul Derbyshire on his latest post. I > would vote for his immediate expulsion from the FRACTINT list serve. > > --Bob Carr-- > > -------------------------------------------------------------- > 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" - -------------------------------------------------------------- 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, 4 Feb 1999 17:04:42 +0100 From: "Dean-Christian Strik" Subject: Re: (fractint) high res. pictures 4096*2732 Yeah, I wondered about that too. I got your message at 06:00 GMT+1, but the message you replied to didn't show up before 14:35 GMT+1.... It's a majordomo btw :) PS. I'm still on the list. As a lurker :) - -- Dean-Christian Strik ICQ: 11760568 dean2@bigfoot.com cstrik.isg@hetnet.nl Real programmers like vending machine popcorn. Coders pop it in the microwave oven. Real programmers use the heat given off by the CPU. They can tell what job is running just by listening to the rate of popping. - -----Original Message----- From: Paul Derbyshire To: fractint@lists.xmission.com Date: donderdag 4 februari 1999 06 11 Fluxen Subject: Re: (fractint) high res. pictures 4096*2732 >At 12:51 PM 2/2/99 -0500, I wrote: >>Ladies and gentlemen, we have a newbie! > >but it only showed up at 23:54 2/3/99 ... 36 hours later!!! > >What the fuck's the matter with the listserv? >-- > .*. "Clouds are not spheres, mountains are not cones, coastlines are not >-() < circles, and bark is not smooth, nor does lightning travel in a > `*' straight line." ------------------------------------------------- > -- B. Mandelbrot |http://surf.to/pgd.net >_____________________ ____|________ Paul Derbyshire pderbysh@usa.net >Programmer & Humanist|ICQ: 10423848| > >-------------------------------------------------------------- >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" - -------------------------------------------------------------- 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, 4 Feb 1999 17:15:24 +0100 From: "Dean-Christian Strik" Subject: Re: (fractint) high res. pictures 4096*2732 I _don't_ quite think so! Frustration can be a very good reason for such language. And you're completely wrong (IMHO) when you think this is completely unacceptable. Your reaction does in no way show any social skills. Your behavior is IMO more to be frowned upon than Paul's. [Note: I've just been through days of fuss with ISPs and mail servers. I definitely wondered what the "****" was happening when I wasn't able to administrate my own mailing list (listserv :) because my ISP had put my list server in it's black list, and redirection didn't work and two different mail servers denied the existences of my accounts. -- Yes I can understand it.] - -- Dean-Christian Strik ICQ: 11760568 dean2@bigfoot.com cstrik.isg@hetnet.nl Real programmers like vending machine popcorn. Coders pop it in the microwave oven. Real programmers use the heat given off by the CPU. They can tell what job is running just by listening to the rate of popping. - -----Original Message----- From: Genealogy1@aol.com To: fractint@lists.xmission.com Date: donderdag 4 februari 1999 14 35 Fluxen Subject: Re: (fractint) high res. pictures 4096*2732 >Hi Fractal folks, > >I was appalled by the language used by Paul Derbyshire on his latest post. I >would vote for his immediate expulsion from the FRACTINT list serve. > >--Bob Carr-- > >-------------------------------------------------------------- >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" - -------------------------------------------------------------- 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, 4 Feb 1999 14:23:58 -0300 From: "Fliguer, Miguel" Subject: RE: (fractint) high res. pictures 4096*2732 > Dean-Christian Strik wrote : > >>>Frustration can be a very good reason for such language. Dean, I have no problem with the word in question. But I definitely have a problem with the "Ladies & Gentlemen, we have a newbie" attitude from Paul's original post. And I assume the list admin is DEFINITELY having a problem about this thread, so I better shut up. no_par_today { formulafile=*.frm formulaname=no_par_today } frm:no_par_today { } Miguel Fliguer - Buenos Aires, Argentina http://members.xoom.com/fliguer/franktal.html - -------------------------------------------------------------- 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, 4 Feb 1999 13:04:25 EST From: Genealogy1@aol.com Subject: Re: (fractint) high res. pictures 4096*2732 In a message dated 2/4/99 12:27:34 PM Eastern Standard Time, M_Fliguer@miniphone.com.ar writes: << Dean, I have no problem with the word in question. >> If this member has no problem with the "word", perhaps he should be expelled as well. This list is not for gutter trash !!! - --Bob Carr-- - -------------------------------------------------------------- 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, 4 Feb 1999 13:11:07 EST From: Genealogy1@aol.com Subject: Re: (fractint) high res. pictures 4096*2732 In a message dated 2/4/99 11:25:51 AM Eastern Standard Time, dean2@bigfoot.com writes: << Frustration can be a very good reason for such language. And you're completely wrong (IMHO) when you think this is completely unacceptable. Your reaction does in no way show any social skills. Your behavior is IMO more to be frowned upon than Paul's. >> There is NO REASON for such profanity on this format. If that's how one vents his frustration he is socialy imature at best. In reality, he is common without sense of others feelings. - --Bob Carr-- - -------------------------------------------------------------- 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, 4 Feb 1999 13:49:24 -0500 From: George Martin Subject: Re: (fractint) high res. pictures 4096*2732 Friends, I suggest that we quietly bring this thread to an end. Matters of list etiquette are the province of our able administrator, Tim Wegner, who watches the list carefully, and will take whatever action he deems necessary in the event of breach, perhaps a gentle private admonishment o= r a reminder to the whole group if a problem is more widespread. Digging in= our heels on the current matter will serve no purpose. Regards, George Martin = - -------------------------------------------------------------- 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, 4 Feb 1999 18:39:47 -0000 From: "Les St Clair" Subject: Re: (fractint) high res. pictures 4096*2732 Paul Derbyshire wrote > If a message offends you, don't read it. :P How exactly do I do that? sixth sense? - - 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: Thu, 4 Feb 1999 13:55:38 -0500 From: "Morgen H Bell" Subject: Re: (fractint) high res. pictures 4096*2732 Good heavens! The only thing fractal-like about all this is the endless repetitions which (I suppose) show self-similarity. Give it a rest, guys. Hi Fractal folks, I was appalled by the language used by Paul Derbyshire on his latest post. I would vote for his immediate expulsion from the FRACTINT list serve. - --Bob Carr-- - -------------------------------------------------------------- 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, 04 Feb 1999 15:17:17 -0500 From: Alex Morano Subject: Re: (fractint) high res. pictures 4096*2732 Morgen H Bell wrote: > Good heavens! The only thing fractal-like about all this is the endless > repetitions which (I suppose) show self-similarity. Give it a rest, guys. Well, I am sure glad I just signed up for this list. I see there are a lot of discussions on fractals here. Thanks for the welcome. - -- ,,,,, (o o) =======oOO==(_)==OOo======== http://www.bworks.com http://www.erols.com/amorano .oooO Oooo. =======( )====( )======= \ ( ) / \_) (_/ - -------------------------------------------------------------- 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, 4 Feb 1999 21:52:35 +0100 From: "Dean-Christian Strik" Subject: Re: (fractint) high res. pictures 4096*2732 You can't be serious.... tell me, are you just kidding now or are you serious? If the latter applies to you, I can't but conclude you are the one who doesn't fit on this list. No offense, just IMHO... - -- Dean-Christian Strik ICQ: 11760568 dean2@bigfoot.com cstrik.isg@hetnet.nl Real programmers like vending machine popcorn. Coders pop it in the microwave oven. Real programmers use the heat given off by the CPU. They can tell what job is running just by listening to the rate of popping. - -----Original Message----- From: Genealogy1@aol.com To: fractint@lists.xmission.com Date: donderdag 4 februari 1999 19 07 Fluxen Subject: Re: (fractint) high res. pictures 4096*2732 >In a message dated 2/4/99 12:27:34 PM Eastern Standard Time, >M_Fliguer@miniphone.com.ar writes: > ><< Dean, I have no problem with the word in question. >> > >If this member has no problem with the "word", perhaps he should be expelled >as well. > >This list is not for gutter trash !!! > >--Bob Carr-- > >-------------------------------------------------------------- >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" - -------------------------------------------------------------- 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, 04 Feb 1999 16:27:00 -0500 From: Paul Derbyshire Subject: Re: (fractint) high res. pictures 4096*2732 At 06:39 PM 2/4/99 -0000, you wrote: >Paul Derbyshire wrote > >> If a message offends you, don't read it. :P > >How exactly do I do that? sixth sense? Procmail. - -- .*. "Clouds are not spheres, mountains are not cones, coastlines are not - -() < circles, and bark is not smooth, nor does lightning travel in a `*' straight line." ------------------------------------------------- -- B. Mandelbrot |http://surf.to/pgd.net _____________________ ____|________ Paul Derbyshire pderbysh@usa.net Programmer & Humanist|ICQ: 10423848| - -------------------------------------------------------------- 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, 4 Feb 99 13:39:53 -0800 From: Tim Gilman Subject: (fractint) ANT type on XFract I can't get ANT to work using the 2nd ANT algorithm using XFract running on top of SGI's IRIX. Can someone try this guy out on their XFract? The trick is, I'm busy crafting the Macintosh port, and I'm not sure what it'll take to get this working.. Thanks! Tim Gilman http://www.scruz.net/~tgilman/tim/macfract/ - -------------------------------------------------------------- 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, 4 Feb 1999 21:50:27 -0500 From: "AA" Subject: RE: (fractint) high res. pictures 4096*2732 > -----Original Message----- > From: owner-fractint@lists.xmission.com > [mailto:owner-fractint@lists.xmission.com]On Behalf Of > Genealogy1@aol.com > Sent: Thursday, February 04, 1999 8:18 AM > To: fractint@lists.xmission.com > Subject: Re: (fractint) high res. pictures 4096*2732 > > > Hi Fractal folks, > > I was appalled by the language used by Paul Derbyshire on his > latest post. I > would vote for his immediate expulsion from the FRACTINT list serve. > > --Bob Carr-- > > -------------------------------------------------------------- > 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" > 01000110011101010110001101101011 - -------------------------------------------------------------- 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, 05 Feb 1999 09:01:23 -0000 (GMT) From: Jim Watson Subject: RE: (fractint) ANT type on XFract Tim, I've tried ant type 2 out on my version of Xfractint (version 3.04 FRACTINT Version 19.6) running on a Linux system and can report that mine doesn't seem to work either. All I get is a horizontal bar ( 3-4 pixels wide) in the centre of the screen which gradually expands out to the edges of the window. Good luck with the porting.... On 04-Feb-99 Tim Gilman wrote: > I can't get ANT to work using the 2nd ANT algorithm using XFract running > on top of SGI's IRIX. Can someone try this guy out on their XFract? Best Regards Jim Watson - ------------------------------------ Marconi Communications, VOA (Sri Lanka) Project Site Office, P.O. Box 14, Negombo, Sri Lanka. Fax : + 94 32 54584 Tel : + 94 71 770542 - -------------------------------------------------------------- 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, 05 Feb 1999 09:01:23 -0000 (GMT) From: Jim Watson Subject: RE: (fractint) ANT type on XFract Tim, I've tried ant type 2 out on my version of Xfractint (version 3.04 FRACTINT Version 19.6) running on a Linux system and can report that mine doesn't seem to work either. All I get is a horizontal bar ( 3-4 pixels wide) in the centre of the screen which gradually expands out to the edges of the window. Good luck with the porting.... On 04-Feb-99 Tim Gilman wrote: > I can't get ANT to work using the 2nd ANT algorithm using XFract running > on top of SGI's IRIX. Can someone try this guy out on their XFract? Best Regards Jim Watson - ------------------------------------ Marconi Communications, VOA (Sri Lanka) Project Site Office, P.O. Box 14, Negombo, Sri Lanka. Fax : + 94 32 54584 Tel : + 94 71 770542 - -------------------------------------------------------------- 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, 04 Feb 1999 22:18:31 -0500 From: Paul Derbyshire Subject: RE: (fractint) high res. pictures 4096*2732 At 09:50 PM 2/4/99 -0500, you wrote: [A lot of quoted material, followed by:] >01000110011101010110001101101011 ???????????????????????????????? - -- .*. "Clouds are not spheres, mountains are not cones, coastlines are not - -() < circles, and bark is not smooth, nor does lightning travel in a `*' straight line." ------------------------------------------------- -- B. Mandelbrot |http://surf.to/pgd.net _____________________ ____|________ Paul Derbyshire pderbysh@usa.net Programmer & Humanist|ICQ: 10423848| - -------------------------------------------------------------- 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, 04 Feb 1999 22:20:14 -0500 From: Paul Derbyshire Subject: RE: (fractint) ANT type on XFract At 09:01 AM 2/5/99 -0000, you wrote: [A message] to both fractint@lists.xmission.com and fractint@xmission.com. This practise appears to produce duplicate messages on the list, as clearly both of your destination addresses work for posting. Please stick to just fractint@lists.xmission.com. - -- .*. "Clouds are not spheres, mountains are not cones, coastlines are not - -() < circles, and bark is not smooth, nor does lightning travel in a `*' straight line." ------------------------------------------------- -- B. Mandelbrot |http://surf.to/pgd.net _____________________ ____|________ Paul Derbyshire pderbysh@usa.net Programmer & Humanist|ICQ: 10423848| - -------------------------------------------------------------- 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, 04 Feb 1999 21:21:10 -0800 From: Lee&SusanLane Subject: Re: (fractint) high res. pictures 4096*2732 This is a multi-part message in MIME format. - --------------243E26DD57B1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit George Martin hit the nail on the head, as I expect Tim would agree. But I have to say Bravo to Les St. Clair. That was brilliant. Here are some soothing pars. Cheers, Lee Lane >George Martin wrote: > > I suggest that we quietly bring this thread to an end. Matters of list > etiquette are the province of our able administrator, Tim Wegner, who > watches the list carefully, and will take whatever action he deems > necessary in the event of breach, perhaps a gentle private admonishment or > a reminder to the whole group if a problem is more widespread. Digging in > our heels on the current matter will serve no purpose. - --------------243E26DD57B1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="LLane01.par" LL2-0220 { ; Papal scepter t= 0:00:45.75 ; t=calc time [h:mm:ss.] using a PII-300 at 1280x1024 ; (c) 1999 by Lee Lane [Par date: Feb 04, 1999] ; e-mail to: slane@kiwi.dep.anl.gov reset=1960 type=formula formulafile=leelane2.frm formulaname=ll2-02 function=tan/atan/cos passes=1 center-mag=-0.00317878/0.00155285/0.1608899/0.8932/-90 params=21/0/1/1 float=y maxiter=256 inside=bof60 outside=atan rseed=-7839 colors=RNHSSS<14>000<11>NJEPLFTPI<16>zqb<18>QLGOKFMIEKHDIFC<8>000<31>www\ <31>000<2>543765986BA7DB8<24>zqb<24>EB8CA7A86875654<2>000<31>www<15>UUU } LL2-0221 { ; Splash t= 0:00:48.17 ; t=calc time [h:mm:ss.] using a PII-300 at 1280x1024 ; (c) 1999 by Lee Lane [Par date: Feb 03, 1999] ; e-mail to: slane@kiwi.dep.anl.gov reset=1960 type=formula formulafile=leelane2.frm formulaname=ll2-02 function=cotan/asin/sqrt passes=1 center-mag=-0.00317878/0.00155285/0.1581163/0.8932/-90 params=43/8/4/0 float=y maxiter=256 inside=bof60 outside=real rseed=-7839 colors=JPOsobtpc<2>oj_mhYkfWidUgbT<8>QLDOJCMHAKF9KF9<30>NW`NW`NV_<22>HHJ\ GHIGGHFGHFFGEFFEEEDDD<16>HMLINMINMJONJON<2>KRPKRQLSQLSRLTR<7>NXVOYWOYWPZ\ XPYW<8>OLHNJFNJF<13>ZO7_P6aQ6<11>p_7q`7ra7tb8tdCtfGtiKtkOtnS<12>PIG<5>WP\ LYQMZRN`SOaUP<3>hZU<14>NJFLHELIE<15>ZVM_WN`XOaYPbZQ<6>hdWieWjfXjfXkgY<7>\ rna } LL2-0222 { ; Chinese decoration t= 0:00:53.94 ; t=calc time [h:mm:ss.] using a PII-300 at 1280x1024 ; (c) 1999 by Lee Lane [Par date: Feb 03, 1999] ; e-mail to: slane@kiwi.dep.anl.gov reset=1960 type=formula formulafile=leelane2.frm formulaname=ll2-02 function=tan/atan/cos passes=1 center-mag=-0.00331305/0.00155285/0.2122482/0.8867/-90 params=21/0/1/1 float=y maxiter=256 inside=bof60 outside=atan rseed=-7839 colors=0003vW<22>0hm0hm1gn<13>3Xu3Wv4Wv4Vv<2>6Tx6Sx7Rx7Qx8Qy8Py<3>BLzBLz\ CKzCJzDJz<8>IDzJCzKBzLBzMAz<5>Q7yR7xS6xT5wT5w<4>X3u000OCs_2t<18>l0im0hn0\ gn0fo0e<4>r1bs1as2`t2_t2Zu2Z<8>x6Sx7Rx7Qy8Qy8Py9O<6>zDJzDIzEHzEHzFGzGG<1\ 3>xQ7xR6xS6wT5wT5wU5<5>tZ2t_2s_2s`2ra1rb1qb14KLI1z0KK000<55>000BzL<8>6xS\ 5wT5wT5wU4vV4vW } frm:LL2-02 { ; overlay LL1-08 and LL1-11 z = pixel,c = fn2(z^p1),b1 = p2+3,b2 = p2+1: IF (whitesq) z = fn1(z)*z*z+c PHC_bailout = |z| < b1 ELSE z = p1*fn2(z*z*z*fn1(z)) + fn1(fn2(fn3(z))) PHC_bailout = z < b2 ENDIF PHC_bailout} - --------------243E26DD57B1-- - -------------------------------------------------------------- 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 #359 ******************************