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 / eps_input.inx < prev    next >
Encoding:
Text File  |  2005-04-06  |  793 b   |  18 lines

  1. <inkscape-extension>
  2.     <name>EPS Input</name>
  3.     <id>org.inkscape.input.eps</id>
  4.     <dependency type="extension">org.inkscape.input.ps</dependency>
  5.     <dependency type="executable">gs</dependency>
  6.     <input>
  7.         <extension>.eps</extension>
  8.         <mimetype>image/x-encapsulated-postscript</mimetype>
  9.         <filetypename>Encapsulated Postscript (*.eps)</filetypename>
  10.         <filetypetooltip>Encapsulated Postscript</filetypetooltip>
  11.         <output_extension>org.inkscape.output.eps</output_extension>
  12.     </input>
  13.     <script>
  14.         <command reldir="path">gs -q -sDEVICE=pswrite -sOutputFile=- -dNOPAUSE -dBATCH -dSAFER -dDEVICEWIDTH=250000 -dDEVICEHEIGHT=250000</command>
  15.         <helper_extension>org.inkscape.input.ps</helper_extension>
  16.     </script>
  17. </inkscape-extension>
  18.