What is the difference between .ttf and .ppm?
- Extension
- .ttf
- .ppm
- Format
- Binary
- Text
- Category
- Font
- Raster Image
- Developer
- Apple
- Jef Poskanzer
- Description
- A TTF file is a font file format created by Apple, but used on both Macintosh and Windows platforms. It can be resized to any size without losing quality and looks the same when printed as it does on the screen.
- 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-ttf
- image/x-portable-pixmap
- Sample
- sample.ttf
- sample.ppm
- Wikipedia
- .ttf on Wikipedia
- .ppm on Wikipedia