What is the difference between .tif and .xaml?
- Extension
 - .tif
 - .xaml
 
- Format
 - Binary
 
- Category
 - Raster Image
 - Vector Image
 
- Developer
 - Adobe.
 - Microsoft
 
- Description
 - A TIF file is an image file saved in a high-quality graphics format. It is often used for storing images with many colors, typically digital photos, and includes support for layers and multiple pages.
 - 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/tiff
 - application/xaml+xml
 
- Sample
 - sample.tif
 
- Wikipedia
 - .tif on Wikipedia
 - .xaml on Wikipedia