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