Image MIME Reference
SoftSeal-GIF
SealedMedia SoftSeal GIF
image/vnd.sealedmedia.softseal.gif
VS
Scalable Vector Graphics
image/svg+xml
SVG
A complete technical comparison of SealedMedia SoftSeal GIF 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 | SoftSeal-GIF | SVG |
|---|---|---|
| Transparency (Alpha) | ✕ No | Yes |
| Animation Support | ✕ No | Yes |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | Yes |
| EXIF Metadata | ✕ No | ✕ No |
| ICC Color Profile | ✕ No | ✕ No |
SealedMedia SoftSeal GIF
image/vnd.sealedmedia.softseal.gif
Extension
.sgif.sealed-gif
Container
SealedMedia SoftSeal Wrapper
Compression
Encrypted Payload (LZW)
Algorithm
AES EncryptionLZW (Internal GIF payload)
Color Depth
Encrypted Payload (Historically up to 8-bit Indexed)
Developed by
SealedMedia (Acquired by Oracle Corporation)
Released
Late 1990s
Magic Bytes
Unknown (Proprietary SealedMedia Container)
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 | SoftSeal-GIF | SVG |
|---|---|---|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓
|
SoftSeal-GIF
SoftSeal-GIF Strengths
- Provided robust, persistent security that traveled with the file, ensuring images could not be leaked even if sent outside the corporate firewall
- Enabled dynamic revocation, meaning administrators could instantly kill access to a file globally
Limitations
- Completely proprietary and dependent on an active authentication server; if the DRM server dies, the image is permanently locked
- Zero support in modern operating systems, web browsers, or standard image editing suites without heavy enterprise client installations
- Often caused massive friction for legitimate end-users trying to view documents
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
SoftSeal-GIF
Use SoftSeal-GIF when…
- Enterprise Information Rights Management (IRM)
- Secure Distribution of Corporate Assets
- Revocable Medical, Legal, or Financial Imaging
SVG
Use SVG when…
- Web Logos & UI Icons
- Responsive Web Design Elements
- Interactive Data Visualizations (D3.js)
- CSS and SMIL Web Animations