diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2011-02-09 15:26:00 +0000 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2011-02-09 15:26:00 +0000 |
commit | c09333cead22fd1e151ee2060f2c820270bc7737 (patch) | |
tree | 0ded100f7c435cc8eb8036df92d5910074f680d6 | |
parent | 6085f95b71eb7cde02530806f62661158ae6230a (diff) |
Minor documentation revisions for the 9.01 releaseghostscript-9.01
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12132 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r-- | gs/doc/Details9.htm | 7 | ||||
-rw-r--r-- | gs/doc/History9.htm | 7 | ||||
-rw-r--r-- | gs/doc/News.htm | 6 | ||||
-rw-r--r-- | gs/doc/Release.htm | 2 |
4 files changed, 18 insertions, 4 deletions
diff --git a/gs/doc/Details9.htm b/gs/doc/Details9.htm index ef349418b..bb965926f 100644 --- a/gs/doc/Details9.htm +++ b/gs/doc/Details9.htm @@ -78,7 +78,12 @@ Poscript one), <p> tiffscaled device - this renders internally as tiffgray, but then downsamples by an integer scale factor (specified by -dDownScaleFactor=n) -and error diffuses to 1bpp output. +and error diffuses to 1bpp output. The tiffscaled device also implements +limited minimum feature size functionality; by setting -dMinFeatureSize +to 1, 2 or 3, the device output is guaranteed to generate minimum dot +sizes as multiples of the final resolution, useful for devices that +offer finer position control than dot size control. + <p> Add DSC compatible output in ps2write. diff --git a/gs/doc/History9.htm b/gs/doc/History9.htm index b056ee985..cb689fb62 100644 --- a/gs/doc/History9.htm +++ b/gs/doc/History9.htm @@ -74,7 +74,12 @@ Poscript one), <p> tiffscaled device - this renders internally as tiffgray, but then downsamples by an integer scale factor (specified by -dDownScaleFactor=n) -and error diffuses to 1bpp output. +and error diffuses to 1bpp output. The tiffscaled device also implements +limited minimum feature size functionality; by setting -dMinFeatureSize +to 1, 2 or 3, the device output is guaranteed to generate minimum dot +sizes as multiples of the final resolution, useful for devices that +offer finer position control than dot size control. + <p> Add DSC compatible output in ps2write. diff --git a/gs/doc/News.htm b/gs/doc/News.htm index ed71f7be1..1cfcbdd94 100644 --- a/gs/doc/News.htm +++ b/gs/doc/News.htm @@ -67,7 +67,11 @@ Poscript one), <p> tiffscaled device - this renders internally as tiffgray, but then downsamples by an integer scale factor (specified by -dDownScaleFactor=n) -and error diffuses to 1bpp output. +and error diffuses to 1bpp output. The tiffscaled device also implements +limited minimum feature size functionality; by setting -dMinFeatureSize +to 1, 2 or 3, the device output is guaranteed to generate minimum dot +sizes as multiples of the final resolution, useful for devices that +offer finer position control than dot size control. <p> Add DSC compatible output in ps2write. diff --git a/gs/doc/Release.htm b/gs/doc/Release.htm index 5ceba3626..eaa9d6438 100644 --- a/gs/doc/Release.htm +++ b/gs/doc/Release.htm @@ -462,7 +462,7 @@ First, tag the versions of the files in svn with the release version number. <blockquote> -<pre><tt>svn cp svn+ssh://svn.ghostscript.com/svn/ghostscript/branches/ghostscript-#.## \ +<pre><tt>svn cp svn+ssh://svn.ghostscript.com/svn/ghostscript/trunk/gs \ svn+ssh://svn.ghostscript.com/svn/ghostscript/tags/ghostscript-#.##</tt></pre> </blockquote> |