Free webp to jpg
Image MIME Reference
ICO

Windows Icon (Legacy MIME)

image/x-icon
VS

SealedMedia SoftSeal JPEG

image/vnd.sealedmedia.softseal.jpg
SoftSeal-JPEG

A complete technical comparison of Windows Icon (Legacy MIME) and SealedMedia SoftSeal JPEG — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

ICO wins on browser support

Feature Support

Feature ICO SoftSeal-JPEG
Transparency (Alpha) Yes ✕ No
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support ✕ No ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
Windows Icon (Legacy MIME)
image/x-icon
Extension
.ico
Container ICO Directory Structure
Compression Uncompressed (DIB/BMP) / Deflate (Embedded PNG)
Algorithm
NoneDeflate (via PNG)
Color Depth 1-bit, 4-bit, 8-bit, 24-bit (True Color), 32-bit (RGBA)
Developed by Microsoft Corporation
Released 1985
Magic Bytes
00 00 01 00
Full ICO reference →
SealedMedia SoftSeal JPEG
image/vnd.sealedmedia.softseal.jpg
Extension
.sjpg.sealed-jpg.sealed-jpeg
Container SealedMedia SoftSeal Wrapper
Compression Encrypted Payload (DCT)
Algorithm
AES EncryptionDiscrete Cosine Transform (Internal JPEG payload)
Color Depth Encrypted Payload (Historically 24-bit RGB)
Developed by SealedMedia (Acquired by Oracle Corporation)
Released Late 1990s
Magic Bytes
Unknown (Proprietary SealedMedia Container)
Full SoftSeal-JPEG reference →

Browser Support Comparison

Browser ICO SoftSeal-JPEG
Chrome Chrome
✓ 1
Firefox Firefox
✓ 1
Safari Safari
✓ 1
Edge Edge
✓ 12
IE IE (Legacy)
ICO

ICO Strengths

  • Universally supported by every web browser in existence for website favicons
  • Packs multiple resolutions into a single file, eliminating the need to serve different files for the taskbar vs. the desktop
  • Modern support for embedded PNGs (since Windows Vista) allows for excellent 32-bit transparency (alpha channels) and drastically reduced file sizes
Limitations
  • Internal file structure is convoluted due to decades of legacy cruft, such as the requirement for BMP data to lack a standard file header but double the height property for an archaic XOR/AND mask
  • Larger file size compared to a single optimized PNG or SVG, as it literally stores the same image multiple times at different scales
  • The MIME type landscape is highly fragmented (x-icon vs. vnd.microsoft.icon), causing occasional caching or strict-MIME validation errors on restrictive servers
SoftSeal-JPEG

SoftSeal-JPEG Strengths

  • Offered persistent document security; if a sensitive photo was emailed outside the company, it remained encrypted and unviewable without server authentication
  • Administrators possessed the ability to remotely revoke viewing rights to a specific image globally at any time
Limitations
  • Completely proprietary and relies on a central authentication server; if the server goes offline or the product is deprecated, the image is permanently inaccessible
  • Zero support in modern operating systems, web browsers, or standard image editing suites without heavy enterprise client installations
  • Oracle effectively discontinued the IRM product line, stranding many legacy sealed documents

When to choose which format

ICO
Use ICO when…
  • Website Favicons (favicon.ico)
  • Windows Application Executable Icons (.exe)
  • Desktop Shortcut Icons
SoftSeal-JPEG
Use SoftSeal-JPEG when…
  • Enterprise Information Rights Management (IRM)
  • Secure Distribution of Sensitive Photography
  • Revocable Corporate Document Access
Share this comparison