What is the difference between .ppm and .jif?
- Extension
- .ppm
- .jif
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- JPEG Group
- 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.
- It is a JPEG (Joint Photographic Experts Group) creation that is based on 24-bit color pallette and uses a lossy compression algorithm for digital photography.
- MIME Type
- image/x-portable-pixmap
- image/jpeg
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .jif on Wikipedia