This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-0.92-deprecated/extensions/inkstitch_zip.inx

36 lines
1.7 KiB
XML

<?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.de_DE</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: Export von mehreren Formaten (.zip)</_filetypename>
<_filetypetooltip>Erstellen einer ZIP-Datei mit mehreren Stickformaten die Ink/Stitch unterstützt</_filetypetooltip>
<dataloss>true</dataloss>
</output>
<param name="format-pec" type="boolean" _gui-text=".PEC: Brother Stickformat">false</param>
<param name="format-pes" type="boolean" _gui-text=".PES: Brother Stickformat">false</param>
<param name="format-exp" type="boolean" _gui-text=".EXP: Melco Stickformat">false</param>
<param name="format-dst" type="boolean" _gui-text=".DST: Tajima Stickformat">false</param>
<param name="format-jef" type="boolean" _gui-text=".JEF: Janome Stickformat">false</param>
<param name="format-vp3" type="boolean" _gui-text=".VP3: Pfaff Stickformat">false</param>
<param name="format-u01" type="boolean" _gui-text=".U01: Barudan Stickformat">false</param>
<param name="format-txt" type="boolean" _gui-text=".TXT: G-Code Format">false</param>
<param name="extension" type="string" gui-hidden="true">zip</param>
<script>
<command reldir="extensions" interpreter="python">inkstitch.py</command>
</script>
</inkscape-extension>