What is the difference between .ppm and .fig?
- Extension
- .ppm
- .fig
- Format
- Text
- Category
- Raster Image
- Vector Image
- Developer
- Jef Poskanzer
- XFig
- 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.
- This is a file used for creating line plots in the form of vector images. They include text objects, splines, forms, arcs, lines and arrows. It can contain a set of colors, images and sketches. It was initially developed for the Xfig drawing program, but today it’s used in other drawing editors.
- MIME Type
- image/x-portable-pixmap
- application/x-xfig
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .fig on Wikipedia