This page contains some preliminary utilities for Windows 95/NT to view and create X-Faces. To learn more about X-Faces check out http://www.xs4all.nl/~ace/X-Faces.
uncompface <infile> <outfile>
unc2xbm <infile>
uncompface x.txt y.txt unc2xbm y.txt del y.txt "C:\PROGRA~1\INTERN~1\iexplore.exe" C:\WINDOWS\Desktop\xfaces\out.xbm
xbm2unc <infile> <outfile>
The XBM format should be like this:
#define xbmname_width 48
#define xbmname_height 48
static char xbmname_bits[] = {
0xnn, ...
...
...};
compface <infile> <outfile>
All compiled with GNU GCC (Mingw32)