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
- Bitmap image used by the X Windows System, a (GUI) used to run networked client-server computers; supports monochrome, gray-scale, and color pixmap data; stores pixmaps as static character arrays in the C programming language.
- MIME Type
- image/vnd.adobe.photoshop
- image/x-xbitmap
- Sample
- sample.psb
- sample.xpm
- Wikipedia
- .psb on Wikipedia
- .xpm on Wikipedia