What is the difference between .tm2 and .xpm?
- Extension
- .tm2
- .xpm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Sony
- X Consortium
- Description
- It is a Sony Playstation 2 file used to store image textures. TM2 file isn't compatible with computers, so you have to convert it to a suitable file to view it on a PC.
- 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-ps2-tim2
- image/x-xbitmap
- Sample
- sample.xpm
- Wikipedia
- .xpm on Wikipedia