Display PostScript: Difference between revisions

Content deleted Content added
Fixed reason for halftone origin setting, added more comparisons to NeWS
Corrected spelling of "the lace of" to "the lack of"
Line 9:
*''[[interaction]] support'': a number of procedures were defined to handle interaction, including [[hit detection]]
 
*''halftone phase'': [[halftone]]s needed to be positioned by the program. At the time redrawing an entire scrolling window's contents was considered too expensive and would produce flashing due to the lacelack of [[double buffering]]. But if you moved the display and then drew only the new contents, the halftones would not line up, producing visible lines and boxes in the display of graphics. Modern full-color displays with no halftones have made this idea mostly obsolete.
 
*''[[incremental update]]'': in printing applications the PS code is interpreted until it gets a <code>showpage</code> at which point it is actually printed out. This is not suitable for a display situtuation where you need a large number of minor updates all the time.