What is the difference between .odp and .xbm?
- Extension
 - .odp
 - .xbm
 
- Format
 - Binary
 - Text
 
- Category
 - Presentation
 - Raster Image
 
- Developer
 - Oracle
 - The X Consortium
 
- 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.
 - Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
 
- MIME Type
 - application/vnd.oasis.opendocument.presentation
 - image/x-xbitmap
 
- Sample
 - sample.odp
 - sample.xbm
 
- Wikipedia
 - .odp on Wikipedia
 - .xbm on Wikipedia