What is the difference between .asf and .pgm?
- Extension
- .asf
- .pgm
- Format
- Binary
- Binary
- Category
- Video
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- Description
- An ASF file is a media file stored in the Advanced Systems Format (ASF), a proprietary video and audio container format. It contains audio and video data and optional metadata, such as title, author, and copyright bibliographic data. ASF files are developed by Microsoft primarily for streaming media.
- 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.
- MIME Type
- video/x-ms-asf
- image/x-portable-graymap
- Sample
- sample.asf
- sample.pgm
- Wikipedia
- .asf on Wikipedia
- .pgm on Wikipedia