Code

Extensions. Text support improvement in XAML and FXG export.
[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" xml:space="preserve">* Don't type the file extension, it is appended automatically.
9 * A relative path (or a filename without path) is relative to the user's home directory.</_param>
10     <effect needs-live-preview="false">
11                 <object-type>all</object-type>
12                 <effects-menu>
13                         <submenu _name="Images"/>
14                 </effects-menu>                                
15     </effect>
16     <script>
17         <command reldir="extensions" interpreter="python">extractimage.py</command>
18     </script>
19 </inkscape-extension>