]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/spec-raster.html
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / doc / help / spec-raster.html
index a0d6b895fee0c8d2b96ff4c80fad498fc233f22b..de5b7b50ea234cc83ffe8b8b3d3959aacbff2fef 100644 (file)
@@ -1,11 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <HTML>
 <!-- SECTION: Specifications -->
 <HEAD>
        <TITLE>CUPS Raster Format</TITLE>
-       <LINK REL="STYLESHEET" TYPE="test/css" HREF="../cups.css">
+       <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css">
 </HEAD>
 <BODY>
 
+<H1 CLASS="title">CUPS Raster Format</H1>
+
 <P>CUPS raster files are device-dependent raster image files that
 contain a PostScript page device dictionary and device-dependent
 raster imagery for each page in the document. These files are
@@ -14,7 +17,7 @@ RIPs to device-dependent filters that convert the raster data to
 a printable format.</P>
 
 <P>CUPS 1.0 and 1.1 used a version 1 raster format. CUPS 1.2
-introduces version 2 (compressed) and version 3 (uncompressed)
+introduced version 2 (compressed) and version 3 (uncompressed)
 formats that are a superset of the version 1 format. Applications
 using the CUPS Imaging API (the cupsRaster* functions) can read
 all formats without code changes.</P>