What is the difference between .ptif and .ppm?
- Extension
- .ptif
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Kermit
- Jef Poskanzer
- Description
- 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.
- 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.
- MIME Type
- image/x-ptif
- image/x-portable-pixmap
- Sample
- sample.ptif
- sample.ppm
- Wikipedia
- .ppm on Wikipedia