What is the difference between .rtf and .ppm?
- Extension
- .rtf
- .ppm
- Format
- Text
- Text
- Category
- Document
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- 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.
- 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
- text/richtext
- image/x-portable-pixmap
- Sample
- sample.rtf
- sample.ppm
- Wikipedia
- .rtf on Wikipedia
- .ppm on Wikipedia