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
21 -i Inverse: Reverse the mapping of foreground/background to
22 black/white.
23
24
25 -w If the input image is smaller than the fixed size of the output
26 image, pad with white pixels rather than black.
27
28
29
30
32 cistopbm(1), pbm(1) CompuServe RLE file format
33 ⟨http://staticweb.rasip.fer.hr/research/compress/algorithms_run-
34 length_coding.htm#examples⟩
35
36
38 pbmtocis was new in Netpbm 10.48 (September 2009).
39
40
42 Copyright (C) 2009 John Elliot <jce@seasip.demon.co.uk>
43
44
45
46netpbm documentation 05 July 2009 Pbmtocis User Manual(0)