Free webp to jpg
Image MIME Reference
SoftSeal-JPEG

SealedMedia SoftSeal JPEG

image/vnd.sealedmedia.softseal.jpg
VS

Truevision TGA (Legacy MIME Alias)

image/x-tga
TGA

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

Equal browser support

Feature Support

Feature SoftSeal-JPEG TGA
Transparency (Alpha) ✕ No Yes
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support ✕ No ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
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 →
Truevision TGA (Legacy MIME Alias)
image/x-tga
Extension
.tga.icb.vda.vst
Container Truevision TGA Footer/Header
Compression Uncompressed / Run-Length Encoding (RLE)
Algorithm
NoneRLE
Color Depth 8-bit (Grayscale or Indexed), 16-bit (High Color), 24-bit (True Color), 32-bit (True Color with Alpha Channel)
Developed by Truevision Inc.
Released 1984
Magic Bytes
54 52 55 45 56 49 53 49 4F 4E 2D 58 46 49 4C 45 2E 00 (At the end of the file)
Full TGA reference →

Browser Support Comparison

Browser SoftSeal-JPEG TGA
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
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
TGA

TGA Strengths

  • Incredibly simple byte layout allows developers to write custom loaders and exporters in a few dozen lines of code, bypassing the need for heavy external libraries
  • Native support for 8-bit alpha channels ensures flawless transparency masking for real-time 3D rendering
  • Fast, predictable RLE decoding requires almost no CPU overhead compared to DEFLATE (PNG) or DCT (JPEG)
Limitations
  • RLE compression is relatively weak by modern standards, resulting in large file sizes
  • Lacks a standard magic byte header at the beginning of the file, making file-sniffing unreliable for older v1.0 files
  • Zero support in web browsers; must be converted to PNG or WebP for web delivery

When to choose which format

SoftSeal-JPEG
Use SoftSeal-JPEG when…
  • Enterprise Information Rights Management (IRM)
  • Secure Distribution of Sensitive Photography
  • Revocable Corporate Document Access
TGA
Use TGA when…
  • Video Game 3D Textures and Materials
  • 3D Rendering and Animation Sequences
  • Legacy Video Production Workflows
Share this comparison