Welcome to Fractal Forums

Fractal Software => FractInt Gallery => Topic started by: simon.snake on April 27, 2012, 04:43:34 PM




Title: The Mess After The Party
Post by: simon.snake on April 27, 2012, 04:43:34 PM
The Mess After The Party

(http://nocache-nocookies.digitalgott.com/gallery/11/6528_27_04_12_4_43_33.gif)

http://www.fractalforums.com/index.php?action=gallery;sa=view;id=11138

Someone's got a lot of cleaning up to do after they went a bit wild with the streamers at the party.

This image was a Julia from one of my own FractInt Formulas (now I've found the ismand parameter) which takes an additional parameter to use in the formula:

Code:
simon0044-A {
  ;------------------------
  ; p2 default (1.05,-0.75)
  ;------------------------
  ; SMF - Added julia 26/04/2012
  ;       (works really well)
  c = p2
  if (ismand)
    v = pixel
    z = c * v
  else
    v = p1
    z = pixel + c * v
  endif:
  z = abs(z * z) ^ c - v
  |z| < 4
}

I then spend time investigating the Julia sets available. Some of these are really beautiful, others stunning, while more are simply ok.  Not quite as inspiring as some images I've seen on FF, especially ducks, but I'll keep on trying...

Here's the parameter file:

Code:
Mess After Party   { ; The mess after the party
                     ; Someone's going to have fun clearing this lot up!
                     ; Simon Ferre
                     ;  Fractint Version 2099 Patchlevel 8
  reset=2099 type=formula formulafile=SIMON.FRM
  formulaname=simon0044-A ismand=n passes=1
  center-mag=+2.44898689672181910/-1.13720051656479490/223.8698/0.75
  params=0.61454375451570398/2.0451391644464603/0.12345/1.2345600000000001
  float=y maxiter=512 fillcolor=0 inside=0
  colors=000JAP<2>Sc0<3>hzz<2>bVk_KeZMb<2>UUU<3>2S9<3>555<3>jcP<3>uDO<3>ES\
  O<3>hXC<2>VDOV00<3>z00<5>WF0RI0LK0<3>0V0<3>0z0<5>0WF0RI0LK<3>00V<2>00r00\
  z22u<4>FFWIIRKKL<3>VV0<3>zz0<5>kWFhRIeLK<3>V0V<3>z0z<5>WFkRIhLKe<3>0VV<3\
  >0zzGBE<3>DBFDBFCBFBCG<3>668556334222000z00<23>zm0zo0zq0<3>zz0<8>Qz0Lz0H\
  z0<3>0z0<8>0z`0ze0zi<3>0zz<8>0Qz0Lz0Hz<3>00z<8>`0ze0zi0z<3>z0z<8>z0Qz0Lz\
  0H<3>z00<4>H0X
  }


I'm sure many more will be posted as time goes on.