Welcome to Fractal Forums

Fractal Software => FractInt Gallery => Topic started by: simon.snake on April 02, 2012, 01:02:33 AM




Title: A new formula I've been spending too much time exploring
Post by: simon.snake on April 02, 2012, 01:02:33 AM
Hi Guys

I've been at it again with another new FractInt formula:

Code:
simon0047 {
  z = c = 0
  p = pixel:
  z = abs(z*z)-abs(p*p)
  c = c + 1
  c < 50
}

I used 150 maximum iterations, inside colouring set as numb with value 0 (it wasn't used by the formula), and outside colouring as tdis (which is total distance point travels).  I have set log palette option to either 0 or 1 with varying results.

The formula didn't bail out in the normal sense but iterated 50 times.

I've got a couple of colour maps which gave these results available here:

www.needanother.co.uk/uploads/simon001.map (http://www.needanother.co.uk/uploads/simon001.map)
www.needanother.co.uk/uploads/simon004.map (http://www.needanother.co.uk/uploads/simon004.map)

Now for the images, of which I've gone a bit mad:

Initial image:
(http://www.needanother.co.uk/uploads/fract220.gif)

Various zooms:
(http://www.needanother.co.uk/uploads/fract221.gif)

(http://www.needanother.co.uk/uploads/fract222.gif)

(http://www.needanother.co.uk/uploads/fract223.gif)

(http://www.needanother.co.uk/uploads/fract224.gif)

(http://www.needanother.co.uk/uploads/fract226.gif)

(http://www.needanother.co.uk/uploads/fract227.gif)

(http://www.needanother.co.uk/uploads/fract228.gif)

(http://www.needanother.co.uk/uploads/fract229.gif)

(http://www.needanother.co.uk/uploads/fract230.gif)

(http://www.needanother.co.uk/uploads/fract232.gif)

(http://www.needanother.co.uk/uploads/fract233.gif)

(http://www.needanother.co.uk/uploads/fract240.gif)

(http://www.needanother.co.uk/uploads/fract241.gif)

(http://www.needanother.co.uk/uploads/fract182.gif)

(http://www.needanother.co.uk/uploads/fract183.gif)

(http://www.needanother.co.uk/uploads/fract184.gif)

(http://www.needanother.co.uk/uploads/fract188.gif)

(http://www.needanother.co.uk/uploads/fract189.gif)

(http://www.needanother.co.uk/uploads/fract191.gif)

(http://www.needanother.co.uk/uploads/fract192.gif)

(http://www.needanother.co.uk/uploads/fract193.gif)

(http://www.needanother.co.uk/uploads/fract194.gif)

(http://www.needanother.co.uk/uploads/fract195.gif)

(http://www.needanother.co.uk/uploads/fract196.gif)

(http://www.needanother.co.uk/uploads/fract197.gif)

(http://www.needanother.co.uk/uploads/fract198.gif)

(http://www.needanother.co.uk/uploads/fract199.gif)

(http://www.needanother.co.uk/uploads/fract200.gif)

(http://www.needanother.co.uk/uploads/fract201.gif)

(http://www.needanother.co.uk/uploads/fract203.gif)

(http://www.needanother.co.uk/uploads/fract204.gif)

(http://www.needanother.co.uk/uploads/fract205.gif)

(http://www.needanother.co.uk/uploads/fract206.gif)

(http://www.needanother.co.uk/uploads/fract207.gif)

(http://www.needanother.co.uk/uploads/fract208.gif)

(http://www.needanother.co.uk/uploads/fract209.gif)

(http://www.needanother.co.uk/uploads/fract210.gif)

(http://www.needanother.co.uk/uploads/fract216.gif)

(http://www.needanother.co.uk/uploads/fract217.gif)

(http://www.needanother.co.uk/uploads/fract218.gif)

One thing I have noticed is that you can only zoom in a handful of times before the image loses further detail (the effect looks quite nice but could be some bug within FractInt or my formula).

Hope you like it, and feel free to explore this formula yourselves and post your findings.

Simon