Skip to content

Instantly share code, notes, and snippets.

@QuantenGhost
Last active March 13, 2019 19:46
Show Gist options
  • Save QuantenGhost/ab8479d98b47c1f845b7b2ff020b8825 to your computer and use it in GitHub Desktop.
Save QuantenGhost/ab8479d98b47c1f845b7b2ff020b8825 to your computer and use it in GitHub Desktop.
brew update && brew install imagemagick
for i in *.j*g; do convert -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace RGB $i $i; done
@QuantenGhost
Copy link
Author

Google Pagespeed Insights image optimization guidelines: https://developers.google.com/speed/docs/insights/OptimizeImages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment