Skip to content

Instantly share code, notes, and snippets.

@Enelar
Created July 11, 2017 15:53
Show Gist options
  • Save Enelar/674b175dcc0440b8f0c5df79d90589ba to your computer and use it in GitHub Desktop.
Save Enelar/674b175dcc0440b8f0c5df79d90589ba to your computer and use it in GitHub Desktop.
Shrink humongous JPG files in directory recursive
find | egrep \.jp?g? | pv -e -p -t | parallel xargs -n1 mogrify -resize '1080x1080>' -quality '80>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment