mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
* perf(vishot-runner-electron): compress and downscale AVIF screenshots The capture pipeline was emitting AVIF at default quality with no resolution cap, so 4K displays produced ~800KB per screenshot (~42MB total for the tamagotchi manual). Add quality 50, speed 6, and a 1920px max-width downscale — expected output drops to ~20-40KB each with no visible quality loss for UI documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * perf(docs): regenerate manual screenshots with compression Re-capture all 27 tamagotchi manual screenshots using the new AVIF pipeline settings (quality 50, max-width 1920px, speed 6). Before: ~800KB per image, ~42MB total (4K @ default quality) After: ~15-38KB per image, ~1MB total (1920px @ quality 50) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-Authored-By-Agent: Claude Opus 4.6 <noreply@anthropic.com>