What is the difference between .fig and .xpm?
- Extension
- .fig
- .xpm
- Format
- Text
- Category
- Vector Image
- Raster Image
- Developer
- XFig
- X Consortium
- Description
- 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.
- The XPM (X11 Pixmap Graphic) file format is a plain text file format used to store pixmap images, which are pixel-based graphics. It is designed for use with the X Window System, commonly used in Unix and Linux environments. XPM files define images in a structured format, using ASCII text to describe each pixel's color and location within the image. This format supports both monochrome and color images and allows for the definition of custom color palettes.
- MIME Type
- application/x-xfig
- image/x-xbitmap
- Sample
- sample.xpm
- Wikipedia
- .fig on Wikipedia
- .xpm on Wikipedia