Image MIME Reference
PaintShop-Pro-PSP
PaintShop Pro Image
image/x-paintshoppro
VS
X Bitmap (Legacy MIME Alias)
image/x-xbm
XBM
A complete technical comparison of PaintShop Pro Image and X Bitmap (Legacy MIME Alias) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | PaintShop-Pro-PSP | XBM |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | Yes | ✕ No |
| EXIF Metadata | Yes | ✕ No |
| ICC Color Profile | Yes | ✕ No |
PaintShop Pro Image
image/x-paintshoppro
Extension
.psp.pspimage.tub.pat
Container
PSP Chunk-based Format
Compression
Uncompressed / RLE (Run-Length Encoding) / LZ77
Algorithm
RLELZ77
Color Depth
8-bit (Indexed), 16-bit (Grayscale), 24-bit (RGB), 32-bit (RGBA), 48-bit (High Color)
Developed by
Jasc Software / Corel Corporation (Alludo)
Released
1990
Magic Bytes
7E 42 4B 00
X Bitmap (Legacy MIME Alias)
image/x-xbm
Extension
.xbm
Container
C Source Code Header (.h)
Compression
Uncompressed (Source Code)
Algorithm
None
Color Depth
1-bit (Monochrome)
Developed by
MIT / X Consortium (X Window System)
Released
1988
Magic Bytes
23 64 65 66 69 6e 65 (ASCII '#define')
Browser Support Comparison
| Browser | PaintShop-Pro-PSP | XBM |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ |
✓
|
PaintShop-Pro-PSP
PaintShop-Pro-PSP Strengths
- Provides robust, non-destructive editing capabilities with full support for vector layers, adjustment layers, and layer blend modes
- Historically offered a highly capable and affordable alternative to Adobe Photoshop's PSD format for Windows users
- Features proprietary support for 'Picture Tubes' (.tub), a unique brush technology that paints sequential or random raster objects along a path
Limitations
- Deeply proprietary format tied exclusively to the Corel/Alludo ecosystem
- Third-party software support (like GIMP or ImageMagick) is often limited to parsing older .psp files, frequently failing to render complex layers in modern .pspimage files
- No support in modern web browsers; must be exported to a flattened web format (JPEG/PNG) for online viewing
XBM
XBM Strengths
- Can be compiled directly into C or C++ source code without needing an external file loader or binary asset manager
- Human-readable structure allows developers to inspect, edit, or hand-craft tiny icons directly within a text editor
- Extremely predictable and lightweight for 1-bit hardware displays and embedded systems
Limitations
- Strictly limited to 1-bit monochrome (black and white) graphics with no gray or color support
- Text-based C syntax creates massive file bloat compared to binary 1-bit formats like PBM
- Completely deprecated in modern web browsers and desktop GUI frameworks
When to choose which format
PaintShop-Pro-PSP
Use PaintShop-Pro-PSP when…
- PaintShop Pro Multi-layer Project Archival
- Digital Art and Photo Retouching
- Picture Tubes (.tub) and Custom Patterns (.pat)
XBM
Use XBM when…
- X Window System (X11) Cursors and Icons
- Embedded C/C++ Firmware UI Assets
- Early 1990s Unix Web Graphics