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-------------------------------------------