On Tuesday 18 June 2002 8:06 pm, Herbert Voss wrote: > John Levon wrote: > > On Thu, Jun 06, 2002 at 08:32:42AM +0200, Herbert Voss wrote: > >>with this patch the epsi-files are detected and > >>converted correct. > > > > Herbert, I'm still waiting for an example failing file for this patch. > > Can you please send me one, and I'll apply this patch (it is still > > needed, right ?) > > yes, but it's part of the big graphics patch. > anyway, here is the file which convert cannot handle. > It's generated by PStill, a standard converter for > ps to pdf. > > Herbert
All this special casing makes me very uneasy. Why don't we just use gs to convert any postscript file to png format (noting that the home-grown loader will be thrown away once xforms 1.0 is released) something like gs -q -dNOPAUSE -dBATCH -sDEVICE=png16m -sOutputFile=tmp.png should do it, no? Angus