Dear creator,
Thanks for your script. However, do you have any idea if it could be used as a module, imported in a script and then if it is possible to generate images (and render them within matlotlib or directly saving them into pngs) from a function with parameters to control the algorithm, level of zoom or such?
for example:
import PyFractal
image = PyFractal.generate_image(algorithm="mandelbrot", zoom=1.2)
If that's not the case, do you think It would be complicated to implement?
Also, I did not found how to start your program... do you have any documentation about installation?
Thanks a lot!
Dear creator,
Thanks for your script. However, do you have any idea if it could be used as a module, imported in a script and then if it is possible to generate images (and render them within matlotlib or directly saving them into pngs) from a function with parameters to control the algorithm, level of zoom or such?
for example:
If that's not the case, do you think It would be complicated to implement?
Also, I did not found how to start your program... do you have any documentation about installation?
Thanks a lot!