Created
March 5, 2012 03:56
-
-
Save davidklaw/1976468 to your computer and use it in GitHub Desktop.
Builds a montage of images against a background color and background image
This file contains 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
montage -background '#db4228' *.png result1.png; | |
montage -texture bg_ipad.png *.png result5.png; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment