What is the difference between .wmz and .ppm?
- Extension
- .wmz
- .ppm
- Format
- Binary
- Text
- Category
- Other
- Raster Image
- Developer
- Microsoft
- Jef Poskanzer
- Description
- Preinstalled or custom skin that changes the appearance of the Windows Media Player interface; contains a combination of graphics and JScript code that defines the behavior of each element in the skin; compressed using ZIP compression.
- 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-ms-wmz
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .wmz on Wikipedia
- .ppm on Wikipedia