What is the difference between .odp and .ppm?
- Extension
- .odp
- .ppm
- Format
- Binary
- Text
- Category
- Presentation
- Raster Image
- Developer
- Oracle
- Jef Poskanzer
- Description
- An ODP file is a presentation created by Impress, a presentation editing application included with Apache OpenOffice. It contains a presentation, which generally includes a title slide followed by content slides with text, images, multimedia content, and transition effects. ODP files are formatted using the OASIS XML-based OpenDocument standard.
- 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
- application/vnd.oasis.opendocument.presentation
- image/x-portable-pixmap
- Sample
- sample.odp
- sample.ppm
- Wikipedia
- .odp on Wikipedia
- .ppm on Wikipedia