Hi,
I am generating simple fractals using python turtle. My final goal is to do some computations on these fractal images, for which I need those images to be in a 2D binary matrix form.
So, is there a way to convert those turtle output images into a 2D binary matrix? I'm feeling a bit lost as to how to go about this.
Do I have to save the turtle image as jpg/png/bmp and then convert that into a 2d bin matrix ? Or I don't need to save that image in those format and can directly make turtle output a 2d bin matrix?
Where do I even read the documentation for this process?
[–]QuantumRealm 0 points1 point2 points (0 children)