What is the difference between .ppm and .jfi?
- Extension
- .ppm
- .jfi
- 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.
- Developed by y JPEG (Joint Photographic Experts Group), JFI files are used to transfer jpeg encoded data between computer platforms and programs. It contains a compressed bitmap image that will full palette.
- MIME Type
- image/x-portable-pixmap
- image/jpeg
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .jfi on Wikipedia