What is the difference between .ppm and .txt?
- Extension
- .ppm
- .txt
- Format
- Text
- Text
- Category
- Raster Image
- Document
- Developer
- Jef Poskanzer
- 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.
- A TXT file is a standard text document that contains unformatted text. It is recognized by any text editing or word processing program and can also be processed by most other software programs.
- MIME Type
- image/x-portable-pixmap
- text/plain
- Sample
- sample.ppm
- sample.txt
- Wikipedia
- .ppm on Wikipedia
- .txt on Wikipedia