pyembroidery
pyembroidery copied to clipboard
pyembroidery library for reading and writing a variety of embroidery formats.
Updating stitchification methods and visualizations. - Handle SVG files with any number of paths. - Use a new method to compute intersections between line segments. It uses cross products, is...
Slight gradient view upgrade to png output. See #153
Though probably not fixable in a straight forward manner the header for DST is wrong. The abs() of the bounds is supposed to be +x, +y, -x -y. However, if...
Hey, I just found out about the BX format that Embrilliance [uses](https://embrilliance.com/bxlist). I was wondering if there was any plans for pyembroidery to read in BX files and produce the...
Hi, this is such a great project. I want to make something that reads wings ngs embroidery format and create an image from it. Do you have any plans of...
Hey there. This is maybe interesting for you (value => values) https://github.com/EmbroidePy/pyembroidery/blob/06225f67ddb410678763850e2a77738d68b0245f/pyembroidery/DstReader.py#L44 Reference: https://github.com/inkstitch/pyembroidery/pull/93
Hello, as far as i could understand (im new to python) the folloing code is where the color change comands go elif command == COLOR_CHANGE: write_string_utf8(f, "M00\n") now, if y...
For a small project, I'm trying to autogenerate names from files where each letter has it's own file. So for example, I would like to generate the name of `Jan`,...
Hello! Firstly: Happy new year and thank you very much for this library. Right now, this is the **only one** I was able to find on the whole web. Please...
inkstitch/inkstitch#689 @ursus-kirk -- To the best of my knowledge there are no trims within the PES format. ``` elif data == TRIM: continue ``` If you have an example of...