What is the difference between .ppm and .mng?
- Extension
- .ppm
- .mng
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- MNG was developed by Tom Boutell.
- 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.
- An extension of the .PNG image format that uses indexed colors and supports image animations; similar to an animated .GIF file, but uses higher compression and features full alpha support (multi-level transparency).
- MIME Type
- image/x-portable-pixmap
- video/x-mng
- Sample
- sample.ppm
- sample.mng
- Wikipedia
- .ppm on Wikipedia
- .mng on Wikipedia