Image MIME Reference
CNS-INF2
Comverse Network Systems INF2 Image
image/vnd.cns.inf2
VS
Khronos Texture 2.0
image/ktx2
KTX2
A complete technical comparison of Comverse Network Systems INF2 Image and Khronos Texture 2.0 — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | CNS-INF2 | KTX2 |
|---|---|---|
| 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)
Khronos Texture 2.0
image/ktx2
Extension
.ktx2
Container
KTX 2.0
Compression
Basis Universal (ETC1S / UASTC) / Zstandard (zstd) Supercompression / Uncompressed
Algorithm
ETC1SUASTCZstandard (zstd)Raw GPU Formats (ASTC, BCn)
Color Depth
8-bit, 16-bit, 32-bit (Float)
Developed by
Khronos Group
Released
2021
Magic Bytes
AB 4B 54 58 20 32 30 BB 0D 0A 1A 0A
Browser Support Comparison
| Browser | CNS-INF2 | KTX2 |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
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
KTX2
KTX2 Strengths
- Universal hardware compatibility: write once, transcode anywhere to the target GPU's preferred format (ASTC, BC7, PVRTC, etc.)
- Drastically reduces transmission size over networks thanks to Basis Universal and Zstandard supercompression
- Seamless integration with the glTF ecosystem for optimized 3D asset delivery
Limitations
- Requires WebAssembly (Wasm) decoders and JavaScript loaders for web viewing, increasing initial application payload slightly
- Encoding textures into high-quality Basis Universal UASTC can be computationally intensive and slow
- Zero support in traditional 2D image viewers or native OS previews
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
KTX2
Use KTX2 when…
- glTF 3D Models (KHR_texture_basisu)
- WebGPU and WebGL Applications
- Game Engines (Unity, Unreal, Godot)
- Augmented and Virtual Reality (AR/VR)