What is the difference between .rtf and .pbm?
- Extension
- .rtf
- .pbm
- Format
- Text
- Binary
- Category
- Document
- Raster Image
- Developer
- Microsoft
- Wolfgang Hoschek
- Description
- An RTF file is a common text file format that supports "rich text." It includes several types of text formatting, such as bold type, italics, different fonts and font sizes, and custom tab settings. RTF files also support objects and images, such as .JPG and .PNG files, saved within the text file.
- 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
- text/richtext
- image/x-portable-bitmap
- Sample
- sample.rtf
- sample.pbm
- Wikipedia
- .rtf on Wikipedia
- .pbm on Wikipedia