What is the difference between .odp and .pbm?
- Extension
 - .odp
 - .pbm
 
- Format
 - Binary
 - Binary
 
- Category
 - Presentation
 - Raster Image
 
- Developer
 - Oracle
 - Wolfgang Hoschek
 
- 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.
 - 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
 
- MIME Type
 - application/vnd.oasis.opendocument.presentation
 - image/x-portable-bitmap
 
- Sample
 - sample.odp
 - sample.pbm
 
- Wikipedia
 - .odp on Wikipedia
 - .pbm on Wikipedia