Here are two more fractals by Sebastien Helie: I used DOS Fractint v20.04.4 to calculate them. Both are anti-aliased. http://www.emarketingiseasy.com/TESTS/FOTD/CREATURE.jpg http://www.emarketingiseasy.com/TESTS/FOTD/CUBCCIRC.jpg Be sure to click each image once to make it full size -- to keep your browser from resampling the images. The parameter sets used to calculate them are below. - Hal Lane ######################## # hallane@earthlink.net ######################## ========================================================== creature { ; of the wheel Sebastien Helie reset=2004 type=formula formulafile=ini__i3.frm formulaname=hellotime corners=-0.00990825891/0.0152848959/-0.0121592879/0.00676339865 params=1/1/1/1 potential=70/200/4 colors=00000e0e00eee00e0eeL0eeeLLLLLzLzLLzzzLLzLzzzLzzz000555<3>HHHKKKOO\ O<3>ccchhhmmmssszzz00z<3>z0z<3>z00<3>zz0<3>0z0<3>0zz<2>0GzVVz<3>zVz<3>zV\ V<3>zzV<3>VzV<3>Vzz<2>Vbzhhz<3>zhz<3>zhh<3>zzh<3>hzh<3>hzz<2>hlz00S<3>S0\ S<3>S00<3>SS0<3>0S0<3>0SS<2>07SEES<3>SES<3>SEE<3>SSE<3>ESE<3>ESS<2>EHSKK\ S<2>QKSSKSSKQSKOSKMSKK<2>SQKSSKQSKOSKMSKKSK<2>KSQKSSKQSKOSKMS00G<3>G0G<3\
G00<3>GG0<3>0G0<3>0GG<2>04G88G<2>E8GG8GG8EG8CG8AG88<2>GE8GG8EG8CG8AG88G\ 8<2>8GE8GG8EG8CG8AGBBG<2>FBGGBGGBFGBDGBCGBB<2>GFBGGBFGBDGBCGBBGB<2>BGFBG\ GBFGBDGBCG000<6>000 } FRM:hellotime{;sinpix a=imag(p1) b=real(p1) c=real(p2) z=pixel: s=a^z c=8*z/4^(p2*z) z=c/s+pixel |z|<4 } ========================================================== cubic_circular { ; two geometric realm Sebastien Helie reset=2004 type=formula formulafile=ini__i3.frm formulaname=hasis center-mag=-2.33296/-0.00123659/13.62623/1.002 params=0/0/0/0 inside=0 potential=100/200/10 colors=@default.map } frm:hasis{ z=c=pixel: ac=cos(z)+(sqr(z)/sin(z)) ca=z^(z-1)*z^(z-2) d=z/4^(p2*z) z=(ac^ca)^(d-1)+pixel ;play add or minus parameter B |z|<4 } ==========================================================
Thanks Hal. That second one is very nice: thanks to Sebastien for these fractals. Doug
From: hallane@earthlink.net To: fractint@mailman.xmission.com Date: Fri, 9 Dec 2011 14:11:25 -0500 Subject: [Fractint] Here are two more fractals by Sebastien Helie:
Here are two more fractals by Sebastien Helie:
I used DOS Fractint v20.04.4 to calculate them. Both are anti-aliased. http://www.emarketingiseasy.com/TESTS/FOTD/CREATURE.jpg
http://www.emarketingiseasy.com/TESTS/FOTD/CUBCCIRC.jpg
Be sure to click each image once to make it full size -- to keep your browser from resampling the images.
The parameter sets used to calculate them are below.
- Hal Lane
######################## # hallane@earthlink.net ########################
========================================================== creature { ; of the wheel Sebastien Helie reset=2004 type=formula formulafile=ini__i3.frm formulaname=hellotime corners=-0.00990825891/0.0152848959/-0.0121592879/0.00676339865 params=1/1/1/1 potential=70/200/4 colors=00000e0e00eee00e0eeL0eeeLLLLLzLzLLzzzLLzLzzzLzzz000555<3>HHHKKKOO\ O<3>ccchhhmmmssszzz00z<3>z0z<3>z00<3>zz0<3>0z0<3>0zz<2>0GzVVz<3>zVz<3>zV\ V<3>zzV<3>VzV<3>Vzz<2>Vbzhhz<3>zhz<3>zhh<3>zzh<3>hzh<3>hzz<2>hlz00S<3>S0\ S<3>S00<3>SS0<3>0S0<3>0SS<2>07SEES<3>SES<3>SEE<3>SSE<3>ESE<3>ESS<2>EHSKK\ S<2>QKSSKSSKQSKOSKMSKK<2>SQKSSKQSKOSKMSKKSK<2>KSQKSSKQSKOSKMS00G<3>G0G<3\
G00<3>GG0<3>0G0<3>0GG<2>04G88G<2>E8GG8GG8EG8CG8AG88<2>GE8GG8EG8CG8AG88G\ 8<2>8GE8GG8EG8CG8AGBBG<2>FBGGBGGBFGBDGBCGBB<2>GFBGGBFGBDGBCGBBGB<2>BGFBG\ GBFGBDGBCG000<6>000 } FRM:hellotime{;sinpix a=imag(p1) b=real(p1) c=real(p2) z=pixel: s=a^z c=8*z/4^(p2*z) z=c/s+pixel |z|<4 } ========================================================== cubic_circular { ; two geometric realm Sebastien Helie reset=2004 type=formula formulafile=ini__i3.frm formulaname=hasis center-mag=-2.33296/-0.00123659/13.62623/1.002 params=0/0/0/0 inside=0 potential=100/200/10 colors=@default.map } frm:hasis{ z=c=pixel: ac=cos(z)+(sqr(z)/sin(z)) ca=z^(z-1)*z^(z-2) d=z/4^(p2*z) z=(ac^ca)^(d-1)+pixel ;play add or minus parameter B |z|<4 } ==========================================================
_______________________________________________ Fractint mailing list Fractint@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/fractint
participants (2)
-
dastew@sympatico.ca -
Hal Lane