Page 1 of 1

How to combine multiple images

Posted: 2014-06-10T05:19:04-07:00
by TeslaS
How to combine multiple images taking into consideration area they overlay. For example, I assume ImageMagic can align multiple images like this:
Image. How to make images to be aligned taking into account the context? In this example I need to get the image of web site as would browser show. How to do it?

Re: How to combine multiple images

Posted: 2014-06-10T06:45:41-07:00
by snibgo
TeslaS wrote:In this example I need to get the image of web site as would browser show. How to do it?
The following might work:

Code: Select all

convert somepage.html out.png
For me, it complains that html2ps is missing.

If you know the coordinate offsets, use "-geometry" before "-composite".