What is the difference between .otf and .pbm?
- Extension
- .otf
- .pbm
- Format
- Binary
- Binary
- Category
- Font
- Raster Image
- Developer
- Microsoft, Adobe
- Wolfgang Hoschek
- 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.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- font/opentype
- image/x-portable-bitmap
- Sample
- sample.otf
- sample.pbm
- Wikipedia
- .otf on Wikipedia
- .pbm on Wikipedia