Faster, Smaller Screenshots
This release makes screenshot-heavy automation substantially faster while greatly reducing disk usage.
- Native screenshots now use fast PNG compression instead of occupying roughly the same space as raw RGBA pixels.
- In the 2560×1440 beta benchmark, median capture time decreased from 189.6 ms to 24.7 ms—about 7.7× faster.
- The benchmark image decreased from 14.07 MiB to about 90 KiB. Compression ratios will vary with image content.
- Screenshots remain standard PNG files compatible with existing image tools.
- Downscaled captures using
resolution_multiplierremain supported and use fast compression.
No API changes or migration steps are required.
Fix #12