You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(snapshots): Add 40M pixel limit validation for snapshot images (#3179)
The backend enforces a 40M pixel limit per image during snapshot
comparison
(`MAX_DIFF_PIXELS`), but oversized images were only rejected at
comparison
time, wasting upload bandwidth. The CLI now checks `width * height`
against
the 40,000,000 pixel threshold before uploading and reports all
violations
with their dimensions.
Refs EME-885
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
0 commit comments