Welcome to Fractal Forums

Fractal Art => Images Showcase (Rate My Fractal) => Topic started by: cKleinhuis on February 24, 2015, 12:57:58 PM




Title: 3 Elephants 4k
Post by: cKleinhuis on February 24, 2015, 12:57:58 PM
3 Elephants 4k

(http://nocache-nocookies.digitalgott.com/gallery/17/63_24_02_15_12_57_57.png)

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

this is an image produced with tglads new formula, its as well a test for upload sizes, this image is 14Megabytes large  :fiery:


ultrafractal formula code ( will be added to formula database later on )
Code:


init:
  z = @start
loop:
     int itercount=0;
     complex tempz=(1,0)
     while(itercount<3)
       z=z^2+ #pixel
       complex t1=z-sqrt(2)*#e^((2*(itercount-1)*#pi)/3)
       complex t2=sqrt(2)*z -(#e^((2*itercount+#pi)/3))
                     tempz=tempz*(t1/t2);
       itercount=itercount+1
            endwhile
                                z=z*tempz +@seed

bailout:
  |z| <= @bailout