What is the difference between .pbm and .pfm?
- Extension
- .pbm
- .pfm
- Format
- Binary
- Category
- Raster Image
- Font
- Developer
- Wolfgang Hoschek
- Adobe Systems
- Description
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- A Printer Font Metrics (PFM) file is a type of file associated with Adobe Type 1 fonts used in Microsoft Windows. It contains metric information about a font, such as character widths, heights, and kerning pairs, which are essential for correctly displaying and printing text. The PFM file works in conjunction with a PFB (Printer Font Binary) file, which contains the actual font outline data.
- MIME Type
- image/x-portable-bitmap
- application/x-font-type1
- Sample
- sample.pbm
- sample.pfm
- Wikipedia
- .pbm on Wikipedia
- .pfm on Wikipedia