Skip to content

Instantly share code, notes, and snippets.

@dnmellen
Last active January 27, 2022 22:40
Show Gist options
  • Select an option

  • Save dnmellen/ab8755a52263edc48d0746e88269eab1 to your computer and use it in GitHub Desktop.

Select an option

Save dnmellen/ab8755a52263edc48d0746e88269eab1 to your computer and use it in GitHub Desktop.
Hipstergram: Bash script to convert images to a square aspect ratio with white background (Uses ImageMagick)
hipstergram='ls -1 | xargs -I{} convert -background white -gravity center {} -resize 1080x1080 -extent 1080x1080 i-{}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment