Skip to content

Instantly share code, notes, and snippets.

@iworks
Created July 5, 2018 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iworks/9cc577aa445087062f9619e1f385094e to your computer and use it in GitHub Desktop.
Save iworks/9cc577aa445087062f9619e1f385094e to your computer and use it in GitHub Desktop.
Make images to WordPress
#!/usr/bin/env bash
du -hs
mogrify -resize 2000 *
jpegoptim * -m85
exiftool -all= $(find -type f|grep -i jpg)
rm *_original
du -hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment