home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / acorn / tech / 1229 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.2 KB  |  45 lines

  1. Newsgroups: comp.sys.acorn.tech
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!agate!doc.ic.ac.uk!warwick!pavo.csi.cam.ac.uk!idg10
  3. From: idg10@cl.cam.ac.uk (I.D. Griffiths)
  4. Subject: Re: EPS files
  5. Message-ID: <1993Jan12.111800.15139@infodev.cam.ac.uk>
  6. Sender: news@infodev.cam.ac.uk (USENET news)
  7. Nntp-Posting-Host: hall.cl.cam.ac.uk
  8. Reply-To: idg10@phx.cam.ac.uk
  9. Organization: U of Cambridge Computer Lab, UK
  10. References: <ARM200-921214124010-52326667*@MHS <1992Dec23.155806.22223@gec-rl-hrc.co.uk>
  11. Date: Tue, 12 Jan 1993 11:18:00 GMT
  12. Lines: 31
  13.  
  14. In article <1992Dec23.155806.22223@gec-rl-hrc.co.uk>, rknight@gec-rl-hrc.co.uk (Roger Knight (B21)) writes:
  15.  |> I recently tried to export the EPS from Mentor Graphics CAD tools into
  16. |> !Artworks with no success whatsoever.  Have CC produced a proper EPS
  17. |> interpreter for !Artworks? I suspect they've hard-coded the macros which
  18. |> Corel Draw, Adobe etc. use in their EPS files instead of reading the
  19. |> full PS prolog.
  20. |> 
  21.  
  22. Well, they've written a postscript interpretter, it's called Showpage... 
  23. EPS files are generally files produced by drawing packages which expect to
  24. have a number of library commands built in (e.g. fountain fills and the
  25. like) but don't actually include these commands in the file, since they
  26. are being used to transfer information, rather than being printable, and
  27. rely on the package loading them to know what these routines do.
  28.  
  29. Writing a general interpretter to take prologs including these routines and
  30. translating them into and Artworks file would be very inefficient, since
  31. it would not be able to turn objects into anything much more sophisticated
  32. than paths (so a bit like exporting something with graduated fills and
  33. blends into draw - it works but you loose a lot of information) and would
  34. also be rather hard, since you would need to have a postscript interpretter,
  35. which you don't need to read EPS files (since they're not really programs, but
  36. a postscript representation of a data structure), and then you would have
  37. problems with programs possibly not terminating, and it all gets a bit
  38. horrid.
  39.  
  40. So no basically.  Artworks is designed to import from the EPS files it can
  41. export to, and if it manages much better than this, then you're simply
  42. lucky.
  43.  
  44. Ian Griffiths
  45.