Reduce size of png from 2.3MB to 1.3MB #7523
Reduce size of png from 2.3MB to 1.3MB #7523saurabhraghuvanshii merged 2 commits intolayer5io:masterfrom
Conversation
|
Hi @leecalcote ! In this PR, I focused on reducing the file size by compressing the PNG image (2.3MB → 1.3MB) using pngquant. I noticed that in PR #7474, images were converted from PNG to WebP along with MDX updates for better optimization. Would you prefer that I also convert this image to WebP and update references, or is PNG compression sufficient for this contribution? |
8c3cd92 to
0fa4ca4
Compare
|
🚀 Preview for commit 0fa4ca4 at: https://69baeb3ae283bf49d609de9d--layer5.netlify.app |
|
Webp please but without comprising the quality |
|
@jothikaaravindhan use webp format and reduce to kb |
|
🚀 Preview for commit 97439d4 at: https://69c18d71c919f200d6668b4b--layer5.netlify.app |
Signed-off-by: Jothika Aravindhan <jothikaaravindhan@gmail.com>
97439d4 to
3c46bd7
Compare
|
🚀 Preview for commit 3c46bd7 at: https://69c1b9b82a7f5a89a3bd8558--layer5.netlify.app |
|
Thanks @jothikaaravindhan LGTM!! |
Description
Reduced the size of an overly large PNG image identified in issue #7247.
Changes
How it was identified
Used:
find . -type f -size +2M | grep pngNotes