Skip to content

Instantly share code, notes, and snippets.

@davidklaw
Created March 5, 2012 03:56
Show Gist options
  • Save davidklaw/1976468 to your computer and use it in GitHub Desktop.
Save davidklaw/1976468 to your computer and use it in GitHub Desktop.
Builds a montage of images against a background color and background image
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