Image MIME Reference
PaintShop-Pro-PSP
PaintShop Pro Image
image/x-paintshoppro
VS
Scalable Vector Graphics
image/svg+xml
SVG
A complete technical comparison of PaintShop Pro Image and Scalable Vector Graphics — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
SVG wins on browser support
Feature Support
| Feature | PaintShop-Pro-PSP | SVG |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | Yes |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | Yes | Yes |
| 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
Scalable Vector Graphics
image/svg+xml
Extension
.svg.svgz
Container
XML Document
Compression
Uncompressed (Plain Text XML) / Lossless (GZIP via .svgz)
Algorithm
None (for .svg)GZIP (for .svgz)
Color Depth
Vector (Independent of bit-depth), CSS Colors (HEX, RGB, HSL, Display-P3)
Developed by
World Wide Web Consortium (W3C)
Released
2001
Magic Bytes
3C 73 76 67 (for <svg) / 3C 3F 78 6D 6C (for <?xml)
Browser Support Comparison
| Browser | PaintShop-Pro-PSP | SVG |
|---|---|---|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓
|
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
SVG
SVG Strengths
- Provides infinite resolution scalability, looking perfectly crisp on high-DPI (Retina) displays without increasing file size
- Extremely lightweight compared to raster formats for flat graphics, logos, and UI elements
- Can be manipulated dynamically via the browser's CSS and JavaScript engines (DOM integration)
Limitations
- Unsuitable for complex photographic images or photorealistic textures
- Poses critical security vulnerabilities (XSS and XML External Entity attacks) if user-uploaded SVGs are not heavily sanitized
- Rendering performance degrades significantly if the SVG contains tens of thousands of complex nodes or deeply nested paths
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)
SVG
Use SVG when…
- Web Logos & UI Icons
- Responsive Web Design Elements
- Interactive Data Visualizations (D3.js)
- CSS and SMIL Web Animations