Reduce size of png from 2.3MB to 1.3MB #7523
Open
jothikaaravindhan wants to merge 1 commit intolayer5io:masterfrom
Open
Reduce size of png from 2.3MB to 1.3MB #7523jothikaaravindhan wants to merge 1 commit intolayer5io:masterfrom
jothikaaravindhan wants to merge 1 commit intolayer5io:masterfrom
Conversation
Author
|
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? |
Signed-off-by: Jothika Aravindhan <jothikaaravindhan@gmail.com>
8c3cd92 to
0fa4ca4
Compare
Member
|
🚀 Preview for commit 0fa4ca4 at: https://69baeb3ae283bf49d609de9d--layer5.netlify.app |
Member
|
Webp please but without comprising the quality |
Member
|
@jothikaaravindhan use webp format and reduce to kb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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