Skip to content

Instantly share code, notes, and snippets.

@kogcyc
Created November 24, 2017 00:11
Show Gist options
  • Save kogcyc/1c5cec05ff5bb3430d50dc7a9b215dac to your computer and use it in GitHub Desktop.
Save kogcyc/1c5cec05ff5bb3430d50dc7a9b215dac to your computer and use it in GitHub Desktop.
resize a set of animation frame, via Imagemagick, by adding a black border
convert *.png -background black -gravity center -extent 1280x720 -set filename:f '%t' '%[filename:f].jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment