What is the difference between .odd and .ico?
- Extension
- .odd
- .ico
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- OpenOffice.org
- Microsoft
- Description
- OpenDocument Drawing (ODD) is a file format for storing vector-based graphics and drawings. It is part of the OpenDocument format, a standardized format for office documents, and it is used for creating and storing drawings and illustrations. ODD files can be opened and edited using office software suites that support the OpenDocument format, such as LibreOffice and OpenOffice. They store graphics and drawing data in a standardized, XML-based format, and they can be used for exchanging graphics and drawings between different applications.
- An ICO file is an image format used to store icons for Windows programs, files, and folders. It contains two bitmaps: 1) the AND bitmap - the image mask (which determines what part of the icon is transparent) and 2) the XOR bitmap - contains the icon which is mapped onto the image mask. ICO files can be modified to create custom icons.
- MIME Type
- application/vnd.oasis.opendocument.graphics
- image/x-icon
- Sample
- sample.odd
- sample.ico
- Wikipedia
- .odd on Wikipedia
- .ico on Wikipedia