Created
April 18, 2017 11:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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