EmbroidePy / pyembroidery

pyembroidery library for reading and writing a variety of embroidery formats.
MIT License
181 stars 33 forks source link

Adding Hus #76

Closed tatarize closed 4 years ago

tatarize commented 4 years ago

Corrects a couple minor and non-affecting bugs is vs == and adds in HusReader, EmbCompress, and HusThread. Also, includes a slight alteration to EmbEncoder to carry through some high-bit flags on some elements. These should all be masked off in the writers and shouldn't matter unless the writer is specifically written to care. This also added check in the VP3 writer, to take a high bit flag in order to perform a long form stitch. It shouldn't have any effect on anything else.