What is the difference between .odp and .rgba?
- Extension
 - .odp
 - .rgba
 
- Format
 - Binary
 - Binary
 
- Category
 - Presentation
 - Raster Image
 
- Developer
 - Oracle
 - SGI
 
- 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.
 - An RGBA file is a color bitmap image format created by Silicon Graphics (SGI). It is similar to the .RGB file as it supports color RGB channels with an alpha channel.
 
- MIME Type
 - application/vnd.oasis.opendocument.presentation
 - image/x-rgb
 
- Sample
 - sample.odp
 - sample.rgba
 
- Wikipedia
 - .odp on Wikipedia
 - .rgba on Wikipedia