Skip to content

Instantly share code, notes, and snippets.

@iegik
Last active October 21, 2023 13:59
Show Gist options
  • Save iegik/39146ba62f22c0c05914ee70eb32ad8f to your computer and use it in GitHub Desktop.
Save iegik/39146ba62f22c0c05914ee70eb32ad8f to your computer and use it in GitHub Desktop.

Resize

for i in *.png; do convert "$i" -resize 1024x ; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment