home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sgi / 16415 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!ukma!darwin.sura.net!sgiblab!sgigate!odin!news
  3. From: ib@ivan.asd.sgi.com (Ivan Bach)
  4. Subject: Re: Importing Mac graphics into showcase
  5. Message-ID: <1992Nov13.221524.22119@odin.corp.sgi.com>
  6. Sender: news@odin.corp.sgi.com (Net News)
  7. Nntp-Posting-Host: ivan.asd.sgi.com
  8. Organization: Silicon Graphics, Inc., Mountain View, CA
  9. Date: Fri, 13 Nov 1992 22:15:24 GMT
  10. Lines: 22
  11.  
  12. In article <1992Nov13.195356.25989@biome.bio.ns.ca> silvert@biome.bio.ns.ca 
  13. (Bill Silvert):
  14. > I had to change
  15. > %%BoundingBox: 19.5 25.7651 600.3355 759.9583
  16. >
  17. > to
  18. > %%BoundingBox: 20 26 600 760
  19. >
  20. > since showcase couldn't handle all the decimals.
  21. On p. 641 of the Adobe PostScript Language Reference Manual (Second Edition),
  22. it says that the arguments llx, lly, urx, and ury in a %%BoundingBox statement
  23. must be of type <int>.  The type <int> is defined on p. 637 as:
  24.  
  25.     "An integer is a non-fractional number that may be signed or unsigned."
  26.  
  27. In other words, the problem is in the program that generated that EPS code,
  28. not in Showcase.  This problem was discussed some time ago in the newsgroup 
  29. comp.lang.postscript.
  30.  
  31. Ivan Bach, ib@sgi.com
  32.