File: extractimage.inx

package info (click to toggle)
inkscape 0.47.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 122,072 kB
  • ctags: 46,938
  • sloc: cpp: 349,791; ansic: 31,306; python: 14,868; xml: 6,613; sh: 5,041; makefile: 1,773; perl: 1,486; asm: 675; ruby: 148
file content (18 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>Extract 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 needs-live-preview="false">
		<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>