From a40b2193126fbdba69128b258ec1f2ce13165017 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 17 Jul 2022 17:59:37 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4362 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- ppmtoicr.html | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/ppmtoicr.html b/ppmtoicr.html index dc6265c3..25be88d7 100644 --- a/ppmtoicr.html +++ b/ppmtoicr.html @@ -2,7 +2,7 @@ Ppmtoicr User Manual

ppmtoicr

-Updated: 05 June 2015 +Updated: 17 July 2022
Table Of Contents @@ -20,10 +20,13 @@ ppmtoicr - convert a PPM image into NCSA ICR format [-display display] -[-rle] - [ppmfile] +

Minimum unique abbreviation of option is acceptable. You may use double +hyphens instead of single hyphen to denote options. You may use white +space in place of the equals sign to separate an option name from its value. + +

DESCRIPTION

This program is part of Netpbm. @@ -58,10 +61,15 @@ command line options:

-windowname name -
Output will be displayed in name (Default is to use -ppmfile or "untitled" if the input is from Standard -Input). +
Output will be displayed in name. + +

name must be printable characters, and not "^". +

Default is to use the input file name if specified on the command line or + "untitled" if the input is from Standard Input. In the former case, any + unprintable character or "^" in the file name becomes a + "." in the window name. +

-expand expand
Output will be expanded on display by factor expand (For @@ -93,11 +101,10 @@ may achieve the same effect with the following sequence:

To display a GIF file using the protocol in a window titled after the -input file, zoom the displayed image by a factor of 2, and run-length -encode the data: +input file, zoom the displayed image by a factor of 2:

-    giftopnm giffile | ppmtoicr -w giffile -r -e 2
+    giftopnm giffile | ppmtoicr -windowname=giffile -expand=2
 

LIMITATIONS

-- cgit 1.4.1