home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: bit.listserv.frac-l
- Path: sparky!uunet!think.com!spool.mu.edu!torn!spartan.ac.BrockU.CA!dboese
- From: dboese@spartan.ac.BrockU.CA (Darcy Boese)
- Subject: Scientific American
- Message-ID: <1993Jan28.160509.10362@spartan.ac.BrockU.CA>
- Organization: Brock University, St. Catharines Ontario
- X-Newsreader: Tin 1.1 PL4
- Date: Thu, 28 Jan 1993 16:05:09 GMT
- Lines: 15
-
- After a lot of messing around, I discovered that using |x| is not the same
- as abs(x) in Fractint formula files. In any case, I finally managed to get
- a Fractint formula for the fuzzy logic image from the February 1993 issue
- of Scientific American:
-
- -----CUT HERE-----
- fuzzy {
- a=real(pixel), b=imag(pixel):
- x=1-abs(a-b), y=1-abs(b-1+a), a=x, b=y, sqr(abs(a*a)+abs(b*b))<=p1
- }
- -----CUT HERE-----
-
- To center this on your screen use the command corners=-2/3/2.5/-1.5
-
- Enjoy!
-