Commit Graph

4 Commits

Author SHA1 Message Date
James f8f7f69db8 Resize captures to 50% before serving
Uses sips to halve the image width, reducing transfer size and
downstream processing cost.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 02:57:27 -05:00
James 202f771434 Fix findLatestScreenshot sorting by pre-fetching file info
The sort comparator was calling Info() and silently discarding errors,
which could cause nil dereferences or incorrect ordering. Pre-fetch
ModTime into a struct so the sort always has valid data.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 01:08:53 -05:00
James 32b97d4f27 chore: uncommitted changes auto-commit 2026-02-07 16:31:38 -05:00
Johan Jongsma fbd5c87dbf Initial commit 2026-02-01 08:04:10 +00:00