What is the difference between .otf and .ppm?
- Extension
- .otf
- .ppm
- Format
- Binary
- Text
- 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 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
- font/opentype
- image/x-portable-pixmap
- Sample
- sample.otf
- sample.ppm
- Wikipedia
- .otf on Wikipedia
- .ppm on Wikipedia