Skip to content

Instantly share code, notes, and snippets.

@znut
Created December 10, 2018 05:58
Show Gist options
  • Save znut/4e0cd4dd4d7dd66f60497b3b8d02601b to your computer and use it in GitHub Desktop.
Save znut/4e0cd4dd4d7dd66f60497b3b8d02601b to your computer and use it in GitHub Desktop.
convert images to jpg
find . -type f -exec convert {} -quality 80 {}.jpg \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment