FaceSaver

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links: Linkrot)
(8 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
|released=1987
 
|released=1987
 
}}
 
}}
'''FaceSaver''' is a format for saving images in the form of an [[ASCII]] text file for distribution. It is unrelated to the [http://www.target.com/p/remington-facesaver-pre-shave-powder/-/A-12768838 Remington FaceSaver pre-shave powder]. Images are 8 bits per pixel, stored in hexified manner (which takes twice the bits... or more if it's got extra delimiters like commas and 0x prefixes... finding some actual sample files to see the details of the format is surprisingly difficult these days as online face databases have generally been converted to more modern formats like [[JPEG]] or [[GIF]]). There are also some header lines.
+
'''FaceSaver''' is a format for saving images in the form of an [[ASCII]] text file for distribution. It is unrelated to the [http://www.target.com/p/remington-facesaver-pre-shave-powder/-/A-12768838 Remington FaceSaver pre-shave powder]. Images are 8 bits per pixel, stored in hexified manner (which takes twice the bits... or more if it's got extra delimiters like commas and 0x prefixes... which there aren't in this case, though there are some newlines, but finding some actual sample files to see the details of the format is surprisingly difficult these days as online face databases have generally been converted to more modern formats like [[JPEG]] or [[GIF]]). There are also some header lines.
  
 
Pictures of attendees at USENIX conferences were taken in this format starting 1987 and stored in a public database.
 
Pictures of attendees at USENIX conferences were taken in this format starting 1987 and stored in a public database.
 +
 +
== Identification ==
 +
One of the header lines begins with "<code>PicData:</code>", and another with "<code>Image:</code>".
 +
 +
== Software ==
 +
* [[Konvertor]]
 +
* [[Netpbm]]: pgmtofs, fstopgm
 +
 +
== Sample files ==
 +
* [http://annex.corestack.com/files/3b1/osu_archive/att7300/graphics/facedsp.cpio.Z facedsp.cpio.Z] → gil, lenny
 +
* http://web.mit.edu/Graphics/src/xloadimage/sample/jimf.face
  
 
== Links ==
 
== Links ==
 +
* {{EGFF|face|FaceSaver File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]
 
* [http://www.textfiles.com/programming/FORMATS/face.pro Some format description]
 
* [http://www.textfiles.com/programming/FORMATS/face.pro Some format description]
 
* [http://www.metron.com/FaceSaver/ Promotional info]
 
* [http://www.metron.com/FaceSaver/ Promotional info]
* [http://www.graphicsgroups.com/1-graphics-misc/0ef8c095e2f6459a.htm 1992 discussion about converting this format]
+
* [https://web.archive.org/web/20151028075124/http://www.graphicsgroups.com/1-graphics-misc/0ef8c095e2f6459a.htm 1992 discussion about converting this format]
 
* [http://plan9.bell-labs.com/wiki/plan9/adding_your_face/ Adding your face]
 
* [http://plan9.bell-labs.com/wiki/plan9/adding_your_face/ Adding your face]
^ [http://linux.about.com/library/cmd/blcmdl1_fstopgm.htm fstopgm man page; Linux/Unix command to convert FaceSaver to PGM]
+
* [http://netpbm.sourceforge.net/doc/fstopgm.html fstopgm man page; Linux/Unix command to convert FaceSaver to PGM]
 +
 
 +
== Editors' notes ==
 +
Many image format lists include something called "Usenix FaceS'''er'''ver" format. Is this another name for FaceSaver, or a transcription error, or a different format? Note that XnView claims to support FaceServer format, but is unable to open FaceSaver files.

Revision as of 01:45, 5 September 2020

File Format
Name FaceSaver
Ontology
Extension(s) .face, .fac
Released 1987

FaceSaver is a format for saving images in the form of an ASCII text file for distribution. It is unrelated to the Remington FaceSaver pre-shave powder. Images are 8 bits per pixel, stored in hexified manner (which takes twice the bits... or more if it's got extra delimiters like commas and 0x prefixes... which there aren't in this case, though there are some newlines, but finding some actual sample files to see the details of the format is surprisingly difficult these days as online face databases have generally been converted to more modern formats like JPEG or GIF). There are also some header lines.

Pictures of attendees at USENIX conferences were taken in this format starting 1987 and stored in a public database.

Contents

Identification

One of the header lines begins with "PicData:", and another with "Image:".

Software

Sample files

Links

Editors' notes

Many image format lists include something called "Usenix FaceServer" format. Is this another name for FaceSaver, or a transcription error, or a different format? Note that XnView claims to support FaceServer format, but is unable to open FaceSaver files.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox