How do I open an EPS file in GIMP 2? "Could not interpret PostScript file"

Per the GIMP EPS bug report on GNOME Bugzilla, you'll have to install Ghostscript (if you haven't done so already), then replace a DLL in GIMP with one from Ghostscript.

  1. Install Ghostscript from the Ghostscript download page. Be sure to get the 64 bit version.
  2. If GIMP is open, close it.
  3. From the Ghostscript bin folder (C:\Program Files\gs\gs9.18\bin for me; your version number may be different), copy the gsdll64.dll file to the GIMP bin folder (C:\Program Files\GIMP 2\bin\ for me).
  4. In the GIMP bin folder, rename libgs-8.dll to libgs-8.dll.backup. You can revert back to this file in case something goes wrong.
  5. Then, rename gsdll64.dll to libgs-8.dll.

The next time you run GIMP and open/import an EPS file, after the "Import from PostScript" dialog, the file will open as usual. =)

References

  • GIMP EPS bug report on GNOME Bugzilla
  • Ghostscript download page