Skip to content

Instantly share code, notes, and snippets.

@kogcyc
Created November 24, 2017 00:11
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