Skip to content

Instantly share code, notes, and snippets.

@nndda
Last active September 1, 2023 12:25
Show Gist options
  • Save nndda/0eabb3694615f71288332a057aa0027d to your computer and use it in GitHub Desktop.
Save nndda/0eabb3694615f71288332a057aa0027d to your computer and use it in GitHub Desktop.

batch resize images with ImageMagick

magick mogrify -resize 500 -quality 100 -path ./ *.webp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment