What is the difference between .ppm and .bmp2?
- Extension
- .ppm
- .bmp2
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- Microsoft
- 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.
- A BMP2 image is an image file in the BMP (Bitmap) format that uses the BMP2 encoding method.
- MIME Type
- image/x-portable-pixmap
- image/bmp
- Sample
- sample.ppm
- sample.bmp2
- Wikipedia
- .ppm on Wikipedia
- .bmp2 on Wikipedia