diff options
author | Robin Watts <Robin.Watts@artifex.com> | 2011-06-21 18:52:03 +0100 |
---|---|---|
committer | Robin Watts <Robin.Watts@artifex.com> | 2011-06-21 18:53:12 +0100 |
commit | fef629cab877b0bbf4f86777f37038d1f37de838 (patch) | |
tree | ba19cc601c12b403b116b20c9410dd9223ad0147 /gs | |
parent | 368e14c73337b42a24299445a660f029d2c26861 (diff) |
Fix cut/paste tiffscaled typo in docs.
CLUSTER_UNTESTED.
Diffstat (limited to 'gs')
-rw-r--r-- | gs/doc/Devices.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/doc/Devices.htm b/gs/doc/Devices.htm index 5e10ab53a..996507649 100644 --- a/gs/doc/Devices.htm +++ b/gs/doc/Devices.htm @@ -478,7 +478,7 @@ The tiffscaled device renders internally at the specified resolution to an 1bpp output. The compression can be set using -sCompression= as described below. -<a name="tiffscaled8"></a><dt><code>tiffscaled</code> +<a name="tiffscaled8"></a><dt><code>tiffscaled8</code> <dd> The tiffscaled8 device renders internally at the specified resolution to an 8 bit greyscale image. This is then scaled down by an integer scale factor @@ -487,7 +487,7 @@ The tiffscaled8 device renders internally at the specified resolution to an be removed in future versions). The compression can be set using -sCompression= as described below. -<a name="tiffscaled24"></a><dt><code>tiffscaled</code> +<a name="tiffscaled24"></a><dt><code>tiffscaled24</code> <dd> The tiffscaled24 device renders internally at the specified resolution to a 24 bit rgb image. This is then scaled down by an integer scale factor |