convert and composite did the trick
it was in your first link
thanks a lot
Search found 2 matches
- 2011-03-03T21:08:29-07:00
- Forum: Users
- Topic: Some questions regarding montage
- Replies: 2
- Views: 5238
- 2011-03-03T08:34:36-07:00
- Forum: Users
- Topic: Some questions regarding montage
- Replies: 2
- Views: 5238
Some questions regarding montage
I'm trying to put a chopped image together, like a puzzle.
let's say the image is chopped like this
1 2
3 4
then:
montage [1-4].png -tile 2x2 -geometry +0+0 end.png
will put them together like i want it to be.
how can i put them together if they're split like this
1
2 3
4
5 6
for example, or ...
let's say the image is chopped like this
1 2
3 4
then:
montage [1-4].png -tile 2x2 -geometry +0+0 end.png
will put them together like i want it to be.
how can i put them together if they're split like this
1
2 3
4
5 6
for example, or ...