| Display Postscript |
Article Index for Display |
Shopping PostScript |
Website Links For Display |
Information AboutDisplay Postscript |
| CATEGORIES ABOUT DISPLAY POSTSCRIPT | |
| next | |
| postscript | |
|
NeXT Computer Inc. designed DPS as a display system for their series of Unix -based personal computers starting around 1987 . While early versions of Postscript display systems were developed at Adobe, the full implementation of Display PostScript was developed by NeXT in cooperation with Adobe Systems , and made an official Adobe product with its own standards documents and licensing requirements. As the name implies, DPS uses the PostScript (PS) imaging model and language to generate on-screen graphics. In order to support interactive, on-screen use with reasonable performance, a few changes were needed:
DPS did not, however, add a windowing system. That was left to the implementation to provide, and DPS was meant to be used in conjunction with an existing windowing engine. This was often the X Window System , and in this form Display PostScript was later adopted by companies such as IBM and SGI for their workstations. Often the code needed to get from an X window to a DPS context was much more complicated than the entire rest of the DPS interface. This greatly limited the popularity of DPS when any alternative was available. The developers of NeXT wrote a completely new windowing engine to take full advantage of NeXT's Object Oriented Operating System . A number of commands were added to DPS to actually create the windows and to react to events, similar to but simpler than NeWS . The single API made programming at higher levels much easier and made NeXT one of the few systems to extensively use DPS. The user-space windowing system library NeXTStep used PostScript to draw items like titlebars and scrollers. This, in turn, made extensive use of pswraps, which were in turn wrapped in objects and presented to the programmer in object form.Apple 's Mac OS X operating system now makes use of a similar imaging model to Display PostScript, but does not have the same level of programmability. The new system, known as Quartz , is based on the PDF model in which the source of the image is not the PostScript code itself, but the result of interpreting that code. It keeps the basic graphics primitives, font handling and measurements, and in many cases looks and feels like DPS. The PDF format also features several enhancements over PostScript, including superior color management, Compression , and font management. It is not entirely clear why this switch happened, but speculation suggests that Adobe was asking for a high licensing fee. Adobe's copyright stipulations regarding their PDF standard are much less restrictive, granting conditional copyright permission to anyone to use the format in software applications, free of charge. SEE ALSO EXTERNAL LINKS REFERENCES
|
|
|