What is the difference between .odp and .pict?
- Extension
 - .odp
 - .pict
 
- Format
 - Binary
 - Binary
 
- Category
 - Presentation
 - Raster Image
 
- Developer
 - Oracle
 - Apple
 
- 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.
 - Image file saved in the Macintosh PICT format; may contain both vector and bitmap data and can use thousands of colors; also supports RLE (Run-length encoding) and JPEG compression to reduce the file size.
 
- MIME Type
 - application/vnd.oasis.opendocument.presentation
 - image/pict
 
- Sample
 - sample.odp
 - sample.pict
 
- Wikipedia
 - .odp on Wikipedia
 - .pict on Wikipedia