Code

added a "selected only" checkbox for fixing some obscure usability issue
[inkscape.git] / share / extensions / extractimage.inx
1 <inkscape-extension>
2     <_name>Extract One Image</_name>
3     <id>org.ekips.filter.extractimage</id>
4         <dependency type="executable" location="extensions">extractimage.py</dependency>
5         <dependency type="executable" location="extensions">inkex.py</dependency>
6         <param name="filepath" type="string" _gui-text="Path to save image">none</param>
7         <param name="desc" type="description">Note: The file extension is appended automatically.</param>
8     <effect>
9                 <object-type>all</object-type>
10                 <effects-menu>
11                         <submenu _name="Images"/>
12                 </effects-menu>                                
13     </effect>
14     <script>
15         <command reldir="extensions" interpreter="python">extractimage.py</command>
16     </script>
17 </inkscape-extension>