home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / postscri / 6079 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.lang.postscript
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!gatech!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!decwrl!adobe!usenet
  3. From: byer@adobe.com (Scott Byer)
  4. Subject: Re: Break down drawing larger than pagesize ?
  5. Message-ID: <1992Dec22.234522.9940@adobe.com>
  6. Sender: usenet@adobe.com (USENET NEWS)
  7. Reply-To: byer@adobe.com (Scott Byer)
  8. Organization: Adobe Systems Incorporated
  9. References: <1992Dec22.025320.5909@leeweyr.sccsi.com>
  10. Date: Tue, 22 Dec 1992 23:45:22 GMT
  11. Lines: 20
  12.  
  13. Bill Lee writes
  14.  
  15. > Has anybody been able to answer this question in general?
  16.  
  17. Yes, it can be done.  The limit becomes the amount of RAM in the
  18. PostScript machine (practically).  The routine becomes a prolog
  19. which reads the PostScript to generate the actual image into strings.
  20. It must be careful not to split up tokens at the ends of strings.
  21. You can then follow the rest of the BlueBook example, translating
  22. around and executing all the strings in order.
  23.  
  24. It won't be any speed daemon, but you'd be suprised at how complex
  25. an image you can just arbitrarily stick the prolog in front of.
  26.  
  27. --
  28. Scott Byer                             NeXTMail: byer@mv.us.adobe.com
  29. Adobe Systems Incorporated               These are *my* opinions, and  
  30. 1585 Charleston Road, P.O. Box 7900        do not necessarily reflect
  31. Mountain View, CA 94039-7900             the opinions of my employer.
  32. ---------------------------------------------------------------------
  33.