inkstitch / pyembroidery

libembroidery/EmbroideryFormats converted to python
MIT License
71 stars 28 forks source link

pes stitch seek correct file #91

Open fabricocouto opened 2 years ago

fabricocouto commented 2 years ago

f.seek(0x0F, 1)

to

f.seek(0x0B, 1)

lexelby commented 2 years ago

Hi! Thanks for the suggestion. Do you have any more information about this change? Documentation, or perhaps PES files found in the wild?

fabricocouto commented 2 years ago

this error happens in some embroidery files pes saved by wilcom now i know together with my friend David the reason for the errors, you can see this error in more detail in the image in the image i put it pecstart 533 correct but actually it is not they, are 532 , I have been working on these codes for many years now I can clearly say that pecstart + 532 is wrong for some files and pecstart 528 opens all files image simbolo escola pequeno (1).zip

kaalleen commented 2 years ago

Thank you so much for your input and explanation. I completely missed this issue. Would you mind to create a pull request to fix it? We are currently short on time and can need any help given. If you wish, we can also add you to this repository as a member.

fabricocouto commented 2 years ago

Thank you so much for your input and explanation. I completely missed this issue. Would you mind to create a pull request to fix it? We are currently short on time and can need any help given. If you wish, we can also add you to this repository as a member.

hello can you add me that I will be honored to participate in the project