~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to share/extensions/extractimage.inx

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
    <effect>
 
8
                <object-type>all</object-type>
 
9
    </effect>
 
10
    <script>
 
11
        <command reldir="extensions" interpreter="python">extractimage.py</command>
 
12
    </script>
 
13
</inkscape-extension>