Image MIME Reference
CNS-INF2
Comverse Network Systems INF2 Image
image/vnd.cns.inf2
VS
JPEG XS Codestream
image/jxsc
JPEG-XS-Codestream
A complete technical comparison of Comverse Network Systems INF2 Image and JPEG XS Codestream — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | CNS-INF2 | JPEG-XS-Codestream |
|---|---|---|
| Transparency (Alpha) | ✕ No | Yes |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | Yes |
| EXIF Metadata | ✕ No | ✕ No |
| ICC Color Profile | ✕ No | ✕ No |
Comverse Network Systems INF2 Image
image/vnd.cns.inf2
Extension
.inf2
Container
Proprietary Comverse Container
Compression
Proprietary
Algorithm
Unknown (Proprietary Telecom Encoding)
Color Depth
Unknown
Developed by
Comverse Network Systems (Ann McLaughlin)
Released
1999
Magic Bytes
Unknown (Proprietary)
JPEG XS Codestream
image/jxsc
Extension
.jxsc.jxs
Container
None (Raw Codestream)
Compression
Lossy (Visually Lossless) / Mathematically Lossless
Algorithm
JPEG XS (ISO/IEC 21122-1)
Color Depth
8-bit, 10-bit, 12-bit, 14-bit, 16-bit
Developed by
Joint Photographic Experts Group (JPEG) / intoPIX
Released
2019
Magic Bytes
FF 10
Browser Support Comparison
| Browser | CNS-INF2 | JPEG-XS-Codestream |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
CNS-INF2
CNS-INF2 Strengths
- Historically allowed Comverse to standardize media transmission internally across their global telecom messaging platforms
Limitations
- Completely obsolete and non-functional outside of decommissioned telecom infrastructure
- Undocumented, closed-source binary structure
- Zero support in modern image processing libraries like ImageMagick, libvips, or FFmpeg
JPEG-XS-Codestream
JPEG-XS-Codestream Strengths
- Eliminates container overhead, maximizing parsing speed and minimizing latency to fractions of a millisecond
- Highly optimized for direct hardware implementation in FPGAs and ASICs
- Perfect for continuous data streaming over IP networks without needing to establish file headers
Limitations
- Lacks standard container metadata (EXIF, XMP, ICC profiles), meaning color space and orientation data must be handled externally or out-of-band
- Zero support in web browsers or standard consumer operating systems
- Often requires specialized broadcast hardware or custom software libraries to decode
When to choose which format
CNS-INF2
Use CNS-INF2 when…
- Legacy Telecom Infrastructure
- Historical Comverse Unified Messaging Systems
- Proprietary Server-to-Server Media Exchange
JPEG-XS-Codestream
Use JPEG-XS-Codestream when…
- Hardware Decoding Pipelines (FPGA/ASIC)
- Live Broadcast Infrastructure
- Video over IP Transport
- Embedded Camera Systems