What is the difference between .tim and .xaml?
- Extension
 - .tim
 - .xaml
 
- Format
 - Binary
 
- Category
 - Raster Image
 - Vector Image
 
- Developer
 - Sony
 - Microsoft
 
- Description
 - Commonly found on PlayStation game consoles as it's used to develop the game software. TIM contains standard RGBA with transparency levels as well as 4,8,16,24, and 32 -bit color. An example of a game that used .tim is the GTA game series.
 - 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/vnd.ptnet.tim
 - application/xaml+xml
 
- Wikipedia
 - .xaml on Wikipedia