blob: 5e5e6d5bd549e1d5abe0c204f336e5a78829fd74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
diff -ur ../faces-DIST/compface/compface.1 ./compface/compface.1
--- ../faces-DIST/compface/compface.1 Fri Mar 15 15:10:29 1991
+++ ./compface/compface.1 Fri Oct 1 14:32:06 1999
@@ -12,6 +12,8 @@
.LP
.B uncompface
[
+.B \-X
+] [
.I infile
[
.I outfile
@@ -25,7 +27,7 @@
face image files.
.I uncompface
is an inverse filter which performs an inverse transformation with no
-loss of data.
+loss of data.
The algorithm used is highly tuned for its purpose and achieves better
than a five to one compression ratio on average.
Arguments operate identically for both programmes.
@@ -56,6 +58,12 @@
.I compface
averages less than 200 characters.
The average number of output lines is three.
+.SH OPTIONS
+.TP 12
+.B \-X
+The same as
+.I uncompface
+| ikon2xbm. Usefull for exmh!
.SH DIAGNOSTICS
Exit status is normally 0.
Possible errors include IO errors when opening, reading or writing
|