What is the difference between .ppm and .jfif?
- Extension
- .ppm
- .jfif
- 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.
- The JFIF (JPEG File Interchange Format) format makes it possible to transfer compressed JPEG files across computers. This graphical file format uses a marker to show various parameters not seen in the standard JPEG file — for instance, pixel size, pixel geometry, among others.
- MIME Type
- image/x-portable-pixmap
- image/jpeg
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .jfif on Wikipedia