summaryrefslogtreecommitdiffstats
path: root/share/extensions/embedimage.inx
blob: c699e044682541c92c4d9e4f8811e06f371d1350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>Embed Images</_name>
    <id>org.ekips.filter.embedimage</id>
	<dependency type="executable" location="extensions">embedimage.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
	<param name="selectedonly" type="boolean" _gui-text="Embed only selected images">false</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">embedimage.py</command>
    </script>
</inkscape-extension>