From 1345ca33e2dc7074d17119b29308bc2c546010a2 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 13 Aug 2020 03:09:57 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3915 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- cistopbm.html | 9 +++------ pambrighten.html | 9 ++++++--- pbmtocis.html | 12 ++++++++++-- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/cistopbm.html b/cistopbm.html index d18c0f22..795b18e2 100644 --- a/cistopbm.html +++ b/cistopbm.html @@ -38,12 +38,9 @@ command line option:

SEE ALSO

- - +pbmtocis, +pbm +CompuServe RLE file format

HISTORY

diff --git a/pambrighten.html b/pambrighten.html index 1891f19b..4836ca30 100644 --- a/pambrighten.html +++ b/pambrighten.html @@ -12,9 +12,9 @@ pambrighten - change a PPM image's Saturation and Value

SYNOPSIS

pambrighten -[-saturation=[+|-saturation_percent]] -[-value=[+|-value_percent]] -netpbmfile +[-saturation=[+|-]saturation_percent] +[-value=[+|-]value_percent] +[netpbmfile]

Minimum unique abbreviation of option is acceptable. You may use double hyphens instead of single hyphen to denote options. You may use @@ -32,6 +32,9 @@ the percentage change for each of those parameters.

You can also remap the colors of the pixels so their Values cover the full range of possible Values. +

The input image is from the file named netpbmfile, or Standard +Input if netpbmfile is not specified. +

The output format is the same as the input format and any extra channels, such as transparency, are passed through. diff --git a/pbmtocis.html b/pbmtocis.html index 62d482b3..3d84baa4 100644 --- a/pbmtocis.html +++ b/pbmtocis.html @@ -23,6 +23,11 @@ pbmtocis - convert a PBM image to a CompuServe RLE image

pbmtocis reads a PBM image as input and produces a CompuServe RLE image as output. +

A CompuServe RLE image can be either 128 x 96 pixels or 256 x 192 pixels. +Anything in excess on the right or bottom is cropped. If width or height +is insufficient, padding is added on the right or bottom. For better +control of the size adjustment use pamcut or pnmpad. +

OPTIONS

In addition to the options common to all programs based on libnetpbm @@ -45,8 +50,11 @@ pad with white pixels rather than black.

SEE ALSO

cistopbm, -pbm, -CompuServe RLE file format +pamcut, +pnmpad, +pbm +CompuServe RLE file format +

HISTORY

-- cgit 1.4.1