What is the difference between .pgm and .xaml?
- Extension
- .pgm
- .xaml
- Format
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Jef Poskanzer
- Microsoft
- Description
- A PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- 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-graymap
- application/xaml+xml
- Sample
- sample.pgm
- Wikipedia
- .pgm on Wikipedia
- .xaml on Wikipedia