What is the difference between .dib and .xaml?
- Extension
- .dib
- .xaml
- Format
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Microsoft
- Microsoft
- Description
- Generic Windows or OS/2 bitmap graphic; similar to a .BMP file, but has different header information; supports 1, 4, 8, and 24 bits per pixel if the image is uncompressed and 4 and 8 bits per pixel if the image uses RLE compression; a 24-bit DIB image contains 8 bits, or 1 byte for each RGB color.
- Extensible Application Markup Language file that uses Windows Presentation Foundation (WPF) code; XAML (pronounced "zammel") is a descriptive programming language developed by Microsoft for creating user interfaces; introduced during the development stages of Longhorn, which is now Windows Vista.
- MIME Type
- image/bmp
- application/xaml+xml
- Sample
- sample.dib
- Wikipedia
- .dib on Wikipedia
- .xaml on Wikipedia