What is the difference between .ttf and .pgm?
- Extension
- .ttf
- .pgm
- Format
- Binary
- Binary
- 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 PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- MIME Type
- application/x-font-ttf
- image/x-portable-graymap
- Sample
- sample.ttf
- sample.pgm
- Wikipedia
- .ttf on Wikipedia
- .pgm on Wikipedia