1Pbmtoascii User Manual(0) Pbmtoascii User Manual(0)
2
3
4
6 pbmtoascii - convert a PBM image to ASCII graphics
7
8
10 pbmtoascii
11
12 [-1x2|-2x4]
13
14 [pbmfile]
15
16
18 This program is part of Netpbm(1).
19
20 pbmtoascii reads a PBM image as input and produces a somewhat crude
21 ASCII graphic image as output.
22
23 To convert back, use asciitopgm(1).
24
25
27 The -1x2 and -2x4 options give you two alternate ways for the pixels to
28 get mapped to characters. With 1x2, the default, each character repreā
29 sents a group of 1 pixel across by 2 pixels down. With -2x4, each
30 character represents 2 pixels across by 4 pixels down. With the 1x2
31 mode you can see the individual pixels, so it's useful for previewing
32 small images on a non-graphics terminal. The 2x4 mode lets you display
33 larger images on a small display, but it obscures pixel-level details.
34 2x4 mode is also good for displaying PGM images:
35
36 pamscale -width 158 | pnmnorm | pamditherbw -threshold | pbmtoascii -2x4
37
38 should give good results.
39
40
42 asciitopgm(1) pbm(1)
43
44
46 Copyright (C) 1988, 1992 by Jef Poskanzer.
47
48
49
50netpbm documentation 11 August 2002 Pbmtoascii User Manual(0)