Skip to content

Faster, Smaller Screenshots

Choose a tag to compare

@AGulev AGulev released this 16 Aug 18:26
· 16 commits to master since this release
fa4a0e6

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_multiplier remain supported and use fast compression.

No API changes or migration steps are required.

Fix #12