What is the difference between .ppm and .odt?
- Extension
- .ppm
- .odt
- Format
- Text
- Binary
- Category
- Raster Image
- Document
- Developer
- Jef Poskanzer
- Apache Software Foundation
- 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 ODT file is a text document created by various word processors, such as the Writer program included in Apache OpenOffice and LibreOffice. It contains different elements such as text, images, drawn objects, and styles. ODT files are formatted using the OASIS OpenDocument XML-based standard.
- MIME Type
- image/x-portable-pixmap
- application/vnd.oasis.opendocument.text
- Sample
- sample.ppm
- sample.odt
- Wikipedia
- .ppm on Wikipedia
- .odt on Wikipedia