extractimage.inx revision 3e2c41cd874478bd2114f3ed88412c7ee81ae72e
<inkscape-extension>
<_name>Extract One Image</_name>
<id>org.ekips.filter.extractimage</id>
<dependency type="executable" location="extensions">extractimage.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="filepath" type="string" _gui-text="Path to save image">none</param>
<_param name="desc" type="description">Note: The file extension is appended automatically.</_param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Images"/>
</effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">extractimage.py</command>
</script>
</inkscape-extension>