Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lossless image optimizations saving 266 KiB #94

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Lossless image optimizations saving 266 KiB #94

wants to merge 2 commits into from

Conversation

KeenRivals
Copy link

Losslessly optimized PNG images with optipng and AdvanceComp.

Original Size Optimized Size Savings Savings (%)
2198 KiB 1932 KiB 266 KiB 12%

Commands used were:

find -iname "*.png" -exec optipng -o7 {} +
find -iname "*.png" -exec advdef -z4 -i50 {} +

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant