Skip to content

Instantly share code, notes, and snippets.

@ku6ryo
Last active April 11, 2022 14:04
Show Gist options
  • Select an option

  • Save ku6ryo/17bb5406336a54520c0bcf0761b71932 to your computer and use it in GitHub Desktop.

Select an option

Save ku6ryo/17bb5406336a54520c0bcf0761b71932 to your computer and use it in GitHub Desktop.
ImageMagick center cropping
magick convert original/*.jpg -thumbnail 500x500^ -gravity center -extent 500x500 square/i.jpg

The output will be i-0.jpg, i-1.jpg ...

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