DESCR 690 B

1234567891011121314
  1. The programme (two programmes really - but they're just links to each
  2. other) converts 48x48x1 images to and from a compressed format. The
  3. uncompressed images are expected to contain 48x48/4 (576) hex digits.
  4. All other characters and any `0's followed by `X' or `x' are ignored.
  5. Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,". The
  6. compressed images contain some number of printable characters. Non
  7. printable characters, including ` ' are ignored. The purpose of the
  8. programme is to allow the inclusion of face images within mail headers
  9. using the field name `X-face: '.
  10. Compface - 48x48x1 image compression and decompression
  11. Copyright (c) James Ashton 1990.
  12. Written 89/11/11