extractimage.inx revision 7e2184692edd124c6ecdbcc25cc15a2ad3ff78d3
220N/A<?xml version="1.0" encoding="UTF-8"?>
1472N/A<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
220N/A <_name>Extract Image</_name>
220N/A <id>org.ekips.filter.extractimage</id>
220N/A <dependency type="executable" location="extensions">extractimage.py</dependency>
220N/A <dependency type="executable" location="extensions">inkex.py</dependency>
220N/A <param name="filepath" type="string" _gui-text="Path to save image:">none</param>
220N/A <_param name="desc" type="description" xml:space="preserve">* Don't type the file extension, it is appended automatically.
220N/A* A relative path (or a filename without path) is relative to the user's home directory.</_param>
220N/A <effect needs-live-preview="false">
220N/A <object-type>all</object-type>
220N/A <effects-menu>
220N/A <submenu _name="Images"/>
220N/A </effects-menu>
220N/A </effect>
220N/A <script>
220N/A <command reldir="extensions" interpreter="python">extractimage.py</command>
220N/A </script>
1472N/A</inkscape-extension>
1472N/A