This program generates Julia Sets with the formula z=z^2 + c, where z is the point being tested and c is the entered complex point. The formula is iterated either until the max iterations is reached or the distance that z is from the origin exceeds a certain limit. Variables are pretty much the same as on the regular Julia Set project, except there's just two fractals. Information about the combination types: 1. Intersection - shows the points in both fractals. 2. Difference - shows the points in either one fractal or the other, but not both. 3. Addition - shows the points that are in either fractal.
The thumbnail was made with the default settings, where the first fractal's c value is -1-.25i and the second fractal's c value is at -1+.25i. The max iterations for both of them is 25, and the combination type is 3. Feel free to share any interesting combinations you find in the comments!