Sunday, December 02, 2007

Easy image merge with imagemagick.


Using imagemagick now graphicsmagick in ubuntu
This easy line typed in a linux terminal(shown at top right of picture) window:
composite -gravity north mybanner.png justmarriedface.jpg marriedface.png
Composite tells computer to merge image and gravity tells it where merge the 1st image onto the 2nd image and the last image is the final result.

No comments: