Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
inkscape / usr / share / inkscape / extensions / embedimage.inx
Size: Mime:
<?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>