Magical!
Works like a charm.
Thanks a lot.
-Jack
Search found 2 matches
- 2011-08-16T01:45:20-07:00
- Forum: Users
- Topic: Newbie: Centering Image in montage on command line
- Replies: 3
- Views: 8408
- 2011-08-12T08:47:11-07:00
- Forum: Users
- Topic: Newbie: Centering Image in montage on command line
- Replies: 3
- Views: 8408
Newbie: Centering Image in montage on command line
Hi, I am new to using ImageMagick command line interface. I have a image and I want to add a smaller, second image as footer of the first one centered. However when I do that, I am getting it left aligned only. This is the command I am running. montage main.jpg footer.gif -gravity center -tile 1x2 ...