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

Apply pngcrush, advpng and optipng to all png images to reduce their size #1494

Merged
merged 2 commits into from
Sep 28, 2022

Conversation

paskal
Copy link
Sponsor Collaborator

@paskal paskal commented Sep 20, 2022

Commands used:

find . -type f -iname "*.png" -exec optipng -o7 -preserve {} \;
find . -type f -iname "*.png" -exec pngcrush -rem allb -brute -reduce -ow {} \;
find . -type f -iname "*.png" -exec advpng -z4 {} \;

Commands used:

```
find . -type f -iname "*.png" -exec advpng -z4 {} \;
find . -type f -iname "*.png" -exec optipng -o7 -preserve {} \;
find . -type f -iname "*.png" -exec pngcrush -rem allb -brute -reduce -ow {} \;
```
@umputun umputun merged commit a6a9270 into master Sep 28, 2022
@umputun umputun deleted the paskal/pngcrush branch September 28, 2022 21:05
@paskal paskal added this to the v1.10.2 milestone Oct 20, 2022
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.

3 participants