chore: convert large PNG/JPEG images to WebP for #7247#7529
chore: convert large PNG/JPEG images to WebP for #7247#7529jothikaaravindhan wants to merge 2 commits intolayer5io:masterfrom
Conversation
- Convert all PNG/JPEG >1MB in src/ to lossless/high-quality WebP - Update all references in MDX/JSX files - Delete original large files - Maintain visual quality (lossless for graphics, -q 90 for photos) Signed-off-by: Jothika Aravindhan <jothikaaravindhan@gmail.com>
Rajesh-Nagarajan-11
left a comment
There was a problem hiding this comment.
@jothikaaravindhan Please have a look why build is failing
|
@Rajesh-Nagarajan-11 |
|
Closing this PR as it introduced build failures due to missed image reference updates during the PNG/JPEG → WebP conversion. While working on optimizing large images, I converted multiple files but a few references (in MDX/YAML/GraphQL) were not fully updated, which resulted in build errors. Image references are updated correctly Please review the updated PR here: #7565 Thank you! |
Description
This PR addresses #7247 by reducing the size of overly large images (PNG/JPEG >1MB) in the
src/folder.All images are converted to WebP with no visible quality loss:
-q 90)Before/After sizes (selected examples):
cncf_hub_dashboard_mac.pnglayer5-five-mascot-means-business.pngjoin-the-community.pngAll references in MDX/JSX files have been updated to point to the
.webpversions. The original large files are deleted.Notes for Reviewers
Signed commits