What is the difference between .t11 and .xpm?
- Extension
- .t11
- .xpm
- Format
- Binary
- Text
- Category
- Other
- Raster Image
- Developer
- Adobe Systems Incorporated
- X Consortium
- Description
- This is a format for storing and presenting text information. It’s also referred to as CID 2 and is basically used for imaging and creating complex fonts in PDF. It’s based on the TrueType system, but allows for more precise adjustment and allows for refined writing due to a 16-bit structure that is very important when displaying Asian language symbols.
- 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-cid
- image/x-xbitmap
- Sample
- sample.xpm
- Wikipedia
- .xpm on Wikipedia