What is the difference between .swf and .pgm?
- Extension
- .swf
- .pgm
- Format
- Binary
- Binary
- Category
- Video
- Raster Image
- Developer
- Adobe Systems
- Jef Poskanzer
- Description
- An SWF file is an animation created with Adobe Flash that can be played by Flash Player or with a web browser that has the Flash plugin installed. It may contain text, vector and raster graphics, and interactive content written in ActionScript.
- 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
- application/x-shockwave-flash
- image/x-portable-graymap
- Sample
- sample.swf
- sample.pgm
- Wikipedia
- .swf on Wikipedia
- .pgm on Wikipedia