guillotine.inx revision 55409b97452fc42cc6fbb542da79ab133ed705b3
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico <dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico <dependency type="executable" location="extensions">guillotine.py</dependency>
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico <param name="directory" type="string" _gui-text="Directory to save images to">~/</param>
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico <param name="image" type="string" _gui-text="Image name (without extension)">guillotined</param>
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico <param name="ignore" type="boolean" _gui-text="Ignore these settings and use export hints?">false</param>
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico <command reldir="extensions" interpreter="python">guillotine.py</command>