home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / lang / distill.sit / README < prev    next >
Text File  |  1989-02-16  |  1KB  |  31 lines

  1.  
  2. The DistillPS program is an adapted version of the SendPS
  3. program that has been available for some time.  There are
  4. several features for downloading PostScript language programs.
  5. The options under the "File" menu are for simple downloading
  6. of files, for distilling files, and for timing them.
  7.  
  8. The "Distill" option requires the file "still.ps" to be in
  9. your System Folder.  This file is supplied in this distribution,
  10. and may be updated without updating the rest of the DistillPS
  11. application.  The file you select for distillation will cause
  12. another file to be created which is derived from the original
  13. file name by adding an "x" to the end:
  14.  
  15.     myfile.ps  ->  myfile.psx
  16.  
  17. The resulting file is also a PostScript language program, and
  18. may be downloaded or sent with the timing test.
  19.  
  20. The timing option simply precedes the PostScript language
  21. file by some timing code (similar to that found in the
  22. file "timepages.ps" available from Adobe in various forms).
  23. With this feature, any pages printed by the program will have
  24. the execution time printed at the top of the page.  The
  25. execution time is broken into two parts: the time spent
  26. before "showpage", and the time spent during "showpage".  The
  27. reason for this is that in some printers some of the work
  28. of rasterization is actually delayed until "showpage" is
  29. called, and done on the fly.
  30.  
  31.