Problem to Fix
The two decorative images shown in the project's README are each about 6.3 MB. They are AI-generated illustrations used purely for visual flair, so they do not need to be high resolution. At their current size they inflate the repository and slow down anyone loading the README.
Why it Matters
Every visitor to the project page on GitHub downloads these images. Large decorative assets waste bandwidth, slow down the page, and bloat the repository's history for every contributor cloning it.
General Approach
Shrink both images to a reasonable display width and re-encode them in a more efficient format better suited for photographic-style illustrations. Update the README to point at the new files and remove the originals.
Complexity
Verification / QA effort: trivial
Open the README on GitHub and confirm both images still render correctly and look visually acceptable.
Acceptance Criteria
- Both README images are under 500 KB each
- Both images still render correctly in the rendered README on GitHub
- README references are updated to the new file paths
- The original oversized files are no longer present in the repository
Problem to Fix
The two decorative images shown in the project's README are each about 6.3 MB. They are AI-generated illustrations used purely for visual flair, so they do not need to be high resolution. At their current size they inflate the repository and slow down anyone loading the README.
Why it Matters
Every visitor to the project page on GitHub downloads these images. Large decorative assets waste bandwidth, slow down the page, and bloat the repository's history for every contributor cloning it.
General Approach
Shrink both images to a reasonable display width and re-encode them in a more efficient format better suited for photographic-style illustrations. Update the README to point at the new files and remove the originals.
Complexity
Verification / QA effort: trivial
Open the README on GitHub and confirm both images still render correctly and look visually acceptable.
Acceptance Criteria