Fractal of the Day
by Jim Muth
|
Fractal artists and enthusiasts: Here is another very simple formula that creates unexpected images. The attached parameter file draws a picture which those among you who enjoy surrealism will appreciate. It's a 5-minute quickie on anything above a 386. As you can see, my fractal technique is to try to do as much as possible with as little formula as possible. Jim Muth jamth@mindspring.com |
BEGIN FORMULA==================================
neon {; Jim Muth
z=c=pixel:
z=z^1.045+(.02*z^-2)+c,
|z| <= 100
}
END FORMULA====================================
BEGIN PARAMETER FILE===========================
neon {
reset=1950 type=formula formulafile=neon.frm
formulaname=neon passes=t
center-mag=0.0900626/0.150183/12.3173/1/-37.5
float=y maxiter=430 bailout=100 inside=0
logmap=yes symmetry=xaxis periodicity=10
colors=000KUY<4>OdT<3>HQLFMIDJGBGE9EC9CE<4>B9PB8RB8TB8VC7XC7Z<2>E8dE8eF8\
gF8hG9j<4>I9r<10>JeIJhFIiE<12>0o6<8>_0J<12>90o70r76o<8>9sR<7>9Us<2>MfL<2\
>oVz<5>mEGmC9lBB<13>e1_e0ac2a<11>DMYSVqTUqVSq<2>XRqYRrYSr<18>gUvgUvfXr<9\
>`tI<2>wjF<12>sGn<17>qv_qx_orZ<6>cDX<17>HeuGgvHhsHipIjmGIb<3>KRZ
}
END PARAMETER FILE=================================
|
times.