What is the difference between .t11 and .ppm?
- Extension
- .t11
- .ppm
- Format
- Binary
- Text
- Category
- Other
- Raster Image
- Developer
- Adobe Systems Incorporated
- Jef Poskanzer
- 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.
- 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.
- MIME Type
- application/x-cid
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia