Code

parseTransform: fix rotate parsing
[inkscape.git] / share / extensions / extractimage.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Extract Image</_name>
4     <id>org.ekips.filter.extractimage</id>
5         <dependency type="executable" location="extensions">extractimage.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7         <param name="filepath" type="string" _gui-text="Path to save image">none</param>
8         <_param name="desc" type="description">Note: The file extension is appended automatically.</_param>
9     <effect needs-live-preview="false">
10                 <object-type>all</object-type>
11                 <effects-menu>
12                         <submenu _name="Images"/>
13                 </effects-menu>                                
14     </effect>
15     <script>
16         <command reldir="extensions" interpreter="python">extractimage.py</command>
17     </script>
18 </inkscape-extension>