summaryrefslogtreecommitdiff
path: root/inx/inkstitch_output_ZIP.inx
blob: b5b2cf1c7732bfdeb783178453b71d38c4ba8bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?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-col" type="boolean" _gui-text=".COL: Embroidery Thread Color Format">false</param>

    <param name="format-csv" type="boolean" _gui-text=".CSV: Comma Separated Values Format">false</param>

    <param name="format-dst" type="boolean" _gui-text=".DST: Tajima Embroidery Format">false</param>

    <param name="format-edr" type="boolean" _gui-text=".EDR: Embird Embroidery Format">false</param>

    <param name="format-exp" type="boolean" _gui-text=".EXP: Melco Embroidery Format">false</param>

    <param name="format-hus" type="boolean" _gui-text=".HUS: Husqvarna Viking Embroidery Format">false</param>

    <param name="format-inf" type="boolean" _gui-text=".INF: Embroidery Color Format">false</param>

    <param name="format-jef" type="boolean" _gui-text=".JEF: Janome Embroidery Format">false</param>

    <param name="format-ksm" type="boolean" _gui-text=".KSM: Pfaff Embroidery Format">false</param>

    <param name="format-max" type="boolean" _gui-text=".MAX: Pfaff Embroidery Format">false</param>

    <param name="format-pcd" type="boolean" _gui-text=".PCD: Pfaff Embroidery Format">false</param>

    <param name="format-pcq" type="boolean" _gui-text=".PCQ: Pfaff Embroidery Format">false</param>

    <param name="format-pcs" type="boolean" _gui-text=".PCS: Pfaff Embroidery Format">false</param>

    <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>

    <param name="format-plt" type="boolean" _gui-text=".PLT: AutoCAD Plot Drawing Format">false</param>

    <param name="format-rgb" type="boolean" _gui-text=".RGB: RGB Embroidery Format">false</param>

    <param name="format-thr" type="boolean" _gui-text=".THR: ThredWorks Embroidery Format">false</param>

    <param name="format-txt" type="boolean" _gui-text=".TXT: Text File">false</param>

    <param name="format-vp3" type="boolean" _gui-text=".VP3: Pfaff Embroidery Format">false</param>

    <param name="format-xxx" type="boolean" _gui-text=".XXX: Singer Embroidery 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>