Image MIME Reference
PJPEG
Progressive JPEG (Legacy IE Alias)
image/pjpeg
VS
SealedMedia Portable Network Graphics
image/vnd.sealed.png
Sealed-PNG
A complete technical comparison of Progressive JPEG (Legacy IE Alias) and SealedMedia Portable Network Graphics — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
PJPEG wins on browser support
Feature Support
| Feature | PJPEG | Sealed-PNG |
|---|---|---|
| Transparency (Alpha) | ✕ No | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | Yes | ✕ No |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | Yes | ✕ No |
| ICC Color Profile | Yes | ✕ No |
Progressive JPEG (Legacy IE Alias)
image/pjpeg
Extension
.jpeg.jpg.pjpeg.pjp.jfif
Container
JPEG (ISO/IEC 10918-1)
Compression
Lossy (DCT)
Algorithm
Discrete Cosine Transform (DCT)
Color Depth
8-bit, 12-bit
Developed by
Joint Photographic Experts Group / Microsoft (Alias)
Released
1992
Magic Bytes
FF D8 FF E0 (JFIF) / FF D8 FF E1 (Exif)
SealedMedia Portable Network Graphics
image/vnd.sealed.png
Extension
.spng.sealed-png
Container
SealedMedia / Oracle IRM Wrapper
Compression
Encrypted Payload (Deflate)
Algorithm
AES EncryptionDeflate (Internal PNG payload)
Color Depth
Encrypted Payload
Developed by
SealedMedia (Acquired by Oracle Corporation)
Released
Late 1990s / Early 2000s
Magic Bytes
Unknown (Proprietary SealedMedia Container)
Browser Support Comparison
| Browser | PJPEG | Sealed-PNG |
|---|---|---|
|
|
✓ All
|
✕ |
|
|
✓ All
|
✕ |
|
|
✓ All
|
✕ |
|
|
✓ All
|
✕ |
|
|
✓
|
✕ |
PJPEG
PJPEG Strengths
- Progressive JPEGs (which this MIME type attempted to describe) provide excellent perceived loading speeds on slow connections by rendering a low-resolution preview first
- Files sent with this MIME type are fully backwards compatible with any standard JPEG decoder
Limitations
- It is a non-standard MIME type that violates IANA specifications
- Causes strict file upload validation scripts to fail if not explicitly whitelisted or mapped
- Creates unnecessary confusion, as the official image/jpeg MIME type already fully encompasses progressive encoding
Sealed-PNG
Sealed-PNG Strengths
- Provided absolute control over intellectual property, allowing enterprise administrators to instantly revoke viewing rights of a local file globally
- Detailed audit trails tracked exactly who opened the image, when, and from what IP address
Limitations
- Completely proprietary and relies on a central authentication server; if the server goes offline, the image is permanently inaccessible
- No support in modern operating systems, web browsers, or standard image editing software without installing heavy enterprise DRM clients
- Oracle effectively deprecated the IRM product line, leaving legacy sealed documents difficult to recover
When to choose which format
PJPEG
Use PJPEG when…
- Legacy Internet Explorer File Uploads
- Progressive Image Rendering (Historical context)
Sealed-PNG
Use Sealed-PNG when…
- Enterprise Information Rights Management (IRM)
- Secure Corporate Intellectual Property Distribution
- Revocable Medical or Legal Imaging