summaryrefslogtreecommitdiff
path: root/inx/inkstitch_input_RGB.inx
diff options
context:
space:
mode:
Diffstat (limited to 'inx/inkstitch_input_RGB.inx')
-rw-r--r--inx/inkstitch_input_RGB.inx17
1 files changed, 17 insertions, 0 deletions
diff --git a/inx/inkstitch_input_RGB.inx b/inx/inkstitch_input_RGB.inx
new file mode 100644
index 00000000..b64e285b
--- /dev/null
+++ b/inx/inkstitch_input_RGB.inx
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <_name>RGB file input</_name>
+ <id>org.inkstitch.input.rgb</id>
+ <dependency type="executable" location="extensions">inkstitch.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <input>
+ <extension>.rgb</extension>
+ <mimetype>application/x-embroidery-rgb</mimetype>
+ <_filetypename>Ink/Stitch: RGB Embroidery Format (.rgb)</_filetypename>
+ <_filetypetooltip>convert RGB 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>