What is the difference between .psb and .xpm?
- Extension
- .psb
- .xpm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Adobe Systems
- X Consortium
- Description
- Format used for saving large Photoshop documents over 30,000 by 30,000 pixels in size; supports images up to 300,000 by 300,000 pixels; to enable .psb support, check the "Enable Large Document Format" within the File Handling pane of the Photoshop Preferences window
- 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/vnd.adobe.photoshop
- image/x-xbitmap
- Sample
- sample.psb
- sample.xpm
- Wikipedia
- .psb on Wikipedia
- .xpm on Wikipedia