views:

11

answers:

0

I was looking to do a composite image similar to this: http://www.imagemagick.org/script/composite.php

$magick> composite -gravity center smile.gif rose: rose-over.png

using the java jmagick library. I haven't been able to find any decent code snippets to do so. Does anyone have a good example of doing a composite image using jmagick?

thanks