What is the difference between .ppm and .xaml?
- Extension
- .ppm
- .xaml
- Format
- Text
- Category
- Raster Image
- Vector Image
- Developer
- Jef Poskanzer
- Microsoft
- Description
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- 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-pixmap
- application/xaml+xml
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .xaml on Wikipedia