Page 1 of 1

Re: Best way to combine two heightmaps

Posted: 2008-06-25T14:39:39-07:00
by fmw42
convert <image1> <image2> -fx "max(u,v)" <output>

Re: Best way to combine two heightmaps

Posted: 2008-06-25T22:36:01-07:00
by anthony
Or composite image1 image2 -compose lighten result_image