What is the difference between .ppm and .ptif?
- Extension
- .ppm
- .ptif
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- Kermit
- 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.
- File extension ptif is mainly associated with the Pyramid encoded TIFF bitmap graphics file format. Multi-resolution TIFF containing successively smaller versions of the image down to the size of an icon.
- MIME Type
- image/x-portable-pixmap
- image/x-ptif
- Sample
- sample.ppm
- sample.ptif
- Wikipedia
- .ppm on Wikipedia