What is the difference between .oxps and .ico?
- Extension
- .oxps
- .ico
- Format
- Binary
- Binary
- Category
- Document
- Raster Image
- Developer
- Microsoft
- Microsoft
- Description
- An OXPS file is a file created in the Open XML Paper Specification (OpenXPS) format, which is the same format used by .XPS files. It is similar to a .PDF file and describes the structure and content of a document.
- 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/oxps
- image/x-icon
- Sample
- sample.oxps
- sample.ico
- Wikipedia
- .oxps on Wikipedia
- .ico on Wikipedia