Skip to content

Instantly share code, notes, and snippets.

@fordnox
Created January 24, 2019 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fordnox/8aabaade2ddd63e7d319464757eb7090 to your computer and use it in GitHub Desktop.
Save fordnox/8aabaade2ddd63e7d319464757eb7090 to your computer and use it in GitHub Desktop.
crop resize sharpen with image magic
convert *.png -set filename:base "%[basename]" -crop 2048x2048+0+0 -resize 640x640 -sharpen 0x1 res/"%[filename:base].png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment