Skip to content

Instantly share code, notes, and snippets.

@qdzlug
Forked from cwvhogue/Local_thumbnails.sh
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save qdzlug/6a51c14049d77631881c to your computer and use it in GitHub Desktop.

Select an option

Save qdzlug/6a51c14049d77631881c to your computer and use it in GitHub Desktop.
time find . -name '*.jpg' -exec sh -c 'convert "{}" -thumbnail 10000@ -strip -quality 95 PNG8:`basename "{}" jpg`png' ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment