Page 1 of 1

Posted: 2006-07-20T17:58:41-07:00
by anthony
What command are you using?
operation ordering problems were illeminated in the version 5 to version 6
changes to commandline handling.
See basices
http://www.cit.gu.edu.au/~anthony/graph ... s/#cmdline

Posted: 2006-07-20T19:38:34-07:00
by anthony
Well that is the problem "composite" only has -geometry as a setting
it is not applied until the very end. use resize then use -geometry to place
the result.

Posted: 2006-07-24T21:32:18-07:00
by anthony
You want both images rotated? or just the image that will be overlayed?

Either way I recomend you go to the "convert" command and use -composite
there, performing the rotations as needed.

Code: Select all

convert  background.img   \( overlay.img -rotate 3 \) -geometry -geometry 1596x1119+552+396 -composite  result.img