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