Relative Content

Tag Archive for pythondrawing

How can I optimize this python code to give me the most detail in the least amount of lines

I have this python code which takes an image, and converts it into something that can be drawn by Blot By Hackclub. Blot has a very simple coordinate to coordinate draws a line system. Currently this code generates 80000 lines, I want to bring that down without losing much detail. Any suggestions. https://github.com/GeoWizard4645/BlotInator/blob/main/README.md