Annotated edit history of
pbmtoascii(1) version 1 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
pbmtoascii |
|
|
2 |
!!!pbmtoascii |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
SEE ALSO |
|
|
8 |
AUTHOR |
|
|
9 |
---- |
|
|
10 |
!!NAME |
|
|
11 |
|
|
|
12 |
|
|
|
13 |
pbmtoascii - convert a portable bitmap into ASCII graphics |
|
|
14 |
!!SYNOPSIS |
|
|
15 |
|
|
|
16 |
|
|
|
17 |
__pbmtoascii__ [[__-1x2__|__-2x4__] |
|
|
18 |
[[''pbmfile''] |
|
|
19 |
!!DESCRIPTION |
|
|
20 |
|
|
|
21 |
|
|
|
22 |
Reads a portable bitmap as input. Produces a somewhat crude |
|
|
23 |
ASCII graphic as output. |
|
|
24 |
|
|
|
25 |
|
|
|
26 |
Note that there is no asciitopbm tool - this transformation |
|
|
27 |
is one-way. |
|
|
28 |
!!OPTIONS |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
The __-1x2__ and __-2x4__ flags give you two alternate |
|
|
32 |
ways for the bits to get mapped to characters. With |
|
|
33 |
__1x2__, the default, each character represents a group |
|
|
34 |
of 1 bit across by 2 bits down. With __-2x4__, each |
|
|
35 |
character represents 2 bits across by 4 bits down. With the |
|
|
36 |
1x2 mode you can see the individual bits, so it's useful for |
|
|
37 |
previewing small bitmaps on a non-graphics terminal. The 2x4 |
|
|
38 |
mode lets you display larger bitmaps on a standard 80-column |
|
|
39 |
display, but it obscures bit-level details. 2x4 mode is also |
|
|
40 |
good for displaying graymaps - |
|
|
41 |
__ |
|
|
42 |
!!SEE ALSO |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
pbm(5) |
|
|
46 |
!!AUTHOR |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
Copyright (C) 1988, 1992 by Jef Poskanzer. |
|
|
50 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.