What is the difference between .pct and .xpm?
- Extension
- .pct
- .xpm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Apple
- X Consortium
- Description
- A PCT file is an image saved in the Macintosh PICT format, which was developed by Apple in 1984 for storing images using Apple QuickDraw technology. It contains image data in one of two formats, PICT 1, the original format that stores 8 colors, or PICT 2, a newer format that allows thousands of colors (24 and 32-bit images). PCT files support both raster and vector images.
- 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
- image/x-pict
- image/x-xbitmap
- Sample
- sample.pct
- sample.xpm
- Wikipedia
- .pct on Wikipedia
- .xpm on Wikipedia