linedraw
linedraw copied to clipboard
Convert images to vectorized line drawings for plotters.
Dear Mr. Dong, Thank you for sharing! Can you please write a quick tutorial on how to use install and use Linedraw? I tried to pip install it but can't...
Your tool is so cool!!! I made a color version of the fork https://github.com/mitxela/plotterfun but didn't test the result with my plotter up to now - https://grbl-plotter.de/plotterfun-color Also drag &...
Hello, could you explain to me how to install it in windows?
Enhanced the enitre code and added some more functionality. Made it easy for others to re use the code
I noticed this warning which was occurring when using the script. ``` /Users/richardmonette/src/linedraw/linedraw.py:97: DeprecationWarning: FLIP_LEFT_RIGHT is deprecated and will be removed in Pillow 10 (2023-07-01). Use Transpose.FLIP_LEFT_RIGHT instead. IM2 =...
I've been working on a project building a mini writing plotter called BrachioGraph (https://www.brachiograph.art/en/latest/how-to/use-linedraw/). In its instructions, he says that you can use this linedraw.py library to transform images in...