Created
August 31, 2021 14:24
-
-
Save sgnm/0b1803b14fe6af84cc3a77cc2a5be8b4 to your computer and use it in GitHub Desktop.
Compress images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//compression | |
//png | |
pngquant --ext .png --force ./*.png | |
//jpg | |
jpegoptim --strip-all ./*.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment