Gaussian Splatting Screenshot — Capture Any 3DGS Scene
Load a Gaussian Splatting file, orbit to the perfect angle, and export a high-resolution PNG screenshot. Runs entirely in your browser.
Last updated Mar 2026
Drop a 3DGS file to capture screenshots
Supports .ply, .splat, .ksplat, .spz (max 200 MB)
What You Should Know
How the Screenshot Tool Works
The screenshot tool loads your Gaussian Splatting file into a WebGL renderer (Spark.js), displays it in an interactive 3D viewport, and lets you capture the current view as a PNG image. When you click "Capture," the tool reads the WebGL canvas pixels using canvas.toBlob(), preserving the full resolution of the rendered frame. The resulting PNG includes the 3DGS scene exactly as you see it in the viewport — with all view-dependent color effects from spherical harmonics rendered correctly.
Resolution and Quality
Screenshots are captured at the native resolution of the viewport canvas. On high-DPI displays (Retina, 4K monitors), the canvas may render at 2x or higher device pixel ratio, producing detailed images. The output PNG uses lossless compression, so there is no quality loss in the exported file. For the best screenshot quality, use a source file with high SH degree (degree 2 or 3) and position the camera where view-dependent effects are most visible.
Supported Input Formats
All Gaussian Splatting formats are supported: PLY (3DGS format with spherical harmonics), SPLAT (32-byte format with base colors), KSplat (PlayCanvas SuperSplat format), and SPZ (Niantic compressed format). The tool automatically detects the format from the file extension and header. PLY and SPZ files with high SH degree will produce the most visually rich screenshots.
Use Cases
Common use cases include: creating preview thumbnails for 3DGS file libraries, generating images for documentation or research papers, capturing specific viewpoints for comparison studies (e.g., before/after optimization), creating marketing materials for 3D scanning services, and producing preview images for 3DGS files that cannot be embedded directly (e.g., in PDF reports or email).