What is the difference between .ppm and .emz?
- Extension
- .ppm
- .emz
- Format
- Text
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Jef Poskanzer
- Micosoft
- 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 EMZ file contains an Enhanced Metafile (.EMF file) that has been compressed with the .GZIP compression algorithm. It is compressed to reduce storage space and be more easily transferred between applications. EMZ files are typically used by Microsoft programs such as Visio and the Office suite, which includes Word and PowerPoint.
- MIME Type
- image/x-portable-pixmap
- application/x-msmetafile
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .emz on Wikipedia