Re: Strange compose behaviour
Posted: 2008-03-26T13:21:05-07:00
I suspect the issue is that you are rotating the images as their widths are less than their heights. This means that the size specification in your -geometry has the rotated widths and heights backwards. You need to switch them. Of course this causes a problem when your images are not rotated. So you are probably better off doing a test before hand and then making two convert statements depending upon whether the image is rotated or not.
As a quick test, take out the rotation and see if the results are placed correctly.
As a quick test, take out the rotation and see if the results are placed correctly.