Separation between images with montage command
Posted: 2011-02-06T06:40:00-07:00
I'm trying to create a composite of two images.
The images are:
name.png - (101x26 pixels, PNG)
drawing.png - (327x327 pixels, PNG)
And the montage I'm using is:
If I'm specifying -geometry +0+0, Why do I get a separation between the two images?
output.png
The images are:
name.png - (101x26 pixels, PNG)
drawing.png - (327x327 pixels, PNG)
And the montage I'm using is:
Code: Select all
montage -background white -tile 1x2 -geometry +0+0 -gravity northeast name.png drawing.png output.png
output.png