What is the difference between .ppm and .eps?
- Extension
- .ppm
- .eps
- Format
- Text
- Binary
- Category
- Raster Image
- Vector Image
- 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.
- An EPS file is a graphics file saved in the Encapsulated PostScript (EPS) file format. It may contain 2D vector graphics, bitmap images, and text. EPS files also include an embedded preview image in bitmap format.
- MIME Type
- image/x-portable-pixmap
- application/postscript
- Sample
- sample.ppm
- sample.eps
- Wikipedia
- .ppm on Wikipedia
- .eps on Wikipedia