Skip to content

Instantly share code, notes, and snippets.

@citricacid-pl
Created August 30, 2018 11:02
Show Gist options
  • Save citricacid-pl/f16e54adf5cfe597f5b078fcc00b6d9d to your computer and use it in GitHub Desktop.
Save citricacid-pl/f16e54adf5cfe597f5b078fcc00b6d9d to your computer and use it in GitHub Desktop.
Resize images only in current dir
find . -maxdepth 1 -iname "*.png" -exec convert \{} -verbose -resize 154x100\> \{} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment