Skip to content

Instantly share code, notes, and snippets.

@sergebat
Created April 18, 2017 11:09
Show Gist options
  • Select an option

  • Save sergebat/060637ce0bc5d00f29c650089f09c77b to your computer and use it in GitHub Desktop.

Select an option

Save sergebat/060637ce0bc5d00f29c650089f09c77b to your computer and use it in GitHub Desktop.
Combine all card*.png with a single frame.png and emit results into "result" folder
for %f in (card*.png) do magick frame.png %~nf.png -composite result/%~nf.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment