diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-12 20:54:51 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-15 21:44:05 -0400 |
| commit | 40a343128043b7d2ebe3a770dfae887e969fc5e0 (patch) | |
| tree | 09ccd869a8860147062a07107ce39b7bf021daa0 /inx/inkstitch_output_MAX.inx | |
| parent | 28e8efebf2a721239fa996865f9ef228e3521121 (diff) | |
add output INX generator
Diffstat (limited to 'inx/inkstitch_output_MAX.inx')
| -rw-r--r-- | inx/inkstitch_output_MAX.inx | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/inx/inkstitch_output_MAX.inx b/inx/inkstitch_output_MAX.inx new file mode 100644 index 00000000..45a5ba01 --- /dev/null +++ b/inx/inkstitch_output_MAX.inx @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>MAX file output</_name> + <id>org.inkstitch.output.max</id> + <dependency type="executable" location="extensions">inkstitch.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <output> + <extension>.max</extension> + <mimetype>application/x-embroidery-max</mimetype> + <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.max)</_filetypename> + <_filetypetooltip>Save design in MAX format using Ink/Stitch</_filetypetooltip> + <dataloss>true</dataloss> + </output> + <param name="extension" type="string" gui-hidden="true">output</param> + <param name="format" type="string" gui-hidden="true">max</param> + <script> + <command reldir="extensions" interpreter="python">inkstitch.py</command> + </script> +</inkscape-extension>
\ No newline at end of file |
