]> git.ipfire.org Git - thirdparty/cups.git/blame - filter/raster-driver.header
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / filter / raster-driver.header
CommitLineData
10d09e33 1<!--
10d09e33
MS
2 Raster printer driver documentation for CUPS.
3
f3c17241 4 Copyright 2007-2012 by Apple Inc.
10d09e33
MS
5 Copyright 1997-2007 by Easy Software Products.
6
7 These coded instructions, statements, and computer programs are the
8 property of Apple Inc. and are protected by Federal copyright
9 law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 which should have been included with this file. If this file is
11 file is missing or damaged, see the license at "http://www.cups.org/".
12-->
13
178cb736
MS
14<h1 class='title'>Developing Raster Printer Drivers</h1>
15
f3c17241 16<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 OS X features</a>.</p>
8b450588
MS
17
18<div class='summary'><table summary='General Information'>
19<tbody>
20<tr>
21 <th>See Also</th>
22 <td>Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
23 Programming: <a href='api-filter.html'>Filter and Backend Programming</a><br>
24 Programming: <a href='ppd-compiler.html'>Introduction to the PPD Compiler</a><br>
25 Programming: <a href='api-raster.html'>Raster API</a><br>
26 References: <a href='ref-ppdcfile.html'>PPD Compiler Driver Information File Reference</a><br>
27 Specifications: <a href='spec-ppd.html'>CUPS PPD Extensions</a></td>
28</tr>
29</tbody>
30</table></div>