What is the difference between .vsdm and .ico?
- Extension
- .vsdm
- .ico
- Format
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Microsoft
- Microsoft
- Description
- VSDM files are based on the Open Packaging Conventions and XML and developers can benefit from this format by learning how to work with these file programmatically. The format inherits many of the same XML structures as its parts from the Visio XML Drawing file format (.vdx). Interoperability with Visio files is greatly increased since third-party software can manipulate Visio files at a file format level.
- 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.visio.macroenabled.drawing
- image/x-icon
- Sample
- sample.ico
- Wikipedia
- .ico on Wikipedia