SPLAT to SPZ Converter — Compress Your 3DGS Scene
Convert SPLAT Gaussian Splatting files to SPZ format — smaller, standards-aligned, future-proof.
Last updated Mar 2026
- 1Upload
- 2Convert
- 3Download
Drag SPLAT file here, or click to upload
What You Should Know
Why Convert SPLAT to SPZ?
SPLAT is the most widely supported web format for Gaussian Splatting today, but SPZ is the format aligned with the Khronos/Niantic standard for the future. Converting existing SPLAT files to SPZ achieves significant file size reduction — typically 4–6x smaller — while adopting the format that will have the broadest long-term support. This is valuable if you are archiving 3DGS scenes for future use, or if you are migrating your workflow to SPZ-native tooling such as Niantic Scaniverse.
SH Data Note: SPLAT to SPZ
A key point about SPLAT-to-SPZ conversion: SPLAT files do not contain spherical harmonics data. They store only base color per Gaussian. When converting SPLAT to SPZ, the SPZ output will have the same SH limitation — the resulting SPZ file will be SH-free, with only DC (base color) coefficients. This means you will not gain view-dependent color effects from the conversion; you are only gaining compression efficiency and format modernization. To have SH in SPZ, you need to start from a PLY file that contains SH data.
Compression Ratios: SPLAT to SPZ
A typical SPLAT file will compress to about 15–25% of its original size when converted to SPZ. A 200 MB SPLAT file (approximately 6.25 million Gaussians) typically produces an SPZ file of 30–50 MB. The compression comes primarily from quantizing position, scale, and color values and applying gzip compression, which is highly effective on the repetitive structure of Gaussian parameter data.
SPLAT vs SPZ
| Feature | SPLAT | SPZ |
|---|---|---|
| File Size | Medium — ~50% of equivalent PLY | Very small — ~10% of equivalent PLY |
| Spherical Harmonics | No — base color only (SH stripped) | Yes — preserved through gzip compression |
| Web Compatibility | Broad — widely supported by web viewers | Excellent — Khronos/Niantic standard |
| Compression | Moderate — fixed 32-byte layout | Excellent — quantization + gzip (~90% vs PLY) |
| Progressive Loading | No | No |
| Typical Use | Web sharing, antimatter15 viewer, broad compatibility | Web delivery, archiving, Scaniverse, long-term storage |