home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Inkscape-0.43-2.win32.exe / share / extensions / ai_output.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2005-09-20  |  658 b   |  17 lines

  1. <inkscape-extension>
  2.     <name>AI Output</name>
  3.     <id>org.inkscape.output.ai</id>
  4.     <dependency type="executable" location="path">gs</dependency>
  5.     <dependency type="extension">org.inkscape.output.ps</dependency>
  6.     <output>
  7.         <extension>.ai</extension>
  8.         <mimetype>image/x-adobe-illustrator</mimetype>
  9.         <filetypename>Adobe Illustrator (*.ai)</filetypename>
  10.         <filetypetooltip>Write Adobe Illustrator</filetypetooltip>
  11.     </output>
  12.     <script>
  13.         <command reldir="path">gs -q -dNODISPLAY -dSAFER ps2ai.ps</command>
  14.         <helper_extension>org.inkscape.output.ps</helper_extension>
  15.     </script>
  16. </inkscape-extension>
  17.