Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tibovanheule/b5193412b3adc9dce78fdf2e73e0fb60 to your computer and use it in GitHub Desktop.
Save tibovanheule/b5193412b3adc9dce78fdf2e73e0fb60 to your computer and use it in GitHub Desktop.
mkdir ./output
# May need to change the gravity and size parameters
mogrify -path ./output -depth 8 -compress LZW -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace RGB -size 1000x1000 -thumbnail 500x500^ -gravity north -extent 500x500 +profile "*" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment