What is the difference between .ppm and .ept?
- Extension
- .ppm
- .ept
- Format
- Text
- Binary
- Category
- Raster Image
- Document
- Developer
- Jef Poskanzer
- Adobe Systems
- 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.
- Encapsulated PostScript Interchange TIFF Preview (EPT) is a file format for storing raster graphics. It is a combination of a TIFF (Tagged Image File Format) preview image and an EPS (Encapsulated PostScript) vector image, and is typically used for exchanging vector graphics between applications.
- MIME Type
- image/x-portable-pixmap
- image/tiff
- Sample
- sample.ppm
- sample.ept
- Wikipedia
- .ppm on Wikipedia
- .ept on Wikipedia