What is the difference between .ppm and .epi?
- Extension
- .ppm
- .epi
- Format
- Text
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- Jef Poskanzer
- Adobe
- 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.
- Adobe Encapsulated PostScript Interchange Format (EPI) is a vector image file format used to store and interchange vector graphics and text. It is an extension of the popular Encapsulated PostScript (EPS) format and is used as a container for bitmap images and other data. EPIs are used for high-resolution printing and digital publishing.
- MIME Type
- image/x-portable-pixmap
- application/postscript
- Sample
- sample.ppm
- sample.epi
- Wikipedia
- .ppm on Wikipedia
- .epi on Wikipedia