Skip to content

Instantly share code, notes, and snippets.

@karpitsky
Last active June 12, 2019 12:09
Show Gist options
  • Save karpitsky/19fdd082912938661213d03f4209bcad to your computer and use it in GitHub Desktop.
Save karpitsky/19fdd082912938661213d03f4209bcad to your computer and use it in GitHub Desktop.
jpeg optimization without loosing color
cd images/
find . -iname "*.jp*" -print0 | xargs -0 jpegoptim -v --strip-exif --strip-iptc --strip-xmp --all-progressive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment