What is it ? : This is a formula derived from Fractint's Barnsley types. It is based on the following iterated algorithm : if [condition on z]
where p1 and p2 are arbitrary complex parameters and c1 and c2 are function
of the pixel value (Mandelbrot type) or of the seed value (Julia type).
The Parameters : Mode :
Critical value : See above to see how it works. It can be both positive or negative, but shouldn't be too far from 0... Parameter 1/2 : The parameters p1 and p2 in the algorithm. Case 1/2 Pixel/Seed function : The functions applied to the pixel/seed
to give the constants c1 and c2.
Polygonal Barnsley
What is it ? : This is a formula derived from Fractint's Barnsley types. A "symetrisation"
of fixed order is applied at each iteration of the algorithm. Else it is
very similar to IFS-Barnsley.
The Parameters : Mode, Critical value, Parameter 1/2 : See IFS-Barnsley. Polygon order : The order of the symetry applied. Angle Shift : The amount the plane is rotated before each symetry.
|