summaryrefslogtreecommitdiff
path: root/filter/raster-driver.header
diff options
context:
space:
mode:
Diffstat (limited to 'filter/raster-driver.header')
-rw-r--r--filter/raster-driver.header15
1 files changed, 15 insertions, 0 deletions
diff --git a/filter/raster-driver.header b/filter/raster-driver.header
new file mode 100644
index 000000000..a90c2e328
--- /dev/null
+++ b/filter/raster-driver.header
@@ -0,0 +1,15 @@
+<p>This document describes how to develop printer drivers for raster printers. Topics include: <a href='#BASICS'>printer driver basics</a>, <a href='#CREATE'>creating new PPD files</a>, <a href='#FILTERS'>using filters</a>, <a href='#COLOR'>implementing color management</a>, <a href='#MACOSX'>adding Mac OS X features</a>, and <a href='#DEPLOY'>deploying your driver</a>.</p>
+
+<div class='summary'><table summary='General Information'>
+<tbody>
+<tr>
+ <th>See Also</th>
+ <td>Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
+ Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
+ Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
+ Programming: <a href='api-raster.html'>Raster API</a><br>
+ References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
+ Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
+</tr>
+</tbody>
+</table></div>