What is the difference between .odp and .png?
- Extension
 - .odp
 - .png
 
- Format
 - Binary
 - Binary
 
- Category
 - Presentation
 - Raster Image
 
- Developer
 - Oracle
 - PNG Development Group
 
- 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 PNG file is an image file stored in the Portable Network Graphic (PNG) format. It contains a bitmap of indexed colors and uses lossless compression, similar to a .GIF file but without copyright limitations. PNG files are commonly used to store graphics for web images.
 
- MIME Type
 - application/vnd.oasis.opendocument.presentation
 - image/png
 
- Sample
 - sample.odp
 - sample.png
 
- Wikipedia
 - .odp on Wikipedia
 - .png on Wikipedia