What is the difference between .ppm and .pfm?
- Extension
- .ppm
- .pfm
- Format
- Text
- Category
- Raster Image
- Font
- Developer
- Jef Poskanzer
- Adobe Systems
- Description
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- 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-pixmap
- application/x-font-type1
- Sample
- sample.ppm
- sample.pfm
- Wikipedia
- .ppm on Wikipedia
- .pfm on Wikipedia