1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3 <_name>Guillotine</_name>
4 <id>org.inkscape.guillotine</id>
6 <dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
8 <dependency type="executable" location="extensions">guillotine.py</dependency>
9 <dependency type="executable" location="extensions">inkex.py</dependency>
11 <param name="directory" type="string" _gui-text="Directory to save images to">~/</param>
12 <param name="image" type="string" _gui-text="Image name (without extension)">guillotined</param>
13 <param name="ignore" type="boolean" _gui-text="Ignore these settings and use export hints?">false</param>
15 <effect needs-live-preview="false">
16 <object-type>all</object-type>
17 <effects-menu>
18 <submenu _name="Export"/>
19 </effects-menu>
20 </effect>
22 <script>
23 <command reldir="extensions" interpreter="python">guillotine.py</command>
24 </script>
26 </inkscape-extension>