Skip to content

Instantly share code, notes, and snippets.

@cr0cK
Last active December 1, 2023 18:50
Show Gist options
  • Save cr0cK/966ab5419194fff4fec7e5b45dc8398c to your computer and use it in GitHub Desktop.
Save cr0cK/966ab5419194fff4fec7e5b45dc8398c to your computer and use it in GitHub Desktop.
for file in *.png; do convert $file -resize x1280 -quality 60 ${file/png/jpg}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment