Skip to content

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

Merged
umputun merged 2 commits intomasterfrom
paskal/pngcrush
Sep 28, 2022
Merged

Apply pngcrush, advpng and optipng to all png images to reduce their size#1494
umputun merged 2 commits intomasterfrom
paskal/pngcrush

Conversation

@paskal
Copy link
Copy Markdown
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 {} \;
```
@paskal paskal requested a review from umputun as a code owner September 20, 2022 20:46
@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