Encapsulated PostScript

From GM-RKB
Jump to navigation Jump to search

An Encapsulated PostScript is a Document Structuring Conventions that ...



References

2016

  • (Wikipedia, 2016) ⇒ https://en.wikipedia.org/wiki/Encapsulated_PostScript Retrieved:2016-7-6.
    • Encapsulated PostScript (EPS) is a DSC-conforming PostScript document with additional restrictions which is intended to be usable as a graphics file format. In other words, EPS files are more-or-less self-contained, reasonably predictable PostScript documents that describe an image or drawing and can be placed within another PostScript document. Simply, an EPS file is a PostScript program, saved as a single file that includes a low-resolution preview "encapsulated" inside of it, allowing some programs to display a preview on the screen.

      At minimum, an EPS file contains a BoundingBox DSC comment, describing the rectangle containing the image described by the EPS file. Applications can use this information to lay out the page, even if they are unable to directly render the PostScript inside.

      EPS, together with DSC's Open Structuring Conventions, form the basis of early versions of the Adobe Illustrator Artwork file format.