1Pbmtocis User Manual(0) Pbmtocis User Manual(0)
2
3
4
6 pbmtocis - convert a PBM image to a CompuServe RLE image
7
8
10 pbmtocis [-i] [-w] [cisfile]
11
12
14 This program is part of Netpbm(1).
15
16 pbmtocis reads a PBM image as input and produces a CompuServe RLE image
17 as output.
18
19 A CompuServe RLE image can be either 128 x 96 pixels or 256 x 192 pix‐
20 els. Anything in excess on the right or bottom is cropped. If width
21 or height is insufficient, padding is added on the right or bottom.
22 For better control of the size adjustment use pamcut or pnmpad.
23
24
26 In addition to the options common to all programs based on libnetpbm
27 (most notably -quiet, see
28 Common Options ⟨index.html#commonoptions⟩ ), pbmtocis recognizes the
29 following command line options:
30
31
32
33 -i Inverse: Reverse the mapping of foreground/background to
34 black/white.
35
36
37 -w If the input image is smaller than the fixed size of the output
38 image, pad with white pixels rather than black.
39
40
41
42
44 cistopbm(1), pamcut(1), pnmpad(1), pbm(1) CompuServe RLE file format
45 ⟨https://web.archive.org/web/20140721001738/staticweb.rasip.fer.hr/research/compress/algorithms_run-
46 length_coding.htm⟩
47
48
49
51 pbmtocis was new in Netpbm 10.48 (September 2009).
52
53
55 Copyright (C) 2009 John Elliot <jce@seasip.demon.co.uk>
56
58 This manual page was generated by the Netpbm tool 'makeman' from HTML
59 source. The master documentation is at
60
61 http://netpbm.sourceforge.net/doc/pbmtocis.html
62
63netpbm documentation 13 August 2020 Pbmtocis User Manual(0)