This project is made to produce high resolution String-Art
with just a few steps.
- Copy your desired image to the home diretory of the code.
- Rename your image to
blurred.jpg
or edit the value of the variabletargetName
toyourImageName
(without extension) inString_Art_4_Higher.pde
. - If the extension is not
jpeg
(.jpeg
or.png
), please rename the extension part in the code inString_Art_4_Higher.pde
(line 23). - Run the code and wait for it to generate the string art image.
- Enjoy!
exported
: Stores every generated images in the end of each generation.Nail.pde
: Stores the properties of each nails on the board.String_Art_4_Higher.pde
: Launches the main program and mangages everything.Upscaler.pde
: Generates high-res image with same calculations to make the image crisp.