Skip to content

Instantly share code, notes, and snippets.

@f9n
Last active April 1, 2018 18:49
Show Gist options
  • Select an option

  • Save f9n/bc212411093fb98c4fc4e8b7e00cdec0 to your computer and use it in GitHub Desktop.

Select an option

Save f9n/bc212411093fb98c4fc4e8b7e00cdec0 to your computer and use it in GitHub Desktop.
Suitable picture for telegram
#!/usr/bin/env bash
mkdir suitablepics
for file in $(ls *.jpg); do
convert $file -resize 512x512 suitablepics/${file/%jpg/png}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment