What is the difference between .pbm and .xaml?
- Extension
- .pbm
- .xaml
- Format
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Wolfgang Hoschek
- Microsoft
- Description
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- 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/x-portable-bitmap
- application/xaml+xml
- Sample
- sample.pbm
- Wikipedia
- .pbm on Wikipedia
- .xaml on Wikipedia