• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D15-Apr-2002900 3921

Makefile.inH A D15-Apr-200214.3 KiB486392

READMEH A D15-Apr-20021.2 KiB3122

arith.cH A D03-May-20224.2 KiB242198

cmain.cH A D03-May-20223.7 KiB171132

compface.1H A D03-May-20222.2 KiB8079

compface.3H A D15-Apr-20021.8 KiB5453

compface.cH A D03-May-2022776 3314

compface.hH A D03-May-20225.6 KiB206135

compress.cH A D03-May-20223.8 KiB202174

data.hH A D15-Apr-200222.2 KiB443426

file.cH A D03-May-20223.7 KiB193167

gen.cH A D03-May-20222.5 KiB11287

uncmain.cH A D03-May-20223.8 KiB180139

uncompface.cH A D03-May-2022803 3314

vars.hH A D15-Apr-20021.7 KiB6025

README

1
2Compface - 48x48x1 image compression and decompression
3
4Copyright (c) 1990-2002 James Ashton.
5
6Written 89/11/11
7
8Feel free to distribute this source at will so long as the above
9message and this message are included in full.
10
11The program (two programs really - but they're just links to each
12other) converts 48x48x1 images to and from a compressed format.  The
13uncompressed images are expected to contain 48x48/4 (576) hex digits.
14All other characters and any `0's followed by `X' or `x' are ignored.
15Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,".  The
16compressed images contain some number of printable characters.  Non
17printable characters, including ` ' are ignored.  The purpose of the
18programme is to allow the inclusion of face images within mail headers
19using the field name `X-face: '.
20
21The programs make use of a library which can be used to allow the
22compression and decompression algorithms to be used in other
23programs such as mail despatchers and mail notification daemons.
24
25A small amount of editing in the Makefile may be required to get it
26going - mainly setting EXECUTABLE to what you want and putting the
27manual entry in the right place.
28
29						James Ashton.
30						jaa@cs.su.oz.au
31