diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-28 22:29:49 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-05-01 20:34:51 -0400 |
| commit | 6f8bb205e85320eb6cfd719c06725325afebbe7a (patch) | |
| tree | f1c55d6d8e5459370f20b2fcfadc75d61cfad9ef /inx/inkstitch_input_PHB.inx | |
| parent | b5fbc23f746c86cc985711026d6585991c3251f4 (diff) | |
integrate input extension too
Diffstat (limited to 'inx/inkstitch_input_PHB.inx')
| -rw-r--r-- | inx/inkstitch_input_PHB.inx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/inx/inkstitch_input_PHB.inx b/inx/inkstitch_input_PHB.inx new file mode 100644 index 00000000..0e14f097 --- /dev/null +++ b/inx/inkstitch_input_PHB.inx @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <_name>PHB file input</_name> + <id>org.inkstitch.input.phb</id> + <dependency type="executable" location="extensions">inkstitch.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <input> + <extension>.phb</extension> + <mimetype>application/x-embroidery-phb</mimetype> + <_filetypename>Ink/Stitch: Brother Embroidery Format (.phb)</_filetypename> + <_filetypetooltip>convert PHB file to Ink/Stitch manual-stitch paths</_filetypetooltip> + </input> + <param name="extension" type="string" gui-hidden="true">input</param> + <script> + <command reldir="extensions" interpreter="python">inkstitch.py</command> + </script> +</inkscape-extension> |
