blob: 9a07a7356c751a709c69968ba343db7fc75a8594 (
plain) (
blame)
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
|
[
{ type: install
message: <<EOM
NOTE:
For generating faces out of xbm files you must use
the following helper filters:
xbm2ikon
and perhaps
xbmsize48 or xbmcut48
e.g.
1) generate a 48x48x1 xbm file
2) cat <file.xbm> | xbm2ikon > file.ikon
3) compface file.ikon > file.face
And the other way arround to display a face
Note uncompface -X is the same as
uncompface | ikon2xbm
useful for exmh!
EOM
}
]
|