home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / face / spec / face.txt
Text File  |  1994-06-01  |  2KB  |  54 lines

  1. The following was suppled by Lou Katz, the creator of the FaceSaver format,
  2. and is used with permission. He had this to say:
  3.  
  4. > 1) As the person who did facesaver for several years, I created the format.
  5. > 2) I also hold the trademark on FaceSaver.
  6. > FaceSaver is a registered Trademark of Metron Computerware, Ltd.
  7.  
  8. -------------------------------------
  9.  
  10. Here is the technical information about the format of FaceSaver files
  11.  
  12. Format of pictures is personal data followed by the picture. There must be
  13. at least two lines of such data. No particular lines are required, except
  14. for Image and PicData.
  15.  
  16.  
  17. An ASCII file containing some or all of the following lines:
  18. FirstName:
  19. LastName:
  20. E-mail:
  21. Telephone:
  22. Company:
  23. Address1:
  24. Address2:
  25. CityStateZip:
  26. Date:
  27. PicData:         Actual data:  width - height - bits/pixel
  28. Image:           Should be transformed to: width - height - bits/pixel
  29. (A REQUIRED Blank line)
  30.  
  31. Hexified picture in scanline order, in the form suitable for
  32. printing in postscript. The pixels in the scanlines go left to right.
  33. They also go bottom to top, ue to funny transforms in going from the real
  34. scanned image, which came from a video camera turned on its side! (to get a
  35. portrait aspect ratio).
  36. All the images are 8 bits per pixel, and have been intensity levelled to
  37. use up the full dynamic range (each pixel multiplied by 256/(max - min) and
  38. shifted so that min becomes zero).
  39. I'm sorry about that, I should have put out untransformed data.
  40. The original frame grabbing was off a Targa M8, and the gamma varied due
  41. to a number of real world factors.  Most pictures had a dynamic range in
  42. the 128 - 196 vicinity.
  43.  
  44. The line labeled Image: is used to correct for non-square pixels.
  45. In most cases, there are 108 (non-square) pixels across in the data, but they
  46. would have been 96 pixels across if they were square.  Therefore,
  47. Image: says 96, PicData says 108.
  48.  
  49. Lou Katz
  50. Saver of Lost Faces
  51.  
  52.