Archive for December, 2003

FIX: GIMP can’t open PostScript (PS, EPS, PDF) files under Windows

Tuesday, December 2nd, 2003

The GIMP (GNU Image Manipulation Program) is a neat tool for people with needs too casual or cheap for PhotoShop, but too much for various paintbrush type tools.


However, if you install the GIMP under Windows 2000, like me, EPS or PS PostScript files will not open properly, instead barfing with:


Error opening file: C:\\temp\\myfile.eps


PS: Can’t interprete file [sic]


You’ll need to do the following to make it work:


1. Install GhostScript for Windows.


http://www.cs.wisc.edu/~ghost/doc/AFPL/get811.htm


2. Install the GIMP.


http://www2.arnes.si/~sopjsimo/gimp/


3. Set your environment variables to include:


GS_PROG=c:\\path\\to\\and\\filename.exe


GS_LIB=c:\\just\\the\\path\\lib


Typical paths in which to find your GS stuff after a default install might be C:\\gs\\gs8.11\\bin\\gswin32c.exe and C:\\gs\\gs8.11\\lib


(One way to get your environment set in Windows is Start: Settings:Control Panel:System:Advanced:Environment Variables.  In non-NT versions you might need to change AUTOEXEC.BAT to include SET directives)


4. Restart the GIMP and you should be up and running.

FIX: GIMP can’t open PostScript (PS, EPS, PDF) files under Windows …