What is the difference between .mat and .pfm?
- Extension
- .mat
- .pfm
- Format
- Binary
- Category
- Data
- Font
- Developer
- The MathWorks
- Adobe Systems
- Description
- MAT (MATLAB Image Format) is an image file format created by MathWorks for storing and sharing MATLAB data and images. It contains data in a binary format, as well as metadata describing the image. MAT files can be used to store images, 3D models, and other types of data.
- 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
- application/octet-stream
- application/x-font-type1
- Sample
- sample.mat
- sample.pfm
- Wikipedia
- .mat on Wikipedia
- .pfm on Wikipedia