trimstray / nginx-admins-handbook

How to improve NGINX performance, security, and other important things.
MIT License
13.48k stars 1.08k forks source link

losslessly optimise PNG images #20

Closed petecooper closed 4 years ago

petecooper commented 4 years ago

Screenshot 2020-04-20 at 14 09 43

I losslessly squashed the PNG images while I read through some text. ImageOptim 1.8.3 for macOS.

petecooper commented 4 years ago

@trimstray I re-read the contributing guidelines - do you want me to resubmit with a contributor sign off?

SuperSandro2000 commented 4 years ago

do you want me to resubmit with a contributor sign off?

You can amend it with git commit --amend --signoff and force-push this PR.

petecooper commented 4 years ago

@SuperSandro2000 - today I learned. Thank you!