home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / extensions / extractimage.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  1KB  |  20 lines

  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>
  20.