home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / utility / gs333ini / gs3.33 / current.doc < prev    next >
Text File  |  1995-12-09  |  6KB  |  155 lines

  1.    Copyright (C) 1990, 1995 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, current.doc, describes problems and new features in the current
  21. release of Ghostscript.  This file describes version 3.33 of Ghostscript.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. New features (since release 3.12)
  27. ============
  28.  
  29. Note: this is not a complete list of new features.  See the NEWS file for
  30. full details.
  31.  
  32. The underlying architecture now supports anti-aliased text and graphics.
  33. See drivers.doc for details.  Use the x11alpha device to get anti-aliasing
  34. under X Windows.
  35.  
  36. Handling of color, especially color images, under X Windows is significantly
  37. faster.
  38.  
  39. If the interpreter was built with PDF capability, PDF files are recognized
  40. automatically by 'run' or on the command line.  The PDF interpreter now
  41. works almost as well as the PostScript language interpreter.
  42.  
  43. Font substitution is somewhat more intelligent.
  44.  
  45. New device drivers are available for the Apple Imagewriter LQ, the LaserJet
  46. IIID (including duplex capability via the Duplex page parameter), the Epson
  47. Stylus Color printer, the BJC-600 color printer, and Epson ESC/P printers.
  48.  
  49. Several new varieties of TIFF are supported (still black-and-white only).
  50.  
  51. The %Calendar% IODevice, which provides access to the date and time, is now
  52. implemented.
  53.  
  54. The PPM driver now chooses between PBM/PGM/PPM on a page-by-page basis,
  55. rather retaining the most general format ever required by any page.  This
  56. produces much smaller output for files where only a few pages have color.
  57.  
  58. A utility program, wftopfa, is now available for converting the free Wadalab
  59. Japanese font to Type 0 / Type 1 fonts usable with Ghostscript.
  60.  
  61. Changes
  62. =======
  63.  
  64. On Unix systems, don't edit the file named 'makefile' or the files
  65. unix{ansi,-cc,-gcc}.mak; edit the subfile and run tar_cat.  (See make.doc for
  66. more details.)
  67.  
  68. The writeppmfile operator is no longer included in standard configurations,
  69. so pstoppm.ps doesn't work.  Use the pbm/pgm/ppm[raw] devices instead.
  70.  
  71. Because of patent-related actions by Unisys and (at Unisys's insistence)
  72. CompuServe, the GIF drivers have been removed.
  73.  
  74. Known problems
  75. ==============
  76.  
  77. Usage
  78. -----
  79.  
  80. On a MS-DOS system, interrupting the interpreter by typing ^C doesn't
  81. restore the display mode.
  82.  
  83. Limitations
  84. -----------
  85.  
  86. serialnumber returns the same value in all copies.
  87.  
  88. The realtime operator is not implemented.
  89.  
  90. User names (a Display PostScript facility) are not implemented.
  91.  
  92. Some floating point exceptions terminate the interpreter, rather than
  93. producing a limitcheck error.
  94.  
  95. The DCTEncode filter disregards the Blend parameter, and uses different
  96. QuantTables and HuffTables from Adobe's.
  97.  
  98. The DCT filters do not support nonintegral sample ratios, and do not allow
  99. Sum(HS*VS)>10, regardless of the value of the Relax parameter.
  100.  
  101. The size of the execution stack cannot be changed dynamically.  (However,
  102. the sizes of the operand and dictionary stacks can be changed.)
  103.  
  104. Separation color spaces are implemented, but devices that actually produce
  105. color separations are not supported.  The special color separations All and
  106. None, and the primary separations (Red, Green, etc.), are not supported.
  107.  
  108. execform and ucache are implemented, but they do not actually do any
  109. caching; setucacheparams and ucachestatus are dummies.  (This only impacts
  110. performance, not functionality.)
  111.  
  112. setpagedevice and currentpagedevice only look at a fixed, small set of
  113. keys.  See the NEWS file for details.
  114.  
  115. The image operator only honors the Interpolate flag in the image
  116. dictionary if the combined transformation (ImageMatrix + CTM) doesn't
  117. involve rotation, skewing, or X-reflection.
  118.  
  119. Graphics bugs
  120. -------------
  121.  
  122. The implementation only looks at the PaintType of the font when doing
  123. show, not when doing charpath.  Because of this, stroked fonts don't work
  124. correctly with charpath.
  125.  
  126. arcto gives an error for negative radii.
  127.  
  128. Opening more than one window device at the same time doesn't work.
  129. This is the case for both X Windows and Microsoft Windows.
  130.  
  131. setpagedevice affects the driver, not just the current graphics state.
  132. Consequently, restore / grestore / grestoreall / setgstate may not undo
  133. setpagedevice properly.
  134.  
  135. cshow doesn't work with composite fonts.
  136.  
  137. Non-graphics bugs
  138. -----------------
  139.  
  140. The %statementedit pseudo-file is equivalent to %lineedit.  As a
  141. consequence, the interactive interpreter requires that every statement fit
  142. on a line, i.e., you can't have an unpaired (, {, or <.
  143.  
  144. The following operators that expect arrays won't accept packed arrays:
  145.     definefont (Subrs (type 1 fonts))
  146.     setdash (dash pattern)
  147.  
  148. Syntax errors occurring within a binary token do not produce the error
  149. message specified by the Adobe documentation.
  150.  
  151. restore doesn't restore the user parameters.
  152.  
  153. 1 vmreclaim is equivalent to 2 vmreclaim -- there is no separate GC for
  154. local VM.
  155.