]> git.ipfire.org Git - thirdparty/cups.git/blame - filter/raster-driver.header
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / filter / raster-driver.header
CommitLineData
178cb736
MS
1<h1 class='title'>Developing Raster Printer Drivers</h1>
2
3<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>, and <a href='#MACOSX'>adding Mac OS X features</a>.</p>
8b450588
MS
4
5<div class='summary'><table summary='General Information'>
6<tbody>
7<tr>
8 <th>See Also</th>
9 <td>Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
10 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
11 Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
12 Programming: <a href='api-raster.html'>Raster API</a><br>
13 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
14 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
15</tr>
16</tbody>
17</table></div>