I need to convert 3000 embroidery dst file into png/jpg file.which are here in different folders.need to convert and save in the same folder only. how to do that?
I tried in python but not a good graphical representation. and sinlge file only converting.
import pyembroidery
filepath=r’E:Designs1000 neck designsMSM-2butta.dst’
pattern=pyembroidery.read_dst(filepath)
var=pyembroidery.write_png(pattern, ‘E:Designs1000 neck designsMSM-2butta.png’)
print(pattern)
print(var)
KIRANA KUMARA A is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.