What is the difference between .pcd and .xpm?
- Extension
- .pcd
- .xpm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Kodak
- X Consortium
- Description
- This format was developed by Kodak in order to store images on optical or other media. It is used as a format for archiving scanned documents on Kodak devices. It encodes images in 24-bit color and supports resolutions of up to 6144x4096 pixels.
- 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-photo-cd
- image/x-xbitmap
- Sample
- sample.pcd
- sample.xpm
- Wikipedia
- .pcd on Wikipedia
- .xpm on Wikipedia