What is the difference between .emf and .ppm?
- Extension
- .emf
- .ppm
- Format
- Binary
- Text
- Category
- Vector Image
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- Description
- Windows vector graphics format recognized by many image-editing applications; basically a 32-bit version of the original Windows Metafile Format (.WMF), which only supports 16-bit data; saves image data in an RGB format and does not support CMYK data.
- 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.
- MIME Type
- application/x-msmetafile
- image/x-portable-pixmap
- Sample
- sample.emf
- sample.ppm
- Wikipedia
- .emf on Wikipedia
- .ppm on Wikipedia