home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / clipart / gs22.zip / PSFILES.DOC < prev    next >
Text File  |  1991-05-20  |  3KB  |  102 lines

  1.    Copyright (C) 1990, 1991 Aladdin Enterprises.  All rights reserved.
  2.    Distributed by Free Software Foundation, Inc.
  3.  
  4. This file is part of Ghostscript.
  5.  
  6. Ghostscript is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. to anyone for the consequences of using it or for whether it serves any
  9. particular purpose or works at all, unless he says so in writing.  Refer
  10. to the Ghostscript General Public License for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute
  13. Ghostscript, but only under the conditions described in the Ghostscript
  14. General Public License.  A copy of this license is supposed to have been
  15. given to you along with Ghostscript so you can know your rights and
  16. responsibilities.  It should be in a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. This file, psfiles.doc, describes the .ps files distributed with
  23. Ghostscript, other than fonts.
  24.  
  25. For an overview of Ghostscript and a list of the documentation files, see
  26. README.
  27.  
  28. System files
  29. ------------
  30.  
  31. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  32. contains definitions of many standard procedures and initialization for a
  33. wide variety of things.
  34.  
  35. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  36. machinery and provides some utility procedures that work with fonts.
  37.  
  38. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  39. some other environmental odds and ends for the benefit of P*stScr*pt files
  40. that really want to be printed on a LaserWriter.
  41.  
  42. symbol_e.ps - the Symbol encoding, loaded only if referenced.
  43.  
  44. Art
  45. ---
  46.  
  47. chess.ps - A black-and-white chessboard.
  48.  
  49. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  50. golf club.
  51.  
  52. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  53. interlocking butterflies.  Can be printed on monochrome devices, with
  54. somewhat less dramatic results.
  55.  
  56. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  57. file server).
  58.  
  59. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  60. (Renders very slowly.)
  61.  
  62. colorcir.ps - A set of nested ellipses made up of colored bars.
  63.  
  64. Utilities
  65. ---------
  66.  
  67. decrypt.ps - a utility for decrypting the eexec section of a font.
  68.  
  69. bdftops.ps - a utility for converting BDF fonts to outline form: see
  70. fonts.doc for more information.
  71.  
  72. pfbtops.ps - a utility for converting PFB fonts to plain text form, which
  73. Ghostscript can use: see fonts.doc for more information.
  74.  
  75. pstoppm.ps - a utility for rendering masters onto PPM (bitmap) files.
  76.  
  77. ps2image.ps - a utility for rendering arbitrary masters onto .ps files
  78. consisting only of bitmaps.
  79.  
  80. Odds and ends
  81. -------------
  82.  
  83. empty.ps - an empty file.
  84.  
  85. fcutils.ps - some utilities used by bdftops.ps.
  86.  
  87. lines.ps - a test program for line joins and caps.
  88.  
  89. pcharstr.ps - a program to print out the CharStrings and Subrs in a Type 1
  90. font.
  91.  
  92. ppath.ps - a couple of utilities for printing out the current path, for
  93. debugging.
  94.  
  95. prfont.ps - a program to print a font catalog.
  96.  
  97. quit.ps - a file containing just the word "quit".
  98.  
  99. traceop.ps - a memory usage monitor for debugging.
  100.  
  101. unprot.ps - a program to disable access checking.
  102.