Skip to content

Instantly share code, notes, and snippets.

@freele
Last active March 9, 2020 10:47
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 freele/8fc6f6f92ceb1bcc3c0d89a3db7d772b to your computer and use it in GitHub Desktop.
Save freele/8fc6f6f92ceb1bcc3c0d89a3db7d772b to your computer and use it in GitHub Desktop.
Create stickers for Telegram from images
#!/usr/bin/env bash
rm thumbnail*
convert *{.jpg,.png}* -thumbnail '512x512>' -gravity center -background transparent -extent 512x512 thumbnail.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment