From bcd37ef5e43545e8a48bd18091d82144912b942d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 28 Jan 2022 01:55:13 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4265 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- pbmtoibm23xx.html | 11 ++++++++--- ppmrough.html | 8 ++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/pbmtoibm23xx.html b/pbmtoibm23xx.html index 7abf5ec4..26d1983c 100644 --- a/pbmtoibm23xx.html +++ b/pbmtoibm23xx.html @@ -2,7 +2,7 @@ Pbmtoibm23xx User Manual

pbmtoibm23xx

-Updated: 16 October 2004 +Updated: 28 January 2022
Table Of Contents @@ -12,8 +12,9 @@ pbmtoibm23xx - convert a PBM image to IBM 23XX printer stream

SYNOPSIS

pbmtoibm23xxx -[-xres=dpi] -[-yres=dpi] +-xres=dpi +-yres=dpi +[slow [pbmfile ...]

Minimum unique abbreviation of option is acceptable. You may use double @@ -44,11 +45,15 @@ command line options:

This option specifies the horizontal resolution in dots per inch. Valid values are 60, 120, and 240. +

This option is mandatory. +

-yres=dpi
This option specifies the vertical resolution in dots per inch. Valid values are 60, 120, and 240. +

This option is mandatory. +

-slow
diff --git a/ppmrough.html b/ppmrough.html index b0a68bac..0ea76ac5 100644 --- a/ppmrough.html +++ b/ppmrough.html @@ -2,7 +2,7 @@ Ppmrough User Manual

ppmrough

-Updated: 13 March 2021 +Updated: 28 January 2022
Table Of Contents @@ -44,9 +44,9 @@ name and its value with white space instead of an equals sign.

This program is part of Netpbm.

ppmrough generates a PPM image of the specified width, height, and -colors. ppmrough tiles the image into semi-rectangular regions -with a ragged borders between them. It calculates the fluctuations -with the rand() standard C library function. +colors. ppmrough tiles the image into semi-rectangular regions with a +ragged borders between them. It calculates the fluctuations with +pseudo-random numbers.

ppmrough writes the PPM image to Standard Output. -- cgit 1.4.1