What is the difference between .jpeg and .xaml?
- Extension
- .jpeg
- .xaml
- Format
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Joint Photographic Experts Group
- Microsoft
- Description
- A JPEG file is an image saved in a compressed graphic format standardized by the Joint Photographic Experts Group (JPEG). It supports up to 24-bit color and is compressed using lossy compression, which may noticeably reduce the image quality if high amounts of compression are used. JPEG files are commonly used for storing digital photos and web graphics.
- 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/jpeg
- application/xaml+xml
- Sample
- sample.jpeg
- Wikipedia
- .jpeg on Wikipedia
- .xaml on Wikipedia