summary refs log tree commit diff
path: root/pnmtops.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-07-04 07:19:37 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-07-04 07:19:37 +0000
commit312d4f67e86c073cb4bc9b1b3d59e20dfe76bb6f (patch)
tree7be0999164b76e59ccefc2f7ceab9ff19a9479c6 /pnmtops.html
parentaef83936ef79705303e22ade70ab1faa5438f9f7 (diff)
downloadnetpbm-mirror-312d4f67e86c073cb4bc9b1b3d59e20dfe76bb6f.tar.gz
netpbm-mirror-312d4f67e86c073cb4bc9b1b3d59e20dfe76bb6f.tar.xz
netpbm-mirror-312d4f67e86c073cb4bc9b1b3d59e20dfe76bb6f.zip
move -textalphabits from pnmtops to pstopnm, where it belongs
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1505 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmtops.html')
-rw-r--r--pnmtops.html19
1 files changed, 1 insertions, 18 deletions
diff --git a/pnmtops.html b/pnmtops.html
index 61382720..bfc30e3b 100644
--- a/pnmtops.html
+++ b/pnmtops.html
@@ -2,7 +2,7 @@
 <HTML><HEAD><TITLE>Pnmtops User Manual</TITLE></HEAD>
 <BODY>
 <H1>pnmtops</H1>
-Updated: 10 December 2010
+Updated: 04 July 2011
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
@@ -22,7 +22,6 @@ pnmtops - convert PNM image to PostScript
 [<B>-equalpixels</B>]
 [<b>-bitspersample=</b><i>N</i>]
 [<B>-turn</B>|<B>-noturn</B>]
-[<B>-textalphabits=</B>{<b>1</b>,<b>2</b>,<b>4</b>}
 [<B>-rle</B>|<B>-runlength</B>]
 [<b>-flate</b>]
 [<b>-ascii85</b>]
@@ -200,22 +199,6 @@ gets turned automatically to better fit the page.  If you specify the
 its shape; If you specify <B>-noturn</B>, <B>pnmtops</B> does
 <em>not</em> turn it no matter what its shape.
 
-<dt><b>-textalphabits=</b>{<b>1</b>,<b>2</b>,<b>4</b>}
-
-<dd>This controls subsample antialiasing of text.  Antialiasing is a form of
-smoothing that eliminates jagged edges on characters.  Subsample antialiasing
-is a kind of antialiasing that uses subpixels in a box, and the value of this
-option is the size of that box.  4 gives you the best looking output, while 1
-causes no antialiasing.  Smaller numbers make <b>pnmtops</b> use less CPU
-time.
-
-<p>Pstopnm uses Ghostscript's <b>TextAlphaBits</b> parameter for this.
-
-<p>The default is 4.
-
-<P>This option was new in Netpbm 10.53 (December 2010).  Older versions of
-<b>pnmtops</b> do no antialiasing.
-
 <DT><B>-rle</B>
 
 <DT><B>-runlength</B>