How to create a .dst Embroidery file using Java

I want to create an .dst embroidery file using Java. Are there supporting libraries? Or can I convert any image file to the .dst embroidery file format using Java?

Someone can offer any algorithms, coding and decoding methods, etc.

+6
source share
3 answers

I am an Embroidermodder developer working on formats (link mentioned by theJollySin). I do not have Java code, but I can point to the preliminary documentation of the format ( http://www.achatina.de/sewing/main/TECHNICL.HTM ).

What are you trying to create in DST? I can help you with any problems you get your Java code with.

+5

: . .dst Java. , , .dst. , , - Corel Draw.

, , , - Tajima Ambaasador. , , /DST .

( -, , ' .)

+3

. python (pyembroidery) java. Android, Oracle Java, .

https://github.com/EmbroidePy/EmbroideryIO

, . :

https://edutechwiki.unige.ch/en/Embroidery_format

DST:

https://edutechwiki.unige.ch/en/Embroidery_format_DST


Regarding the second part of the question, embroidery files are vector files that provide a series of commands to be issued to the embroidery machine. You cannot directly convert raster image files to embroidery, because pixel information is not directly converted to any embroidery machine command structure.

+2
source

All Articles