2018-06-13 01:48:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
|
|
<_name>embroidery ZIP file output</_name>
|
|
|
|
<id>org.inkstitch.output.zip</id>
|
|
|
|
<dependency type="executable" location="extensions">inkstitch.py</dependency>
|
|
|
|
<dependency type="executable" location="extensions">inkex.py</dependency>
|
|
|
|
<output>
|
|
|
|
<extension>.zip</extension>
|
|
|
|
<mimetype>application/zip</mimetype>
|
|
|
|
<_filetypename>Ink/Stitch: ZIP export multiple formats (.zip)</_filetypename>
|
|
|
|
<_filetypetooltip>Create a ZIP with multiple embroidery file formats using Ink/Stitch</_filetypetooltip>
|
|
|
|
<dataloss>true</dataloss>
|
|
|
|
</output>
|
|
|
|
|
|
|
|
<param name="format-pec" type="boolean" _gui-text=".PEC: Brother Embroidery Format">false</param>
|
|
|
|
|
|
|
|
<param name="format-pes" type="boolean" _gui-text=".PES: Brother Embroidery Format">false</param>
|
|
|
|
|
2018-07-18 00:19:17 +00:00
|
|
|
<param name="format-exp" type="boolean" _gui-text=".EXP: Melco Embroidery Format">false</param>
|
2018-06-13 01:48:38 +00:00
|
|
|
|
2018-07-18 00:19:17 +00:00
|
|
|
<param name="format-dst" type="boolean" _gui-text=".DST: Tajima Embroidery Format">false</param>
|
2018-06-13 01:48:38 +00:00
|
|
|
|
2018-07-18 00:19:17 +00:00
|
|
|
<param name="format-jef" type="boolean" _gui-text=".JEF: Janome Embroidery Format">false</param>
|
2018-06-13 01:48:38 +00:00
|
|
|
|
|
|
|
<param name="format-vp3" type="boolean" _gui-text=".VP3: Pfaff Embroidery Format">false</param>
|
|
|
|
|
|
|
|
<param name="extension" type="string" gui-hidden="true">zip</param>
|
|
|
|
<script>
|
|
|
|
<command reldir="extensions" interpreter="python">inkstitch.py</command>
|
|
|
|
</script>
|
2018-07-18 00:19:17 +00:00
|
|
|
</inkscape-extension>
|