home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / Documents / FAQ / PostScript-faq / part11 < prev    next >
Encoding:
Text File  |  1993-08-27  |  23.4 KB  |  614 lines

  1. Newsgroups: comp.lang.postscript,comp.answers,news.answers
  2. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!spool.mu.edu!uwm.edu!cs.utexas.edu!uunet!brunix!doorknob!jgm
  3. From: jgm@cs.brown.edu (Jonathan Monsarrat)
  4. Subject: PostScript monthly FAQ v2.1 05-21-93 [11 of 11]
  5. Message-ID: <JGM.93Aug26103043@vegas.cs.brown.edu>
  6. Followup-To: poster
  7. Summary: Useful facts about the PostScript graphics programming language
  8. Sender: news@cs.brown.edu
  9. Supersedes: <JGM.93Apr16124448@vegas.cs.brown.edu>
  10. Reply-To: jgm@cs.brown.edu (PostScript FAQ comments address)
  11. Organization: Brown University Department of Computer Science
  12. Date: Thu, 26 Aug 1993 15:30:43 GMT
  13. Approved: news-answers-request@MIT.Edu
  14. Expires: Mon, 27 Sep 1993 00:00:00 GMT
  15. Lines: 596
  16. Xref: senator-bedfellow.mit.edu comp.lang.postscript:20193 comp.answers:1748 news.answers:11813
  17.  
  18. Archive-name: postscript/faq/part11
  19. Last-modified: 1993/05/21
  20. Version: 2.1
  21.  
  22.                               -- PostScript -- 
  23.  
  24.                             Answers to Questions 
  25.  
  26.                     (the comp.lang.postscript FAQ v2.1) 
  27.  
  28.                                Jon Monsarrat 
  29.  
  30.                               jgm@cs.brown.edu 
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.                      This FAQ is formatted as a digest. 
  38.  
  39.                 Most news readers can skip from one question 
  40.  
  41.                      to the next by pressing control-G. 
  42.  
  43.  
  44.     Changes since the last version are marked with a '|' in the table 
  45.     of contents and in the sections in the text-only format of the FAQ. 
  46.  
  47.     Please help fix the FAQ! All comments should be mailed to 
  48.     jgm@cs.brown.edu. My favorite way to receive a change suggestion is 
  49.     when it is accompanied by a section of the FAQ that is edited and 
  50.     mailed to me verbatim as an example. If you would like to 
  51.     contribute, please read the section ``about the FAQ'' first. Thank 
  52.     you! 
  53.  
  54.     Books and programs are referred to by name only. See the book
  55.     sections for book information, and the comp.sources.postscript FAQ
  56.     for a full list of all PostScript related programs. I have
  57.     archived a number of the small utilities in
  58.     wilma.cs.brown.edu:pub/postscript.  You can get the
  59.     comp.sources.postscript FAQ from
  60.     wilma.cs.brown.edu:pub/comp.sources.postscript.
  61.  
  62. Subject: 11 About PostScript 2 
  63.  
  64.  
  65. Subject: 11.1 What printers support Level 2 PostScript? 
  66.  
  67.  
  68.  
  69.     * Apple LaserWriter IIf 
  70.  
  71.  
  72.     * Apple LaserWriter IIg 
  73.  
  74.  
  75.     * Apple LaserWriter Pro 600 (with ram upgrade to get 600 DPI) 
  76.  
  77.  
  78.     * Apple LaserWriter Pro 630 (True 600 DPI) 
  79.  
  80.  
  81.     * Apple Personal LaserWriter NTR 
  82.  
  83.       Apple sells an upgrade to the IINTX to turn it into a IIf/IIG for 
  84.       instance. 
  85.  
  86.  
  87.     * Compaq PAGEMARQ 20 
  88.  
  89.  
  90.     * Compaq PAGEMARQ 15 
  91.  
  92.  
  93.     * Data Products LZR 960 
  94.  
  95.  
  96.     * Data Products LZR 1560 
  97.  
  98.  
  99.     * Hewlett-Packard PostScript CartridgePlus, which works with the HP 
  100.       Laserjet III, IIID, and IIIP. 
  101.  
  102.  
  103.     * Hewlett-Packard LaserJet 4M 
  104.  
  105.  
  106.     * NEC SilentWriter 95 
  107.  
  108.  
  109.     * QMS 1725 Print System 
  110.  
  111.  
  112.     * QMS 860 ``Hammerhead'' 
  113.  
  114.  
  115.     * QMS ColorScript 210 and 230 
  116.  
  117.  
  118.     * Tektronix Phaser III PXi 
  119.  
  120.  
  121.     * Tektronix Phaser II (all models) 
  122.  
  123.  
  124.     * Tektronix Phase 200e 
  125.  
  126.  
  127.     * Texas Instruments microLaser Turbo 
  128.  
  129.  
  130.     * Texas Instruments microLaser XL Turbo 
  131.  
  132.     This rest of file contains a description of PostScript 2 written by 
  133.     Carl Orthlieb from Adobe. The text has not been changed, but some 
  134.     paragraphs have been deleted for brevity. Comments by me are in 
  135.     square brackets, and these were not written by Adobe. 
  136.  
  137.  
  138. Subject: 11.2 What is PostScript Level 2? 
  139.  
  140.     Since its introduction in 1985, the PostScript language has been 
  141.     considerably extended for greater programming power, efficiency, 
  142.     and flexibility. 
  143.  
  144.     Typically, these language extensions have been designed to adapt 
  145.     the PostScript language to new imaging technologies or system 
  146.     environments. While these extensions have introduced new 
  147.     functionality and flexibility to the language, the basic imaging 
  148.     model remains unchanged. 
  149.  
  150.     PostScript Level 2 integrates the original PostScript language, all 
  151.     previous language extensions, and new language features into the 
  152.     core PostScript language imaging model. 
  153.  
  154.  
  155. Subject: 11.3 [ Color Extensions ] 
  156.  
  157.     The color extensions were added to the language in 1988 to provide 
  158.     more complete color functionality. With the original PostScript 
  159.     language, color could be specified using the red-green-blue (RGB) 
  160.     and hue-saturation-brightness (HSB) color models. 
  161.  
  162.     The color extensions include cyan-magenta-yellow-black (CMYK) color 
  163.     model, black generation and undercolor removal functions, screen 
  164.     and transfer functions for four separate color components, and a 
  165.     colorimage operator for rendering color sampled images. The color 
  166.     extensions are currently found in PostScript color printers from 
  167.     Canon, QMS, Oce, and NEC as well as all implementations of the 
  168.     Display PostScript system. 
  169.  
  170.  
  171. Subject: 11.4 [ Composite Font Extensions ] 
  172.  
  173.     The composite font technology is a general solution that extends 
  174.     the basic PostScript language font mechanism to enable the encoding 
  175.     of very large character sets and handle non-horizontal writing 
  176.     modes. 
  177.  
  178.     A Type 1 PostScript font has room for encoding only 256 distinct 
  179.     characters. A typical Japanese font has over 7,000 Kanji, katakana 
  180.     and hiragana characters. The composite font technology allows you 
  181.     to create one ``composite'' font that is made up from any number of 
  182.     ``base'' fonts. In addition, the composite font technology allows 
  183.     you to include two sets of metrics (character spacing details) in 
  184.     the font: one for a horizontal-writing mode, and one for a 
  185.     vertical-writing mode. 
  186.  
  187.  
  188. Subject: 11.5 [ Display PostScript Extensions ] 
  189.  
  190.     The Display PostScript extensions address the needs of using the 
  191.     PostScript language imaging model in a display environment. It 
  192.     includes extensions to deal specifically with displays and 
  193.     windowing systems as well as many optimized operators to increase 
  194.     performance which is critical in an interactive display environment 
  195.     [ (and printers) ] . 
  196.  
  197.  
  198. Subject: 11.6 [ Overview of Level 2 Features ] 
  199.  
  200.  
  201. Subject: 11.7 Filters 
  202.  
  203.  
  204.  
  205.     * A filter transforms data as it is being read from or written to a 
  206.       file. The language supports filters for ASCII encoding of binary 
  207.       data, compression and decompression, and embedded subfiles. 
  208.       Properly used, these filters reduce the storage and transmission 
  209.       cost of page descriptions, especially ones containing sampled 
  210.       images. Benefits: Reduced storage requirements, greater 
  211.       performance. 
  212.  
  213.  
  214.     * ASCII encoding of binary data: ASCII/85 (represent binary data in 
  215.       ASCII format with only a 125 % expansion of data), and ASCII/HEX 
  216.       (current method of representing binary data in ASCII format but 
  217.       with a 200 % expansion of data). Benefits: Compact representation 
  218.       of binary data in a portable ASCII representation. 
  219.  
  220.  
  221.     * Compression and decompression filters: CCITT Group 3 & 4 
  222.       (monochrome images), run-length encoding (monochrome and 
  223.       grayscale images), LZW ( 2:1 compression of text files), DCT 
  224.       (20-200:1 compression of color images using the proposed JPEG 
  225.       standard). Benefits: Improved performance due to reduced 
  226.       transmission times. PostScript files on disk can also be made 
  227.       much smaller, saving disk space. 
  228.  
  229.  
  230. Subject: 11.8 Binary Encoding 
  231.  
  232.     In addition to the standard ASCII encoding, the language syntax 
  233.     includes two binary-encoded representations. These binary encodings 
  234.     improve efficiency of generation, representation, and 
  235.     interpretation. However, they are less portable than the ASCII 
  236.     encoding and are suitable for use only in controlled environments. 
  237.     Benefits: performance, compactness. 
  238.  
  239.  
  240. Subject: 11.9 Optimized graphics operators 
  241.  
  242.  
  243.  
  244.     * Rectangle operators. New operators for filling, clipping and 
  245.       stroking rectangles; all highly optimized. For example, rectfill 
  246.       is 3 times faster than an equivalent moveto, lineto, lineto, 
  247.       lineto, closepath, fill. Benefits: performance and convenience. 
  248.  
  249.  
  250.     * Graphics state objects provide a fast way to switch between 
  251.       graphics states, which define the current line weight, color, 
  252.       font, etc. In existing printers, graphics states are stored on a 
  253.       stack, so accessing an arbitrary graphics state is somewhat 
  254.       cumbersome. With graphics state objects, the graphics state can 
  255.       be associated with a name, and retrieved by simply requesting the 
  256.       name. Benefits: Performance, convenience. 
  257.  
  258.  
  259.     * Halftone specification. New halftone dictionaries provide a more 
  260.       precise way of specifying the halftone dots, and makes switching 
  261.       between halftone screens faster. (The spot function is not 
  262.       reinterpreted.) Benefits: Performance, convenience, enhanced 
  263.       functionality. 
  264.  
  265.  
  266.     * User paths are self-contained procedures that consists entirely 
  267.       of path construction operators and their coordinate operands. 
  268.       User path operators perform path construction and painting as a 
  269.       single operation; this is both convenient and efficient. There is 
  270.       a user path cache to optimize interpretation of user paths that 
  271.       are invoked repeatedly. Benefits: Performance, convenience. 
  272.  
  273.  
  274.     * Stroke adjustment. For very thin lines, there is a trade-off 
  275.       between perfect positioning and consistent line width. Depending 
  276.       on the placement of such a line, it could end up being rendered 
  277.       as either 1 or 2 pixels wide, which is a noticeable difference. 
  278.       To account for this, PostScript language programs often include 
  279.       logic to slightly alter the coordinates of lines for consistent 
  280.       rendering. With automatic stroke adjustment the interpreter 
  281.       performs this adjustment to ensure consistent widths. Doing it in 
  282.       the interpreter rather than in the PostScript language program is 
  283.       20 - 30 % faster. Benefits: Performance, convenience, improved 
  284.       quality. 
  285.  
  286.  
  287. Subject: 11.10 Optimized text operators 
  288.  
  289.  
  290.  
  291.     * The xyshow operator provides a more natural way for applications 
  292.       to deal with individual character positioning. Allows 
  293.       simultaneous track kerning, pair kerning, and justification. 
  294.       Benefits: Performance, convenience. 
  295.  
  296.  
  297.     * The selectfont operator optimizes switching between fonts. It 
  298.       does the work of 3 Level 1 operators: findfont, scalefont, and 
  299.       setfont and has been optimized by using a caching mechanism. 
  300.       Benefits: Performance, convenience. 
  301.  
  302.  
  303. Subject: 11.11 Forms 
  304.  
  305.  
  306.  
  307.     * A form is a self-contained description of any arbitrary graphics, 
  308.       text, and sampled images that are to be painted multiple times on 
  309.       each of several pages or several times at different locations on 
  310.       a single page. 
  311.  
  312.  
  313.     * With the new forms feature, you can define a base form whose 
  314.       representation stays cached between pages, so only information 
  315.       that changes between forms will need to be interpreted for each 
  316.       page. The representation used to cache the form may vary from 
  317.       device to device depending on the available resources, such as 
  318.       memory and/or hard disk space. In some cases, the actual 
  319.       rasterized form will be saved, in other cases, an intermediate 
  320.       representation (such as a display list) may be saved. Benefits: 
  321.       End-users will benefit by improved performance. 
  322.  
  323.  
  324.     * This makes forms processing faster and provide a natural 
  325.       framework for ISVs implementing a forms functionality in their 
  326.       application. Benefits: Convenience for ISVs. 
  327.  
  328.  
  329.     * Besides the traditional concept of ``forms,'' some other examples 
  330.       of forms include: Letterhead, stationary, overhead presentation 
  331.       backgrounds, repetitive symbols in a CAD drawing such as screws 
  332.       (mechanical drawing) or windows (architectural drawing), complex 
  333.       background blends in 35mm slides. Benefits: Enhanced 
  334.       functionality and application of PostScript printers in a variety 
  335.       of different environments. 
  336.  
  337.  
  338. Subject: 11.12 Patterns 
  339.  
  340.  
  341.  
  342.     * The new pattern color space provides the ability to establish a 
  343.       pattern as the current color. Subsequent use of operators such as 
  344.       fill, stroke, and show apply ``paint'' that is produced by 
  345.       replicating (or tiling) a small graphical figure called a pattern 
  346.       cell at fixed intervals in x and y to cover the areas to be 
  347.       painted. The appearance of a pattern cell is defined by a 
  348.       PostScript language procedure, which can include any arbitrary 
  349.       graphics, text, and sampled images. The shape of the pattern cell 
  350.       need not be rectangular, and the spacing of tiles can differ from 
  351.       the size of the pattern cell. Benefits: Enhanced functionality, 
  352.       performance, convenience. 
  353.  
  354.  
  355.     * For efficiency, the representation of the pattern cell may be 
  356.       cached. When cached, the execution of the procedure that defines 
  357.       the pattern need be done only once for the current pattern. The 
  358.       pattern cache is similar to the font cache. Benefits: 
  359.       Performance. 
  360.  
  361.  
  362.     * Multiple colors can be specified in the pattern or the pattern 
  363.       can be used as a mask to paint a color defined in some other 
  364.       color space. Benefits: Enhanced functionality 
  365.  
  366.  
  367.     * For display environments, this feature will allow patterns to be 
  368.       represented in a resolution independent manner. Until now, 
  369.       patterns have typically been represented by arrangements of 
  370.       pixels. This resolution-dependent representation does not work 
  371.       well when trying to image the pattern at a variety of different 
  372.       resolutions. 
  373.  
  374.  
  375. Subject: 11.13 Images 
  376.  
  377.     There are several enhancements to the facilities for painting 
  378.     sampled images: use of any color space, 12-bit component values, 
  379.     direct use of files as data sources, and additional decoding and 
  380.     rendering options. Benefits: Convenience, performance, quality. 
  381.  
  382.  
  383. Subject: 11.14 Composite Fonts 
  384.  
  385.  
  386.  
  387.     * Provides the basic machinery for non-Roman character sets. 
  388.       Enables the encoding of very large character sets and 
  389.       non-horizontal writing modes. Benefits: Enhanced functionality. 
  390.  
  391.  
  392.     * Provides a page description language for international business. 
  393.       Composite font technology makes printers more international. The 
  394.       same font technology can be used worldwide, and will provide 
  395.       support for companies that must work in today's international 
  396.       business environment. Benefits: Enhanced functionality. 
  397.  
  398.  
  399.     * Advantages not limited to foreign languages - also useful for 
  400.       strictly Roman printers: allows the creation of a single 
  401.       composite font that combines two or more fonts. For example, you 
  402.       may wish to combine a textual font (such as Times-Roman) with a 
  403.       graphical font (such as Zapf-Dingbats), and have all characters 
  404.       at their disposal within a single font. Other uses of composite 
  405.       fonts: IBM extended character set, and expert sets (such as Adobe 
  406.       Garamond). Benefits: Enhanced functionality and increased 
  407.       performance by minimizing switching between fonts. 
  408.  
  409.  
  410. Subject: 11.15 New Color Spaces 
  411.  
  412.  
  413.  
  414.     * CMYK color model and support for color images. Enhanced 
  415.       functionality. This will encourage more ISVs to use the color 
  416.       operators, because the operators will be widely available (The 
  417.       printer itself may not be able to print in color, but the 
  418.       PostScript language program won't generate errors when the 
  419.       operators for CMYK color are used.) 
  420.  
  421.  
  422.     * PostScript Level 2 supports several device-independent color 
  423.       spaces based on the CIE 1931 (XYZ)-space. CIE-based color 
  424.       specification enables a page description to specify color in a 
  425.       way that is related to human visual perception. The goal of the 
  426.       CIE standard is that a given CIE-based color specification should 
  427.       produce consistent results on different color output devices, 
  428.       independent of variations in marking technology, ink colorants, 
  429.       or screen phosphors. True device-independent color specification. 
  430.       Improved color matching between devices. 
  431.  
  432.  
  433.     * PostScript Level 2 supports three classes of color spaces: device 
  434.       independent, special, and device dependent. 
  435.  
  436.     The following device independent color spaces are standard: 
  437.  
  438.     The CIEBasedABC color space is defined in terms of a two-stage, 
  439.     non- linear transformation of the CIE 1931 (XYZ)-space. The 
  440.     formulation of the CIEBasedABC color space models a simple zone 
  441.     theory of color vision, consisting of a non-linear trichromatic 
  442.     first stage combined with a non-linear opponent color second stage. 
  443.     This formulation allows colors to be digitized with minimum loss of 
  444.     fidelity; this is important in sample images. 
  445.  
  446.     Special cases of CIEBasedABC include a variety of interesting and 
  447.     useful color spaces, such as the CIE 1931 (XYZ)-space, a class of 
  448.     calibrated RGB spaces, a class of opponent color spaces such as the 
  449.     CIE 1976 (L*a*b*)-space and the NTSC, SECAM, and PAL television 
  450.     spaces. 
  451.  
  452.     The CIEBased A color space is a one-dimensional and usually 
  453.     achromatic analog of CIEBasedABC. 
  454.  
  455.     The following special color spaces are standard: 
  456.  
  457.  
  458.  
  459.     * The Pattern color space enables painting with a ``color'' defined 
  460.       as a pattern, a graphical figure used repeatedly to cover the 
  461.       areas that are to be painted. See the discussion of patterns for 
  462.       more information. 
  463.  
  464.  
  465.     * The Indexed color space provides a way to map from small integers 
  466.       to arbitrary colors in a different color space such as a device 
  467.       independent color space. 
  468.  
  469.  
  470.     * The Separation color space provides control over either the 
  471.       production of a color separation or the application of a device 
  472.       colorant, depending on the nature and configuration of the 
  473.       device. 
  474.  
  475.     The following device dependent color spaces are standard: 
  476.  
  477.  
  478.  
  479.     * The DeviceGray color space is equivalent to the existing 
  480.       PostScript language's gray color model. 
  481.  
  482.  
  483.     * The DeviceRGB color space is equivalent to the existing 
  484.       PostScript language's red-green-blue (RGB) color model. 
  485.  
  486.  
  487.     * The DeviceCMYK color space is equivalent to the existing 
  488.       PostScript language's cyan-magenta-yellow-black (CMYK) color 
  489.       model. 
  490.  
  491.  
  492. Subject: 11.16 New screening/halftoning technology 
  493.  
  494.  
  495.  
  496.     * Improved algorithms for determining the angles and frequencies 
  497.       used for halftone screens. The improvements fall into two primary 
  498.       categories: general improvements, and improvements specific to 
  499.       color separations. 
  500.  
  501.  
  502.     * General improvements: (1) The new algorithms yield a 10 % 
  503.       improvement in the speed of the setscreen and image operators; 
  504.       (2) Earlier version of PostScript software could produce halftone 
  505.       screens only for certain angle and frequency combinations. Enough 
  506.       of these combinations were available so that any requested screen 
  507.       could be fairly well approximated by one of the available angle 
  508.       and frequency combinations. In contrast, the improved halftoning 
  509.       algorithms can provide as much as a ten-fold increase in the 
  510.       number of angle-frequency combinations that are available, 
  511.       depending on the device resolution and the available memory. 
  512.       Benefits: Increased performance and higher quality halftone 
  513.       screens. 
  514.  
  515.  
  516.     * Improvements specific to color separations: An additional feature 
  517.       is available that enables PostScript software to generate 
  518.       extremely accurate screen angles and frequencies. The screens 
  519.       produced by this method can achieve an angular accuracy of within 
  520.       05 degrees or better, depending on such parameters as exact 
  521.       screen angle requested, device resolution, and memory available 
  522.       for use by the algorithm. Benefits: Extremely high-quality color 
  523.       separations that approach the quality that previously was 
  524.       available only from high-end, color electronic pre-press systems. 
  525.  
  526.  
  527. Subject: 11.17 Improved printer support features 
  528.  
  529.  
  530.  
  531.     * Page device setup provides a device independent framework for 
  532.       specifying the requirements of a page description and for 
  533.       controlling both standard features, such as the number of copies, 
  534.       and optional features, such as duplex printing, paper trays, 
  535.       paper sizes, and other peripheral features. 
  536.  
  537.  
  538.     * Applications developers will be able to write a single driver for 
  539.       a variety of different PostScript printers. The same code can be 
  540.       used to address printer specific features whether the features 
  541.       exist in the printer or not. If the feature is not in the 
  542.       printer, the application can decide how to best respond to the 
  543.       lack of the feature. Benefits: Enhanced functionality. ISVs 
  544.       benefit by having a more uniform method for accessing printer 
  545.       specific features. End users benefit by having software that will 
  546.       take advantage of their printer's features. 
  547.  
  548.  
  549. Subject: 11.18 Interpreter parameters 
  550.  
  551.     Administrative operations, such as system configuration and 
  552.     changing input-output device parameters, are now organized in a 
  553.     more systematic way. Allocation of memory and other resources for 
  554.     specific purposes is under software control. For example, there are 
  555.     parameters controlling the maximum amount of memory to be used for 
  556.     VM, font cache, pattern cache, and halftone screens. Benefits: 
  557.     Flexibility. 
  558.  
  559.  
  560. Subject: 11.19 Resources 
  561.  
  562.  
  563.  
  564.     * A resource is a collection of named objects that either reside in 
  565.       VM or can be located and brought into VM on demand. There are 
  566.       separate categories of resources with independent name spaces - 
  567.       for example, fonts and forms are distinct resource categories. 
  568.  
  569.  
  570.     * The language includes convenient facilities for locating and 
  571.       managing resources. 
  572.  
  573.  
  574. Subject: 11.20 Dictionaries 
  575.  
  576.     Many Level 2 operators expect a dictionary operand that contains 
  577.     key-value pairs specifying parameters to the operator. Language 
  578.     features controlled in this way include halftones, images, forms, 
  579.     patterns, and device setup. This organization allows for optional 
  580.     parameters and future extensibility. For convenience in using such 
  581.     operators, the PostScript language syntax includes new tokens, 
  582.   
  583.   
  584.    << and >>,
  585.   
  586.   
  587.     to construct a dictionary containing the bracketed key-value pairs. 
  588.     Benefits: Convenience, extensibility. 
  589.  
  590.  
  591. Subject: 11.21 When did Level 2 products come available? 
  592.  
  593.     The first Level 2 products were available in early 1991. Level 2 
  594.     printers will soon be much more common. 
  595.  
  596.  
  597. Subject: 11.22 Are Level 1 and Level 2 implementations compatible? 
  598.  
  599.     [ Mostly, but not fully. The incompatibilities are of sufficient 
  600.     magnitude that when QMS introduced its first Level 2 compatible 
  601.     printer, it provided a ``Level 1'' mode for backward compatibility, 
  602.     for handling jobs which wouldn't run in Level 2. This should not be 
  603.     taken as too much of a criticism...some of the incom- patibilities 
  604.     from Level 1 to Level 2 involved fixing design mistakes in Level 1, 
  605.     or tightening up definitions which had been loose in Level 1 (where 
  606.     careless application writers had made use of the looseness, writing 
  607.     not to the language specification but to particular 
  608.     implementations.) ] 
  609.  
  610.     (C) 1990 Adobe Systems Incorporated. All rights reserved. 
  611.     PostScript, Display PostScript, and Adobe are trademarks of Adobe 
  612.     Systems Incorporated registered in the U.S. All other product names 
  613.     are trademarks or registered trademarks of their respective 
  614.