Hi Cedric, > I converted a PNG image to EPS with sam2p and tried to include it with > the PSPIC macro. However, I get a meaningless error saying > > grops:test2.eps (result.groff):15: not an integer
$ sed -n 15p test2.eps %%BeginData:; $ Looks odd to have a colon and semicolon together with nothing (an integer?) in between. > Could anyone explain what that is and whether there a fix to it (so > that it at least produces an error that helps find the problem)? I > attached the file. I found http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=315046. You could try convert(1) or pnmtops(1) and ps2epsi(1) instead. Cheers, Ralph.