What is the difference between .rtf and .pgm?
- Extension
- .rtf
- .pgm
- Format
- Text
- Binary
- 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 PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- MIME Type
- text/richtext
- image/x-portable-graymap
- Sample
- sample.rtf
- sample.pgm
- Wikipedia
- .rtf on Wikipedia
- .pgm on Wikipedia