ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/faces/pkg-message
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (9 years, 11 months ago) by laffer1
File size: 493 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 **************************************************
2 NOTE:
3
4 For generating faces out of xbm files you must use
5 the following helper filters:
6
7 xbm2ikon
8
9 and perhaps
10
11 xbmsize48 or xbmcut48
12
13 e.g.
14
15 1) generate a 48x48x1 xbm file
16 2) cat <file.xbm> | xbm2ikon > file.ikon
17 3) compface file.ikon > file.face
18
19 And the other way arround to display a face
20
21 Note uncompface -X is the same as
22
23 uncompface | ikon2xbm
24
25 useful for exmh!
26 **************************************************