000KA4<7>gcOjgRmjT<3>zzc<9>UOFRKDOGA<3>A00<9>f0Ci0Dl0F<3>z0K<6>Z0EV0DR0\ C<3>A08004000<17>000 } ------------------------------------------End------------------------------
*HI, that?s not my artist?s name, although it sounds well, but the title of my new achievement. As nobody reacted to my scifi excursion (sofar) I will throw a bomb. This is the first time ever I succeeded to use a Mandel as integrated part of a Julia, which means it follows Julia?s rules, for example the"X" symmetry. To get what I wanted I had to use my enforcement tool, the border system again, but carefully, to avoid chaos or just planting it over the parent. I will not explain it here. Tried several times but nobody really understood it. The mandel parts are colored differently so they are easy to determine. Paul, if you?re listening, have you ever seen an attempt to do this? I doubt. Same link again as always ; https://www.dropbox.com/sh/ua45wf1v84p8nsw/AAAWxi3xeFg_5oZ_zV1wvRtua?dl=0 ; Petta ; ---------------------Start Par-------------------------------------------- 40205-14 { ; Malia Jundel ; Julia (Manowar)-Mandel-Manymods ; Time 0.20.04.24 Reso 1280/1024 ; Mandel as integrated Julia inside reset=2004 type=formula formulafile=mfr_12.frm formulaname=multifractal_12 function=sin/sin/exp/sin passes=t center-mag=-0.460106/-0.00996472/1.031611/1/102.499999999999972/-2.50563\ 458870090017e-014 params=0.1272103030487991/-0.2778099917600024/40205.32595760301/21115.05\ 06020602/152048.0404808025/384.16048940211/384.00482000595/64.3007680004\ /512.1007683001/768.20076800256 float=y maxiter=3072 inside=maxiter periodicity=0 rseed=-2436 colors=000<7>000000000<3>000<7>Q0UU0YX0a_0dc0hf0l<2>p0w<4>_0dX0aU0Y<2>K0\ NH0JG0NE1R<3>7UX6`Z4h_2oa0wc<10>2WI2TG2RE<3>4G54D36F5<16>kkammcpoe<3>zwm\ <3>mhZjdVfaS<3>VMCRI8OE4KA0000<43>000<4>000330<6>220220220<3>110000110<2\ *
Dear Petta, You wrote: "This is the first time ever I succeeded to use a Mandel as integrated part of a Julia, which means it follows Julia´s rules, for example the"X" symmetry. To get what I wanted I had to use my enforcement tool, the border system again, but carefully, to avoid chaos or just planting it over the parent. I will not explain it here. Tried several times but nobody really understood it. The mandel parts are colored differently so they are easy to determine. Paul, if you´re listening, have you ever seen an attempt to do this? I doubt." When I posted here I wanted to show something similar to what 46, 47 and 48 of your images create, although I didn't want to use an algorithm to create a more "interesting" inside because I'm only very rarely, if ever, attempt to create "nicer" images. To me, those three images are very interesting and I tried to recreate their Mandelbrot part with ORDs what's main purpose is already "Mandelbrots following the rules of Julias". I found only similar, ORDs07 and posted another one, ORDs08 showing the same parameter set a bit more like one specific Julia fractal. If you are interested, try setting real(p5) to any positive integer or tweaking p1. Other fractals are possible also. Have a nice day B.D. ---parameters-start---------------------------------------- ORDs07 { reset=2099 type=formula formulaname=ORDs center-mag=-0.65/2.22045e-016/1.042/0.75/90 params=9.5921716208380392/0.22217856379894385/0/0/1.327508526766118/0.11\ 102692007758255/2/-0.075/2/0 float=y maxiter=300 inside=0 periodicity=0 } ORDs08 { reset=2099 type=formula formulaname=ORDs center-mag=-0.65/2.22045e-016/1.042/0.75/90 params=9.5921716208380392/0.22217856379894385/0/0/1.327508526766118/0.11\ 102692007758259/2/-0.075/7/0 float=y maxiter=300 inside=0 periodicity=0 } frm:ORDs { c = z0 = pixel, z = 0, c_param = p3, z_param = p4 level_n = 0, level = real(p5) ; integer > 0 bailout = 100 : IF (level_n >= 0) z0 = z0*z0 +c *c_param level_n = level_n +1 c = z0 IF (level_n == level) level_n = -1 z0 = c *z_param ENDIF ELSE z = z*z +z0 ENDIF |z| <= bailout } ---parameters-end------------------------------------------
Am 23.11.2014 11:46, schrieb B.D. V.C.:
Dear Petta, When I posted here I wanted to show something similar to what 46, 47 and 48 of your images create, although I didn't want to use an algorithm to create a more "interesting" inside because I'm only very rarely, if ever, attempt to create "nicer" images. To me, those three images are very interesting and I tried to recreate their Mandelbrot part with ORDs what's main purpose is already "Mandelbrots following the rules of Julias". I found only similar, ORDs07 and posted another one, ORDs08 showing the same parameter set a bit more like one specific Julia fractal. If you are interested, try setting real(p5) to any positive integer or tweaking p1. Other fractals are possible also.
Have a nice day B.D.
---parameters-start---------------------------------------- ORDs07 { reset=2099 type=formula formulaname=ORDs center-mag=-0.65/2.22045e-016/1.042/0.75/90 params=9.5921716208380392/0.22217856379894385/0/0/1.327508526766118/0.11\ 102692007758255/2/-0.075/2/0 float=y maxiter=300 inside=0 periodicity=0 } ORDs08 { reset=2099 type=formula formulaname=ORDs center-mag=-0.65/2.22045e-016/1.042/0.75/90 params=9.5921716208380392/0.22217856379894385/0/0/1.327508526766118/0.11\ 102692007758259/2/-0.075/7/0 float=y maxiter=300 inside=0 periodicity=0 }
frm:ORDs { c = z0 = pixel, z = 0, c_param = p3, z_param = p4 level_n = 0, level = real(p5) ; integer > 0 bailout = 100 :
IF (level_n >= 0) z0 = z0*z0 +c *c_param level_n = level_n +1 c = z0 IF (level_n == level) level_n = -1 z0 = c *z_param ENDIF ELSE z = z*z +z0 ENDIF
|z| <= bailout } ---parameters-end------------------------------------------
HI, I see that you have an almost identical Mandelshape for use inside a julia. Congratulations! I prepared 3 images, an evolution sampler, a first zoom and a second zoom with the par-file - this is a really good image, using my colors and maxiter 3000- ; https://www.dropbox.com/sh/vva1qxgayzbibb4/AAATb6B4QgLQXwTDoev-8yYha?dl=0 ; What you did here is similar on a small level to what I´m doing with 10 Formulas which can be combined in every possible way, up to 5 formulas simultaneouly. The turn over points an be set in several ways, including resets. Possibly you are the only one capable of creating or modifying images. Interested? I´ll be glad to assist. Petta -----------------------------------------------------------Start Par--------------------------------------------------------------------------- ORDs07+ { ; ORDS-02 reset=2004 type=formula formulafile=ords.par formulaname=ords passes=t center-mag=-0.68989620682085530/+0.01335549689515148/86.78063/0.7905/105\ .268471631382468/10.6185327482388079 params=9.592171620838039/0.2221785637989439/0/0/1.327508526766118/0.1110\ 269200775826/2/-0.075/2/0 float=y maxiter=3000 inside=maxiter periodicity=0 rseed=-2436 colors=000<2>110110000KA4<7>gcOjgRmjT<3>zzc<9>UOFRKDOGA<3>A00<9>f0Ci0Dl0\ F<3>z0K<6>Z0EV0DR0C<3>A08004000<26>000<4>000<7>Q0UU0YX0a_0dc0hf0l<2>p0w<\ 4>_0dX0aU0Y<2>K0NH0JG0NE1R<3>7UX6`Z4h_2oa0wc<10>2WI2TG2RE<3>4G54D36F5<16\
kkammcpoe<3>zwm<3>mhZjdVfaS<3>VMCRI8OE4KA0000<43>000<4>000330<12>110 } -----------------------------End-------------------------------------------
participants (2)
-
B.D. V.C. -
Multifrac@t-online.de