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