Welcome to Fractal Forums

Fractal Art => Images Showcase (Rate My Fractal) => Topic started by: Kali on September 06, 2011, 05:37:47 AM




Title: Ghost in the Machine
Post by: Kali on September 06, 2011, 05:37:47 AM
Ghost in the Machine

(http://nocache-nocookies.digitalgott.com/gallery/8/3869_06_09_11_6_01_58.jpeg)

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

2D KIFS - an hybrid of two different parameters alternated at every 3 iterations.

Bright spot added with Photoshop

UF5 code for the iteration part:

Code:
it=it+1
if it % 3 == 0
   if s==@s1
      s=@s2
   else
      s=@s1
   endif
endif
z=abs(z)*s*@s+@c


parameters:

Code:
initial z = #pixel
@s1 = (-0.15323807, 0.03831654)
@s2 = (-0.244709, 0.2754859)
@s = 4.688906
@c = (15.24414, 10.01056)