![](https://secure.gravatar.com/avatar/ea82b036a537a86ff8f886e89f2c5944.jpg?s=120&d=mm&r=g)
On Sun, 2005-03-27 at 11:08 -0500, R. Alan Monroe wrote:
Is the EPS import functionality available in the Windows build? I couldn't get .39 or .41 to open .eps files.
Also, are there plans to add embedded tiff previews to exported eps? I can add them after the fact with gsview, but it's a slow manual process. (I'm interested in eps because RagTime Solo can't currently handle svg natively)
To all: I'm writing this as an FAQ item, if people could give feedback -- I'll then put it in the FAQ. It is becoming a frequently asked question.
How do I get additional input formats to work in Inkscape (EPS, Sketch, others)?
Inkscape supports a variety of input formats using external tools, where it runs the program for you and puts the output into the Inkscape window. We call these Inkscape Scripts. In order for Inkscape to use these external programs they must be installed on your computer and in a place that Inkscape can find them. In order to get a list of which utilities Inkscape can't find look at the file extension-errors.log which is in Inkscape's preferences directory ($HOME/.inkscape/ on Unix clones).
As an example, here is an error possible in the extension-errors.log file:
Extension "Windows Metafile Input" failed to load because a dependency was not met. Dependency:: type: executable location: path string: wmf2svg
This error describes an error with the loading of WMF files. It says that Inkscape was looking for an "executable" (or program) in your computer's path, and the name of that executable is "wmf2svg".
Another common error is that one extension is dependent on another, so without that one working properly, the current one fails. An error of that type looks like this:
Extension "Postscript Input" failed to load because a dependency was not met. Dependency:: type: extension location: path string: org.inkscape.input.sk
Sometimes finding the individual dependencies can be difficult, this is an area of improvement in Inkscape. You can expect future versions of Inkscape to be more helpful in dealing with finding these external dependencies.