|
ImageGlue is PostScript compatible which means that it can be used
to render PostScript and related file formats such as EPSF (Encapsulated
PostScript) and PDF (Portable Document Format). You must install
Ghostscript (available from the WebSupergoo
download page) to enable PostScript rendering.
PostScript related formats are unusual in that they contain a set
of drawing instructions rather than an array of colored pixels.
These drawing instructions are often highly specific describing
actual amounts of ink to be placed by a particular type of printer
onto a particular type of paper. These factors mean that rendering
this type of format for display on a computer monitor may require
that you use Image Manipulation parameters like Res and ColorSpace.
ImageGlue handles raw PostScript which conforms to the PostScript
Language Document Structuring Conventions Specification (see Adobe
Technical Note #5001 for details). This is necessary because PostScript
which does not conform to this standard lacks important information
such as image size and PostScript version identifiers.
|