What is the difference between .t42 and .ppm?
- Extension
- .t42
- .ppm
- Format
- Binary
- Text
- Category
- Font
- Raster Image
- Developer
- Adobe Systems
- Jef Poskanzer
- Description
- Type42 was based on the PostScript language for displaying TrueType fonts. It allows for printing all TrueType fonts on PostScript printers and allows for rasterization when displayed.
- 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.
- MIME Type
- application/x-font-type42
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia