Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upApplying lossless compression to unoptimized png files in images #299
Conversation
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
🙏🏼 Thanks! |
Why:
This PR aims to solve #298.
What's being changed:
I optimized the size of PNGs in the
assets/imagesby using lossless compression algorithm on them. The new size of the optimized PNGs in this PR vary between 49% and 93% of their original size. This PR reduces the total size of the images by ~2457 KB.Check off the following: