What is the difference between .otf and .pgm?
- Extension
- .otf
- .pgm
- Format
- Binary
- Binary
- Category
- Font
- Raster Image
- Developer
- Microsoft, Adobe
- Jef Poskanzer
- Description
- An OTF file is a font file saved in the OpenType format developed by Adobe and Microsoft. It combines aspects of the PostScript and TrueType font formats. OTF fonts are fully scalable, meaning the characters can be resized without losing quality.
- 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
- font/opentype
- image/x-portable-graymap
- Sample
- sample.otf
- sample.pgm
- Wikipedia
- .otf on Wikipedia
- .pgm on Wikipedia