Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
PostScript
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Use in printing == === Before PostScript === Prior to the introduction of [[Interpress]] and PostScript, printers were designed to print character output given the text—typically in [[ASCII]]—as input.{{citation needed|date=January 2023}} There were a number of technologies for this task, but most shared the property that the [[glyph]]s were physically difficult to change, as they were stamped onto [[typewriter]] keys, bands of metal, or optical plates. This changed to some degree with the increasing popularity of [[dot matrix printer]]s. The characters on these systems were drawn as a series of dots, as defined by a [[typeface|font]] table inside the printer. As they grew in sophistication, dot matrix printers started including several built-in fonts from which the user could select, and some models allowed users to upload their own custom glyphs into the printer. Dot matrix printers also introduced the ability to print [[raster graphics]].<ref>{{Cite web |title=Dot-Matrix Graphics |url=https://www.ibm.com/docs/en/zos/2.4.0?topic=capabilities-dot-matrix-graphics |access-date=2025-03-04 |website=www.ibm.com |language=en-us}}</ref> The graphics were interpreted by the computer and sent as a series of dots to the printer using a series of [[escape sequence]]s. These [[printer control language]]s varied from printer to printer, requiring program authors to create numerous [[device driver|drivers]]. [[Vector graphics]] printing was left to special-purpose devices, called [[plotter]]s. Almost all plotters shared a common command language, [[HPGL]], but were of limited use for anything other than printing graphics. In addition, they tended to be expensive and slow, and thus rare. === PostScript printing === Laser printers combine the best features of both printers and plotters. Like plotters, laser printers offer high-quality line art, and like dot-matrix printers, they are able to generate pages of text and raster graphics. Unlike either printers or plotters, a laser printer makes it possible to position high-quality graphics and text on the same page. PostScript made it possible to fully exploit these characteristics by offering a single control language that could be used on any brand of printer. PostScript went beyond the typical printer control language and was a complete programming language of its own. Many applications can transform a document into a PostScript program, the execution of which results in the original document. This program can be sent to an [[interpreter (computing)|interpreter]] in a printer, which results in a printed document, or to one inside another application, which will display the document on-screen. Since the document-program is the same regardless of its destination, it is called ''device-independent''. PostScript is noteworthy for implementing on-the-fly [[rasterization]] in which everything, even text, is specified in terms of straight lines and cubic [[Bézier curve]]s (previously found only in [[Computer-aided design|CAD]] applications), which allows arbitrary scaling, rotating and other transformations. When the PostScript program is interpreted, the interpreter converts these instructions into the dots needed to form the output. For this reason, PostScript interpreters are occasionally called PostScript [[Raster Image Processor|raster image processor]]s, or RIPs. === Font handling === {{Main|PostScript fonts}} Almost as complex as PostScript itself is its handling of [[typeface|fonts]]. The font system uses the PS graphics primitives to draw glyphs as curves, which can then be rendered at any [[Image resolution|resolution]]. A number of [[typographic]] issues had to be considered with this approach. One issue is that fonts do not scale linearly at small sizes and features of the glyphs will become proportionally too large or small and start to look displeasing. PostScript avoided this problem with the inclusion of [[font hinting]], in which additional information is provided in horizontal or vertical bands to help identify the features in each letter that are important for the rasterizer to maintain. The result was significantly better-looking fonts even at low resolution. It had formerly been believed that hand-tuned bitmap fonts were required for this task. At the time, the technology for including these hints in fonts was carefully guarded, and the hinted fonts were compressed and encrypted into what Adobe called a ''[[Type 1 Font]]'' (also known as ''PostScript Type 1 Font'', ''PS1'', ''T1'' or ''Adobe Type 1''). Type 1 was effectively a simplification of the PS system to store outline information only, as opposed to being a complete language (PDF is similar in this regard). Adobe would then sell licenses to the Type 1 technology to those wanting to add hints to their own fonts. Those who did not license the technology were left with the ''[[Type 3 Font]]'' (also known as ''PostScript Type 3 Font'', ''PS3'' or ''T3''). Type 3 fonts allowed for all the sophistication of the PostScript language, but without the standardized approach to hinting. The [[Type 2 font]] format was designed to be used with [[Compact Font Format]] (CFF) charstrings, and was implemented to reduce the overall font file size. The [[CFF/Type 2 font|CFF/Type2]] format later became the basis for handling PostScript outlines in [[OpenType]] fonts. The [[CID-keyed font]] format was also designed, to solve the problems in the [[OCF/Type 0 font]]s, for addressing the complex Asian-language ([[CJK]]) encoding and very large character set issues. The CID-keyed font format can be used with the Type 1 font format for standard CID-keyed fonts, or Type 2 for CID-keyed OpenType fonts. To compete with Adobe's system, Apple designed their own system, [[TrueType]], around 1991. Immediately following the announcement of TrueType, Adobe published the specification for the Type 1 font format. Retail tools such as Altsys [[Fontographer]] (acquired by [[Macromedia]] in January 1995, owned by [[FontLab]] since May 2005) added the ability to create Type 1 fonts. Since then, many free Type 1 fonts have been released; for instance, the fonts used with the [[TeX]] typesetting system are available in this format. In the early 1990s, there were several other systems for storing outline-based fonts, developed by [[Bitstream Inc.|Bitstream]] and [[Metafont]] for instance, but none included a general-purpose printing solution and they were therefore not widely used. In the late 1990s, Adobe joined Microsoft in developing [[OpenType]], essentially a functional superset of the Type 1 and TrueType formats. When printed to a PostScript output device, the unneeded parts of the OpenType font are omitted, and what is sent to the device by the driver is the same as it would be for a TrueType or Type 1 font, depending on which kind of outlines were present in the OpenType font. Adobe supported Type 1 fonts in its products until January 2023, when it fully removed support in favor of OpenType fonts.<ref>{{cite web |title=PostScript Type 1 fonts end of support |url=https://helpx.adobe.com/uk/fonts/kb/postscript-type-1-fonts-end-of-support.html |website=Adobe |access-date=2 March 2024}}</ref> === Other implementations === In the 1980s, Adobe drew most of its revenue from the licensing fees for their implementation of PostScript for printers, known as a [[raster image processor]] or ''RIP''. As a number of new [[RISC]]-based platforms became available in the mid-1980s, some found Adobe's support of the new machines to be lacking. This and issues of cost led to third-party implementations of PostScript becoming common, particularly in low-cost printers (where the licensing fee was the sticking point) or in high-end typesetting equipment (where the quest for speed demanded support for new platforms faster than Adobe could provide). At one point, Microsoft licensed to Apple a PostScript-compatible interpreter it had bought called [[TrueImage]], and Apple licensed to Microsoft its new font format, [[TrueType]]. Apple ended up reaching an accord with Adobe and licensed genuine PostScript for its printers, but TrueType became the standard [[outline font]] technology for both Windows and the Macintosh. Today, third-party PostScript-compatible interpreters are widely used in printers and multifunction peripherals (MFPs). For example, [[CSR plc]]'s IPS PS3<ref>{{Citation |title=IPS PS3 |url=http://www.csr.com/products/120/ips-ps3 |archive-url=https://archive.today/20120724005159/http://www.csr.com/products/120/ips-ps3 |archive-date=2012-07-24 |url-status=dead |publisher=CSR}}</ref> interpreter, formerly known as PhoenixPage, is standard in many printers and MFPs, including those developed by [[Hewlett-Packard]] and sold under the [[LaserJet]] and Color LaserJet lines. Other third-party PostScript solutions used by print and MFP manufacturers include Jaws<ref>{{Citation |title=Jaws |url=http://www.globalgraphics.com/products/jaws-postscript-interpreter/ |access-date=2012-06-13 |archive-url=https://archive.today/20130124020524/http://www.globalgraphics.com/products/jaws-pdf-and-postscript-rip-sdk/ |archive-date=2013-01-24 |url-status=dead |publisher=Global graphics}}</ref> and the Harlequin RIP, both by [[Global Graphics]]. A [[free software]] version, with several other applications, is [[Ghostscript]]. Several compatible interpreters are listed on the Undocumented Printing Wiki.<ref>{{Citation |title=Formats |url=http://www.undocprint.org/formats/page_description_languages/postscript |access-date=2009-12-15 |archive-url=https://web.archive.org/web/20171105214328/http://www.undocprint.org/formats/page_description_languages/postscript |archive-date=2017-11-05 |url-status=dead |contribution=Page description languages: Postscript |publisher=Undocumented Printing |format=wiki}}</ref> Some basic, inexpensive laser printers do not support PostScript, instead coming with drivers that simply rasterize the platform's native graphics formats rather than converting them to PostScript first. When PostScript support is needed for such a printer, Ghostscript can be used. There are also a number of commercial PostScript interpreters, such as [[TeleType Co.]]'s ''T-Script'' or [[Brother Industries|Brother]]'s ''BR-Script3''.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)