The process of generating an image with thread is an idea of Petros Vrellis. As I've documented here the process is comprised of three steps:
- Image pre-processing (cropping, resizing, etc.)
- Algorithm to place threads
- In my case parsing the result to G-Code for automated fabrication
python threadTone.py -p [image-path] -l [number-of-lines-to-draw] -n [number-of-pins-to-draw-with]
ex: python threadTone.py -p kitten.jpg -l 2000 -n 250
ex: python threadTone.py -p puppr.png
A set of two example images can be found below. Please refer to my blog for more details.
This script is released under MIT License.