Important for all Apple Printing and Graphics Developers:
The information in this Technical Q & A is still relevant up to and including
Mac OS 7.6
with QuickDraw GX 1.1.5. Beginning with the release of Mac OS 8.0,
however, Apple plans to deliver a system which incorporates QuickDraw GX
graphics and typography only. QuickDraw GX printer drivers and GX printing
extensions will not be supported in Mac OS 8.0 or in future Mac OS releases. Apple's
goal is to simplify the user experience of printing by unifying the Macintosh
graphic and printing architectures and standardizing on the classic Printing
Manager.
For details on Apple's official announcement, refer to
</dev/technotes/gxchange.html>
|
Q: What does the gxRasterTargetTranslation option do if it's set in the
'cust' resource for a raster driver? Does it make imaging quicker (by stripping
out Postscript comments from the spool file)? If it's set, does it affect the
ability of a spool file to be moved to another type of printer (e.g.,
PostScript or vector)?
A: You can use the query menu option in Apple DocViewer as a quick guide for these
types of questions. For QuickDraw GX-related issues, it is helpful to open the
QuickDraw GX collection document on recent issues of the Developer CD:
Reference library edition.
The gxRasterTargetTranslation option causes PostScript picture comments to be
discarded. The bitmap proxies sent along with such comments are preserved.
Yes, it does help make imaging quicker by stripping out PostScript comments
from the spool file.
If the gxRasterTargetTranslation flag is set, the output is only "good" for
raster printers. Bear in mind that this flag is effectively an option for the
translator, so you may be able to print properly on a PostScript device, but if
the app that generated the data puts in PicComments to improve imaging, and
this flag is set, the output may not be as-expected. Use this option only if
you are certain that the output is going to a raster device.
|