From 73b435777acf1b420ba369d8c0de06770d11b738 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 24 Feb 2023 17:31:06 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4505 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- pbmtextps.html | 14 +++++++------- pnmcolormap.html | 13 ++++++++++++- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/pbmtextps.html b/pbmtextps.html index 627f11d8..5977e2d5 100644 --- a/pbmtextps.html +++ b/pbmtextps.html @@ -148,7 +148,7 @@ as if you specified -leftmargin=0.5*fontsize. is as if you specified -rightmargin=0. -

Input Text

+

Input Text

The simplest way to specify the text to render is just to specify it, in ASCII, as the sole argument of the command. For example, @@ -196,7 +196,7 @@ arguments as for plain ASCII input:

     
-  $ pbmtextps -asciihex "<" "68656c6c6f 20 776f726c64 ">"
+  $ pbmtextps -asciihex "<" 68656c6c6f 20 776f726c64 ">"
     
   
@@ -299,20 +299,20 @@ See Margins for details.
-asciihex
This means the text in the arguments is in Postscript ASCII-HEX code. -See Input Text. +See Input Text.

You cannot specify this together with -ascii85. -

This option was new in Netpbm 11.02 (March 2023)l +

This option was new in Netpbm 11.02 (March 2023)

-ascii85
This means the text in the arguments is in Postscript ASCII-85 code. -See Input Text. +See Input Text.

You cannot specify this together with -asciihex. -

This option was new in Netpbm 11.02 (March 2023)l +

This option was new in Netpbm 11.02 (March 2023)

-stroke=n
@@ -328,7 +328,7 @@ about its processing.
This option makes pbmtextps write to Standard Output the Postscript program it would use to create the image, rather than the image itself. You -can use this as input to a Postscript interpreter (such as Ghostscript or a a +can use this as input to a Postscript interpreter (such as Ghostscript or a printer) or to understand the program better.

This option was new in Netpbm 10.75 (June 2016). diff --git a/pnmcolormap.html b/pnmcolormap.html index 2ce2ea3d..95fe49b9 100644 --- a/pnmcolormap.html +++ b/pnmcolormap.html @@ -2,7 +2,7 @@ Pnmcolormap User Manual

pnmcolormap

-Updated: 09 February 2019 +Updated: 21 February 2023
Table Of Contents @@ -24,6 +24,10 @@ pnmcolormap - create quantization color map for a Netpbm image [-square] +[-verbose] + +[-debug] + ncolors|all [pnmfile] @@ -120,6 +124,13 @@ almost-perfect square.
This option causes pnmcolormap to display messages to Standard Error about the quantization.
-center +
-debug + +
This option causes pnmcolormap to display messages to +Standard Error about internal workings. + +
-center +
-meancolor
-meanpixel -- cgit 1.4.1